Wireshark-commits: [Wireshark-commits] master 8fc2327: Qt: Fix preference bugs.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Sep 2014 16:25:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fc2327766146184852439fac19a769a097f7c85
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8fc2327 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fix preference bugs.
    
    Make sure we set the "resolved" member of the column fmt_data struct.
    
    Emitting WiresharkApplication::AppSignals from a modal dialog can cause
    event loop problems on OS X. Queue them up in PreferencesDialog and emit
    them after closing.
    
    Change-Id: I2de77778a0448db3b87d402e431b8e5f325cbbda
    Reviewed-on: https://code.wireshark.org/review/4274
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  ffe30fb   Allow the HandoverPreparationInfoPDU dissector to be looked up by name and called.
    adds  8fc2327   Qt: Fix preference bugs.


Summary of changes:
 epan/prefs.c                       |   13 +++----------
 ui/qt/column_preferences_frame.cpp |    5 ++++-
 ui/qt/main_window_slots.cpp        |    6 ++++++
 ui/qt/preferences_dialog.cpp       |    6 +++---
 ui/qt/preferences_dialog.h         |    4 ++++
 5 files changed, 20 insertions(+), 14 deletions(-)