summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2016-06-01Allow create_tempfile to support a suffix.Michael Mann5-7/+7
2016-06-01Qt: Color _ANY and _TCP sequence analysis items.Gerald Combs3-3/+12
2016-05-31Qt: Use a standard "Start" button in Capture Options.Gerald Combs3-11/+8
2016-05-31Qt: Monitor mode fixups.Gerald Combs4-86/+171
2016-05-31Qt: Expand "to do" comments in SequenceDialog.Gerald Combs1-1/+11
2016-05-31Qt: Fix compilation for Qt 4.Gerald Combs1-2/+6
2016-05-31qt: fix crash when saving RTP audioDario Lombardo1-2/+2
2016-05-31Restore a preference column type if fields are empty.Michael Mann2-16/+36
2016-05-29[Automatic update for 2016-05-29]Gerald Combs13-562/+996
2016-05-28Qt: Sequence dialog page up+down.Gerald Combs1-0/+8
2016-05-28If we're "[Saving] the file and [closing] it", actually *close* it.Guy Harris1-1/+2
2016-05-28Consistently pass C++ Boolean constants to saveCaptureFile().Guy Harris2-2/+2
2016-05-27Qt: Sequence dialog navigation updates.Gerald Combs2-12/+25
2016-05-26Qt: Don't use QMap::first or ::lastGerald Combs1-2/+7
2016-05-26Qt: Add next / previous sequence shortcuts.Gerald Combs5-52/+176
2016-05-25Qt: Escape sequence dialog hint text.Gerald Combs1-1/+2
2016-05-25Qt: Add Time and Comment labels to the sequence diagram.Gerald Combs5-75/+157
2016-05-23qt follow stream: set the file name before openingMartin Kaiser1-1/+1
2016-05-23Qt: Enable Analyze -> Conversation FilterD. Ulis1-1/+1
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