Wireshark-commits: [Wireshark-commits] master 9ddbc8d: Qt: Fill in time display menu items. Other f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Oct 2014 23:32:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9ddbc8de77287e0b531f366bda1ffae27975a9a3
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9ddbc8d by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Fill in time display menu items. Other fixes and updates.
    
    Reselect the current packet when we redraw the packet list.
    
    Don't crash if we try to mark when no frame is selected. Try to
    invalidate cached packet list strings when needed. Rename
    PacketList::updateAll to redrawVisiblePackets so that its purpose is
    more clear. When changing the font size, call redrawVisiblePackets
    instead of rebuilding the entire list of visible rows.
    
    Change-Id: I6e7a15067e7063d0efc26082170e1795ae3c0779
    Reviewed-on: https://code.wireshark.org/review/4901
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e5d967b   osx-app.sh: Add verbosity.
    adds  9ddbc8d   Qt: Fill in time display menu items. Other fixes and updates.


Summary of changes:
 ui/gtk/main_menubar.c        |    2 +-
 ui/qt/main.cpp               |    6 +-
 ui/qt/main_window.cpp        |  151 ++++++++++++++++++++-------
 ui/qt/main_window.h          |   14 +++
 ui/qt/main_window.ui         |  236 +++++++++++++++++++++++++++++++++++++++++-
 ui/qt/main_window_slots.cpp  |   59 ++++++++++-
 ui/qt/packet_list.cpp        |   33 +++---
 ui/qt/packet_list.h          |    2 +-
 ui/qt/packet_list_model.cpp  |    4 +-
 ui/qt/packet_list_record.cpp |   10 +-
 ui/qt/packet_list_record.h   |    5 +-
 11 files changed, 452 insertions(+), 70 deletions(-)