aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Add a context menu to the TCP stream graph which includes all of ourGerald Combs3-48/+403
2013-09-12Try different arrow glyphs.Gerald Combs1-2/+2
2013-09-12== has higher precedence than &Jörg Mayer1-1/+1
2013-09-12Add previous/next stream navigation to the TCP stream graph dialog.Gerald Combs3-54/+164
2013-09-12Make sure qmake links with zlib on Windows.Gerald Combs1-0/+1
2013-09-11Define NOMINMAX for the entire Qt build.Gerald Combs1-4/+0
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs3-54/+57
2013-09-11Make sure we can link on Windows.Gerald Combs1-0/+2
2013-09-10Use the correct GnuTLS include directory.Gerald Combs1-1/+1
2013-09-10Add a hack to allow builds to succeed on 64-bit systems.Gerald Combs1-0/+8
2013-09-10It's such fun to have four count 'em four different build systemsGuy Harris1-0/+1
2013-09-10Restart the splash timer *after* the paint has completed, so that in situationsEvan Huus1-2/+3
2013-09-10Explicitly refer to ui/follow.h, as we do with other header files fromGuy Harris1-1/+1
2013-09-09"uni", in "unistd.h", stands for "Unix". Only include it if we have it,Guy Harris1-2/+4
2013-09-09Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.Jeff Morriss1-0/+0
2013-09-09But we *do* have to include <zlib.h> here.Guy Harris1-0/+4
2013-09-09Another "this depends on a ui_XXX.h" required to force the ui_XXX.h toGuy Harris1-0/+2
2013-09-09While the previous fix to this file added the ; at the end,Jörg Mayer1-1/+1
2013-09-09Make follow_stream_dialog.h compile.Jörg Mayer1-0/+4
2013-09-09Add a missing ;Jörg Mayer1-1/+1
2013-09-09From Thomas ERSFELD (GSoC13)Alexis La Goutte12-7/+1686
2013-09-09if display_filter is NULL, qtshark crash...Alexis La Goutte1-1/+4
2013-09-09add qtshark /path/mycap.pcapng support (from GTK code...)Alexis La Goutte1-0/+48
2013-09-09Use the same variable name than GTK (cf_name)Alexis La Goutte1-4/+5
2013-09-09The previous commit contained some WIP: Check which filesJörg Mayer1-3/+2
2013-09-09Commit 51871 did not update CMakeLists.txtJörg Mayer1-2/+4
2013-09-09From Dean Lee via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8597 Qt...Alexis La Goutte7-1/+2820
2013-09-09Add Preference to change Language (in QtShark)Alexis La Goutte5-16/+100
2013-09-09Add the TCP window scaling graph. Add zoom selections.Gerald Combs6-78/+401
2013-09-08Fix "seq_base could be used unitialized" warning. We should probably enableEvan Huus1-1/+1
2013-09-08Add the TCP RTT graph.Gerald Combs6-14/+132
2013-09-07Only add data points to the throughput graph if our time window hasGerald Combs3-3/+28
2013-09-07Fix PacketList::goToPacket work correctly. Minor screen graphGerald Combs4-6/+18
2013-09-06Switch from a 20 segment moving average to a 1 second MA. Add a #defineGerald Combs2-5/+24
2013-09-06Adjust titles and labels.Gerald Combs1-4/+9
2013-09-06Make graph movement pixel-based to match the GTK+ version.Gerald Combs1-4/+4
2013-09-06Throughput graph usability updates.Gerald Combs4-48/+72
2013-09-04Throughput graph updates.Gerald Combs6-67/+269
2013-09-03Add a note about making the behavior more native on Windows and OS X.Gerald Combs1-0/+4
2013-09-03Use more consistent naming.Gerald Combs2-15/+15
2013-09-03Respect the other layout preference in qtshark: which pane goes in which spot.Evan Huus3-3/+31
2013-09-03Fix forJörg Mayer1-2/+2
2013-09-03Correctly update the pane layout whenever the preferences are changed, you noEvan Huus4-79/+87
2013-09-03Separate window creation from the laying out of the list/tree/byte panes. ThisEvan Huus3-25/+32
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 Huus5-41/+109
2013-09-02Add long-opts support to qtshark. Take -r or --read-file to open a capture fileEvan Huus1-15/+17
2013-09-02Remove a bunch of commented code copied from the GTK version. We don't need itEvan Huus1-146/+0
2013-08-31Set our connection capture filter in main() similar to the GTK+ version.Gerald Combs4-7/+18
2013-08-31Try to set a sensible capture filter at startup.Gerald Combs1-0/+4