aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/byte_view_text.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-2/+2
2017-03-03Qt: allow Packet Bytes view to be shrinkedPeter Wu1-0/+6
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke1-1/+1
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-1/+3
2016-11-26Qt: Clean up the byte view hover highlight.Gerald Combs1-39/+45
2016-09-18Fix up coding style in ByteViewText.Gerald Combs1-9/+9
2016-07-22Qt: Add hovered byte lock on left-clickJoão Valverde1-1/+9
2016-07-08Qt: Update scrollbars when change byte view formatStig Bjørlykke1-0/+1
2016-07-05Qt: add initializers (CID 1249475).Dario Lombardo1-1/+5
2016-07-02Qt: Fixup byte view context menusGerald Combs1-3/+5
2016-07-01Qt: Add ASCII+EBCDIC actions to the byte view context menu.Gerald Combs1-8/+30
2016-06-13Qt: Main window tab behavior.Gerald Combs1-0/+8
2016-06-08Apply the prefix operator to iterators.Jaap Keuter1-1/+1
2016-04-18Qt: highlight hovered bytePeter Wu1-16/+42
2016-01-23ui: Code cleanupStig Bjørlykke1-1/+1
2015-12-22Qt: Plug memory leak in ByteViewText.Stig Bjørlykke1-0/+5
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin1-9/+14
2015-10-23Qt: Explicitly set the byte view painter font.Gerald Combs1-2/+1
2015-07-30Packet list and detail context menu updates.Gerald Combs1-0/+13
2015-07-07Finish removal of Q_UNUSED.Joerg Mayer1-3/+1
2015-03-02Byte view text (Qt): Fix Dead Store (Dead assignement/Dead increment) warning...Alexis La Goutte1-1/+0
2015-02-26Qt: Fix packet detail and byte view scrollingGerald Combs1-0/+2
2014-10-29Qt: Better protocol highlight colors.Gerald Combs1-2/+2
2014-10-27Qt: Add bits display support to the byte view.Gerald Combs1-4/+44
2014-10-27Qt: ByteViewText hover information.Gerald Combs1-32/+83
2014-10-26Use better theme-derived colors. Switch back to AlternateBase forGerald Combs1-9/+5
2014-10-25More offset color adjustments.Gerald Combs1-4/+5
2014-10-25Qt: ByteViewText fixups.Gerald Combs1-24/+37
2014-10-24Qt: Refactor ByteViewText.Gerald Combs1-269/+279
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-2/+10
2014-03-07Fix bytes view pane showing non-ASCII charsHadriel Kaplan1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2012-12-03Reduce the scope of one variable definition slightly.Evan Huus1-2/+1
2012-11-06Add a comment about improving performance.Gerald Combs1-0/+3
2012-11-06Fix our offset calculation.Gerald Combs1-1/+4
2012-11-06Show the byte view when we select a packet. Update some method andGerald Combs1-8/+21
2012-10-30Try to speed up rendering.Gerald Combs1-2/+2
2012-10-30Get rid of a couple of unused variables. Other minor cleanup.Gerald Combs1-1/+0
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-541/+297
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+12
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer1-2/+2
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.Gerald Combs1-3/+1
2012-07-12Try not to print funny characters.Gerald Combs1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-20Remove or mark unused variables.Gerald Combs1-8/+8
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+638