aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/interface_frame.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Qt: fix compilation without pcap.Dario Lombardo1-1/+1
2020-02-07Qt: Make it possible to hide welcome screen warnings.Gerald Combs1-3/+25
2020-01-12Qt: Update our main window capture warnings.Gerald Combs1-19/+49
2020-01-10Qt+Win32: Tell the user to install Npcap/WinPcap if needed.Gerald Combs1-10/+24
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-22/+22
2019-09-25macOS: Make Wireshark.app drag-installable.Gerald Combs1-59/+100
2019-08-01Qt: Add ctx menu to start capturing packetsStig Bjørlykke1-0/+11
2018-10-05Qt: add an hint to no interfaces label.Dario Lombardo1-2/+2
2018-10-04Qt: show more infos about why interfaces are not loaded.Dario Lombardo1-1/+7
2018-08-12More interface view cleanups.Guy Harris1-4/+4
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-1/+1
2018-01-14InterfaceFrame: don't use pointers for modelsMichael Mann1-50/+48
2018-01-13Qt: Don't use the term "extcap" interfaces in UIStig Bjørlykke1-1/+1
2018-01-12Qt: fix compilation without pcap.Dario Lombardo1-0/+2
2018-01-12Qt: add info for extcap disabled in main window.Roland Knall1-7/+15
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-10/+2
2017-11-23Qt: Make InterfaceFrame use QFrameStig Bjørlykke1-1/+1
2017-07-26Qt: Create models directoryRoland Knall1-2/+2
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-17Qt: More Main Welcome interface tweaks.Gerald Combs1-1/+10
2017-07-15Qt: Main Welcome behavior tweaks.Gerald Combs1-0/+5
2017-04-25Qt: fix compilation without pcap.Dario Lombardo1-0/+1
2017-04-20memory leak: Qt code doesn't pass 'parent' argument to some Qt class construc...Max Dmitrichenko1-1/+1
2017-03-29Qt: propagate selection from main screen to dialogPeter Wu1-0/+2
2017-03-15Qt: Disable "Show hidden interfaces"Stig Bjørlykke1-0/+3
2016-12-27InterfaceList: Add check for remote interfaceRoland Knall1-0/+19
2016-10-26InterfaceList: Make storing preferences optionalRoland Knall1-1/+1
2016-10-20InterfaceList: Add button to toggle hidden interfacesRoland Knall1-0/+14
2016-10-19InterfaceTree: Change foreach to const_iteratorRoland Knall1-10/+14
2016-10-17InterfaceList: Change Buttons to comboboxRoland Knall1-47/+49
2016-10-13Interface List: Fix display of zero entriesRoland Knall1-12/+15
2016-10-07Interface View/Model: Correct column orderingRoland Knall1-9/+6
2016-10-03Interface List: Allow column filtering in modelRoland Knall1-82/+20
2016-10-02Interface List: Fix build for no PCAP buildsRoland Knall1-4/+8
2016-10-02Interface List: Hide button for only one interfaceRoland Knall1-9/+11
2016-10-01Interface List: Change display to view/modelRoland Knall1-0/+395