aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/widgets/byte_view_text.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-28Qt: Remove a couple of private variables.Gerald Combs1-6/+6
2019-11-17Qt: Cleanup space inside parenthesesStig Bjørlykke1-2/+2
2019-06-30Qt: fix more more Qt 5.13 deprecation warningsPeter Wu1-9/+17
2018-12-24Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots.Gerald Combs1-2/+2
2018-06-07Qt: Set the ByteViewText field and protocol foreground.Gerald Combs1-0/+4
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-2/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-01Qt: More byte view and proto tree fixes.Gerald Combs1-6/+19
2018-01-31Qt: Byte view and proto tree fixes.Gerald Combs1-2/+4
2018-01-30Byte view: Mark bytes using an outline.Gerald Combs1-19/+11
2018-01-24byte_view_text (qt): Fix Dead Store (Dead assignement/Dead increment) Warning...Alexis La Goutte1-1/+1
2018-01-19Qt: Force integer font metrics in the byte view.Gerald Combs1-12/+15
2018-01-18Qt: Fix bits highlighting in the byte view.Gerald Combs1-4/+5
2018-01-17Qt: ByteViewText hover fixes & updates.Gerald Combs1-17/+44
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-5/+5
2018-01-05Qt: Byte view recent updates.Gerald Combs1-24/+32
2017-12-28Qt: Fix moc interface issueRoland Knall1-2/+0
2017-12-27Qt: Add "Copy as…" to the byte view.Gerald Combs1-20/+22
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 Combs1-1/+20
2017-12-21Qt: Add back byte view hover.Gerald Combs1-10/+31
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 Combs1-204/+200
2017-11-12Qt: Rename packetSelection to frameSelectedRoland Knall1-0/+1
2017-11-08Qt: Further cleanup ByteViewRoland Knall1-0/+596