aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_slots.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs1-7/+7
2013-11-25No libpcap, no capturing, no capture interfaces. Ifdef the entireGuy Harris1-1/+2
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte1-5/+38
2013-11-23Replace similar code with a common routine.Gerald Combs1-31/+1
2013-11-22Make the "decode as" dialog modal (for now, at least).Gerald Combs1-3/+3
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-0/+9
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann1-18/+45
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann1-40/+16
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann1-16/+40
2013-11-21Add a statistics tree dialog.Gerald Combs1-0/+93
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs1-0/+1
2013-11-13Highlight selected sequence diagram items.Gerald Combs1-42/+11
2013-10-30Move the geometry shenanigans a bit further ahead in the startupGerald Combs1-1/+0
2013-10-30Add initial support for geometry settings in the main window.Gerald Combs1-0/+1
2013-10-24Initial and woefully incomplete flow graph support.Gerald Combs1-0/+10
2013-10-14Let Qt lay out and size elements in FollowStreamDialog. Make itGerald Combs1-0/+3
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-5/+24
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-2/+2
2013-10-06Rewrite the layout case statement as two separate ones, grouping and usingEvan Huus1-23/+20
2013-10-05Fix the white-rectangle-at-startup artifact with the help of GammaRay[1].Gerald Combs1-65/+46
2013-09-25Delete extra_split if we're not using it. This keeps its handle fromGerald Combs1-18/+23
2013-09-13More TCP stream graph updates.Gerald Combs1-0/+5
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte1-1/+63
2013-09-09if display_filter is NULL, qtshark crash...Alexis La Goutte1-1/+4
2013-09-09Add the TCP window scaling graph. Add zoom selections.Gerald Combs1-0/+5
2013-09-08Add the TCP RTT graph.Gerald Combs1-0/+5
2013-09-06Throughput graph usability updates.Gerald Combs1-4/+6
2013-09-04Throughput graph updates.Gerald Combs1-2/+14
2013-09-03Respect the other layout preference in qtshark: which pane goes in which spot.Evan Huus1-3/+11
2013-09-03Correctly update the pane layout whenever the preferences are changed, you noEvan Huus1-0/+84
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus1-3/+3
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs1-0/+2
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs1-4/+17
2013-08-08Add initial capture filter support.Gerald Combs1-1/+18
2013-07-23From Thomas ERSFELD (GSoC13) Apply changes of revision 50107 to qtshark man p...Alexis La Goutte1-11/+19
2013-07-23From Thomas ERSFELD (GSoC13) Qtshark : Columns in the packet list table are n...Alexis La Goutte1-0/+1
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs1-0/+5
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-0/+20
2013-06-27Propagate the main_window_update change of few commits ago into the qt clientLuis Ontanon1-1/+2
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris1-1/+1
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-2/+3
2013-05-22More capture_options -> capture_session fixes.Guy Harris1-16/+16
2013-05-20Fix Typo about filenameAlexis La Goutte1-1/+1
2013-05-20From report of mot990-8omk7tp8mio8ro via https://bugs.wireshark.org/bugzilla/...Alexis La Goutte1-0/+15
2013-05-13Add Some missing text to translateAlexis La Goutte1-1/+1
2013-04-02Only enable Edit->Packet Comment... if we can save the file withoutGuy Harris1-1/+1
2013-04-01Add a setTitlebarForCaptureInProgress() method to MainWindow, and use itGuy Harris1-1/+6
2013-03-31Add a setTitlebarForCaptureFile() and have it set the titlebar and theGuy Harris1-2/+1