aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/io_graph_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2020-12-04Initial try at y_axis_factor for I/O graphThomas Stewart1-5/+15
2020-11-14Tuning of IO Graph intervalsDeveloper Alexander1-1/+8
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-2/+2
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-1/+1
2020-05-30Qt: Make our exported and saved line endings consistent.Gerald Combs1-1/+1
2020-05-30Qt: Updates for 5.15.Gerald Combs1-3/+3
2020-03-13WSUG: Update the I/O Graphs section.Gerald Combs1-1/+1
2020-02-15Qt: Access I/O Graph settings via UAT interfaceTomasz Moń1-4/+4
2020-01-25IO Graph does no return to 0 if there are no fields for yAlexander Meier1-14/+49
2020-01-13Qt: Make sure shortcuts are visible in context menus.Gerald Combs1-0/+1
2020-01-13Qt: Add a splitter to the I/O Graphs dialog.Gerald Combs1-6/+9
2020-01-07Qt: Don't plot zero values in I/O scatter plotsGerald Combs1-6/+18
2019-12-24Additional styles for IO GraphAlexander Meier1-0/+19
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-9/+9
2019-11-05Qt: IOGraph display filter graph addedRoland Knall1-1/+10
2019-09-17Update to qcustomplot 2.0.1Alexis La Goutte1-16/+21
2019-08-26Qt: Move CopyFrom from menu to buttonRoland Knall1-9/+5
2019-08-05Qt: do not adjust the time origin for empty graphsPeter Wu1-1/+1
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-2/+2
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