aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets
AgeCommit message (Expand)AuthorFilesLines
2018-01-04Convert preference dialog to use more models.Michael Mann4-29/+171
2018-01-04Qt: Redesign profile menu in status barRoland Knall2-26/+25
2017-12-28Qt: Fix moc interface issueRoland Knall2-2/+1
2017-12-27Qt: Add "Copy as…" to the byte view.Gerald Combs2-30/+31
2017-12-27Convert Export Objects dialog to use a model.Michael Mann2-0/+81
2017-12-26Qt: remove unneeded check.Dario Lombardo1-4/+2
2017-12-25Qt: rework ByteViewText::addFormatRange to avoid dead code (CID: 1426074).Dario Lombardo1-3/+2
2017-12-22byte_view_text.cpp: add initializers to please GCC 7.2.1Pascal Quantin1-2/+2
2017-12-22Qt: Lighten non-printable byte view characters.Gerald Combs2-2/+22
2017-12-21Qt: Add back byte view hover.Gerald Combs2-12/+34
2017-12-19Convert Dissector Tables dialog to use modelMichael Mann2-0/+77
2017-12-13Add a model to use for Expert Info dialog.Michael Mann2-0/+97
2017-12-08More QVector fixes.Gerald Combs1-2/+2
2017-12-07Qt: Fix ByteViewText compilation for Qt < 5.5.Gerald Combs1-4/+4
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs2-246/+228
2017-11-21Qt: Remove merge issue from Drag DropRoland Knall1-4/+0
2017-11-21Qt: Remove an unused variable.Gerald Combs1-1/+0
2017-11-20Qt: Fix various smalles issues with drag-dropRoland Knall2-9/+32
2017-11-12Qt: ToolbarMimeData and displayRoland Knall1-15/+17
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-0/+1
2017-11-12Qt: Add Modifier to drop only fieldRoland Knall1-4/+16
2017-11-08Qt: Further cleanup ByteViewRoland Knall2-0/+756
2017-11-08Qt: Clean Drag-n-Drop Mimetype for toolbarRoland Knall1-8/+15
2017-11-08Qt: Drag n Drop Filter expression from Packet TreeRoland Knall6-3/+209
2017-11-05Qt: Fix drag-n-drop in toolbarRoland Knall1-6/+16
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup1-1/+1
2017-09-19qt: Fix leaked style for OverlayScrollBarMikael Kanstrup2-3/+14
2017-09-15Qt: Don't show text as invalid in disabled widgetsStig Bjørlykke1-1/+1
2017-09-07Qt: Construct QRegExp only onceStig Bjørlykke2-5/+4
2017-08-31Qt: Fix errors when compiling for Qt4.Jens Kilian1-0/+6
2017-08-31Fix MacOS buildJim Young1-1/+1
2017-08-30Qt: Temporarily disable DP scaling on non-macOS systems.Gerald Combs1-0/+4
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-4/+4
2017-08-09editor_file_dialog (qt/widgets): fix indent (use 4 spaces)Alexis La Goutte1-4/+4
2017-08-07Use UAT model for I/O graphMichael Mann2-0/+116
2017-08-07Use proper tab order for "file types" in UAT "table".Michael Mann2-0/+114
2017-07-30Define Q_NULLPTR as NULL if not already definedAlexis La Goutte1-0/+1
2017-07-26Qt: Move utils to separate utils directoryRoland Knall22-105/+27492
2017-07-16Qt: refactor UatTreeView into something reusablePeter Wu2-0/+142
2017-07-14Remove some unneeded includes.Gerald Combs1-5/+0
2017-07-11Qt: Move all utility widgets to widgets subdirectoryRoland Knall28-0/+4739
2017-07-06Qt: Add convenience function and cleanupRoland Knall2-0/+242
2017-06-28Qt: Drag/Drop Filter buttons to orderRoland Knall2-0/+286