aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_slots.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Qt: fix file set menus when stopping a capture or opening a capture after sta...Pascal Quantin1-12/+2
2016-09-19Qt: fix some menus activation when stopping a capturePascal Quantin1-0/+2
2016-09-16Qt: Reset expert info icon when start capture failedStig Bjørlykke1-1/+4
2016-09-15Qt: Option to copy bytes to clipboard as Escaped StringGilbert Ramirez1-0/+10
2016-08-26qt: fix crash on Search Packet while redissectingPeter Wu1-2/+2
2016-07-16always update the status bar at the end of a captureMartin Kaiser1-3/+5
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-0/+15
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-4/+6
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-4/+8
2016-06-26Qt: Handle unhandled filter actions.Gerald Combs1-6/+16
2016-06-26Qt: Conversation and Endpoint dialog performance tweaks.Gerald Combs1-0/+1
2016-06-24Qt: Fix "-l" behavior.Gerald Combs1-6/+0
2016-06-23No pcap, no live capture, so no auto_scroll_live.Guy Harris1-0/+2
2016-06-23Qt: quit the UI if WIRESHARK_QUIT_AFTER_CAPTURE is set (offline mode too).Dario Lombardo1-4/+11
2016-06-23Qt: Use queued signals+slots for filter actionsGerald Combs1-20/+21
2016-06-23Qt: Support the -j, -J, and -l command line flagsGerald Combs1-0/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin1-0/+5
2016-06-13Qt: Main window tab behavior.Gerald Combs1-0/+9
2016-06-10Qt/Bluetooth: Add Device dialogMichal Labedzki1-1/+1
2016-06-05Qt ui code: fix qreal type problems on ARM platformZdeněk Žamberský1-3/+3
2016-06-01Qt: Firewall Rules dialog.Gerald Combs1-3/+13
2016-05-31Qt: Monitor mode fixups.Gerald Combs1-1/+1
2016-05-28Consistently pass C++ Boolean constants to saveCaptureFile().Guy Harris1-1/+1
2016-04-29Qt: Add recent items to the OS X dock menu.Gerald Combs1-1/+47
2016-04-28Qt: Refresh the display filter toolbar layout.Gerald Combs1-1/+1
2016-04-28Qt: Display filter toolbar behavior tweaks.Gerald Combs1-4/+5
2016-04-15Qt: Make some menu items discoverable (or not).Gerald Combs1-1/+7
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+2
2016-04-02Qt: Lazily create dialogs.Gerald Combs1-17/+51
2016-03-28Qt: Make conversation menu items static.Gerald Combs1-100/+39
2016-03-26Push initial directory code up into CaptureFileDialog.Jeff Morriss1-20/+0
2016-03-21Fix building without extcap enabledJoão Valverde1-1/+1
2016-03-13Lua: Apply prefs when reload Lua pluginsStig Bjørlykke1-0/+1
2016-03-01Add a #define for the wildcard pattern that matches all files.Guy Harris1-2/+3
2016-02-19Qt: Update AccordionFrame widgets to use common layoutStig Bjørlykke1-1/+1
2016-02-10Qt: Fix plural translationsStig Bjørlykke1-3/+1
2016-02-09Properly check the return value of color_filters_set_tmp().Guy Harris1-1/+1
2016-02-08Qt: Add Show Packet Bytes DialogStig Bjørlykke1-0/+8
2016-02-05Qt: Reset columns before auto resize time columnsStig Bjørlykke1-9/+11
2016-02-04Fix memleaks related to get_dirnamePeter Wu1-3/+3
2016-01-27Make Qt UI capture filter behavior more closely match the GTK+ UI.Gerald Combs1-32/+6
2016-01-26Qt: Check for file changes on ReloadStig Bjørlykke1-1/+15
2016-01-26Qt: Improved testCaptureFileClose dialog textsStig Bjørlykke1-4/+6
2016-01-23ui: Code cleanupStig Bjørlykke1-19/+10
2016-01-20Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin1-1/+3
2016-01-14Qt: "Conversation" → "Coloring"Gerald Combs1-6/+4
2016-01-12Qt: Refactor testCaptureFileCloseStig Bjørlykke1-3/+3
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-24/+29
2016-01-10Qt: Fix testCaptureFileClose without packetsStig Bjørlykke1-2/+1
2016-01-08Add a Busy status to SyntaxLineEdit.Gerald Combs1-0/+30