aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/io_graph_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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