extcap: remove conditional compilation.
[metze/wireshark/wip.git] / ui / qt / wireshark_application.cpp
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2018-01-05 Gerald CombsQt: Move sized toolbar images to stock_icons.
2018-01-04 Dario LombardoQt: add conditional compilation in switches.
2017-12-23 Roland KnallQt: Redesign signal/slot concept of capture_file
2017-12-17 Gerald CombsQt: Handle RecentFileStatus destruction manually.
2017-12-17 Gerald CombsQt: Update our recent status sooner at startup.
2017-12-16 Gerald CombsQt: Show our recent files earlier.
2017-12-15 Gerald CombsQt: Initialize QFontDatabase in a worker thread.
2017-12-14 Gerald CombsQt: Add and use qUtf8Printable.
2017-11-20 Gerald CombsQt: Move the MIME init thread to WiresharkApplication.
2017-11-17 Gerald CombsQt: Initialize QMimeDatabase in a worker thread.
2017-11-08 Roland KnallQt: Further cleanup ByteView
2017-10-05 Mikael KanstrupQt: Free dynamic menu actions at shutdown
2017-08-31 Jens KilianQt: Fix errors when compiling for Qt4.
2017-08-28 Mikael KanstrupFix leaks when active capture interface goes down
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-28 Mikael Kanstrupiface_lists: Access all_ifaces member by reference
2017-07-27 Gerald CombsQt: SimpleDialog fixes and updates.
2017-07-26 Roland KnallQt: Move utils to separate utils directory
2017-06-01 Gerald CombsQt+prefs: Add a dark theme check and default colors.
2017-05-08 Peter WuQt: try harder to find a working monospace font
2017-04-09 Guy HarrisPull all the "load settings" calls into a epan_load_set...
2017-04-09 Guy HarrisPull the error reporting into {read,save}_filter_list.
2017-04-09 Guy HarrisMove the filter file reading code to libui.
2017-04-09 Guy HarrisPull the error-reporting code for preference files...
2017-04-09 Guy HarrisPull the code to save enabled/disabled lists into libwi...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-02-25 Peter WuRevert "Qt: call cleanup from destructor in WiresharkAp...
2017-02-22 Dario LombardoQt: call cleanup from destructor in WiresharkApplication.
2017-02-22 Roland Knallextcap: Reduce number of scans and storage
2017-02-16 Gerald CombsQt: Warn the user about DBAR 1.8 on Windows.
2017-02-14 Stig BjørlykkeQt: Reset Default profile support
2017-02-10 Dario Lombardofilter_list: add cleanup function and call it on exit.
2017-01-26 Roland KnallQt: Signal number of active captures
2016-12-24 Michael MannAdd enabled protocol list for dissectors who are disabl...
2016-12-20 Gerald CombsQt+Win32: Make software updates more friendly.
2016-11-10 Gerald CombsQt: Handle retranslation events in the main window.
2016-10-20 Roland KnallWelcomeUI: Make Open and Capture clickable
2016-10-18 Roland KnallWiresharkApplication: Add signal emitter for Interface...
2016-10-13 Gerald CombsQt+macOS: Fix the default font name.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-09-27 Gerald CombsQt+macOS: Look for San Francisco Mono
2016-09-19 Stig BjørlykkeQt: Added option to Remove from recent files list
2016-09-11 Peter Wuqt: fix minor memory leaks on exit
2016-09-02 Guy HarrisNote that not all UN*X file systems are case-sensitive.
2016-07-01 Gerald CombsQt+Gtk: Fix the -t command line flag.
2016-06-26 Gerald CombsQt: Conversation and Endpoint dialog performance tweaks.
2016-06-25 Gerald CombsMinor UI locale updates.
2016-04-28 Guy HarrisUse "system" for "use system language", and don't try...
2016-03-29 Jeff MorrissRemove an unused variable from both the Gtk and Qt...
2016-03-11 Gerald CombsRemove the last remnants of U3 support.
2016-01-31 Gerald CombsSwitch from QLibrary to ws_load_library.
2016-01-28 Stig BjørlykkeQt: Enable capture filter bookmarks
2016-01-28 Stig BjørlykkeQt: Update display filter bookmarks when list changed
2016-01-27 Mike78Allow/Create an option to use "capture filter" labels...
2016-01-26 Uli HeilmeierQt: Detect language on Windows and load qt_xx.qm/qt_xx_...
2016-01-24 Uli HeilmeierQt: Load qt_XX.qm to translate Qt Strings
2016-01-11 Stig BjørlykkeLua: Added reload_lua_plugins
2016-01-01 Guy HarrisNo need for toolkit-dependent color initialization.
2015-12-28 Michael MannRefactor GUI dependencies out of color_filters.[ch...
2015-12-16 Pascal QuantinQt: save custom colors in recent_common file
2015-12-16 Peter WuQt: fix memleaks related to interface dialog
2015-12-10 Stig BjørlykkeQt: Reset preferences when reloading Lua plugins
2015-12-09 Jeff MorrissQt: store the absolute path names of recent files.
2015-12-03 Mikael Kanstrupqt: Refresh local interface list only when interfaces...
2015-12-03 Stig BjørlykkeQt: Update menus with new recent settings when changing...
2015-12-03 Stig BjørlykkeQt: Set timestamp precision when changing profile
2015-12-03 Stig BjørlykkeQt: Set main window font when changing profile
2015-12-03 Stig BjørlykkeQt: Check display filter when changing profile
2015-12-02 Stig Bjørlykkeui: Guard update_local_interfaces with HAVE_LIBPCAP
2015-12-02 Stig Bjørlykkeui: Update interfaces when when changing profile.
2015-11-26 Stig BjørlykkeQt: Redissect packets when changing profile
2015-11-20 Stig BjørlykkeQt: Fixed column issues when changing profile.
2015-10-16 Gerald CombsCMake: Add /WX
2015-10-16 Gerald CombsUse buttons to display the main status bar icons.
2015-10-05 Gerald CombsFix initialization order.
2015-10-05 João ValverdeMove utf8_entities.h to wsutil
2015-10-05 Pascal QuantinQt: fix uninitialized members (UNINIT_CTOR) reported...
2015-10-05 Gerald CombsQt: Don't update the recent list while capturing.
2015-10-04 Peter WuFix various memleaks
2015-09-11 Gerald CombsFix a bunch of leaks found by Valgrind.
2015-09-06 Gerald CombsDisplay filter edit updates.
2015-09-04 Gerald CombsAdd a version check to our splitter styling.
2015-08-26 Gerald CombsDon't emit app signals from dialogs.
2015-08-15 Guy Harris*More* issues.
2015-08-15 Guy HarrisUpdate the previously-added comment.
2015-08-15 Guy HarrisDiscuss alternatives to polling all the recent files...
2015-08-12 Stig BjørlykkeInitialize is_reloading_lua at startup
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-08-01 Gerald CombsMore packet detail context menu items.
2015-07-27 Gerald CombsAdd an application-wide style sheet.
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-07-09 Gerald CombsQt: Add dynamic menu support.
2015-07-07 Gerald CombsQt: Add initial Lua support.
2015-07-04 Michal LabedzkiAdd missing C++ header
2015-07-03 Gerald CombsAdd ServiceResponseTimeDialog.
2015-06-22 Peter Wugtk,qt: Fix minor buffer underrun
2015-05-14 Gerald CombsQt: Column preference fixes.
2015-03-19 Gerald CombsAdd a comment.
next