aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-16profiles: Try to better sync on disk config stateJim Young1-2/+5
2019-11-21Qt: Further cleanup goToPacketRoland Knall1-1/+10
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-7/+7
2019-11-15macOS: Add support for automatic updates using Sparkle.Gerald Combs1-4/+4
2019-11-12Qt: Cleanup push/pop InfosRoland Knall1-0/+71
2019-11-04Qt: Move CaptureEdit to FilterListModelRoland Knall1-3/+0
2019-11-04Qt: Fix various issues with the bookmark menuRoland Knall1-3/+0
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-7/+7
2019-06-28Qt: Fix 5.13 deprecated warningsRoland Knall1-3/+5
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