diff options
author | raveit65 <[email protected]> | 2019-12-04 14:15:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-04 14:15:55 +0100 |
commit | e4eeb01a0d9e86410b0b95656deaeca69ee9f427 (patch) | |
tree | 9ca77c5bab429fda9000fd4cf1943993d35ce9f5 /NEWS | |
parent | 105a863e48af4b51702caa29fa4f5b5298f65eb3 (diff) | |
download | mate-media-e4eeb01a0d9e86410b0b95656deaeca69ee9f427.tar.bz2 mate-media-e4eeb01a0d9e86410b0b95656deaeca69ee9f427.tar.xz |
release 1.23.1v1.23.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 49 |
1 files changed, 39 insertions, 10 deletions
@@ -1,15 +1,44 @@ +### mate-media 1.23.1 + + * Translations update + * Show application icons whenever possible + * fix volume-panel-applet can not find mo file + * migrate from intltools to gettext + * gvc-channel-bar: remove unused struct member + * gvc-channel-bar: avoid 'g_type_class_add_private' + * gvc-mixer-dialog: avoid 'g_type_class_add_private' + * gvc-applet: avoid 'g_type_class_add_private' + * gvc-level-bar: avoid 'g_type_class_add_private' + * gvc-speaker-test: avoid 'g_type_class_add_private' + * gvc-combo-box: avoid 'g_type_class_add_private' + * gvc-balance-bar: avoid 'g_type_class_add_private' + * gvc-sound-theme-chooser: avoid 'g_type_class_add_private' + * gvc-stream-status-icon: avoid 'g_type_class_add_private' + * gvc-status-icon: avoid 'g_type_class_add_private' + * gvc-stream-applet-icon: avoid 'g_type_class_add_private' + * Use WARN_CFLAGS which are only set with --enable-compiler-warnings + * applet: Update default output + * gvc applet: add missing translations (i18n) + * Scroll volume in configurable steps same as media-keys + * Add scroll interface tabs with mouse wheel + * Change url project's website + * configure.ac: fix typos in var names, portability fixes, etc. + * gvc-mixer-dialog: avoid declaration of same variable in different scope + * mate-volume-control: reduce the scope of some variables + * mate-volume-control: Fix 'syntax error' detected with 'cppcheck' + ### mate-media 1.23.0 - sync with transifex - add widget name volume-applet to panel-applet - enable/disable StatusIcon applet in XDG dir - Allow disabling either statusicon or panelapplet - edit desktop file for GtkStatusIcon applet - Re-enable old GtkStatusIcon - Enable a mute menuitem for the output - Ensure volume slider is always perpendicular to the panel - Ensure volume icon is always correctly scaled - Convert GtkStatusIcon to real applet + * Translations update + * add widget name volume-applet to panel-applet + * enable/disable StatusIcon applet in XDG dir + * Allow disabling either statusicon or panelapplet + * edit desktop file for GtkStatusIcon applet + * Re-enable old GtkStatusIcon + * Enable a mute menuitem for the output + * Ensure volume slider is always perpendicular to the panel + * Ensure volume icon is always correctly scaled + * Convert GtkStatusIcon to real applet ### mate-media 1.22.0 |