aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Add 'Filter Association' to context menu in packet list.Irene Rüngeler1-0/+1
2013-12-13Add dialogs and graphs to analyse SCTP behavior similar to the GTK version.Irene Rüngeler1-2/+3
2013-11-25No libpcap, no capturing, no capture interfaces. Ifdef the entireGuy Harris1-0/+6
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte1-0/+4
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-0/+2
2013-11-21Add a statistics tree dialog.Gerald Combs1-1/+20
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-1/+2
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs1-1/+1
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-0/+3
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-0/+1
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-3/+1
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs1-2/+5
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs1-1/+0
2013-09-13More TCP stream graph updates.Gerald Combs1-0/+1
2013-09-09While the previous fix to this file added the ; at the end,Jörg Mayer1-1/+1
2013-09-09Add a missing ;Jörg Mayer1-1/+1
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+8
2013-09-09Add the TCP window scaling graph. Add zoom selections.Gerald Combs1-0/+1
2013-09-08Add the TCP RTT graph.Gerald Combs1-0/+1
2013-09-06Throughput graph usability updates.Gerald Combs1-0/+1
2013-09-04Throughput graph updates.Gerald Combs1-0/+2
2013-09-03Respect the other layout preference in qtshark: which pane goes in which spot.Evan Huus1-0/+4
2013-09-03Correctly update the pane layout whenever the preferences are changed, you noEvan Huus1-1/+1
2013-09-03Separate window creation from the laying out of the list/tree/byte panes. ThisEvan Huus1-1/+1
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus1-1/+5
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-0/+1
2013-08-08Add initial capture filter support.Gerald Combs1-0/+2
2013-07-23From Thomas ERSFELD (GSoC13) Apply changes of revision 50107 to qtshark man p...Alexis La Goutte1-3/+5
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs1-0/+2
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-1/+7
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-0/+1
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-7/+7
2013-05-20From report of mot990-8omk7tp8mio8ro via https://bugs.wireshark.org/bugzilla/...Alexis La Goutte1-0/+2
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris1-0/+1
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris1-0/+1
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris1-1/+1
2013-03-06Add support for software updates. Remove qtshark.rc and useGerald Combs1-0/+5
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-0/+4
2013-01-23Add column preferences.Gerald Combs1-0/+1
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-0/+1
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-2/+5
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-0/+1
2012-12-21Move common time shifting code to ui/time_shift.[ch]. Change theGerald Combs1-0/+1
2012-12-17Implement the frame mark, ignore, and time reference actions. Update theGerald Combs1-0/+16
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-0/+3
2012-12-07Add a context menu to the packet list and fill in theGerald Combs1-1/+1
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-1/+40
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs1-0/+1
2012-11-03Allow a display filter to be specified in openCaptureFile().Gerald Combs1-1/+1
2012-11-01Enable and disable the File→Print and Go menu items as needed. Have theGerald Combs1-2/+1