summaryrefslogtreecommitdiff
path: root/ui/qt/main_window_slots.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-31Rename set_display_filename() to set_titlebar_for_capture_file(), asGuy Harris1-1/+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/+11
2013-02-06Add Filter Expressions^WButton^WShortcut^WBookmark preferences. Gerald Combs1-3/+71
2013-01-23Update our column information even if we don't have a capture file loaded.Gerald Combs1-5/+3
2013-01-23Add column preferences.Gerald Combs1-2/+18
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-2/+10
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-5/+30
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-3/+11
2012-12-21Enable and disable the time shift menu action as needed.Gerald Combs1-2/+1