aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/io_graph_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-24Qt io_graph: Use Interval value when generating Y-axis label or legendJim Young1-9/+29
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-12-07Qt: It's no translation for "%1 %2"Stig Bjørlykke1-1/+1
2015-12-01Qt: Don't expose ColorUtils::graph_colors_.Gerald Combs1-6/+3
2015-11-17Qt: Fixup the I/O Graph color menu width on Windows.Gerald Combs1-0/+7
2015-11-16Qt iograph: Trigger graph refresh when time-of-day checkbox is toggeled.Jim Young1-0/+1
2015-11-16Qt iograph: Fix off-by-one, insure we plot the last interval.Jim Young1-1/+1
2015-11-13Qt: Fixed signal name to avoid a warning.Stig Bjørlykke1-15/+15
2015-11-12Qt: Added IO Graph save to clipboard button.Stig Bjørlykke1-4/+66
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-0/+1
2015-10-10Qt: Horizontal- and vertical-only zoom modifier keys for IO and TCP Stream gr...Jim Young1-1/+68
2015-10-06Fix an I/O graph crash.Gerald Combs1-32/+11
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-08-26Reload IO Graph Y fields when reload Lua pluginsStig Bjørlykke1-0/+13
2015-08-26Add per-dialog progress frames.Gerald Combs1-0/+3
2015-08-20IO Graphs: Don't show unchecked graphs in legendStig Bjørlykke1-2/+17
2015-07-31Use an ellipsis character instead of three dots.Gerald Combs1-1/+1
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-16/+2
2015-07-11Qt: Add Colorize Conversation menu items.Gerald Combs1-4/+2
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-12/+5
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-23Morph ProgressBar into CaptureProgressFrame.Gerald Combs1-1/+1
2015-05-15Qt: Stop tapping when the I/O Graph dialog closes.Gerald Combs1-1/+4
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-18Update Qt version checks.Gerald Combs1-3/+0
2015-02-18Fix QCustmPlot retina problems.Gerald Combs1-0/+3
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-0/+4
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+3
2015-02-03Qt: Fix IO Graph capture file closing.Gerald Combs1-5/+7
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2015-01-13uat_load() and uat_save() return a success indication; use it.Guy Harris1-4/+8
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-2/+4
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-1/+3
2014-12-30Qt: Convert more dialogs to WiresharkDialog.Gerald Combs1-22/+13
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+11
2014-09-06Don't give names to parameters you don't use.Guy Harris1-1/+1
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs1-2/+21
2014-05-28Use Q_UNUSED instead of _U_ruengeler1-1/+2
2014-04-24Fix warning: extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2014-04-10Fix called C++ object pointer is null found by Clang AnalyzerAlexis La Goutte1-5/+15
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-0/+2156