aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/packet_list_model.cpp
AgeCommit message (Expand)AuthorFilesLines
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 Thacker1-0/+140
2023-02-07Qt: Add ability to cancel sortingJohn Thacker1-20/+90
2023-01-07Qt: Add a pref for column text caching, and have it affect sortingJohn Thacker1-0/+21
2023-01-02Qt: Cache only recently accessed columns textTomasz Moń1-0/+1
2022-12-05Qt: Convert our widgets and models to new-style signals & slotsGerald Combs1-2/+2
2022-10-31UI: Only sort visible packets instead of all packetsNils Hanke1-2/+3
2022-06-29Qt: Reduce PacketListHeader complexityRoland Knall1-0/+2
2022-06-29Qt: Improve sort for packet listRoland Knall1-7/+6
2022-06-26Qt: Only sort if there are actually lines to sortRoland Knall1-0/+3
2022-06-17Qt: Remove our idle dissection wait period.Gerald Combs1-1/+1
2022-05-12Qt: Fix clazy-incorrect-emit warnings.Gerald Combs1-8/+8
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-6/+6
2022-03-25Qt: Fix most of Qt6 compile warnings and issuesRoland Knall1-1/+1
2022-03-25Qt: Handle qsizetype.Gerald Combs1-13/+13
2021-10-11Qt: Use new-style signals+slots in more places.Gerald Combs1-2/+2
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2020-11-20PacketListRecord: add an ensureColorized() method and use it.Guy Harris1-1/+1
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-1/+1
2020-07-18Qt: Improve status bar messagesStig Bjørlykke1-1/+1
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-1/+1
2020-03-15Qt: Fix bug causing hidden columns to be displayedTomasz Moń1-1/+0
2020-02-27Qt: fix packet list selection regressionRasmus Jonsson1-2/+3
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh1-2/+2
2019-11-19Qt: Speedup PacketlistRoland Knall1-35/+21
2019-11-19Qt: Remove unnecessary parent checkRoland Knall1-4/+1
2019-11-19Qt: Remove unused progress updateRoland Knall1-18/+2
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-2/+2
2019-11-17Qt: Multiselection in PacketListRoland Knall1-21/+45
2019-10-04Qt: Do not redissect packets before sortingTomasz Moń1-23/+1
2019-07-04Qt: Properly hide the choosen model from external viewsRoland Knall1-0/+22
2019-07-04Qt: Remove glib and wmem from packetlistrecordRoland Knall1-7/+3
2019-07-04Qt: Move ColText to QStringList for PacketListRecordRoland Knall1-2/+2
2019-07-04Qt: Do not export the model of the packetlistRoland Knall1-1/+33
2019-07-03Qt: Cleanup PacketListRoland Knall1-17/+17
2019-06-19Revert "Qt: Remove unnecessary ColumnText object"Roland Knall1-5/+5
2019-06-16Qt: Remove unnecessary ColumnText objectRoland Knall1-5/+5
2019-02-07Qt: move packet list cache from record to modelMichał Łabędzki1-3/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-15/+15
2018-12-24Qt: Switch models and DataPrinter to new-style signals and slots.Gerald Combs1-2/+2
2018-10-21Qt: fix assertion failure when redissecting with a debug build of QtPeter Wu1-4/+4
2018-07-14Qt: try to sort numeric columns (such as ports) as numberPeter Wu1-21/+49
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs1-0/+7
2018-02-20Qt: Improve sorting of custom columns with multiple fieldsStig Bjørlykke1-11/+4
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-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1