aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-03Qt: Update menus with new recent settings when changing profileStig Bjørlykke4-23/+43
2015-12-03Qt: Set timestamp precision when changing profileStig Bjørlykke1-0/+1
2015-12-03Qt: Disable setStretchLastSection in the packet list.Gerald Combs1-0/+18
2015-12-03Qt: Set main window font when changing profileStig Bjørlykke1-2/+2
2015-12-03Qt: Check display filter when changing profileStig Bjørlykke5-5/+14
2015-12-03Qt: fix selection of folder in UAT dialogPascal Quantin1-3/+10
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-4/+4
2015-12-02sctp_chunk_stat_dlg: fix The 'u_data->assoc' variable is assigned values twic...ruengeler1-2/+0
2015-12-02ui: Guard update_local_interfaces with HAVE_LIBPCAPStig Bjørlykke2-0/+4
2015-12-02ui: Update interfaces when when changing profile.Stig Bjørlykke4-21/+62
2015-12-02Qt: Use uniform interface display nameStig Bjørlykke4-44/+54
2015-12-01Qt Frames: Use ButtonBox instead of buttonsRoland Knall12-82/+86
2015-12-01Qt: write number of decoded bytes in the RTP player temporary bufferPascal Quantin1-1/+1
2015-12-01Qt: fix generation of silence samplesPascal Quantin1-3/+1
2015-12-01sctp_byte_graph_dlg: fix The 'u_data' variable is assigned to itself found by...Alexis La Goutte1-1/+0
2015-12-01Qt: Don't expose ColorUtils::graph_colors_.Gerald Combs6-13/+18
2015-11-30main_window: fix no previous prototype for function 'plugin_if_mainwindow_got...Alexis La Goutte1-1/+1
2015-11-30mcast_stream_dlg: fix no previous prototype for function 'mcaststream_dlg_upd...Alexis La Goutte1-1/+1