aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-16Qt: save custom colors in recent_common filePascal Quantin1-0/+34
2015-12-16Qt: fix memleaks related to interface dialogPeter Wu1-1/+4
2015-12-10Qt: Reset preferences when reloading Lua pluginsStig Bjørlykke1-6/+8
2015-12-09Qt: store the absolute path names of recent files.Jeff Morriss1-3/+3
2015-12-03qt: Refresh local interface list only when interfaces added/removedMikael Kanstrup1-9/+1
2015-12-03Qt: Update menus with new recent settings when changing profileStig Bjørlykke1-3/+0
2015-12-03Qt: Set timestamp precision when changing profileStig Bjørlykke1-0/+1
2015-12-03Qt: Set main window font when changing profileStig Bjørlykke1-2/+2
2015-12-03Qt: Check display filter when changing profileStig Bjørlykke1-1/+1
2015-12-02ui: Guard update_local_interfaces with HAVE_LIBPCAPStig Bjørlykke1-0/+2
2015-12-02ui: Update interfaces when when changing profile.Stig Bjørlykke1-0/+2
2015-11-26Qt: Redissect packets when changing profileStig Bjørlykke1-0/+2
2015-11-20Qt: Fixed column issues when changing profile.Stig Bjørlykke1-1/+1
2015-10-16CMake: Add /WXGerald Combs1-0/+10
2015-10-16Use buttons to display the main status bar icons.Gerald Combs1-1/+0
2015-10-05Fix initialization order.Gerald Combs1-2/+2
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-10-05Qt: fix uninitialized members (UNINIT_CTOR) reported by Coverity (CID 1228882)Pascal Quantin1-1/+2
2015-10-05Qt: Don't update the recent list while capturing.Gerald Combs1-1/+5
2015-10-04Fix various memleaksPeter Wu1-2/+2
2015-09-11Fix a bunch of leaks found by Valgrind.Gerald Combs1-2/+2
2015-09-06Display filter edit updates.Gerald Combs1-1/+0
2015-09-04Add a version check to our splitter styling.Gerald Combs1-1/+1
2015-08-26Don't emit app signals from dialogs.Gerald Combs1-0/+20
2015-08-15*More* issues.Guy Harris1-0/+35
2015-08-15Update the previously-added comment.Guy Harris1-40/+29
2015-08-15Discuss alternatives to polling all the recent files every 2 seconds.Guy Harris1-0/+62
2015-08-12Initialize is_reloading_lua at startupStig Bjørlykke1-1/+2
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-1/+59
2015-08-01More packet detail context menu items.Gerald Combs1-5/+2
2015-07-27Add an application-wide style sheet.Gerald Combs1-0/+13
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+3
2015-07-09Qt: Add dynamic menu support.Gerald Combs1-27/+8
2015-07-07Qt: Add initial Lua support.Gerald Combs1-0/+21
2015-07-04Add missing C++ headerMichal Labedzki1-0/+1