Wireshark-commits: [Wireshark-commits] master 414c132: Qt: Handle retranslation events in the main

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 10 Nov 2016 13:25:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=414c13245831085b7362d0573b317597fb76ac76
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

414c132 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Handle retranslation events in the main window.
    
    Update most (but not all) of the main status bar text when the user
    changes the language setting.
    
    Try to distinguish between recent preferences and recent captures more
    clearly.
    
    Change-Id: I5278a503178fe3620a25b185742688f957dc30f4
    Ping-Bug: 11307
    Reviewed-on: https://code.wireshark.org/review/9575
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d1a2c4c   bt-dht: add data to COL_INFO.
    adds  414c132   Qt: Handle retranslation events in the main window.


Summary of changes:
 ui/qt/main_status_bar.cpp       |   72 ++++++++++++++++++++++++++-------------
 ui/qt/main_status_bar.h         |   10 ++++++
 ui/qt/main_welcome.cpp          |   24 +++++++------
 ui/qt/main_welcome.h            |    8 +++--
 ui/qt/main_window.cpp           |   10 +++---
 ui/qt/main_window.h             |   18 +++++-----
 ui/qt/main_window_slots.cpp     |    4 +--
 ui/qt/search_frame.h            |    2 +-
 ui/qt/wireshark_application.cpp |   45 ++++++++++++------------
 ui/qt/wireshark_application.h   |   15 ++++----
 wireshark-qt.cpp                |    2 +-
 11 files changed, 126 insertions(+), 84 deletions(-)