aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/utils
AgeCommit message (Expand)AuthorFilesLines
2019-06-15Qt: fix typo in stock_icon.Dario Lombardo1-1/+1
2019-06-13Qt: Add support for template icons.Gerald Combs1-1/+34
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-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-03-22Qt: Fix our ColorUtils::themeIsDark comparison.Gerald Combs2-1/+7
2019-02-21Qt: Add display information to the About dialog.Gerald Combs2-0/+10
2019-01-08Qt: Fix copy ASCII characters from ByteViewStig Bjørlykke2-7/+8
2018-12-24Qt: Switch models and DataPrinter to new-style signals and slots.Gerald Combs1-6/+6
2018-09-30Qt/FrameInformation: read packet record in private bufferPeter Wu2-12/+9
2018-09-29Qt/FrameInformation: do not use file-scoped memory for temporary dataPeter Wu1-9/+5
2018-09-07Qt: Add null check for finfo and hfinfoMartin Boye Petersen1-2/+2
2018-05-30Qt: fix memleaks on opening a context menuPeter Wu2-13/+7
2018-05-17qt_ui_utils: fix issue found by PVS Studio (V519)Alexis La Goutte1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke12-12/+24
2018-04-05QT: Copy as printableMichail Koreshkov1-1/+1
2018-04-05Qt: remove ws_buffer_start_ptr calls from clang-scan.Dario Lombardo1-0/+3
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-9/+0
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-2/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo19-19/+19
2018-02-02Qt: use SPDX identifiers.Dario Lombardo12-168/+12
2018-01-30Byte view: Mark bytes using an outline.Gerald Combs2-11/+0
2018-01-25Qt 4.8 compatibility fixesPeter Wu2-13/+9
2018-01-16Qt: add more sanity checks in utils (found by clang).Dario Lombardo1-1/+1
2018-01-16Qt: Fix proto tree links and related frames.Gerald Combs2-2/+14
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-1/+1
2018-01-05Qt: Move sized toolbar images to stock_icons.Gerald Combs1-2/+1
2017-12-31Qt: Fixup fieldSelected behavior.Gerald Combs1-1/+1
2017-12-28Qt: Fix moc interface issueRoland Knall2-11/+48
2017-12-28Qt: Remove duplicate copy actionsRoland Knall1-0/+6
2017-12-27Qt: Add "Copy as…" to the byte view.Gerald Combs2-1/+86
2017-12-21Qt: Add back byte view hover.Gerald Combs2-7/+7
2017-12-20Qt: Fix DataPrinter hex conversions.Gerald Combs6-12/+12
2017-12-19Qt: add initializers (CID: 1426703).Dario Lombardo1-2/+11
2017-12-18-1 is a valid tree_type value.Gerald Combs1-1/+1
2017-12-15Qt: A node without a child can not be expandedStig Bjørlykke1-1/+1
2017-12-15Qt: Switch ProtoTree to a treeview+model.Gerald Combs4-6/+311
2017-12-14Qt: Add and use qUtf8Printable.Gerald Combs1-0/+5
2017-12-10Win32: Add checks for _WIN32_WINNT and NTDDI_VERSION.Gerald Combs1-2/+2
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+1
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs4-83/+24
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
2017-11-13Qt: Really fix the packet list selectionRoland Knall2-3/+3
2017-11-12Qt: ToolbarMimeData and displayRoland Knall2-2/+17
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall2-0/+8
2017-11-12Qt: Clear up the labelRoland Knall1-1/+1
2017-11-12Qt: Add Modifier to drop only fieldRoland Knall2-3/+18