aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/proto_tree.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Qt: Allow shift-double-clicking on a frame link.Gerald Combs1-1/+5
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-47/+56
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2014-11-04Qt: Dynamic languagesMichal Labedzki1-13/+27
2014-10-29Qt: Better protocol highlight colors.Gerald Combs1-1/+2
2014-10-26Use better theme-derived colors. Switch back to AlternateBase forGerald Combs1-2/+1
2014-10-24Qt: Refactor ByteViewText.Gerald Combs1-1/+2
2014-09-23Qt: Add zoom and column resize actions.Gerald Combs1-5/+11
2014-08-15Qt: Disable main menu items that don't do anything.Gerald Combs1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs1-2/+6
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs1-0/+2
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs1-0/+11
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki1-5/+5
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-1/+1
2012-12-07Implement the items under "Edit→Copy", "Analyze→Apply as Filter" andGerald Combs1-0/+80
2012-11-06Show the byte view when we select a packet. Update some method andGerald Combs1-15/+15
2012-11-06Set our font each time we fill in the tree instead of just once atGerald Combs1-2/+1
2012-11-01Make sure we don't underrun the tree_is_expanded array.Gerald Combs1-9/+9
2012-10-30Update the Qt byte view widget to reflect the recent changes in the GTK+Gerald Combs1-3/+2
2012-10-16Add "Export Packet Bytes".Gerald Combs1-5/+5
2012-10-13Reduce variable scopes where possible.Evan Huus1-2/+2
2012-10-11Fix crash when use pcapng with comments (with QtShark)Alexis La Goutte1-0/+4
2012-09-05Remove string constants from g_assert() calls, as per thread on wireshark-dev:Evan Huus1-1/+2
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-20Basic "Go to Packet" implementation.Gerald Combs1-1/+1
2012-08-19Handle double-clicks in the tree.Gerald Combs1-0/+27
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.Gerald Combs1-8/+76
2012-08-14Fix compilation with gcc. Remove an unused variable.Gerald Combs1-10/+3
2012-08-14Properly enable and disable "View/Expand Subtrees". Get ridGerald Combs1-7/+26
2012-08-14Add a "View" menu along with actions+slots for expanding and collapsingGerald Combs1-0/+17
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-07Add i18n to QtSharkAlexis La Goutte1-3/+3
2012-01-14Initial status bar functionality. Promote the main window's status barGerald Combs1-11/+74
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+155