aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Fix some CMake compiler tests for Win64Graham Bloice1-1/+1
2015-06-12Qt/Bluetooth/ATT: Add SaveAsImage option for tableMichal Labedzki3-8/+31
2015-06-12Qt/Bluetooth/ATT: Fix behaviour when capture file is closedMichal Labedzki2-1/+8
2015-06-12Squelch PortAudio warnings on Windows x64 cmake buildGraham Bloice1-0/+12
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier2-2/+2
2015-06-10[MSVC 2015] Use intptr_t to make MSVC happy.AndersBroman1-4/+4
2015-06-10tshark: fix computation of iostat table width when specifying an intervalPascal Quantin1-1/+1
2015-06-10Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris1-1/+1
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris5-9/+11
2015-06-09Qt: fix a V595 warning reported by PVS-StudioPascal Quantin1-2/+3
2015-06-09GTK: fix a V610 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders5-9/+12
2015-06-09Add PortAudio to Windows CMake buildGraham Bloice1-0/+50
2015-06-09tshark: add ability to display streams in EBCDICPascal Quantin1-0/+13
2015-06-08tap-macltestat.c: fix some V523 warnings reported by PVS-StudioPascal Quantin1-2/+7
2015-06-08Add TapParameterDialog.Gerald Combs11-186/+383
2015-06-07[Automatic update for 2015-06-07]Gerald Combs13-2956/+4377
2015-06-07iax2_analysis.c: fix V610 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-05Clean up stats_tree_presentation.Gerald Combs3-20/+4
2015-06-05Qt: clear Go To Packet text box when opening itPascal Quantin1-0/+1
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin2-2/+1
2015-06-05GTK: fix a crash when switching a column to custom through 'Edit Column Details'Pascal Quantin1-1/+2
2015-06-05Qt: Add the capture and display filter dialog.Gerald Combs19-46/+661
2015-06-05Don't include cfile.h.Gerald Combs2-3/+1
2015-06-03G_STRUCT_OFFSET gives warnings turned errors with MSVC2015,Anders1-1/+6
2015-06-03Add the Display Filter Expression dialog.Gerald Combs19-85/+924
2015-06-01gtk: Don't handle deprecation warnings as errorsBalint Reczey2-2/+2
2015-05-31[Automatic update for 2015-05-31]Gerald Combs8-31/+7
2015-05-31[Automatic update for 2015-05-31]Gerald Combs13-3681/+3902
2015-05-30Qt: Always draw a byte view.Gerald Combs2-1/+7
2015-05-29Qt: Add Conversation Filter sub menuAlexis La Goutte9-26/+85
2015-05-28Use an "Open" instead of a "Save" dialog for UAT prefs.Gerald Combs1-1/+1
2015-05-28Don't warn about overwriting filename preferences.Gerald Combs1-4/+16
2015-05-25Fix out of tree buildsGraham Bloice34-34/+34
2015-05-23Qt: Update the status bar when saving.Gerald Combs7-28/+101
2015-05-22Qt: Add a "[closed]" hint to the packet dialog.Gerald Combs3-6/+16
2015-05-22Qt: Don't crash after "Save As".Gerald Combs3-9/+9
2015-05-21Fixup capture filter completion logic.Gerald Combs1-1/+7
2015-05-20Get rid of XML step for adding menubar items.Guy Harris1-175/+122
2015-05-20Autocompleting "and" and "or" probably isn't useful.Gerald Combs1-2/+2
2015-05-20Start exposing the filter field of a tap listener to the RTP GUI APIs.Michael Mann6-14/+16
2015-05-20Add capture filter autocompletion.Gerald Combs7-162/+251
2015-05-20Have an add_menu_item() to add items to the menu bar, and use it.Guy Harris1-180/+143
2015-05-19Autocomplete saved display filters.Gerald Combs2-20/+41
2015-05-18Bluetooth: Remove duplicates by default for ATT Server Attributes dialogMichal Labedzki1-0/+3
2015-05-17[Automatic update for 2015-05-17]Gerald Combs13-2928/+3019
2015-05-16Do all floating-point work in double-precision.Guy Harris2-5/+5
2015-05-16Use nstime_t for time stamps.Guy Harris2-48/+30
2015-05-16Main (menubar): fix C++ style comments are not allowed in ISO C90Alexis La Goutte1-1/+1
2015-05-15Qt: Stop tapping when the I/O Graph dialog closes.Gerald Combs8-1/+37