aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike7811-750/+7
2016-01-26Qt: Check for file changes on ReloadStig Bjørlykke3-5/+27
2016-01-26Qt: Improved testCaptureFileClose dialog textsStig Bjørlykke3-68/+54
2016-01-26prefutils: Add convenience functionRoland Knall2-2/+61
2016-01-26Qt: Detect language on Windows and load qt_xx.qm/qt_xx_XX.qmUli Heilmeier1-1/+7
2016-01-26capture(.h): fix api referenceAlexis La Goutte1-0/+1
2016-01-26Change filter button label in qt follow window to 'Filter Out This Stream' to...David Morsberger1-1/+1
2016-01-25Qt: Fix checkSaveAsWithComments() button checkStig Bjørlykke1-26/+25
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris20-30/+70
2016-01-24[Automatic update for 2016-01-24]Gerald Combs13-1753/+1795
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris32-103/+103
2016-01-24Indicate what an InterfaceTree is.Guy Harris2-0/+4
2016-01-24Qt io_graph: Use Interval value when generating Y-axis label or legendJim Young3-9/+87
2016-01-24Qt: Load qt_XX.qm to translate Qt StringsUli Heilmeier1-0/+4
2016-01-23ui: Code cleanupStig Bjørlykke27-231/+192
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris18-62/+62
2016-01-22Fix warnings for qt_ui_utils.cpp [-Wcast-qual]João Valverde1-4/+4
2016-01-21Qt: Add some window title variablesStig Bjørlykke2-3/+15
2016-01-21decode_as_utils: Fix warning [-Wcast-qual]João Valverde1-2/+2
2016-01-21profile_name_is_valid() returns a malloced string [-Wcast-qual]João Valverde3-3/+3
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde7-34/+34
2016-01-20Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin3-2/+5
2016-01-20Qt: ensure to call destructor when closing a few QDialog windowsPascal Quantin3-0/+3
2016-01-20Qt: Resize columns to contents in DecodeAsMichal Labedzki1-0/+6
2016-01-19Qt: Update window title when preferences changed.Stig Bjørlykke2-1/+2
2016-01-18Add a copy button to the Filter Expression preferences.Gerald Combs3-10/+43
2016-01-18Qt: Fixup the Display Filter Expression syntax logic.Gerald Combs4-16/+8
2016-01-18extcap: add masked to options.Dario Lombardo2-1/+9
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-1/+1
2016-01-17[Automatic update for 2016-01-17]Gerald Combs13-1949/+1836
2016-01-15Keep comments from stealing hierarchy statistics.Gerald Combs1-1/+14
2016-01-15plugin_if: Add function to get capture file infoPaul Offord3-0/+115
2016-01-15extcap: Add list of extcaps to about dialogRoland Knall1-0/+26
2016-01-14Qt: fix Z-order assignment: '' is not a valid widget warningPascal Quantin1-1/+0
2016-01-14Qt: Separate window titles with Em dash on OS XStig Bjørlykke1-4/+8
2016-01-14Qt: Add back setWindowFilePathStig Bjørlykke1-7/+7
2016-01-14Fix capture output options.Gerald Combs2-107/+60
2016-01-14Qt: "Conversation" → "Coloring"Gerald Combs3-11/+9
2016-01-13Qt: Show the horizontal scrollbar in the packet detail.Gerald Combs1-0/+8
2016-01-13Do not apply color rule filter every dissectionPeter Wu2-2/+7
2016-01-13Qt: Update some keyboard shortcuts to match the GTK+ UI.Gerald Combs1-11/+11
2016-01-12Need to include <epan/prefs.h> to declare preference functions.Guy Harris1-0/+2
2016-01-12Fix type: strlen returns a size_tEvan Huus1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann25-2957/+721
2016-01-12Qt: Refactor testCaptureFileCloseStig Bjørlykke3-28/+39
2016-01-12Fix indentation.Guy Harris1-1/+1
2016-01-12Move some definitions and declarations around.Guy Harris2-80/+0
2016-01-12Add some missing curly braces.Guy Harris1-1/+2
2016-01-12Fix indentation.Guy Harris1-3/+3
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke9-29/+62