aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2017-10-23Improve http object export for URLs with long extensionsEldon Stegall1-1/+3
2017-10-22Add "Apply as filter" button to Coloring Rules DialogMichael Mann4-13/+36
2017-10-22[Automatic update for 2017-10-22]Gerald Combs1-2/+2
2017-10-22[Automatic update for 2017-10-22]Gerald Combs7-0/+56
2017-10-21Add button in Qt UAT dialog/frame to remove all UAT entries at once.Michael Mann8-0/+87
2017-10-20Qt: fix crash after loading SRT dialogPeter Wu2-3/+13
2017-10-20cmake: fix Qt build with CMake 3.0.0 and 3.0.1Peter Wu1-2/+2
2017-10-18cmake: set CMAKE_AUTOUIC and CMAKE_AUTORCC to avoid CMP0071 warningPeter Wu1-11/+27
2017-10-17Bugfix Decode As dissector table selection.Michael Mann1-1/+1
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum3-8/+4
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu14-14/+14
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-3/+4
2017-10-05Qt: Free dynamic menu actions at shutdownMikael Kanstrup4-4/+13
2017-10-05qt: Fix leaked dialogsMikael Kanstrup8-7/+20
2017-10-04Qt: add preference to restore display filter after Follow Streamcheloftus1-0/+5
2017-10-03interface_toolbar (Qt): fix commas at the end of enumerator lists are a C++11...Alexis La Goutte1-1/+1
2017-10-01simplify some include file pathsMartin Kaiser1-2/+2
2017-10-01[Automatic update for 2017-10-01]Gerald Combs6-1572/+84
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde5-5/+5
2017-09-25Qt: Free MainWindow at shutdownMikael Kanstrup1-0/+10
2017-09-25Qt: Fix leaked interfaces array in Wireless frameMikael Kanstrup1-0/+1
2017-09-24[Automatic update for 2017-09-24]Gerald Combs7-863/+633
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann3-27/+11
2017-09-22Add Flow Graph functionality to TSharkMichael Mann1-1/+8
2017-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann3-8/+19
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-16/+24
2017-09-20Qt: Restore ability to display RTT by sequence numberKevin Hogan3-10/+70
2017-09-20qt: Fix some leaked menu objectsMikael Kanstrup9-17/+18
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann8-1140/+0
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-19Qt: main window slots: don't connect setCaptureFile to DecodeAsDialogMartin Kaiser1-2/+0
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann2-7/+4
2017-09-19qt: Fix leaked style for OverlayScrollBarMikael Kanstrup2-3/+14
2017-09-19Qt: Add key events to accept and reject changes in FilterExpressionFrameStig Bjørlykke3-1/+24
2017-09-19Qt: Fix FilterExpressionFrame layoutStig Bjørlykke1-29/+12
2017-09-19Qt: Add key events to accept and reject changes in PreferenceEditorFrameStig Bjørlykke3-0/+22
2017-09-19Qt: Make ColumnEditorFrame use FieldFilterEdit to get a autocomplete listStig Bjørlykke2-1/+9
2017-09-19Qt: Add key events to accept and reject changes in ColumnEditorFrameStig Bjørlykke3-0/+26
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki4-11/+47
2017-09-18Qt: Fix -Wimplicit-fallthrough with GCCJoão Valverde1-0/+1
2017-09-18Qt: Improved ColumnEditorFrame validation checksStig Bjørlykke2-16/+12
2017-09-17[Automatic update for 2017-09-17]Gerald Combs7-120/+72
2017-09-17Fix the trivial fix.Joerg Mayer1-2/+2
2017-09-16_U_ is wrong in c++, as is Q_UNUSED (in most cases).Joerg Mayer1-6/+6
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann1-2/+29
2017-09-16Refactor Decode As dialog to use a model/delegateMichael Mann9-635/+1306
2017-09-15wireless-timeline: handle generators that report incorrect MCS for some framesSimon Barber1-2/+11
2017-09-15Qt: initialize srt_data_ in constructor (CID 1417727)Pascal Quantin1-0/+3
2017-09-15Qt: Don't show text as invalid in disabled widgetsStig Bjørlykke1-1/+1