aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann2-18/+13
2016-05-22qt follow stream: don't crash when saving to an non-writable fileMartin Kaiser1-2/+6
2016-05-22[Automatic update for 2016-05-22]Gerald Combs8-963/+1138
2016-05-22Qt: fix parameter 'overlay_image' not found in the function declaration [-Wdo...Alexis La Goutte1-1/+1
2016-05-22Revert "tango_color(.h): avoid ‘tango_butter_3’ defined but not used [-We...João Valverde1-7/+0
2016-05-20Qt/Bluetooth: Allow to use Enter button for jump to framesMichal Labedzki6-0/+24
2016-05-20Qt: Add a bottom border to the packet map.Gerald Combs1-0/+1
2016-05-19Qt: Add Decode as Quoted-Printable in Show Packet BytesStig Bjørlykke2-0/+33
2016-05-19Add missing #include <algorithm> for std::sort()Michal Labedzki1-0/+2
2016-05-17Qt: Add accessible names to main welcome widgets.Gerald Combs3-1/+17
2016-05-17Qt: make RTP stream analysis columns sortablePascal Quantin3-0/+9
2016-05-17Qt: Delete recent items.Gerald Combs1-1/+1
2016-05-16autotools: Check for SpeexDSP system libraryJoão Valverde2-0/+8
2016-05-15tshark: fix double memory free when analyzing several RTP streamsPascal Quantin1-1/+0
2016-05-15Export PDU (ui): fix no newline at end of file [-Wnewline-eof] and modelines ...Alexis La Goutte1-1/+14
2016-05-15[Automatic update for 2016-05-15]Gerald Combs7-2275/+2275
2016-05-15GUI: Add shortcut for packet and capture commentUli Heilmeier2-2/+8
2016-05-14Qt: Use SpeexDSP API names for RTP playerJoão Valverde1-14/+14
2016-05-13Qt: Fix a recent files infinite loop.Gerald Combs1-2/+4
2016-05-13automake/nmake: run checkAPIs in ui/cli/Jeff Morriss2-20/+5
2016-05-12extcap (CID 1355644): fix the range check for guintMartin Kaiser1-4/+8
2016-05-12Qt: Fix Show Packet Bytes ShowAsImageStig Bjørlykke1-14/+12
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann3-6/+6
2016-05-10Qt: Keep the OverlayScrollBar from disappearing.Gerald Combs1-2/+15
2016-05-10Qt: activate RTP/IAX2 analysis widget when analyzing packets with a snaplenPascal Quantin4-7/+38
2016-05-05Qt: Make sure we redraw the far overlay.Gerald Combs1-4/+6
2016-05-04Qt: Fix the packet map background color.Gerald Combs1-1/+1
2016-05-03Implement Export PDU for tsharkAndersBroman8-59/+212
2016-05-03qt: fix initializer (CID 1358957).Dario Lombardo1-0/+1
2016-05-02Qt: Make the overlay scroll bar work with Qt 4.Gerald Combs2-1/+6
2016-05-02Add checkAPI calls to CMake.Graham Bloice2-4/+44
2016-05-01qt: SH_ScrollBar_Transient is not available for Qt <= 5.2Martin Kaiser1-0/+2
2016-05-01[Automatic update for 2016-05-01]Gerald Combs7-2404/+518
2016-05-01qt: don't declare dp_ratio for Qt < 5.1Martin Kaiser2-2/+2
2016-04-30qt: use NULL instead of Q_NULLPTRMartin Kaiser1-1/+1
2016-04-29Qt: Make sure we pass along a resizeEvent.Gerald Combs2-2/+3
2016-04-29Qt: Add recent items to the OS X dock menu.Gerald Combs3-7/+60
2016-04-28Win32: Pass a mutable string to CreateProcess.Gerald Combs1-3/+3
2016-04-28Use "system" for "use system language", and don't try to print a null string.Guy Harris4-5/+19
2016-04-28Qt: Refresh the display filter toolbar layout.Gerald Combs1-1/+1
2016-04-28Qt: Refactor the packet list scroll bar.Gerald Combs4-163/+237
2016-04-28Qt: Display filter toolbar behavior tweaks.Gerald Combs3-5/+20
2016-04-28uat_dialog (Qt): uat_ can't be NULL here, no need to check it. (CID 1358793)Jeff Morriss1-1/+1
2016-04-25Qt: Speed up the Display Filter Expression dialog appearance.Gerald Combs3-34/+60
2016-04-25Fix nmake build after statically linking version codeMichael Mann1-1/+2
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin1-0/+1
2016-04-24[Automatic update for 2016-04-24]Gerald Combs13-1397/+518
2016-04-24Qt UAT: call the UAT update callback after each field is updated.Jeff Morriss1-3/+15
2016-04-23Get rid of unnecessary method override.Guy Harris2-6/+0
2016-04-23Forcibly update all items if name resolution is turned on or off.Guy Harris6-23/+39