aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/filter_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-24file: Don't recompile the dfilter during a live captureJohn Thacker1-0/+8
2023-11-13Qt: Fix display filter macros when switching profilesJoão Valverde1-1/+1
2023-11-08Qt: Add macro name validatorJoão Valverde1-2/+24
2023-11-08Qt: Remove an errant tr()João Valverde1-1/+1
2023-11-08dfilter: Replace macro UAT config file and update GUIJoão Valverde1-33/+71
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-2/+0
2023-02-10Move ui/filter_files.[ch] to wsutilJoão Valverde1-2/+1
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-8/+8
2022-03-25Qt: Handle qsizetype.Gerald Combs1-1/+1
2021-06-07Qt: add display filter - invalid new filter syntaxChuck Craft1-1/+1
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-15/+15
2019-11-06Qt: Ensure only valid input for DisplayFilterRoland Knall1-13/+19
2019-10-29Qt: Allow drag/drop of filter buttons in dialogRoland Knall1-8/+8
2019-10-28Qt: Implement FilterListModelRoland Knall1-91/+78
2019-08-30Qt: Add macro for g_list_next for C++Roland Knall1-2/+2
2019-06-21Qt: Convert the rest of the preference dialog list buttons.Gerald Combs1-0/+4
2018-10-10Qt: Add back pathLabel in some dialogsStig Bjørlykke1-0/+20
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
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-2/+2
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-33/+1
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-4/+2
2016-01-28Qt: Enable capture filter bookmarksStig Bjørlykke1-1/+3
2016-01-28Qt: Update display filter bookmarks when list changedStig Bjørlykke1-0/+4
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-1/+1
2015-11-16Label the filter in the file open dialog as a "read filter".Guy Harris1-1/+1
2015-09-06Display filter edit updates.Gerald Combs1-3/+8
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs1-0/+280