aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/decode_as_delegate.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-24Decode As: Enable disabling a default dissectorJohn Thacker1-1/+6
2023-05-22Decode As: Keep current handle and description consistentJohn Thacker1-4/+2
2023-05-21Qt: Decode As: Add values from all the layers as suggestionsJohn Thacker1-14/+13
2023-05-14Qt: Decode As: Update the default dissector stringJohn Thacker1-5/+5
2023-03-12Sort Decode As dissector list case-insensitivelyNicolás Alvarez1-7/+10
2022-09-14Qt: Fix memory leak in Decode AsJohn Thacker1-0/+11
2022-06-16Qt: Use a combobox for Decode As selectors if there are packet valuesJohn Thacker1-34/+30
2022-03-25Qt: Fix most of Qt6 compile warnings and issuesRoland Knall1-1/+1
2021-03-08Remove modelines in ui/qt.Gerald Combs1-12/+0
2021-01-14Revert "Qt: fix memleak in DecodeAsDelegate."Dario Lombardo1-2/+1
2021-01-07Qt: fix memleak in DecodeAsDelegate.Dario Lombardo1-1/+2
2020-03-03Qt: Add missing breaks.Gerald Combs1-0/+3
2020-03-03Qt: Fill in our item delegate editor backgrounds.Gerald Combs1-31/+36
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh1-1/+1
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-1/+1
2019-02-15Replace Qsort with std::sortAnders Broman1-1/+1
2018-06-07Preincrement iterators for better performanceJaap Keuter1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-14/+0
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-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-09-16Refactor Decode As dialog to use a model/delegateMichael Mann1-0/+408