summaryrefslogtreecommitdiff
path: root/ui/qt/capture_interfaces_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Add option to use wall-clock intervalsHEADmasterSake 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
2015-11-25Press Start instead of Manage Interfaces on EnterPeter Wu1-1/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-5/+2
2015-06-26Qt: tweaks to Capture Interfaces dialogPascal Quantin1-3/+13
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris1-2/+1
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-1/+1
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris1-3/+2
2015-03-19Patch some memory leaks.Guy Harris1-1/+1
2015-03-18Fix parsing of interface properties strings.Guy Harris1-3/+1
2015-02-16Qt: fix "Assigned value is garbage or undefined"Peter Wu1-151/+115
2014-12-31Qt: Convert more dialog titles.Gerald Combs1-0/+1
2014-11-04Qt: Dynamic languagesMichal Labedzki1-0/+16
2014-08-29Qt: Rework the "Manage Interfaces" dialog.Gerald Combs1-43/+41
2014-08-18Capture Options: Add functionality to options and output tabIrene Ruengeler1-13/+241
2014-08-08Qt: Make buildbot happyAlexis La Goutte1-1/+1
2014-08-08Use a QTreeWidget instead of QTableWidget.Gerald Combs1-208/+267
2014-08-02CompiledFilterOutput dialog fixes and updates.Gerald Combs1-1/+0