aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/expert_info_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-11Qt: Connect the Expert Info dialog filter checkbox signal manuallyJohn Thacker1-1/+3
2023-01-14Qt: Only autoset display filter when dialog is openedJohn Thacker1-1/+1
2023-01-14Qt: Set small text for ExpertInfoDialog filterJohn Thacker1-2/+1
2022-10-31Qt: Add ProgressFrame to the Expert Information dialogJim Young1-0/+3
2022-06-12Qt: Autoset limit to display filter for expert dialogRoland Knall1-9/+5
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-3/+3
2021-04-16Qt: Fix various missing prototype warnings.Gerald Combs1-0/+4
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-20Qt: fix invalid member access within expert info dialogPeter Wu1-11/+12
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-5/+5
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-12-27Apply new CaptureEvents to statistics dialogs.Michael Mann1-13/+18
2017-12-16Fix memory leaks in Expert Info dialogMichael Mann1-0/+2
2017-12-13Add a model to use for Expert Info dialog.Michael Mann1-459/+90
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-11Promote Expert preference UAT to main preference tree.Michael Mann1-2/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-15qt: add initializer to ExpertPacketTreeWidgetItem (CID 1362746).Dario Lombardo1-0/+1
2016-06-14Qt: fix crash when opening Expert Info dialogPascal Quantin1-3/+5
2016-06-13Qt: Add the Info column contents to Expert Info.Gerald Combs1-9/+20
2016-06-12expert_info_dialog (Qt): fix Uninitialized members (UNINIT_CTOR) reported by ...Alexis La Goutte1-0/+1
2016-06-10Qt: Expert info grouping.Gerald Combs1-56/+166
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-2/+1
2015-12-17Qt: deactivate "limit to display filter" checkbox when retappingPascal Quantin1-0/+8
2015-10-29Qt: Allow Expert Information retapping.Gerald Combs1-21/+36
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-16/+10
2015-08-17Fixup tap listener registration.Gerald Combs1-1/+1
2015-08-12Expert information dialog performance improvements.Gerald Combs1-11/+23
2015-08-11[Qt Expert Info dialogue] remove our tap listener when the dialogue is destroyedMartin Kaiser1-0/+1
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-1/+2
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-05-08Expert Info dialog.Gerald Combs1-0/+581