Fix various memleaks
[metze/wireshark/wip.git] / ui / qt / wireshark_application.cpp
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.
2015-03-18 Michal LabedzkiQt: Fix recent files threads
2015-03-17 Michal LabedzkiQt: Start address resolver timer
2015-02-24 Gerald CombsQt: Apply recent settings.
2015-02-13 Gerald CombsQt: More #include → forward declarations.
2015-02-10 Gerald CombsQt/C++: Change a bunch of includes to forward declarations.
2015-01-30 Gerald CombsQt: Fix library path reset.
2015-01-30 Gerald CombsQt: Clear our library path at startup on Windows.
2014-12-30 Gerald CombsQt: Convert more dialogs to WiresharkDialog.
2014-12-29 Gerald CombsQt: Add a WiresharkDialog convenience class.
2014-12-23 Alexis La GoutteQt (emitAppSignal): Missing break in switch (CID 1159204)
2014-12-22 Gerald CombsQt: Add methods to CaptureFile and WiresharkApplication.
2014-12-20 Gerald CombsQt: Add a CaptureFile class.
2014-12-01 Peter Wuqt: use qstring_strdup
2014-11-10 Stig BjørlykkeImproved deregistering fields.
2014-11-07 Guy HarrisCall the default language preference setting "Use syste...
2014-11-04 Michal LabedzkiQt: Dynamic languages
2014-10-28 Gerald CombsQt: Add a set of 2x 24-pixel toolbar icons.
2014-10-02 Gerald CombsQt: Keep dialogs from blocking tests.
2014-09-26 Gerald CombsQt: Adjust X11 font search order.
2014-09-23 Gerald CombsQt: Add zoom and column resize actions.
2014-09-23 Gerald CombsQt: Re-enable menu icons.
2014-09-22 Gerald CombsQt: Use wsiconcap while we're capturing.
2014-09-20 Gerald CombsQt: Add stock icons.
2014-07-25 Guy HarrisMake Capture -> Refresh Interfaces work.
2014-07-21 Guy HarrisRename ifListChanged to localInterfaceListChanged.
2014-07-21 Gerald Combs[WIP] Add a conversation dialog.
2014-07-21 Guy HarrisMake the Qt version update displays when interfaces...
2014-07-17 Gerald CombsTry to make tap operations in the Qt UI more responsive.
2014-07-11 Gerald CombsAdd plumbing for stat commands ("-z ...").
2014-07-09 Gerald CombsFix a "recent items" crash.
2014-06-30 Guy HarrisMove filters.[ch] to libui.
2014-06-30 Guy HarrisMove capture.[ch] to libui.
2014-03-06 Alexis La GoutteFix startup warning when launch Wireshark Qt
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-14 Guy HarrisIn a source file that defines external functions, the...
2014-01-02 Alexis La GoutteAdd About window for Wireshark Qt
2013-12-14 Jakub ZawadzkiRemove not needed ';'
2013-12-10 Gerald CombsGet the "Decode As" dialog working, albeit with a few...
2013-11-26 Guy HarrisUse prefs_to_capture_opts(); there's no harm in setting
2013-11-22 Gerald CombsAdd an initial "Decode As" dialog. Currently read-only.
2013-11-21 Gerald CombsAdd a statistics tree dialog.
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-10-30 Gerald CombsMove the geometry shenanigans a bit further ahead in...
2013-10-30 Gerald CombsAdd initial support for geometry settings in the main...
2013-10-29 Gerald CombsRevert part of 52896 and (for now) all of 52935. As...
2013-10-27 Gerald CombsRemove U3 code and packaging.
2013-10-18 Jeff MorrissGet it actually building when we don't HAVE_LIBPCAP.
2013-10-11 Gerald CombsTry to fix Qt compilation when libpcap is disabled.
2013-10-11 Gerald CombsRemove GTK+ and global cfile dependencies from file_dlg...
2013-08-08 Gerald CombsAdd initial capture filter support.
2013-07-23 Jörg MayerFix "missing sentinel in function call" with help of
2013-07-12 Jeff MorrissMove disabled_protos.{h,c} into epan.
2013-05-22 Guy HarrisMore capture_options -> capture_session changes.
2013-04-24 Jörg MayerThe porting guide for Qt5 requires that Q_OS_ be used...
2013-03-06 Gerald CombsAdd support for software updates. Remove qtshark.rc...
2013-02-06 Gerald CombsAdd Filter Expressions^WButton^WShortcut^WBookmark...
2013-01-24 Gerald CombsAdd back the X11 substitutes.
2013-01-24 Gerald CombsClean up font initialization a bit.
2013-01-24 Gerald CombsAdd font and color preferences. Unfortunately Qt doesn...
2013-01-23 Gerald CombsAdd column preferences.
2013-01-21 Alexis La GoutteAnd (Q_)init resources (otherwise the images don't...
2013-01-18 Gerald CombsRename the "saved_val" preference element to "stashed_v...
2012-12-30 Gerald CombsMove profile deletion code from profile_dlg.c to profil...
2012-12-29 Gerald CombsShow the current profile name. Fix the packet status.
2012-12-29 Gerald CombsTry to fix compilation on Windows.
2012-12-29 Gerald CombsRemove some duplicate code from ui/profile.c and move...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-07 Gerald CombsImplement the items under "Edit→Copy", "Analyze→Apply...
2012-12-04 Gerald CombsRename utilityToolBar to displayFilterToolbar and move...
2012-12-03 Gerald CombsUpdate the interface list to reflect the recent interfa...
2012-11-05 Gerald CombsMove the MWOverlay code into its own class, SplashOverl...
2012-11-03 Gerald CombsMove the main window creation to the top of main()...
2012-10-16 Gerald CombsUse topic_action instead of topic_cb for the Windows...
2012-10-01 Gerald CombsImplement file sets.
2012-09-17 Gerald CombsRestore set_last_open_dir. We need it on Windows.
2012-09-17 Gerald CombsAdd a text import dialog. Use libui.
2012-09-04 Alexis La GoutteAdd modelines for Qtshark file
2012-08-31 Gerald CombsIt ain't Wireshark unless we can capture.
2012-08-01 Jörg MayerMake the changes of r44165 build with autofoo and cmake...
2012-07-12 Gerald CombsUse win32_open_file in qtshark on Windows.
next