aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-12-30extcap: Add file extension checkRoland Knall3-3/+23
2015-12-30extcap: Add Required and cleanupRoland Knall11-163/+423
2015-12-30Qt: Show physical interfaces first.Gerald Combs1-9/+22
2015-12-29Fix compile problems on OS X.Guy Harris1-1/+1
2015-12-29Qt: Add gui.prepend_window_title optionAlexis La Goutte1-0/+4
2015-12-29Qt: Add support of gui.window_titleAlexis La Goutte3-10/+20
2015-12-29Qt: Remove usage of setWindowFilePathAlexis La Goutte1-25/+3
2015-12-29Always supply a g_mallocated error message from select_rlc_lte_session().Guy Harris4-25/+22
2015-12-29Clean up indentation.Guy Harris1-48/+48
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris5-15/+15
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris3-19/+19
2015-12-28Code cleanupStig Bjørlykke1-6/+4
2015-12-28Qt: fix QString::arg: Argument missing: "PT=%u telephone/event" warningPascal Quantin1-1/+1
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