aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_tree.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Apply the prefix operator to iterators.Jaap Keuter1-3/+3
2016-05-17Qt: Add accessible names to main welcome widgets.Gerald Combs1-1/+4
2016-03-21Fix building without extcap enabledJoão Valverde1-3/+3
2016-02-26Empty out InterfaceTree::updateGlobalDeviceSelections() if no pcap.Guy Harris1-5/+4
2016-02-26Mark a variable unused when we're not using it.Gerald Combs1-1/+4
2016-02-26Qt: Update selected interface filter behavior.Gerald Combs1-34/+76
2016-02-23Qt: Add tooltips to the welcome screen interfaces.Gerald Combs1-1/+26
2016-01-27Make Qt UI capture filter behavior more closely match the GTK+ UI.Gerald Combs1-5/+5
2016-01-24Indicate what an InterfaceTree is.Guy Harris1-0/+2
2016-01-23ui: Code cleanupStig Bjørlykke1-8/+6
2016-01-08Revert "Qt: Try to fix Main Welcome Interfaces List Scrollbar"Gerald Combs1-5/+8
2016-01-07"#ifdef" out a definition not used if HAVE_LIBPCAP isn't defined.Guy Harris1-0/+2
2016-01-05extcap: Add regular expression validation supportRoland Knall1-1/+1
2015-12-30Qt: Show physical interfaces first.Gerald Combs1-9/+22
2015-12-16Qt: fix memleaks related to interface dialogPeter Wu1-15/+9
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-8/+4
2015-11-29Qt: Check capture filter only once when selecting interface(s)Stig Bjørlykke1-3/+3
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-1/+1
2015-09-11Fix a bunch of leaks found by Valgrind.Gerald Combs1-1/+1
2015-07-15Resize the name column every time we re-display the interface tree.Guy Harris1-0/+1
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-8/+4
2015-06-22Use StockIcon to load toolbar icons.Gerald Combs1-1/+2
2015-06-22fix the interface list in the main welcome screenMartin Kaiser1-0/+5
2015-06-20(trivial) fix a spelling mistake in a commentMartin Kaiser1-1/+1
2015-05-05extcap: Implement QT extcap optionsRoland Knall1-20/+64
2015-02-13Qt: More #include → forward declarations.Gerald Combs1-0/+2
2014-11-14Qt: Fix non-translate-able textMichal Labedzki1-1/+1
2014-10-23Don't free global_capture_opts.ifaces_err_info.Guy Harris1-1/+1
2014-07-25Handle empty interface lists when the list changes.Guy Harris1-79/+47
2014-07-22Don't return an error string for NO_INTERFACES_FOUND.Guy Harris1-3/+7
2014-07-21Rename ifListChanged to localInterfaceListChanged.Guy Harris1-1/+1
2014-07-21Have the interface "tree" directly connect to ifListChanged.Guy Harris1-0/+1
2014-07-02Manage InterfacesIrene Ruengeler1-0/+36
2014-06-12Capture Interfaces Dialog:Irene Ruengeler1-0/+25
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-25Comment debug...Alexis La Goutte1-3/+3
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte1-0/+29
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-3/+27
2013-10-09When we display an error message in the interface list make sure it'sGerald Combs1-2/+6
2013-08-23When we close a main window, delete the welcome screen, which in turnGerald Combs1-3/+2
2013-06-27Propagate the main_window_update change of few commits ago into the qt clientLuis Ontanon1-1/+2
2013-04-11QT: Select default interface if none else is selectedIrene Rüngeler1-0/+6
2012-12-03Automatically size the interface column.Gerald Combs1-0/+14
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs1-19/+53
2012-11-22Fix another reference to the "description" member of an if_info_t (inGuy Harris1-1/+1
2012-11-05Have InterfaceTree wait until the application is initialized to startGerald Combs1-47/+66
2012-09-23Display the "no interfaces" message in qtshark on any type of error,Evan Huus1-1/+2
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-31Initialize a variable so that we can quit. Remove some debuggingGerald Combs1-2/+0
2012-08-31It ain't Wireshark unless we can capture.Gerald Combs1-15/+18