aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2015-05-17[Automatic update for 2015-05-17]Gerald Combs13-2928/+3019
2015-05-15Qt: Stop tapping when the I/O Graph dialog closes.Gerald Combs8-1/+37
2015-05-15Qt: Make sure we can fetch ExportDissectionDialog's layout.Gerald Combs2-1/+4
2015-05-15Qt: Fixup sequence dialog buttons.Gerald Combs1-1/+1
2015-05-15Qt: Fix packet deselection.Gerald Combs1-5/+14
2015-05-15Qt: Implement "Apply as Column" for packet contextRoland Knall4-8/+28
2015-05-14Pop the display filter status when it loses focus.Gerald Combs2-0/+8
2015-05-14Don't complete the current field.Gerald Combs1-2/+4
2015-05-14Fix display filter completion behavior.Gerald Combs1-9/+5
2015-05-14Fix packet list font zooming.Gerald Combs1-2/+2
2015-05-14Qt: Apply protocol preferences.Gerald Combs1-0/+8
2015-05-14Qt: Column preference fixes.Gerald Combs5-18/+19
2015-05-14Add a comment explaining completion misbehavior.Gerald Combs1-0/+5
2015-05-13Qt: Add the correct column width padding.Gerald Combs1-2/+5
2015-05-13Qt: Don't set ProtoTree::uniformRowHeights.Gerald Combs1-13/+12
2015-05-13Fix an error found by Valgrind.Gerald Combs1-1/+1
2015-05-13QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID...Alexis La Goutte1-3/+10
2015-05-13Try to avoid duplicate display filter completions.Gerald Combs1-11/+23
2015-05-12Qt: Display filter completion fixes.Gerald Combs1-6/+7
2015-05-12Qt: Add packet list navigation checks.Gerald Combs1-1/+6
2015-05-12Qt: Expert info → Expert information.Gerald Combs3-5/+5
2015-05-11Speed up display filter completion.Gerald Combs1-2/+3
2015-05-11Qt: Provide a hint about the current display filter field.Gerald Combs1-0/+13
2015-05-11Qt: Fix the main welcome banner.Gerald Combs2-4/+1
2015-05-11Wireshark (Qt): The lower left status bar reports "Ready to load or capture" ...Alexis La Goutte1-0/+25
2015-05-11Qt: Packet list fixes.Gerald Combs1-6/+14
2015-05-11Use setPlaceholderText in CaptureFilterEdit.Gerald Combs2-3/+10
2015-05-11Qt: Add display filter completion.Gerald Combs3-25/+238
2015-05-10qt: minor string change in capture optionsEvan Huus1-1/+1
2015-05-10[Automatic update for 2015-05-10]Gerald Combs13-3362/+4617
2015-05-08Expert Info dialog.Gerald Combs20-17/+1029
2015-05-07Qt: Fix packet list column resizing.Gerald Combs4-14/+29
2015-05-07Revert "QCustomPlot: fix division(or modulo) by zero found by Clang and Cover...Alexis La Goutte1-6/+2
2015-05-05extcap: Implement QT extcap optionsRoland Knall19-23/+1502
2015-05-04Add accesskey to Bluetooth menuYFdyh0001-1/+1
2015-05-03Add a note about slot naming.Gerald Combs1-1/+14
2015-05-03ext_menubar: Change action name to remove warningRoland Knall3-3/+3
2015-05-03[Automatic update for 2015-05-03]Gerald Combs6-90/+90
2015-04-27ext_menubar: Add pointer to GUI main structureRoland Knall1-1/+1
2015-04-26Include "config.h" first, even before <glib.h>, as is done in other files.Guy Harris2-5/+5
2015-04-26[Automatic update for 2015-04-26]Gerald Combs4-138/+138
2015-04-19[Automatic update for 2015-04-19]Gerald Combs10-3116/+3188
2015-04-19QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID...Alexis La Goutte1-2/+6
2015-04-15Set the extcap working directory on Windows.Gerald Combs1-13/+0
2015-04-14UI: Implementing menus for pluginsRoland Knall3-1/+109
2015-04-13Qt: Add option to copy all visible item or selected tree items in Packet Deta...Michal Labedzki4-1/+65
2015-04-12Windows: fix generation of PortableApps.com installerPascal Quantin1-0/+15
2015-04-12[Automatic update for 2015-04-12]Gerald Combs8-213/+255
2015-04-07Qt: fix maximized state applyPascal Quantin1-1/+1
2015-04-07Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning ...Alexis La Goutte1-22/+0