aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-08Fix crash caused by nullptr in packet_listmichal.orynicz1-2/+2
2015-12-07Qt: Align extcap label and edit widgetsStig Bjørlykke1-2/+2
2015-12-07Qt: Set the packet list width when we apply recent column widths.Gerald Combs1-17/+9
2015-12-07SCTP: Fix warning found by PVS Studioruengeler7-38/+19
2015-12-07Spelling fixes for errors found by lintianBalint Reczey2-2/+2
2015-12-07Qt: It's no translation for "%1 %2"Stig Bjørlykke1-1/+1
2015-12-06[Automatic update for 2015-12-06]Gerald Combs13-1710/+2042
2015-12-06Qt: No path for created and renamed profilesStig Bjørlykke3-16/+44
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-6/+5
2015-12-04Qt: fix a potential memory leak in RTP audio stream playbackPascal Quantin1-1/+1
2015-12-04More libcodecs -> libwscodecs.Guy Harris1-1/+1
2015-12-03Change codecs from static to dynamic libraryPascal Quantin1-2/+3
2015-12-03qt: Refresh local interface list only when interfaces added/removedMikael Kanstrup1-9/+1