aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Qt: reduce minimum window size requirementPeter Wu2-2/+2
2017-03-03pluginIf: Add/Remove single entries from selectorRoland Knall1-31/+51
2017-03-03Qt: Add selection history navigation.Gerald Combs5-2/+124
2017-03-03Qt: allow Packet Bytes view to be shrinkedPeter Wu2-0/+7
2017-03-02Use glib-compatAndersBroman1-5/+1
2017-03-02include <wsutil/glib-compat.h> to allow use of g_list_free_full() withAndersBroman1-0/+1
2017-02-28Qt: Fix -Wshorten-64-to-32 warningsStig Bjørlykke9-16/+16
2017-02-27Qt: Avoid null pointer dereference (CID 1401573)Stig Bjørlykke1-2/+3
2017-02-27print_stream: free memory on exit.Dario Lombardo1-0/+1
2017-02-26Fix error: extra ';' after member function definition [-Werror,-Wextra-semi]Joerg Mayer1-2/+2
2017-02-26Qt: Enable/disable Capture Interfaces buttons consistently.Gerald Combs1-6/+3
2017-02-26[Automatic update for 2017-02-26]Gerald Combs7-4423/+4621
2017-02-26apply_line_edit(.h): fix extra ';' inside a class [-Wextra-semi] (clang) / ex...Alexis La Goutte1-2/+2
2017-02-26preferences_dialog (Qt): fix commas at the end of enumerator lists are a C++1...Alexis La Goutte1-1/+1
2017-02-26pluginif: Adapt code for Qt4.8Roland Knall1-0/+15
2017-02-26Bugfix for extcap fileselect functionality, start button in extcap options di...Kim Bäckström1-1/+3
2017-02-25Revert "Qt: call cleanup from destructor in WiresharkApplication."Peter Wu1-2/+1
2017-02-25Replace "n/a" with an em dash.Gerald Combs3-6/+8
2017-02-24Qt: Code cleanupStig Bjørlykke2-62/+48
2017-02-24PluginIF: AdditionalToolbarRoland Knall12-9/+1129
2017-02-22Qt: call cleanup from destructor in WiresharkApplication.Dario Lombardo1-1/+2
2017-02-22Qt: free memory used by rtd_tables.Dario Lombardo2-2/+4
2017-02-22extcap: Reduce number of scans and storageRoland Knall2-2/+9
2017-02-22Qt: Avoid flicker in filter expressions toolbarStig Bjørlykke1-1/+7
2017-02-21Qt: Handle cancel in import coloring rulesStig Bjørlykke1-4/+6
2017-02-21Get rid of unused variable.Guy Harris1-1/+0
2017-02-21Have all the remote host list routines' names begin with recent_.Guy Harris4-18/+19
2017-02-21Have a routine to iterate over the remote host list.Guy Harris4-12/+17
2017-02-20Calling g_hash_table_size with a NULL argument causes a GLib-CRITICAL.Joerg Mayer2-1/+5
2017-02-20Yell at the user less.Gerald Combs8-34/+34
2017-02-20Qt: Mystery pixel issue is solvedStig Bjørlykke1-3/+3
2017-02-20Qt: Add "Reset Layout"Stig Bjørlykke3-0/+21
2017-02-19tap: use g_new0() instead of g_new() and memset()Martin Kaiser1-3/+1
2017-02-19[Automatic update for 2017-02-19]Gerald Combs7-300/+573
2017-02-19stat_tap_ui: remove leaks.Dario Lombardo4-1/+4
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