aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models
AgeCommit message (Expand)AuthorFilesLines
2023-06-20ftypes: Rename IS_FT_* macrosJoão Valverde2-13/+13
2023-06-14Convert capture/*.[ch] to C99 typesGerald Combs2-4/+1
2023-05-24Decode As: Enable disabling a default dissectorJohn Thacker2-13/+21
2023-05-22Decode As: Keep current handle and description consistentJohn Thacker3-37/+39
2023-05-20Qt: Only have a getter for the default dissectorJohn Thacker2-7/+13
2023-05-21Qt: Decode As: Add values from all the layers as suggestionsJohn Thacker1-14/+13
2023-05-14Qt: Stop after creating a Decode As itemJohn Thacker1-0/+1
2023-05-14Qt: Decode As: Update the default dissector stringJohn Thacker3-71/+107
2023-05-14Qt: Simplify Decode As handlingJohn Thacker2-113/+103
2023-05-08prefs: Remove type of GUI preferenceStig Bjørlykke2-10/+1
2023-05-06Qt: Fixup Conversations and Endpoints dialog leak fixJohn Thacker2-16/+6
2023-05-05columns: Migrate two-field columns to custom columnsJohn Thacker1-16/+14
2023-05-01Qt: Fix leak in Conversations and Endpoints dialogsJohn Thacker2-2/+19
2023-04-12Qt: ATapDataModel rows don't have childrenJohn Thacker2-6/+8
2023-03-30UAT+Qt: Add dissector syntax line editJohn Thacker1-14/+2
2023-03-12Sort Decode As dissector list case-insensitivelyNicolás Alvarez1-7/+10
2023-03-12Qt: Create Follow Stream menu dynamicallyJohn Thacker2-1/+6
2023-02-26Qt: Remove unused memberJohn Thacker1-2/+0
2023-02-25Qt: Fix leak in Coloring Rules DialogJohn Thacker1-0/+1
2023-02-25Qt: Revert to our function for displaying bit speed with unitsJohn Thacker1-2/+2
2023-02-23Qt: Show date for abs time for long captures in ConversationsJohn Thacker1-5/+14
2023-02-22Qt: Fix conversation dialog timeline graph columnsJohn Thacker2-14/+38
2023-02-20Fix build of PacketListModel with Qt5Nicolás Alvarez1-4/+2
2023-02-19Qt: Substitute for C++17 ismJohn Thacker1-2/+4
2023-02-17Qt: Ensure that add frame comments trigger recoloring, count updatesJohn Thacker3-0/+147
2023-02-11UAT: Have a combobox for DissectorsJohn Thacker1-0/+20
2023-02-09Qt: Actually ensure that rows are colorizedJohn Thacker1-1/+1
2023-02-07Qt: Add ability to cancel sortingJohn Thacker2-20/+98
2023-01-29Qt: Allow caching columns while dissecting colorTomasz Moń1-2/+3
2023-01-17Qt: Conversation/Endpoint table Filter by different QVariant typesJohn Thacker1-4/+20
2023-01-17Qt: Plug credentials model memory leakJohn Thacker2-0/+6
2023-01-13Qt: Fix test for appending rows to UAT tablesJohn Thacker1-2/+3
2023-01-07Qt: Add a pref for column text caching, and have it affect sortingJohn Thacker2-0/+25
2023-01-02Qt: Cache only recently accessed columns textTomasz Moń3-80/+23
2022-12-14Qt: crash on negative row in ConversationsChuck Craft1-1/+1
2022-12-05Qt: Convert our widgets and models to new-style signals & slotsGerald Combs2-3/+3
2022-11-21Qt: Fix crash when clicking on expanded entry in Expert Info DialogJohn Thacker1-1/+1
2022-11-14Qt: Fix typo in proto_tree_modelJohn Thacker1-2/+2
2022-11-14Qt: Speed up ProtoTreeModel with lots of itemsJohn Thacker2-52/+70
2022-11-10Qt: Add GeoIP latitude and longitude to Endpoints tableJohn Thacker2-0/+16
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+0
2022-11-01TCP: Overriding of the automatic SEQ AnalysisEugène Adell1-0/+22
2022-10-31UI: Only sort visible packets instead of all packetsNils Hanke1-2/+3
2022-10-30Qt: Fix unexpected bytes suffixRoland Knall1-3/+3
2022-10-19Qt: Add geolocation columns back to the Endpoints dialog.Gerald Combs1-2/+23
2022-10-08Conversations dialog : rename the B to A packets columnEugène Adell1-1/+1
2022-10-01Qt: Fix compilation with Qt 6.4João Valverde2-6/+6
2022-09-30Qt: enabled/disabled protocols filtered list enable/disabledChuck Craft1-6/+2
2022-09-29Qt: plug resource leak in error path (CID-1504598)Jaap Keuter1-0/+1
2022-09-29Qt: Analyze->Enabled Protocols search in enabled/disabledChuck Craft1-12/+17