aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-23Clean up the new-file selection criteria in the GUI.Jeff Morriss1-3/+19
2019-02-20Qt: Fix removal of "Capture to a permanent file" settingStig Bjørlykke1-0/+5
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-2/+13
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-3/+1
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer1-4/+2
2018-06-10If device->active_dlt = -1, show "Unknown" rather than "DLT -1".Guy Harris1-7/+13
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-3/+3
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup1-8/+5
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-16/+10
2017-07-26Qt: Create models directoryRoland Knall1-1/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall1-1/+1
2017-07-03Add option to use wall-clock intervalsSake Blok1-12/+12
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-8/+8
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-1/+1
2017-03-29Throw in a cast to squelch a compiler warning.Guy Harris1-1/+1
2017-03-29Qt: propagate selection from main screen to dialogPeter Wu1-3/+35
2017-03-28Qt: fix closing editor in capture interfaces dialogPeter Wu1-0/+25
2017-03-28Qt: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin1-3/+7
2017-02-26Qt: Enable/disable Capture Interfaces buttons consistently.Gerald Combs1-6/+3
2017-02-20Yell at the user less.Gerald Combs1-6/+6
2017-01-12Qt: fix memleak of PointList in interface statisticsPeter Wu1-9/+9
2016-10-03Qt: make parameter unused when SHOW_BUFFER_COLUMN is undefined.Dario Lombardo1-0/+2
2016-10-01Interface List: Change display to view/modelRoland Knall1-1/+37
2016-09-27checkAPIs.pl: Avoid false positive in headerRoland Knall1-6/+6
2016-08-06Remove old Qt code.Gerald Combs1-2/+0
2016-07-04Qt: add initializer (CID 1230901).Dario Lombardo1-1/+1
2016-06-07Qt: Fix "applicable" capture interface behavior.Gerald Combs1-2/+1
2016-06-01Qt: Use checkboxes in the capture options dialog.Gerald Combs1-143/+136
2016-05-31Qt: Use a standard "Start" button in Capture Options.Gerald Combs1-7/+6
2016-05-31Qt: Monitor mode fixups.Gerald Combs1-76/+161
2016-03-10Qt: Check for selected interface in filterEdited()Stig Bjørlykke1-2/+4
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2016-02-27Have the interface list unsorted by default.Guy Harris1-1/+3
2016-02-26Qt: Update selected interface filter behavior.Gerald Combs1-104/+85
2016-02-26Qt: Capture Interfaces dialog geometry updates.Gerald Combs1-4/+29
2016-02-23Qt: Capture and display filter fixups.Gerald Combs1-0/+2
2016-01-29Qt: No capture filter bookmarks in capture interfaces listStig Bjørlykke1-1/+1
2016-01-27Make Qt UI capture filter behavior more closely match the GTK+ UI.Gerald Combs1-48/+79
2016-01-23ui: Code cleanupStig Bjørlykke1-2/+2
2016-01-14Fix capture output options.Gerald Combs1-7/+11
2016-01-05Qt: Disable configurable interface settings for extcapStig Bjørlykke1-18/+30
2015-12-16Qt: fix memleaks related to interface dialogPeter Wu1-4/+2
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+1