aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann26-133/+228
2015-12-27[Automatic update for 2015-12-27]Gerald Combs13-287/+392
2015-12-23Initialize Qt info_data_t structure in constructor.Michael Mann2-10/+3
2015-12-23Added HAVE_LIBPCAP guardsStig Bjørlykke2-0/+4
2015-12-23capture_info: Fix initialization of packet counterRoland Knall2-0/+6
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke2-6/+7
2015-12-22Qt: Plug memory leak in ByteViewText.Stig Bjørlykke2-0/+7
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-81/+115
2015-12-21Confirm discarding data before restarting capture.Michael Mann3-13/+30
2015-12-20Qt: Fix Confirm unsaved capture files preference.Stig Bjørlykke1-0/+1
2015-12-20Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke2-2/+4
2015-12-20[Automatic update for 2015-12-20]Gerald Combs13-1391/+1382
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki18-78/+105
2015-12-19Add menu item for capture comment dialog in GTK+Dirk4-21/+17
2015-12-19sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsign...Alexis La Goutte1-2/+2
2015-12-19Qt UI: use a default (and minimum) value of 2 for the number of files in aJeff Morriss1-0/+6
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann8-15/+24
2015-12-19Qt: Try to fix Main Welcome Interfaces List ScrollbarMichal Labedzki3-3/+9
2015-12-18Qt UI: there's no need to capitalize kilobytes, megabytes, and megabytes inJeff Morriss1-6/+6
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin8-28/+29
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+0
2015-12-18Provide routines to set string-like and range preferences from a string.Guy Harris2-33/+4
2015-12-17Qt: reset columns when applying a display filterPascal Quantin1-0/+3
2015-12-17Try to fix some PVS Studio warningsMichal Labedzki2-35/+44
2015-12-17Qt: deactivate "limit to display filter" checkbox when retappingPascal Quantin4-0/+25
2015-12-16Qt: save custom colors in recent_common filePascal Quantin4-0/+47
2015-12-16Qt: fix memleaks related to interface dialogPeter Wu3-20/+15
2015-12-15Qt: resize Follow Stream conversation QComboBox to its contentPascal Quantin1-1/+5
2015-12-15qt: add init values to make clang happy.Dario Lombardo1-8/+8
2015-12-15Qt: TCP/UDP streams are off by one in follow stream windowPascal Quantin1-4/+4
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-13recent.c: fix declaration of ‘value_string’ shadows a global declarationPascal Quantin1-2/+2
2015-12-13Use common code for Boolean and enumerated recent values.Guy Harris1-157/+109
2015-12-13ui: Read and write correct recent timestamp formatStig Bjørlykke1-34/+40
2015-12-13Qt: Removed applyRecentColumnWidths from recentFilesReadStig Bjørlykke4-10/+13
2015-12-13[Automatic update for 2015-12-13]Gerald Combs13-1395/+1418
2015-12-13capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was de...Alexis La Goutte1-3/+1
2015-12-13text_import: Argument with 'nonnull' attribute passed null found by Clang Ana...Alexis La Goutte1-0/+4
2015-12-13The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte1-1/+1
2015-12-13Start deprecating the capture info API.Gerald Combs5-21/+5
2015-12-12Qt: validate format string before calling strftime()Pascal Quantin3-26/+83
2015-12-12Qt: Apply recent column widths when columns changedStig Bjørlykke1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde5-13/+11
2015-12-12Clamp zooming so that we don't get zero or negative font sizes.Guy Harris4-26/+17
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup6-9/+21
2015-12-11Qt: restore conversation coloring rule shortcutsPeter Wu1-0/+27
2015-12-10Qt: Reset preferences when reloading Lua pluginsStig Bjørlykke3-8/+10
2015-12-09Qt: Disable Refresh Interfaces while refreshingStig Bjørlykke1-0/+2
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin11-64/+107
2015-12-09Qt: store the absolute path names of recent files.Jeff Morriss1-3/+3