aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-23ui: Code cleanupStig Bjørlykke1-102/+81
2016-01-21Qt: Add some window title variablesStig Bjørlykke1-3/+14
2016-01-19Qt: Update window title when preferences changed.Stig Bjørlykke1-0/+1
2016-01-15plugin_if: Add function to get capture file infoPaul Offord1-0/+58
2016-01-14Qt: Separate window titles with Em dash on OS XStig Bjørlykke1-4/+8
2016-01-14Qt: Add back setWindowFilePathStig Bjørlykke1-7/+7
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-1/+1
2016-01-12Qt: Refactor testCaptureFileCloseStig Bjørlykke1-24/+29
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-0/+2
2016-01-10Qt: Fix testCaptureFileClose without packetsStig Bjørlykke1-33/+24
2016-01-08Qt: Queue up redissection.Gerald Combs1-1/+1
2015-12-29Qt: Add gui.prepend_window_title optionAlexis La Goutte1-0/+4
2015-12-29Qt: Add support of gui.window_titleAlexis La Goutte1-8/+17
2015-12-29Qt: Remove usage of setWindowFilePathAlexis La Goutte1-25/+3
2015-12-23Initialize Qt info_data_t structure in constructor.Michael Mann1-5/+3
2015-12-23Added HAVE_LIBPCAP guardsStig Bjørlykke1-0/+2
2015-12-23capture_info: Fix initialization of packet counterRoland Knall1-0/+3
2015-12-21Confirm discarding data before restarting capture.Michael Mann1-12/+25
2015-12-13Qt: Removed applyRecentColumnWidths from recentFilesReadStig Bjørlykke1-2/+0