summaryrefslogtreecommitdiff
path: root/ui/qt/interface_tree_model.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-7/+7
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2017-01-12Qt: fix memleak of PointList in interface statisticsPeter Wu1-11/+2
2016-12-27InterfaceList: Add check for remote interfaceRoland Knall1-0/+10
2016-11-07interface_tree_model.cpp - ensure QObject namespace for tr()Michael Mann1-1/+1
2016-10-27ManageInterfacesDialog: New handling of pipesRoland Knall1-1/+9
2016-10-26InterfaceTreeList: Enable all editable columnsRoland Knall1-1/+68
2016-10-19InterfaceTree: Change foreach to const_iteratorRoland Knall1-4/+15
2016-10-19ManageInterfacesDialog: Implement View/Data ModelRoland Knall1-38/+86
2016-10-17Some get rid of the remaining trivial Q_UNUSED cases.Joerg Mayer1-7/+4
2016-10-07Interface View/Model: Correct column orderingRoland Knall1-2/+2
2016-10-04Qt: add condition to compile without extcap.Dario Lombardo1-0/+2
2016-10-04Interface View/Model: Fix pcap-less buildRoland Knall1-7/+6
2016-10-03Interface List: Allow column filtering in modelRoland Knall1-1/+124
2016-10-02Interface List: Fix build for no PCAP buildsRoland Knall1-5/+30
2016-10-01Interface List: Change display to view/modelRoland Knall1-0/+277