summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-01Qt: Firewall Rules dialog.Gerald Combs1-5/+2
2016-05-28If we're "[Saving] the file and [closing] it", actually *close* it.Guy Harris1-1/+2
2016-05-28Consistently pass C++ Boolean constants to saveCaptureFile().Guy Harris1-1/+1
2016-04-29Qt: Make sure we pass along a resizeEvent.Gerald Combs1-1/+2
2016-04-29Qt: Add recent items to the OS X dock menu.Gerald Combs1-5/+8
2016-04-28Qt: Display filter toolbar behavior tweaks.Gerald Combs1-0/+12
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-15Qt: Make some menu items discoverable (or not).Gerald Combs1-32/+47
2016-04-07Bring back the hotkey for "w" in "... without saving"Jiří Engelthaler1-5/+5
2016-04-02Qt: Lazily create dialogs.Gerald Combs1-31/+16
2016-03-28Qt: Make conversation menu items static.Gerald Combs1-0/+69
2016-03-26Push initial directory code up into CaptureFileDialog.Jeff Morriss1-60/+0
2016-03-21Fix building without extcap enabledJoão Valverde1-1/+1
2016-02-26Qt: Update selected interface filter behavior.Gerald Combs1-2/+11
2016-02-24qt: show marker when capture file comment has changedPeter Wu1-1/+1
2016-02-19Qt: Update AccordionFrame widgets to use common layoutStig Bjørlykke1-0/+1
2016-02-04Fix memleaks related to get_dirnamePeter Wu1-4/+4
2016-01-26Qt: Check for file changes on ReloadStig Bjørlykke1-3/+10
2016-01-26Qt: Improved testCaptureFileClose dialog textsStig Bjørlykke1-59/+43