summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-22Update NEWSStefano Karapetsas1-0/+5
2013-04-22mate-conf-import: Add makefile and desktop fileStefano Karapetsas6-0/+35
2013-04-21mate-conf-import: Add support for mate-terminal default profileStefano Karapetsas1-0/+45
2013-04-21mate-conf-import: Add support for more appletsStefano Karapetsas1-2/+7
2013-04-21Fixes to use make distStefano Karapetsas2-22/+27
2013-04-08mate-conf-import: Add support for more applets and different default panel ↵Stefano Karapetsas1-3/+102
layouts
2013-04-07mate-conf-import: Check if mateconf files exists and are valid before use themStefano Karapetsas1-6/+17
2013-04-07mate-conf-import: Check if an applet/object file existsStefano Karapetsas1-0/+4
2013-04-07mate-conf-import: Add support for matecomponent-appletStefano Karapetsas1-0/+2
2013-04-07mate-conf-import: Fix empty string valuesStefano Karapetsas1-2/+3
2013-04-07mate-conf-import: Improve commentsStefano Karapetsas1-3/+24
2013-04-06mate-conf-import: Add support for action appletsStefano Karapetsas1-0/+2
2013-04-06Add hack for new background path in mate-conf scriptStefano Karapetsas1-5/+12
2013-04-06Add initial script to migrate 1.4 configurationStefano Karapetsas1-0/+310
2013-04-03Merge pull request #57 from dmashal/masterStefano Karapetsas1-1/+1
Fix makefile for automake 1.13
2013-04-03Fix makefile for automake 1.13Dan Mashal1-1/+1
2013-04-01Remove gnucatmate-desktop-1.6.0Stefano Karapetsas6-97/+3
2013-03-31mate-about: Fix email addressStefano Karapetsas1-1/+1
2013-03-31Bump version to 1.6.0Stefano Karapetsas1-2/+2
2013-03-31Sync translations with transifexStefano Karapetsas6-255/+3359
2013-03-28Add empty ChangeLog to allow build from gitStefano Karapetsas1-0/+2
2013-03-26Merge pull request #56 from NiceandGently/masterStefano Karapetsas1-1/+1
change backgrounds installation path in gsettings file
2013-03-24"Removed ChangeLog"Steve Zesch1-711/+0
2013-03-23Bump version to 1.5.8mate-desktop-1.5.8Stefano Karapetsas1-1/+1
2013-03-23Use Menta as default themeStefano Karapetsas1-2/+2
2013-03-22change backgrounds installation pathraveit1-1/+1
2013-03-14Sync translations with transifexStefano Karapetsas10-301/+4184
2013-03-14Add some MATE contributors in about windowStefano Karapetsas1-2/+14
2013-02-24Add transifex configuration fileStefano Karapetsas1-0/+7
2013-02-21Bump version to 1.5.7mate-desktop-1.5.7Stefano Karapetsas1-1/+1
2013-02-21Add check if default MATE background exists before to use itStefano Karapetsas1-2/+13
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/39
2013-02-20Don't thumbnail thumbnails in .cache/thumbnailsStefano Karapetsas1-1/+2
2013-02-10Sync translations with transifexStefano Karapetsas15-472/+11442
2013-02-07Bump version to 1.5.6mate-desktop-1.5.6Stefano Karapetsas1-1/+1
2013-02-07mate-about: Update copyrightStefano Karapetsas1-1/+2
2012-12-26Merge pull request #48 from cygwinports/masterStefano Karapetsas2-0/+148
Add mateconf-gsettings-data-convert file
2012-12-25Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-0/+148
2012-12-17Merge pull request #47 from jasmineaura/developStefano Karapetsas1-94/+289
[mate-bg] cache improvements
2012-12-18[mate-bg] change cache dir from "wallpaper" to "mate/background"Jasmine Hassan1-1/+3
2012-12-17[mate-bg] small cleanupJasmine Hassan1-8/+9
2012-12-17[mate-bg] Do not add timeout for one-slide slideshowsJasmine Hassan1-4/+16
If a slideshow is made of only one slide, then there's no animation. So we just override the duration of the slide to G_MAXUINT, and we do not add timeouts for such durations. https://bugzilla.gnome.org/show_bug.cgi?id=630498 http://git.gnome.org/browse/gnome-desktop/commit/?id=adf18a2cf78c26a33c7a00210fc29020e935e0c1
2012-12-17[mate-bg] Cache resized wallpaper to help CPU at startupJasmine Hassan1-68/+250
Resized and transformed wallpapers are stored in ~/.cache/wallpaper/. The cache is refreshed for each new current wallpaper depending on the resolution or transformation, and each time the source image is refreshed. The source image format is preserved. https://bugzilla.gnome.org/show_bug.cgi?id=608419 Adapted from: http://git.gnome.org/browse/gnome-desktop/commit/?id=63c36f78980a4982d364e37e6c1e6219af2ecd32 http://git.gnome.org/browse/gnome-desktop/commit/?id=ae7a732da1bdced139b109a453fac78c2b9f2fc6 http://git.gnome.org/browse/gnome-desktop/commit/?id=43e13d709d8d35b3484e8b2aaf126f1d91fae7ad
2012-12-17[mate-bg] minor cleanup/fixJasmine Hassan1-24/+22
unref pixbuf cache when *either* width *or* height change
2012-12-15Merge pull request #46 from jasmineaura/developStefano Karapetsas2-155/+137
[mate-bg] revise setting up root pixmap / transparency
2012-12-13[mate-bg] cleanup, refactor, plug possible X client leak(s)Jasmine Hassan2-155/+137
Part of the original code (from gnome-desktop) for setting root pixmap seems very similar to, and may have been adapted from common source: http://people.debian.org/~lunar/xwpset.c The original concept all dates back to an Eterm/Esetroot technique that became commonly used (ex. xchat) for window transparency over desktop: http://www.eterm.org/docs/view.php?doc=ref#trans Wisdom can be gained from studying various similar implementations. Examples: https://github.com/derf/feh/blob/master/src/wallpaper.c http://ag.cs.uvic.ca/static/debian5/sources/blackbox_0.70.1/blackbox-0.70.1.orig/util/bsetroot.cc http://files.minuslab.net/SetBG.cc The changes should hopefully help avoid this: https://bugzilla.gnome.org/show_bug.cgi?id=681928 and consequences as these: https://bugzilla.gnome.org/show_bug.cgi?id=680356 https://bugzilla.gnome.org/show_bug.cgi?id=680354
2012-12-03bump version to 1.5.5mate-desktop-1.5.5Stefano Karapetsas1-1/+1
2012-12-03Merge pull request #45 from jasmineaura/developStefano Karapetsas3-22/+35
Move MATE_BG_KEY defines to headers, and add "background-fade" option
2012-12-03[mate-bg|schema] add "background-fade" setting, and define the key in headerJasmine Hassan2-0/+8
to make the fading effect optional, either when caja or m-s-d is drawing the bg. This is hopefully useful for those running on older hardware, as the fading effect could delay login/startup a bit. For reference, see: https://bugzilla.gnome.org/show_bug.cgi?id=623174
2012-12-03[mate-bg] prefix defines BG_KEY's w/ MATE & move from .c to .hJasmine Hassan2-22/+27
and define "show-desktop-icons" here too, to be used by Caja & m-s-d
2012-12-01Merge pull request #44 from jasmineaura/developStefano Karapetsas2-10/+44
[mate-bg] add 2 new gsettings functions