summaryrefslogtreecommitdiff
path: root/ui/qt/interface_tree.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-17More welcome screen layout updates. Instantiate the welcome screenGerald Combs1-3/+1
2012-08-17Auto-expand the welcome screen layout. Get rid of or comment outGerald Combs1-2/+0
2012-08-17Lay out the welcome screen using Qt Designer.Gerald Combs1-17/+7
2012-08-04Fix sparlines on Windows. Unfortunately this means listing device IDsGerald Combs1-1/+4
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-12/+104
2012-07-30Get rid of a couple of focus halos.Gerald Combs1-0/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-07Add i18n to QtSharkAlexis La Goutte1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1/+1
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+93