summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-30Bump version to 1.12.1v1.12.11.12monsta2-1/+8
2015-11-18Don't remove slider backgroundGyörgy Balló1-1/+0
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre6-0/+2758
2015-10-30update NEWS for 1.12monsta1-1/+1
2015-10-27minor corrections in NEWSmonsta1-1/+1
2015-10-14use mate-panel-applet-slider as style classraveit651-1/+1
2015-10-14release 1.11.0mate-media-1.11.0raveit651-0/+1
2015-10-13GTK3: Support custom panel themes and transparencylukefromdc1-1/+27
This adds support for custom panel themes using the .mate-panel-menu-bar selector to control child widgets. The menus are controllled by .mate-panel-menu-bar .menu and most of the slider theme is that of the frame it is drawn in. The .mate-panel-menu-bar .frame selector will theme this frame, there is also an inner frame in the layout which will follow .mate-panel-menu-bar .frame .frame and otherwise display a second time anything specified in .mate-panel-menu-bar .frame. In most cases that can simply be set transparent. Themes can use alpha values for both menus and slider backgrounds.
2015-10-07Add NEWS for 1.11.0monsta1-0/+4
2015-10-06pre-bump version to 1.11.0raveit652-1/+5
2015-09-08multiple fixes for both manpagesmonsta2-12/+21
2015-07-28Fix missing icons on GTK3 with custom icon themeBalló György6-6/+6
2015-06-12Sync translations with transifexmate-i18n3-13/+16
2015-05-04Bump version to 1.10.0mate-media-1.10.0Stefano Karapetsas2-7/+2
2015-05-04Sync translations with transifexmate-i18n1-3/+4
2015-04-04Bump version to 1.9.90mate-media-1.9.90Stefano Karapetsas2-4/+4
2015-04-04Sync translations with transifexmate-i18n12-4385/+725
2015-03-23first connect to settings, then read them.Monsta1-4/+5
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-media/pull/57
2015-01-20Sync translations with transifexmate-i18n7-94/+98
2014-11-22Bump version to 1.9.2mate-media-1.9.2Stefano Karapetsas2-2/+2
2014-11-22Sync translations with transifexmate-i18n2-24/+26
2014-11-12Improve the Sound effects tab page and codeMichal Ratajsky1-84/+82
- Do not create the volume slider when not supported by the libmatemixer backend - Remove the add_effects_control function as it does the same as bar_set_stream_control - Move the widget construction code from constructor to its own function - Remove some extraneous variables and improve debugging messages
2014-11-12Add missing bracesMichal Ratajsky1-1/+2
2014-11-10Adapt to class name change in libmatemixermate-media-1.9.1Michal Ratajsky1-1/+1
2014-11-10Build gvc-utils for mate-volume-control only as it is not used by the appletMichal Ratajsky1-2/+2
2014-11-10Remove unused variableMichal Ratajsky1-2/+1
2014-11-10Merge branch 'michal-wip'Michal Ratajsky96-2274/+580
2014-11-10Bump version and update NEWSMichal Ratajsky2-1/+7
2014-11-10Add forgotten GTK+ version check to GvcLevelBarMichal Ratajsky1-0/+2
2014-11-10Remove extraneous variable from configure.acmichal-wipMichal Ratajsky1-1/+0
2014-11-10Fix look of the peak meter on GTK3 and use a support function from ↵Michal Ratajsky4-192/+11
libmate-desktop instead of custom copy&paste
2014-11-10Improve GvcComboBox and related codeMichal Ratajsky3-363/+239
The combo box now includes an own reference to MateMixerSwitch. This simplifies GvcMixerDialog and makes the code more readable. This change also includes a fix for oversized profile switch label and asynchronous updates of profile names in the HW tab.
2014-11-09Update according to changes in libmatemixerMichal Ratajsky2-10/+9
2014-11-08Remove unused parts of Makefiles and clean up tabsMichal Ratajsky4-82/+75
2014-11-08Move some files and directories to better locationsMichal Ratajsky92-1403/+104
- mate-volume-control/data changed to /data - mate-volume-control/src/* moved to mate-volume-control - sound-theme/sounds changed to /data/sounds - sound-theme/*.{c,h} moved to mate-volume-control - Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control
2014-11-08Rename mvc-helpers.{c,h} -> gvc-utils.{c,h}Michal Ratajsky6-22/+22
2014-11-08Remove useless checks for YelpMichal Ratajsky2-7/+0
2014-11-05Sync translations with transifexmate-i18n5-33/+37
2014-11-03Restore the debug command-line option in MVC as done previously for the appletMichal Ratajsky1-0/+5
2014-11-03Fix variable name in a Makefile.amMichal Ratajsky1-1/+1
2014-11-03Remove some obsolete parts of configure.ac and clean it up a bitMichal Ratajsky1-30/+9
2014-11-03The sound-theme widget has same dependencies as MVC and is always built, ↵Michal Ratajsky3-31/+3
reflect that in build files.
2014-11-03Remove dependency on PulseAudio and remaining references to itMichal Ratajsky6-99/+61
2014-11-02Sync translations with transifexmate-i18n8-103/+109
2014-11-01Merge pull request #51 from monsta/patch-1Michal Ratajsky1-0/+2
don't leak memory
2014-11-01don't leak memorymonsta1-0/+2
2014-10-31Fix erroneous behaviour of the sound-theme widgetMichal Ratajsky1-2/+4
2014-10-24Sync translations with transifexmate-media-1.9.0mate-i18n1-4/+5
2014-10-23sound-theme: Fix missing bracketStefano Karapetsas1-1/+1