aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-18WiresharkApplication: Add signal emitter for Interface ChangesRoland Knall1-0/+3
2016-10-13Qt+macOS: Fix the default font name.Gerald Combs1-2/+8
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+1
2016-09-27Qt+macOS: Look for San Francisco MonoGerald Combs1-10/+6
2016-09-19Qt: Added option to Remove from recent files listStig Bjørlykke1-0/+27
2016-09-11qt: fix minor memory leaks on exitPeter Wu1-1/+1
2016-09-02Note that not all UN*X file systems are case-sensitive.Guy Harris1-1/+8
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-1/+1
2016-06-26Qt: Conversation and Endpoint dialog performance tweaks.Gerald Combs1-0/+3
2016-06-25Minor UI locale updates.Gerald Combs1-1/+1
2016-04-28Use "system" for "use system language", and don't try to print a null string.Guy Harris1-1/+2
2016-03-29Remove an unused variable from both the Gtk and Qt UIs.Jeff Morriss1-9/+1
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-4/+1
2016-01-31Switch from QLibrary to ws_load_library.Gerald Combs1-13/+4
2016-01-28Qt: Enable capture filter bookmarksStig Bjørlykke1-0/+4
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
2016-01-26Qt: Detect language on Windows and load qt_xx.qm/qt_xx_XX.qmUli Heilmeier1-1/+7
2016-01-24Qt: Load qt_XX.qm to translate Qt StringsUli Heilmeier1-0/+4
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-0/+5
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-1/+1
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-3/+9