ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master db1fddb: Fix Bug 9873: 'Qt: right-clicking on toolbar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Mar 2014 14:42:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db1fddb40b5557e9bed6fe83d07282b791bf1e7a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

db1fddb by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix Bug 9873: 'Qt: right-clicking on toolbars only shows checkmarks'
    
    Add the text descriptions for the two toolbars: "Main Toolbar" and
    "Display Filter", so the right-click context menu shows what you're
    removing/adding. And add a View->Toolbar sub-menu, with checkable
    "Main Toolbar" and "Display Filter" entries, which enable you to
    show/hide the toolbars via the menu.
    
    If someone has/prefers better names for these things, I'm all ears.
    
    Change-Id: I55b9fbaed2ef6dca3260fa9dfdddd7dad95d05c4
    Reviewed-on: https://code.wireshark.org/review/608
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d89195d   Fix a trivial typo
    adds  db1fddb   Fix Bug 9873: 'Qt: right-clicking on toolbars only shows checkmarks'


Summary of changes:
 ui/qt/main_window.h         |    2 +
 ui/qt/main_window.ui        |   90 +++++++++++++++++++++++++++++++++++++++++--
 ui/qt/main_window_slots.cpp |   24 ++++++++++++
 3 files changed, 113 insertions(+), 3 deletions(-)