aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Qt: do not expose a UAT record if the update callback failsPeter Wu1-4/+4
2019-05-09Qt: Fix debug assert in Manage Interfaces dialogTomasz Moń1-1/+1
2019-04-26Expert Info: Displays comment of each packet in the expert information tabZachary1-0/+6
2019-04-24Qt: Support setting custom preferencesTomasz Moń1-0/+3
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-1/+1
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-1/+1
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-1/+1
2019-04-02Qt: Add hover style to packet list and proto treeStig Bjørlykke1-0/+5
2019-03-23Qt: Fix our Expert Info foreground color logic.Gerald Combs2-4/+23
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-8/+8
2019-03-17Constification, to remove some compiler warnings.Guy Harris2-5/+5
2019-02-15Replace Qsort with std::sortAnders Broman1-1/+1
2019-02-07Qt: move packet list cache from record to modelMichał Łabędzki4-20/+16
2019-01-31Fix build without GnuTLSPeter Wu1-0/+2
2019-01-29Qt: add initial RSA Keys preference framePeter Wu2-0/+4
2019-01-29Qt: move method to apply/undo UAT changes to UatModelPeter Wu2-0/+54
2019-01-24wiretap: fix leak of options_buf and document memory handlingPeter Wu1-1/+3
2019-01-16Qt: IO Graph correct color selectionRoland Knall2-17/+16
2019-01-01No need to report "some files could not be saved".Guy Harris2-8/+4
2019-01-01Always report errors in eo_save_entry().Guy Harris1-2/+2
2019-01-01Limit the maximum *file* name length for exported objects.Guy Harris1-3/+3
2019-01-01Add a "failed" return for tap packet routines.Guy Harris2-6/+7
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris2-16/+16
2018-12-24Qt: Switch models and DataPrinter to new-style signals and slots.Gerald Combs9-17/+18
2018-12-19Qt: Convert more "pressed" signals to "clicked".Gerald Combs1-1/+1
2018-12-14UI: Make sure we always have interface statistics.Gerald Combs1-4/+1
2018-10-21Qt: fix assertion failure when redissecting with a debug build of QtPeter Wu1-4/+4
2018-10-08Qt: Add clear all button to Decode AsStig Bjørlykke2-0/+11
2018-10-05Qt: Add copy from another profile in UAT dialogsStig Bjørlykke2-0/+8
2018-09-29Get rid of the printing preferences.Guy Harris1-5/+0
2018-08-12More interface view cleanups.Guy Harris3-11/+20
2018-08-12Show just the description in the description column.Guy Harris1-1/+1
2018-08-11Fix the "Manage interfaces" dialog columns.Guy Harris1-2/+2
2018-07-27Qt: Comment some of the sparkline code.Gerald Combs1-0/+10
2018-07-14Qt: try to sort numeric columns (such as ports) as numberPeter Wu1-21/+49
2018-06-26Disable coloring rules with invalid packet-testing expressions.Guy Harris1-0/+1
2018-06-18Get rid of some occurrences of Q_UNUSEDJoerg Mayer2-5/+2
2018-06-10If device->active_dlt = -1, show "Unknown" rather than "DLT -1".Guy Harris1-6/+14
2018-06-07Preincrement iterators for better performanceJaap Keuter1-1/+1
2018-05-28Qt: select a better default Decode As tablePeter Wu1-0/+25
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke34-34/+68
2018-04-24remove redundant break statementchinarulezzz1-8/+0
2018-04-05Qt: Remove checks for version below 5.2Roland Knall10-82/+10
2018-03-15Epan+Qt: Invalidate cached column strings.Gerald Combs4-1/+16
2018-03-09spdx: use consistent formatting for GPL-2.0-or-laterPeter Wu4-4/+4
2018-03-07Qt: Handle UAT editor dialogs explicitly.Michael Mann2-57/+9
2018-02-27Qt: accept hexadecimal input in Decode As dialogPeter Wu2-6/+6
2018-02-20Qt: Improve sorting of custom columns with multiple fieldsStig Bjørlykke1-11/+4