aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-0/+1
2014-03-12Add Export PDU Dialog (Wireshark Qt)Alexis La Goutte1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+1
2014-02-17On 'You have unsaved packets' dialog, expected D or <Alt>D to use as accelera...Alexis La Goutte1-2/+4
2014-02-11Fix a Qt version comparison.Gerald Combs1-2/+2
2014-02-10Qt 5.2.1 for Mac has QtMacExtras but not QMacNativeToolBar.Gerald Combs1-2/+2
2013-12-24add ssl detection to proto_get_frame_protocols()Martin Kaiser1-1/+1
2013-11-25No libpcap, no capturing, no capture interfaces. Ifdef the entireGuy Harris1-0/+4
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte1-0/+6
2013-11-23Replace similar code with a common routine.Gerald Combs1-21/+2
2013-11-22Fix packet list selection signaling.Gerald Combs1-2/+2
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann1-3/+25
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-1/+0
2013-11-10Use the correct event filter.Gerald Combs1-1/+1
2013-10-31Try to make the animation a little more natural.Gerald Combs1-0/+2
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs1-3/+5
2013-10-30Fix maximized geometry behavior on non-OS X systems.Gerald Combs1-5/+5
2013-10-30Fix a comparison.Gerald Combs1-1/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-13/+89
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs1-6/+2
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-2/+4
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-1/+2
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs1-6/+13
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs1-3/+1
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs1-0/+2
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+36
2013-09-03Respect the other layout preference in qtshark: which pane goes in which spot.Evan Huus1-0/+16
2013-09-03Fix forJörg Mayer1-2/+2
2013-09-03Correctly update the pane layout whenever the preferences are changed, you noEvan Huus1-77/+2
2013-09-03Separate window creation from the laying out of the list/tree/byte panes. ThisEvan Huus1-15/+22
2013-09-03Parent the list, tree and byte panes from the main UI rather than theEvan Huus1-4/+4
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus1-24/+87
2013-08-23When we close a main window, delete the welcome screen, which in turnGerald Combs1-0/+3
2013-08-08Add initial capture filter support.Gerald Combs1-1/+10
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs1-5/+3
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-2/+24
2013-06-13On OS X set the toolbar icon size to match our current icons.Gerald Combs1-1/+2
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs1-2/+12
2013-05-22More capture_options -> capture_session changes.Guy Harris1-14/+15
2013-05-20From Richard Turner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Alexis La Goutte1-25/+42
2013-05-20From report of mot990-8omk7tp8mio8ro via https://bugs.wireshark.org/bugzilla/...Alexis La Goutte1-0/+5
2013-05-13Add Some missing text to translateAlexis La Goutte1-4/+4
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-1/+1
2013-04-02OK, if we're setting the file path for the window - which we want to do,Guy Harris1-7/+60
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris1-3/+3
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-35/+9
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris1-0/+14
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris1-2/+20