Wireshark-commits: [Wireshark-commits] master 69714b7: Qt: Add recent items to the OS X dock menu.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 29 Apr 2016 22:41:36 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=69714b7457dc02a80e7ca453b60d5f5432756158
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

69714b7 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Qt: Add recent items to the OS X dock menu.
    
    Qt 5.2 added QMenu::setAsDockMenu. Use it to add recent items to the
    Wireshark dock menu.
    
    Add QWinJumpList code which does something similar. Comment it out
    because it does it slowly and not-quite-correctly.
    
    Change-Id: I801b1037b998516eacab695f982d7d6e889bafb6
    Reviewed-on: https://code.wireshark.org/review/15166
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  5efb452   Fix packet length handling.
    adds  69714b7   Qt: Add recent items to the OS X dock menu.


Summary of changes:
 ui/qt/main_window.cpp       |   13 +++++++-----
 ui/qt/main_window.h         |    6 +++++-
 ui/qt/main_window_slots.cpp |   48 ++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 60 insertions(+), 7 deletions(-)