aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Qt: Move Profile Dialog to Model/ViewRoland Knall2-0/+675
2019-07-05credentials: don't use wmem file scope but a local copy.Dario Lombardo1-3/+16
2019-07-04Qt: Properly hide the choosen model from external viewsRoland Knall1-0/+22
2019-07-04Qt: Remove glib and wmem from packetlistrecordRoland Knall4-37/+22
2019-07-04Qt: Move ColText to QStringList for PacketListRecordRoland Knall3-34/+15
2019-07-04Qt: remove CaptureFile from CredentialsModel constructor.Dario Lombardo2-2/+2
2019-07-04Qt: Do not export the model of the packetlistRoland Knall1-1/+33
2019-07-03Qt: Credentials move tap to dialogRoland Knall2-17/+14
2019-07-03Qt: Cleanup PacketListRoland Knall3-19/+19
2019-06-30Qt: fix more more Qt 5.13 deprecation warningsPeter Wu1-1/+1
2019-06-26tap: add credentials tap.Dario Lombardo3-1/+213
2019-06-25Qt: Use a lighter link color in dark mode.Gerald Combs3-3/+7
2019-06-19Revert "Qt: Remove unnecessary ColumnText object"Roland Knall3-31/+36
2019-06-16Qt: Remove unnecessary ColumnText objectRoland Knall3-36/+31
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