aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Remove the periodic interface update in wireless toolbarMikael Kanstrup1-1/+7
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-4/+4
2018-04-16Qt: Rename packet_list_enable_colorStig Bjørlykke1-1/+0
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-17/+0
2018-03-23Qt: ensure that taps are invoked on reload/rescanPeter Wu1-1/+2
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-5/+7
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs1-0/+3
2018-02-22Qt+Windows: Adjust our DBAR check logic.Gerald Combs1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-31Qt: Write recent before applying profile changesStig Bjørlykke1-0/+3
2018-01-21Qt: Create byte views at the proper zoom level.Gerald Combs1-1/+9
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2018-01-05Qt: Move sized toolbar images to stock_icons.Gerald Combs1-1/+1
2018-01-04Qt: add conditional compilation in switches.Dario Lombardo1-0/+2
2017-12-23Qt: Redesign signal/slot concept of capture_fileRoland Knall1-19/+42
2017-12-17Qt: Handle RecentFileStatus destruction manually.Gerald Combs1-4/+0
2017-12-17Qt: Update our recent status sooner at startup.Gerald Combs1-30/+11
2017-12-16Qt: Show our recent files earlier.Gerald Combs1-5/+11
2017-12-15Qt: Initialize QFontDatabase in a worker thread.Gerald Combs1-0/+13
2017-12-14Qt: Add and use qUtf8Printable.Gerald Combs1-3/+3
2017-11-20Qt: Move the MIME init thread to WiresharkApplication.Gerald Combs1-5/+27
2017-11-17Qt: Initialize QMimeDatabase in a worker thread.Gerald Combs1-9/+32
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-0/+14
2017-10-05Qt: Free dynamic menu actions at shutdownMikael Kanstrup1-0/+8
2017-08-31Qt: Fix errors when compiling for Qt4.Jens Kilian1-1/+2
2017-08-28Fix leaks when active capture interface goes downMikael Kanstrup1-1/+1
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-3/+3
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-4/+4
2017-07-27Qt: SimpleDialog fixes and updates.Gerald Combs1-0/+13
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-06-01Qt+prefs: Add a dark theme check and default colors.Gerald Combs1-0/+4
2017-05-08Qt: try harder to find a working monospace fontPeter Wu1-1/+9
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-11/+2
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-16/+2
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-32/+1
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-49/+13
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-7/+7
2017-02-25Revert "Qt: call cleanup from destructor in WiresharkApplication."Peter Wu1-2/+1
2017-02-22Qt: call cleanup from destructor in WiresharkApplication.Dario Lombardo1-1/+2
2017-02-22extcap: Reduce number of scans and storageRoland Knall1-0/+7
2017-02-16Qt: Warn the user about DBAR 1.8 on Windows.Gerald Combs1-0/+125
2017-02-14Qt: Reset Default profile supportStig Bjørlykke1-2/+3
2017-02-10filter_list: add cleanup function and call it on exit.Dario Lombardo1-0/+5
2017-01-26Qt: Signal number of active capturesRoland Knall1-0/+12
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+3
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-0/+47
2016-11-10Qt: Handle retranslation events in the main window.Gerald Combs1-21/+24
2016-10-20WelcomeUI: Make Open and Capture clickableRoland Knall1-0/+13