aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/io_graph_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Qt: Convert the rest of the preference dialog list buttons.Gerald Combs1-0/+12
2019-06-20Use I/O Graphs instead of IO graphs everywhere.Dario Lombardo1-2/+2
2019-06-10IO stats in 5 ms task cyclesubhav81-1/+2
2019-01-29Qt: move method to apply/undo UAT changes to UatModelPeter Wu1-12/+7
2019-01-09Qt: Cleanup deletion of CopyFromProfileMenuStig Bjørlykke1-6/+4
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2018-10-08Qt: Refactor copy from profile widgetStig Bjørlykke1-5/+9
2018-10-07Qt: Add copy from another profile for IO GraphsStig Bjørlykke1-0/+50
2018-10-06Qt: Call createIOGraph() when duplicating an existing IO GraphStig Bjørlykke1-3/+2
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke1-1/+1
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+2
2018-07-06Use the file *base* name for statistics graphs etc..Guy Harris1-1/+1
2018-07-04fileTitle -> fileDisplayName.Guy Harris1-1/+1
2018-07-03CaptureFile.fileTitle() is for display, not for file name processing.Guy Harris1-1/+1
2018-05-31sharkd: add support for io graph.Jakub Zawadzki1-146/+1
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-17Qt: fix remaining CaptureEvent signal connectionsPeter Wu1-2/+2
2018-04-17Qt: Fix memory leak for CaptureEventRoland Knall1-3/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-31IO Graph: Add some vector checks.Gerald Combs1-3/+3
2018-01-18Qt: Fixup a cast.Gerald Combs1-1/+1
2018-01-18Qt: I/O graph fixes.Gerald Combs1-31/+38
2017-12-27Apply new CaptureEvents to statistics dialogs.Michael Mann1-3/+8
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-11-08iograph: Use default graph values if io_graphs UAT file doesn't pass validationPeter Wu1-1/+2
2017-08-08io_graph_dialog.cpp: Remove graph_enabled_vs.Michael Mann1-7/+0
2017-08-07Use UAT model for I/O graphMichael Mann1-647/+396
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-5/+5
2017-07-16Qt: Expand IO Graph text edit fields to column widthStig Bjørlykke1-0/+4
2017-07-16Qt: Set IO Graph display filter when having Y fieldStig Bjørlykke1-4/+12
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-3/+3
2017-04-20Qt: show relative time for the IO Graph in an appropriate unitPeter Wu1-16/+119
2017-04-19remove unnecessary guint64 cast in IO graphXiaochuan Sun1-8/+8
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-04-05Qt: support selecting the min/max packet from IO GraphPeter Wu1-1/+7
2017-04-05Qt: fix tracer and selection of packet in IO GraphPeter Wu1-9/+31
2017-03-30Qt: Fix uninitialized memory access in val_units_Peter Wu1-3/+5
2017-03-27Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann1-4/+4
2017-03-09Qt: Fix heap-use-after-free when deleting IO graphStig Bjørlykke1-1/+1
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-1/+1
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-14/+13
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-09-14Qt: Set Close as default buttonStig Bjørlykke1-0/+5
2016-06-20Add field completion suggestions when adding a Display filter or Y Field to t...Michael Mann1-2/+4
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-7/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-6/+7
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-0/+2