summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2009-03-19 23:36:30 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2009-03-19 23:36:30 +0000
commit33191bf3a0b16d12532ccdb9ebe829337d540360 (patch)
treeae74a9d8271565a88f343a75990a5747635308b6 /ChangeLog
parent5093a31afaa5063f586bce0916a71123db86257c (diff)
downloadgnome-settings-daemon-33191bf3a0b16d12532ccdb9ebe829337d540360.tar.gz
bgo576006 (RANDR) - ChangeLog for the changes above
Signed-off-by: Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=797
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2caacfc9..bb4adcd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2009-03-19 Federico Mena Quintero <federico@novell.com>
+ http://bugzilla.gnome.org/show_bug.cgi?id=576006 - The
+ confirmation dialog from the RANDR plugin can appear behind the
+ window from gnome-display-properties. This also depends on a
+ change to gnome-control-center.
+
+ * plugins/xrandr/gsd-xrandr-manager.xml: Add an
+ org.gnome.SettingsDaemon.XRANDR_2 interface
+ in addition to the old XRANDR one, with an ApplyConfiguration
+ method that also takes a parent window ID and a timestamp.
+
+ * plugins/xrandr/gsd-xrandr-manager.c (gsd_xrandr_manager_2_apply_configuration):
+ Implement the new DBus method with the parent window and
+ timestamp.
+ (user_says_things_are_ok): Use the parent window.
+
+2009-03-19 Federico Mena Quintero <federico@novell.com>
+
* plugins/xrandr/gsd-xrandr-manager.c (user_says_things_are_ok):
Revert the use of g_timeout_add_seconds(), since we actually care
that the user sees real second ticks in the dialog. This isn't a