summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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 Combs9-84/+201
2013-09-07Fix a few more places that didn't have a semicolon after the address-macro use.Evan Huus2-8/+8
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 Combs5-49/+73
2013-09-04Throughput graph updates.Gerald Combs9-127/+331
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-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
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 Combs6-46/+178
2013-08-30Fix NSIS packaging.Gerald Combs1-6/+6
2013-08-29Revert revision=51577.Anders Broman1-2/+4
2013-08-29Add support for Qt5 (tested with 5.1.1).Gerald Combs9-26/+38
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman1-4/+2
2013-08-29Handle the 2GiB boundary case of the max filesize autostop condition properly...Chris Maynard1-13/+17
2013-08-28There is no use in checking for (cf) if we have already unconditionallyJörg Mayer1-3/+2
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-27Try to fix error: enum conversion in assignment is invalid in C++ [-Werror=c+...Pascal Quantin1-3/+3
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 Combs18-591/+22780
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-23For the Windows Open dialog for capture files, get rid of the "(*.*)" inGuy Harris1-5/+54
2013-08-22Split EXTRA_LIBFILES into EXTRA_LIBFILES and EXTRA_BINFILES. Try usingGerald Combs1-14/+27
2013-08-21The export PDU mechanism creates a new capture which contains only theMartin Kaiser4-33/+109
2013-08-18addr_resolution_dlg.c: In function 'ipv6_hash_table_to_texbuff':Anders Broman1-1/+1