URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a95eeb3feb7066104c89f6dc0815d9ce5c7fda87
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
a95eeb3f by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Improved profiles popup menu
* Don’t add a global profile if having a personal copy.
* Fetch profiles from _current_ profiles list.
* Separate personal and global profiles.
* Use bold and checked for the the current profile.
* Fixed selection of the current profile in the manage profiles dialog.
* Aligned GTK version with Qt version, removed the “New from Global” sub menu.
Change-Id: I2326b39f7d04411000b3c014e3775284392c48c7
Ping-Bug: 11704
Reviewed-on: https://code.wireshark.org/review/12034
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 35e5523dd2d90b6a964961b2eaea1457495b4a78)
Reviewed-on: https://code.wireshark.org/review/12054
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 1b50a32 epan: Free pointers to deallocated memory
adds a95eeb3f Qt: Improved profiles popup menu
Summary of changes:
ui/gtk/profile_dlg.c | 31 ++++++++-----------------------
ui/qt/main_status_bar.cpp | 22 +++++++++++++++++++---
ui/qt/profile_dialog.cpp | 8 ++++----
3 files changed, 31 insertions(+), 30 deletions(-)