aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-31Qt5 on Windows needs platforms/qwindows.dll as well.Gerald Combs1-0/+11
2013-08-30Implement "Save As..." in the TCP stream graph dialog. We currentlyGerald Combs2-1/+49
2013-08-30Fix an include.Gerald Combs1-1/+1
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs4-43/+173
2013-08-30Fix NSIS packaging.Gerald Combs1-6/+6
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs9-26/+38
2013-08-28Comment out some unused variables.Gerald Combs2-7/+9
2013-08-28Let the QCustomPlot widget have focus.Gerald Combs2-0/+5
2013-08-27Add initial mouse and keyboard controls. QCustomPlot uses differentGerald Combs3-7/+112
2013-08-27QCustomPlot is C++, not C.Guy Harris2-1/+4
2013-08-27Fix some warnings.Gerald Combs1-5/+5
2013-08-27Add qcustomplot.cpp to Makefile.common and CMakeLists.txtJörg Mayer3-3/+7
2013-08-27Remove an attempt to fix a qmake warning.Gerald Combs1-2/+0
2013-08-27Add TCP sequence number (Stevens-style) graphs.Gerald Combs11-10/+22073
2013-08-27Remove tab and fix orderAlexis La Goutte1-5/+5
2013-08-23Correctly reference EXTRA_LIBFILES. Make sure QMAKE_EXTENSION_SHLIBGerald Combs1-7/+17
2013-08-23When we close a main window, delete the welcome screen, which in turnGerald Combs2-3/+5
2013-08-22Split EXTRA_LIBFILES into EXTRA_LIBFILES and EXTRA_BINFILES. Try usingGerald Combs1-14/+27
2013-08-15Add $Id$, arrange that it's expanded, use native line endings.Guy Harris1-0/+2
2013-08-15Add $Id$, arrange that it's expanded, use native line endings.Guy Harris1-0/+2
2013-08-14Global variables considered harmful.Guy Harris1-1/+1
2013-08-08Compile on Qt < 5.0.Gerald Combs1-1/+1
2013-08-08Add initial capture filter support.Gerald Combs20-44/+1009
2013-08-07Make sure we copy our support files to DESTDIR.Gerald Combs1-3/+8