summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Clean up some memory leaks in wsutil/filesystem.cMichael Mann2-3/+10
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-16Qt: Disable pane menu items if not used in layoutStig Bjørlykke1-3/+7
2017-02-16Qt: Preserve pane sizes when layout content changedStig Bjørlykke2-3/+15
2017-02-16Qt: Warn the user about DBAR 1.8 on Windows.Gerald Combs2-0/+129
2017-02-16ifdef g_list_free_full it requires glib 2.28AndersBroman1-2/+5
2017-02-16Qt: Improved pane size auto detectStig Bjørlykke1-6/+9
2017-02-16Qt: Reset pane sizes when layout type changedStig Bjørlykke1-0/+13
2017-02-16Qt: Auto detect pane size when configured zeroStig Bjørlykke1-0/+12
2017-02-16Qt: Preserve pane sizes when changing profileStig Bjørlykke1-1/+1
2017-02-15Qt: Indicate profile created from system providedStig Bjørlykke1-0/+3
2017-02-14Qt: Reset Default profile supportStig Bjørlykke4-20/+53
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-12[Automatic update for 2017-02-12]Gerald Combs7-133/+133
2017-02-10filter_list: add cleanup function and call it on exit.Dario Lombardo3-0/+7
2017-02-10Clean columns on exit.Dario Lombardo1-0/+1
2017-02-10Convert conversation hash tables to use wmem.Michael Mann3-28/+42
2017-02-10service_response_time_table (GTK) fix parameter 'data' not found in the funct...Alexis La Goutte1-1/+1
2017-02-10response_time_delay_dialog (Qt): Fix warning: parameter 'user_data/data' not ...Alexis La Goutte1-3/+4
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann6-16/+21
2017-02-08Switch follow (tables) to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-3/+4
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann11-27/+36
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann4-13/+14
2017-02-08Qt: Add check for valid profile nameStig Bjørlykke2-2/+14
2017-02-07ui: Write recent file when applying profile changesStig Bjørlykke1-1/+6
2017-02-07Adjust startup count for extcap.Gerald Combs2-2/+2
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-2/+5
2017-02-05GTK: Add 'in' operator in display filter expression dialogJaap Keuter1-94/+162
2017-02-05[Automatic update for 2017-02-05]Gerald Combs7-147/+147
2017-02-04tap-stats_tree: use wmem allocator.Dario Lombardo1-2/+2
2017-02-03Fix builds without libpcap.Guy Harris1-0/+2
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-11/+21
2017-02-02Qt: Add extcap placeholder parameterStig Bjørlykke1-0/+3
2017-01-31Add wmem allocator parameter to format_uriMichael Mann1-6/+13
2017-01-31format_text_wmem -> format_textMichael Mann3-7/+7
2017-01-31format_text -> format_text_wmem for wlan dialogsMichael Mann3-8/+25
2017-01-30Qt: Use system DateTimeFormat in QDateTimeEditStig Bjørlykke1-0/+1
2017-01-29[Automatic update for 2017-01-29]Gerald Combs7-481/+548
2017-01-27Qt: Add exported packet files to the recent filesStig Bjørlykke1-0/+2
2017-01-27Qt: Hide "Go to Packet" frame when closing capture file.Stig Bjørlykke1-0/+1
2017-01-27Qt: Preference editor improvements.Stig Bjørlykke1-9/+4
2017-01-26Qt: Signal number of active capturesRoland Knall2-2/+17
2017-01-26Add 'in' operator in display filter expression dialogJaap Keuter2-15/+29
2017-01-25Qt: Use preference editor for port number entriesStig Bjørlykke2-0/+6
2017-01-24Fix segfault, when only one TSN is capturedruengeler1-6/+24
2017-01-23GTK+: Yell at the user less.Gerald Combs3-6/+6
2017-01-23tcp_graph (Gtk) Fix Dereference of null pointerAlexis La Goutte1-2/+2
2017-01-23Qt: Reject drag and drop if we're capturing.Gerald Combs2-5/+18
2017-01-22[Automatic update for 2017-01-22]Gerald Combs7-1415/+1795
2017-01-22Qt: Add Goodput graph (ACK rate), and minor bug fixesKevin Hogan4-58/+592