summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-29[background] Adapt to MateBG API changes, and GTK3 rendering-cleanupJasmine Hassan1-12/+20
http://git.gnome.org/browse/gnome-settings-daemon/commit/?id=d38bb683005b71f3bf483aafee2f7c36d800a0c7
2012-11-29[background] fix indentationJasmine Hassan1-444/+441
2012-11-24Merge pull request #22 from dmashal/masterStefano Karapetsas3-2/+4
stop generating version specific libdirs for plugins and fix CVE-2012-5560
2012-11-24really fix CVE2012-5560Dan Mashal1-1/+1
2012-11-23Fix CVE-2012-5560Dan Mashal1-0/+2
2012-11-22stop generating version specific libdirs for pluginsDan Mashal1-1/+1
2012-11-03Merge pull request #15 from ketheriel/masterStefano Karapetsas0-0/+0
fix compilar warning: assignment makes integer from pointer without a cast
2012-10-27bump version to 1.5.3mate-settings-daemon-1.5.3Stefano Karapetsas1-1/+1
2012-10-27disable accessibility keybindings fileStefano Karapetsas1-3/+4
2012-10-23fix enum in schemamate-settings-daemon-1.5.2Stefano Karapetsas1-1/+1
2012-10-23bump version, update NEWSStefano Karapetsas2-1/+3
2012-10-18add enums in gsettings schemaStefano Karapetsas1-3/+20
2012-10-17fix 64bit-portability-issueStefano Karapetsas1-1/+1
2012-10-17bump version to 1.5.1mate-settings-daemon-1.5.1Stefano Karapetsas1-2/+2
2012-10-16keyboard: fix msd_load_modmap_filesStefano Karapetsas1-23/+20
2012-10-12Merge pull request #16 from NiceandGently/masterStefano Karapetsas127-155/+155
fix incorrect FSF address
2012-10-12fix incorrect FSF addressraveit65127-155/+155
2012-10-11fix warning: assignment makes integer from pointer without a castNelson Marques1-1/+1
2012-10-01migrate to gsettingsmate-settings-daemon-1.5.0Stefano Karapetsas66-4178/+1601
2012-09-03port msd-housekeeping-manager.c to gsettingsStefano Karapetsas1-61/+23
2012-08-21fix debug printing issueStefano Karapetsas1-0/+3
2012-08-04Revert "Micro-optimization." Wrong branch.Steve Zesch1-5/+12
This reverts commit 91f651c6f6f0ee7fdff1d49e36161d4e76e16e02.
2012-08-04Micro-optimization.Steve Zesch1-12/+5
do_multimedia_player_action did nothing more than call msd_media_player_key_pressed, which was pointless overhead.
2012-07-26Merge pull request #11 from NiceandGently/masterSteve Zesch1-2/+2
incorrect-fsf-address
2012-07-26fix incorrect-fsf-addressNice&Gently1-2/+2
2012-07-10Preparing for 1.4 release.mate-settings-daemon-1.4.0Steve Zesch2-39/+244
2012-07-10sync translations with transifexStefano Karapetsas4-4191/+1465
2012-07-10add po gnome copyrights fileStefano Karapetsas1-0/+1249
2012-06-22fix missing gsd=>msd rename due to pull requestStefano Karapetsas1-1/+1
2012-06-05commenting "changed" callback, related with issue #16 on mate-desktop ↵Perberos2-6/+7
(https://github.com/mate-desktop/mate-desktop/issues/16)
2012-06-05changing code format ↵Perberos5-645/+711
(http://imageshack.us/photo/my-images/9/254223656580e542a60a.jpg/)
2012-06-05removing autogenerated filePerberos1-41/+0
2012-05-03Merge pull request #5 from stefanct/masterStefano Karapetsas1-1/+7
media-keys: fix the "calculator key"
2012-05-03media-keys: fix the "calculator key"Stefan Tauner1-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-06remove .gitignoreStefano Karapetsas1-49/+0
2012-04-06Merge pull request #4 from benpicco/masterStefano Karapetsas5-7/+97
sync with upstream
2012-03-16housekeeping: Don't access free'd memory if a volume is unmounted whilst the ↵Rodrigo Moya1-3/+5
dialog is displayed
2012-03-16media-keys: React to stream-removed signal from GvcMixerControlRodrigo Moya1-0/+17
2012-03-16xrandr: Use Xorg monitor settings by defaultBastien Nocera1-1/+1
So as not to break the default behaviour.
2012-03-16RANDR - Add mateconf key for disabling boot time configurationMartin Pitt2-1/+22
In a lot of situations it is undesirable to have g-s-d change the XRandR settings, because it overrides X.org customizations, leads to unnecessary mode switches, or increases boot time. Add a mateconf key "use_xorg_monitor_settings" to disable apply_default_boot_configuration(), in which case the XRandR configuration will not be touched unless there is a global or per-user configuration file. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=631388 Bug-Ubuntu: https://launchpad.net/bugs/640807
2012-03-16(randr) bnc#647304 - If the stored configuration fails at startup, use the ↵Gary Lin1-2/+3
fallback configurations Previously, if a stored configuration existed but it could not be applied due to nonmatching monitors, we would do nothing else - potentially leaving the user in whatever startup state was used by the X server. Now, in that condition we simply fall back to trying the system-global configuration or the boot-time configuration. Signed-off-by: Federico Mena Quintero <[email protected]>
2012-03-16Revert "Fix launching the display configuration tool"Vincent Untz1-1/+1
In 2.32, we still want to use mate-display-properties. This reverts commit 03112091d18ad0f9cc66b5f8835aadb1c47bc9ee.
2012-03-16add .gitignoreBenjamin Valentin1-0/+49
2012-02-28update for 1.2 releasemate-settings-daemon-1.2.0Stefano Karapetsas6-25/+1078
2012-02-28updated nl translationStefano Karapetsas1-422/+423
2012-02-28removed distro/ubuntu folderStefano Karapetsas5-69/+0
2012-02-22Merge pull request #3 from haxar/masterStefano Karapetsas231-11529/+11529
gsd to msd complete rename patch by NiceandGently
2012-02-21gsd to msd complete rename patch by NiceandGently; file rename commithaxar101-0/+0
2012-02-21gsd to msd complete rename patch by NiceandGently; code changes commithaxar210-10996/+10996
2012-01-30g_get_user_config_dir() would be better ↵Perberos1-1/+5
(https://github.com/mate-desktop/mate-panel/issues/8)