aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models
AgeCommit message (Expand)AuthorFilesLines
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke1-3/+4
2021-05-18PortsModel: don't populate it by doing a lot of weird string-pushing.Guy Harris2-16/+45
2021-04-20Qt: Fix various compiler warnings.Gerald Combs5-5/+7
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde2-2/+2
2021-03-08Remove modelines in ui/qt.Gerald Combs66-854/+0
2021-03-01Make ui/*.[ch] indentation consistent.Gerald Combs1-3/+3
2021-02-15Qt: Do not use obsolete functionsTomasz Moń1-1/+1
2021-01-18Qt+tools: Fix most of our lupdate warnings.Gerald Combs1-0/+1
2021-01-14Revert "Qt: fix memleak in DecodeAsDelegate."Dario Lombardo1-2/+1
2021-01-07Qt: fix memleak in DecodeAsDelegate.Dario Lombardo1-1/+2
2021-01-07Qt: fix leak in DecodeAsModel.Dario Lombardo2-0/+10
2021-01-01Voice dialogs: Added option to apply display filter in VoIP/RTP dialogsJirka Novak2-0/+7
2020-12-31VoIP Calls Dialog: List of calls is not cleared/refilled on retapsJirka Novak2-9/+17
2020-12-14VoIP: VoIP calls statistics are cleared when retap is issuedJirka Novak2-0/+8
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-12-07Qt: column list model: remove unused ListElement componentMartin Kaiser1-1/+0
2020-12-04Qt: UAT editor column widths, italic pathnameChuck Craft1-0/+1
2020-11-20PacketListRecord: add an ensureColorized() method and use it.Guy Harris3-1/+28
2020-10-23Export Objects: Don't double increment countJohn Thacker1-1/+0
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-1/+1
2020-09-12Add FT_STRINGZTRUNC.Guy Harris2-0/+5
2020-08-25Apply Decode As induced protocol preference changesJohn Thacker1-0/+1
2020-07-18Qt: Improve status bar messagesStig Bjørlykke1-1/+1
2020-07-02Qt: Add copy from another profile for Decode AsStig Bjørlykke2-1/+80
2020-06-30Set member variables in initialiser list (rather than in CTOR bodies).Martin Mathieson1-1/+1
2020-06-01Qt: Fix some Qt 5.15 deprecation warnings.Gerald Combs6-8/+8
2020-05-30Qt: improve performance of related packet delegateNardi Ivan1-3/+3
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-1/+1
2020-04-30Qt: Allow renaming personal profileRoland Knall1-1/+4
2020-03-16Fix reporting of interface-list-fetching errors.Guy Harris1-8/+25
2020-03-15Qt: Fix bug causing hidden columns to be displayedTomasz Moń1-1/+0
2020-03-13Qt: Fill in our UAT delegate editor backgrounds.Gerald Combs1-34/+36
2020-03-03Qt: Add missing breaks.Gerald Combs1-0/+3
2020-03-03Qt: Fill in our item delegate editor backgrounds.Gerald Combs3-47/+62
2020-02-29Qt: Fix profile zip import on WindowsTomasz Moń2-7/+7
2020-02-28Qt: Changes ProfileModel assertRoland Knall1-1/+3
2020-02-28Qt: Do not display alerts on repeated failed readsTomasz Moń2-2/+11
2020-02-27Qt: fix packet list selection regressionRasmus Jonsson1-2/+3
2020-02-04Qt: fix missing IP hosts in Resolved Addresses dialogPeter Wu1-79/+26
2020-01-26Qt: replace QRegExp with QRegularExpression in FilterListModel.Dario Lombardo1-7/+6
2020-01-10Fix build and deprecation warnings with Qt 5.14Orgad Shaneh2-13/+6
2020-01-10Qt: Fix related packet delegateRoland Knall2-2/+12
2019-12-21UI: Fix compilation with Qt 5.14Orgad Shaneh7-24/+24
2019-12-18Qt: Don't crash when disabling all protocols.Gerald Combs1-0/+3
2019-12-18De-camel-ize "Wireshark" in a few places.Gerald Combs1-2/+2
2019-12-11Qt: Add some null checks.Gerald Combs1-7/+14
2019-11-22Qt: Refactor ExportObjectsDialogRoland Knall2-0/+49
2019-11-20Qt: Speed up selection handlingRoland Knall1-1/+1
2019-11-19Qt: Fix compile order for PacketListRecordRoland Knall1-1/+1
2019-11-19Qt: Speedup PacketlistRoland Knall4-43/+30