aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs1-2/+2
2014-12-29Qt: Add a WiresharkDialog convenience class.Gerald Combs1-5/+13
2014-12-23Qt (emitAppSignal): Missing break in switch (CID 1159204)Alexis La Goutte1-0/+1
2014-12-22Qt: Add methods to CaptureFile and WiresharkApplication.Gerald Combs1-0/+7
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-108/+7
2014-12-01qt: use qstring_strdupPeter Wu1-1/+1
2014-11-10Improved deregistering fields.Stig Bjørlykke1-0/+3
2014-11-07Call the default language preference setting "Use system setting".Guy Harris1-1/+1
2014-11-04Qt: Dynamic languagesMichal Labedzki1-0/+40
2014-10-28Qt: Add a set of 2x 24-pixel toolbar icons.Gerald Combs1-0/+4
2014-10-02Qt: Keep dialogs from blocking tests.Gerald Combs1-2/+1
2014-09-26Qt: Adjust X11 font search order.Gerald Combs1-2/+2
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-23/+13
2014-09-23Qt: Re-enable menu icons.Gerald Combs1-2/+0
2014-09-22Qt: Use wsiconcap while we're capturing.Gerald Combs1-0/+9
2014-09-20Qt: Add stock icons.Gerald Combs1-1/+0
2014-07-25Make Capture -> Refresh Interfaces work.Guy Harris1-0/+18
2014-07-21Rename ifListChanged to localInterfaceListChanged.Guy Harris1-1/+1
2014-07-21[WIP] Add a conversation dialog.Gerald Combs1-0/+13
2014-07-21Make the Qt version update displays when interfaces appear or disappear.Guy Harris1-0/+78
2014-07-17Try to make tap operations in the Qt UI more responsive.Gerald Combs1-0/+3
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs1-0/+5
2014-07-09Fix a "recent items" crash.Gerald Combs1-20/+16
2014-06-30Move filters.[ch] to libui.Guy Harris1-2/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-03-06Fix startup warning when launch Wireshark QtAlexis La Goutte1-3/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14In a source file that defines external functions, the header file thatGuy Harris1-0/+2
2014-01-02Add About window for Wireshark QtAlexis La Goutte1-0/+1
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-1/+1
2013-11-26Use prefs_to_capture_opts(); there's no harm in settingGuy Harris1-14/+2
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-0/+4
2013-11-21Add a statistics tree dialog.Gerald Combs1-7/+19
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs1-0/+3
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-9/+5
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-1/+4
2013-10-27Remove U3 code and packaging.Gerald Combs1-4/+1
2013-10-18Get it actually building when we don't HAVE_LIBPCAP.Jeff Morriss1-1/+1
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-0/+2
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-0/+1
2013-08-08Add initial capture filter support.Gerald Combs1-1/+0
2013-07-23Fix "missing sentinel in function call" with help ofJörg Mayer1-2/+2
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-05-22More capture_options -> capture_session changes.Guy Harris1-9/+9
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-5/+5
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-1/+10
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-1/+4
2013-01-24Add back the X11 substitutes.Gerald Combs1-3/+3