Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-05 | [daemon] quick 'n dirty initial review of gsettings port | Jasmine Hassan | 4 | -17/+49 | |
1. import: Don't choke if there are old plugins laying around http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=18e57e126ff6a6ab2980c119aebef087227e2a54 2. Alleviate #23 -- no more "g_object_unref: assertion 'G_IS_OBJECT (object)' failed" when starting m-c-c "Appearance" properties. | |||||
2012-12-03 | bump version to 1.5.4mate-settings-daemon-1.5.4 | Stefano Karapetsas | 1 | -1/+1 | |
2012-12-03 | Merge pull request #25 from jasmineaura/develop | Stefano Karapetsas | 1 | -13/+17 | |
[background] Use new MATE_BG_KEY's defines in mate-bg.h, and fade option | |||||
2012-12-03 | [background] Use new MATE_BG_KEY's defines from mate-bg.h, and fade option | Jasmine Hassan | 1 | -13/+17 | |
Observe new mate-bg (global) fade option, via do_crossfade_background() Change dont_draw_background() to a do_, to avoid double-negative like !dont. | |||||
2012-12-03 | Merge pull request #24 from jasmineaura/develop | Stefano Karapetsas | 2 | -472/+515 | |
background revamped | |||||
2012-12-03 | [background] fix XGetWindowProperty long_length & nitems_return params | Jasmine Hassan | 1 | -2/+2 | |
from 24 -> 20, to account for 'nautilus' -> 'caja' change (4 bytes less). | |||||
2012-12-03 | [background] Also check if caja is drawing bg when detecting settings changes | Jasmine Hassan | 1 | -2/+5 | |
hopefully to avoid taking over background-drawing when Caja is doing it. | |||||
2012-12-01 | [background] listen for draw-background/show-desktop-icons changed signals | Jasmine Hassan | 1 | -1/+15 | |
Because we should handle the background drawing when either: - "draw-background" is re-enabled, or - "show-desktop-icons" is disabled. N.B. We may still need to consider this issue, which was never resolved in gnome, because they stopped auto-launching nautilus & removed it from 3.0 sessions: Nautilus registers with the session before it's ready. https://bugzilla.gnome.org/show_bug.cgi?id=568588 Would also be wise to import the (recent) changes made in the bug below: Provide a singleton SessionManager proxy object https://bugzilla.gnome.org/show_bug.cgi?id=686556 | |||||
2012-12-01 | [background] Don't draw the background if "draw-background" is false | Jasmine Hassan | 1 | -1/+10 | |
https://bugzilla.gnome.org/show_bug.cgi?id=564909 | |||||
2012-12-01 | [background] GCC 4.6 warning fixes | Jasmine Hassan | 1 | -40/+24 | |
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=da9bd9769caa0f776edf5636c6ae09ba425d6f6e | |||||
2012-12-01 | [background] stop pending fades if new ones initiated | Jasmine Hassan | 1 | -16/+22 | |
prevents some strange flicker when quickly selecting multiple backgrounds http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=5cb80995b6899c6ed185797333b709ea9342de42 | |||||
2012-12-01 | [configure] bump GIO version to 2.26 | Jasmine Hassan | 1 | -1/+1 | |
need it for g_dbus_proxy_new_for_bus_sync(), used in previous commit. | |||||
2012-12-01 | [background] convert to GDBus (and fix delayed background drawing) | Jasmine Hassan | 1 | -41/+64 | |
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=34d6831d7bf5fdf869f1b4802d8920c4a90825db | |||||
2012-12-01 | [background] review GSettings, don't rely on Caja as a key component | Jasmine Hassan | 1 | -86/+85 | |
and use new mate-bg API ("show-desktop-icons") For reference, see: Port backround module to GSettings http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=23b50dfc7078b78a513598060ee22ae46c262534 http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=c9d62bab8acb166aa720fa5d0356657177be6be5 background: always check if Nautilus is running http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d22b75db508a792e3786a2011b707e930a0f0355 background: reintroduce GnomeBg "changed" signal http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d7a6f707c9e6f924fea7565967d9c5c1ad8b1533 background: Listen to screen changes only after GnomeBg is constructed http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d6d12b643aeec91fa3d1ed19104f1c0d1ded7870 | |||||
2012-11-29 | [background] Adapt to MateBG API changes, and GTK3 rendering-cleanup | Jasmine Hassan | 1 | -12/+20 | |
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d38bb683005b71f3bf483aafee2f7c36d800a0c7 | |||||
2012-11-29 | [background] fix indentation | Jasmine Hassan | 1 | -444/+441 | |
2012-11-24 | Merge pull request #22 from dmashal/master | Stefano Karapetsas | 3 | -2/+4 | |
stop generating version specific libdirs for plugins and fix CVE-2012-5560 | |||||
2012-11-24 | really fix CVE2012-5560 | Dan Mashal | 1 | -1/+1 | |
2012-11-23 | Fix CVE-2012-5560 | Dan Mashal | 1 | -0/+2 | |
2012-11-22 | stop generating version specific libdirs for plugins | Dan Mashal | 1 | -1/+1 | |
2012-11-03 | Merge pull request #15 from ketheriel/master | Stefano Karapetsas | 0 | -0/+0 | |
fix compilar warning: assignment makes integer from pointer without a cast | |||||
2012-10-27 | bump version to 1.5.3mate-settings-daemon-1.5.3 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-27 | disable accessibility keybindings file | Stefano Karapetsas | 1 | -3/+4 | |
2012-10-23 | fix enum in schemamate-settings-daemon-1.5.2 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-23 | bump version, update NEWS | Stefano Karapetsas | 2 | -1/+3 | |
2012-10-18 | add enums in gsettings schema | Stefano Karapetsas | 1 | -3/+20 | |
2012-10-17 | fix 64bit-portability-issue | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-17 | bump version to 1.5.1mate-settings-daemon-1.5.1 | Stefano Karapetsas | 1 | -2/+2 | |
2012-10-16 | keyboard: fix msd_load_modmap_files | Stefano Karapetsas | 1 | -23/+20 | |
2012-10-12 | Merge pull request #16 from NiceandGently/master | Stefano Karapetsas | 127 | -155/+155 | |
fix incorrect FSF address | |||||
2012-10-12 | fix incorrect FSF address | raveit65 | 127 | -155/+155 | |
2012-10-11 | fix warning: assignment makes integer from pointer without a cast | Nelson Marques | 1 | -1/+1 | |
2012-10-01 | migrate to gsettingsmate-settings-daemon-1.5.0 | Stefano Karapetsas | 66 | -4178/+1601 | |
2012-09-03 | port msd-housekeeping-manager.c to gsettings | Stefano Karapetsas | 1 | -61/+23 | |
2012-08-21 | fix debug printing issue | Stefano Karapetsas | 1 | -0/+3 | |
2012-08-04 | Revert "Micro-optimization." Wrong branch. | Steve Zesch | 1 | -5/+12 | |
This reverts commit 91f651c6f6f0ee7fdff1d49e36161d4e76e16e02. | |||||
2012-08-04 | Micro-optimization. | Steve Zesch | 1 | -12/+5 | |
do_multimedia_player_action did nothing more than call msd_media_player_key_pressed, which was pointless overhead. | |||||
2012-07-26 | Merge pull request #11 from NiceandGently/master | Steve Zesch | 1 | -2/+2 | |
incorrect-fsf-address | |||||
2012-07-26 | fix incorrect-fsf-address | Nice&Gently | 1 | -2/+2 | |
2012-07-10 | Preparing for 1.4 release.mate-settings-daemon-1.4.0 | Steve Zesch | 2 | -39/+244 | |
2012-07-10 | sync translations with transifex | Stefano Karapetsas | 4 | -4191/+1465 | |
2012-07-10 | add po gnome copyrights file | Stefano Karapetsas | 1 | -0/+1249 | |
2012-06-22 | fix missing gsd=>msd rename due to pull request | Stefano Karapetsas | 1 | -1/+1 | |
2012-06-05 | commenting "changed" callback, related with issue #16 on mate-desktop ↵ | Perberos | 2 | -6/+7 | |
(https://github.com/mate-desktop/mate-desktop/issues/16) | |||||
2012-06-05 | changing code format ↵ | Perberos | 5 | -645/+711 | |
(http://imageshack.us/photo/my-images/9/254223656580e542a60a.jpg/) | |||||
2012-06-05 | removing autogenerated file | Perberos | 1 | -41/+0 | |
2012-05-03 | Merge pull request #5 from stefanct/master | Stefano Karapetsas | 1 | -1/+7 | |
media-keys: fix the "calculator key" | |||||
2012-05-03 | media-keys: fix the "calculator key" | Stefan Tauner | 1 | -1/+7 | |
try to find mate-calc, fall back to gcalctool if it is not found. Signed-off-by: Stefan Tauner <[email protected]> | |||||
2012-04-06 | remove .gitignore | Stefano Karapetsas | 1 | -49/+0 | |
2012-04-06 | Merge pull request #4 from benpicco/master | Stefano Karapetsas | 5 | -7/+97 | |
sync with upstream |