aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/show_packet_bytes_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2021-01-11Qt framework: Dialogs are correctly notified when capture file was closedJirka Novak1-3/+8
2020-10-01Qt: Use … instead of UTF8_HORIZONTAL_ELLIPSIS in translated strings.Gerald Combs1-2/+2
2020-09-03Qt: Use UTF8 middle dot for non-printable charactersStig Bjørlykke1-5/+9
2020-07-08QT: Don't use qAsConst and C+11 on QT < 5.7John Thacker1-0/+4
2020-07-06Add all supported charsets to Show Packet Bytes/Follow StreamJohn Thacker1-41/+35
2020-05-30Qt: Make our exported and saved line endings consistent.Gerald Combs1-1/+17
2019-12-10Qt: Bump our minimum Qt version from 5.2. to 5.3.Gerald Combs1-4/+0
2018-09-05epan: Guard g_base64_decode_inplace() against zero length stringStig Bjørlykke1-2/+4
2018-09-03epan: Use g_base64_decode_inplace()Stig Bjørlykke1-3/+3
2018-05-16Windows: Make sure more native dialogs handle HiDPI.Gerald Combs1-1/+2
2018-05-09Qt: Add Show as UTF-16 in Show Packet BytesStig Bjørlykke1-0/+13
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-27Apply new CaptureEvents to statistics dialogs.Michael Mann1-1/+0
2017-12-15Qt: Fix translating some textsStig Bjørlykke1-2/+2
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+3
2017-05-19Qt: Check for no tvb in Show Packet BytesStig Bjørlykke1-0/+3
2016-05-19Qt: Add Decode as Quoted-Printable in Show Packet BytesStig Bjørlykke1-0/+31
2016-05-12Qt: Fix Show Packet Bytes ShowAsImageStig Bjørlykke1-14/+12
2016-02-28Qt: Improve Show Packet BytesStig Bjørlykke1-22/+63
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+1
2016-02-23Qt: Optimize Show Packet BytesStig Bjørlykke1-8/+16
2016-02-16Cast away a warning.Guy Harris1-1/+1
2016-02-16Qt: Add Decode as in Show Packet BytesStig Bjørlykke1-26/+236
2016-02-15Qt: Add FindLineEdit with regex search optionStig Bjørlykke1-1/+23
2016-02-11Qt: Add Show as C Array and YAML in Show Packet BytesStig Bjørlykke1-7/+72
2016-02-11Qt: Add hint label in Show Packet BytesStig Bjørlykke1-1/+9
2016-02-10Qt: Add Show as Hex Dump in Show Packet BytesStig Bjørlykke1-0/+49
2016-02-08Qt: Add Show Packet Bytes DialogStig Bjørlykke1-0/+372