summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Qt: Drag/Drop Filter buttons to orderRoland Knall1-1/+5
2017-06-27Qt: Context menu for toolbar filter buttonsRoland Knall1-0/+4
2017-06-20Qt: make Wireless Timeline a separate itemPeter Wu1-3/+2
2017-06-17Qt: fix hang on exiting Qt while loading capture filePeter Wu1-10/+29
2017-06-05Add a timeline view for packets, with the timing data used to generate the di...Simon Barber1-0/+12
2017-06-01Qt: Disable -Wframe-larger-than= for ui_main_window.hStig Bjørlykke1-0/+7
2017-05-02Qt: Interface Toolbar improvementsStig Bjørlykke1-4/+3
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-1/+1
2017-04-26Qt: Don't use _U_ for unused parameters in C++Stig Bjørlykke1-1/+1
2017-04-26Fix no-extcap build.Guy Harris1-0/+2
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke1-1/+125
2017-04-18Qt: AdditionalToolbars is a menuStig Bjørlykke1-7/+7
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-0/+16
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-4/+4
2017-03-12Qt: Give discard button focus (but not as default)Stig Bjørlykke1-0/+3
2017-03-03Qt: Add selection history navigation.Gerald Combs1-0/+6
2017-02-27Qt: Avoid null pointer dereference (CID 1401573)Stig Bjørlykke1-2/+3
2017-02-24Qt: Code cleanupStig Bjørlykke1-39/+30
2017-02-24PluginIF: AdditionalToolbarRoland Knall1-8/+125
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-3/+4
2017-01-27Qt: Add exported packet files to the recent filesStig Bjørlykke1-0/+2
2017-01-23Qt: Reject drag and drop if we're capturing.Gerald Combs1-3/+16
2017-01-21One more cf_merge_files_to_tempfile() call needed to be changed.Guy Harris1-2/+3
2017-01-21Qt: Fixup drag and drop merging.Gerald Combs1-5/+38
2017-01-21Qt: Show merge progress.Gerald Combs1-3/+7
2017-01-18Fix Access Violation in plugin_if_mainwindow_get_ws_info(...)Paul Offord1-1/+1
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-4/+0
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-3/+24
2016-12-07Qt: don't append a second extension to save file namesРоман Донченко1-2/+1
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris1-4/+3
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-0/+24
2016-11-10Qt: Handle retranslation events in the main window.Gerald Combs1-5/+5
2016-10-23Qt: add fullscreen feature.Dario Lombardo1-0/+13
2016-09-19Qt: reenable export packet bytes menu while capturingPascal Quantin1-1/+1
2016-09-19Qt: fix file set menus when stopping a capture or opening a capture after sta...Pascal Quantin1-0/+4
2016-09-19Qt: fix some menus activation when stopping a capturePascal Quantin1-2/+2
2016-09-02Qt: Add newly saved files to the recent filesStig Bjørlykke1-0/+3
2016-07-24Enable "Save As..." iff cf_can_save_as() returns TRUE.Guy Harris1-1/+3
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-0/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-1/+3
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-1/+3
2016-06-26Qt: Handle unhandled filter actions.Gerald Combs1-4/+4
2016-06-24Qt: Fix "-l" behavior.Gerald Combs1-3/+2
2016-06-23Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPTURE is set (offline mode too).Dario Lombardo1-0/+5
2016-06-23Qt: Use queued signals+slots for filter actionsGerald Combs1-0/+6
2016-06-23Qt: Support the -j, -J, and -l command line flagsGerald Combs1-2/+2
2016-06-22Don't close Wireshark (Qt) if user cancels Save on Close.Michael Mann1-14/+16
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-0/+2
2016-06-13Qt: Main window tab behavior.Gerald Combs1-1/+4
2016-06-08Use separate main geometry settings for Qt and GTK+.Gerald Combs1-1/+10