aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/enabled_protocols_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-3/+3
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh1-9/+9
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-2/+2
2019-10-28Qt: Filter enabled/disabled protocolsRoland Knall1-13/+3
2019-09-04Qt: in EnabledProtocolsDialog handle protocol typeRoland Knall1-1/+14
2019-08-29Qt: Apply Invert/Enable/Disable only to selected listRoland Knall1-5/+28
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-6/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-04Qt: Reexpand dissector table and enabled protocol trees when dialog is searched.Michael Mann1-0/+3
2017-12-19Convert Enabled protocols dialog to use model.Michael Mann1-223/+24
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-40/+1
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+9
2016-06-13qt: use #include <file.h> for generated include filesMartin Kaiser1-1/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2016-02-25Clean up modelines and indentation.Guy Harris1-1/+1
2015-08-26Don't emit app signals from dialogs.Gerald Combs1-4/+8
2015-07-28Add "Disable Protocol..." to the ProtoTree context menu.Gerald Combs1-5/+31
2015-07-26Minor Enabled Protocols tweaks.Gerald Combs1-3/+6
2015-07-23Add Enabled Protocols dialog for QtMichael Mann1-0/+321