aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/bluetooth_hci_summary_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Qt: Fix Crash in empty Bluetooth windowsMichał Łabędzki1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-8/+8
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-0/+2
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-3/+6
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
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-04-04Qt/Bluetooth: add results filter in HCI Summary windowPatryk Nowak1-0/+20
2017-03-29Fix "warning C6246: Local declaration hides declaration of the same name in o...Michael Mann1-2/+0
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-24/+20
2016-11-04Qt/Bluetooth: Split LE Meta EventsMichal Labedzki1-6/+110
2016-10-22Qt/Bluetooth: Add Display Filter Edit field to HCI Summary dialogueMichal Labedzki1-0/+23
2016-10-20Qt/Bluetooth: Add Mark/Unmark functionalityMichal Labedzki1-2/+53
2016-10-18Rename a function to have a name different from a data object's name.Guy Harris1-2/+2
2016-10-18Fix wrong local function namesMichal Labedzki1-6/+6
2016-09-13Qt/Bluetooth: Implement hover for rowsMichal Labedzki1-0/+2
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-13qt: use #include <file.h> for generated include filesMartin Kaiser1-1/+1
2016-06-10Bluetooth HCI (Qt): Remove Q_UNUSEDAlexis La Goutte1-6/+2
2016-06-08Apply the prefix operator to iterators.Jaap Keuter1-2/+1
2016-05-20Qt/Bluetooth: Allow to use Enter button for jump to framesMichal Labedzki1-0/+7
2016-03-03Qt/Bluetooth: HCI Summary: Miscellaneous fixesMichal Labedzki1-1/+5
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-12/+12
2016-01-23ui: Code cleanupStig Bjørlykke1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-17Try to fix some PVS Studio warningsMichal Labedzki1-21/+28
2015-10-15Qt/Bluetooth: Disable go to packet for closed filesMichal Labedzki1-1/+4
2015-07-17Qt/Bluetooth: Add HCI Summary dialogueMichal Labedzki1-0/+727