2008-07-15 Jens Granseuer <jensgr@gmx.net>
* configure.in: add
capplets/default-applications/gnome-default-applications.pc to
generated files
2008-07-15 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: install the default apps list in the default-apps
subdirectory
* gnome-da-xml.c: (gnome_da_xml_load_list): load everything from there
* gnome-default-applications.pc.in: add file so that applications can
query where to put their extensions
svn path=/trunk/; revision=8783
2008-07-15 Jens Granseuer <jensgr@gmx.net>
Patch by: Aprotim Sanyal <aprotim@google.com>
* gnome-da-xml.c: (gnome_da_xml_load_list): make it possible for apps
to install additional XML files to extend the list of available
applications (bug #527304)
svn path=/trunk/; revision=8782
* appearance-themes.c: When loading a metatheme from GConf, read
the notification theme from /apps/notification-daemon/theme.
* appearance-theme-save.c: When saving a metatheme to disk,
save the notification theme with the key NotificationTheme.
* appearance-theme-util.h: Add a define for the GConf key
used for notification theme.
* gnome-theme-apply.c: When applying a metatheme, apply
the notification theme, too.
* gnome-theme-info.h: Add a notification_theme_name field
to the metatheme info struct.
* gnome-theme-info.c: When reading a metatheme from a keyfile,
handle notification themes.
svn path=/trunk/; revision=8781
2008-07-08 Gerd Kohlberger <gerdk@svn.gnome.org>
Remove pa.po from toplevel help dir. A newer version is in
the right location (pa/pa.po). See the changelog entry from
2007-01-25.
svn path=/trunk/; revision=8777
2008-07-02 Jens Granseuer <jensgr@gmx.net>
Patch by: Andrey Gusev <ronne@list.ru>
* drw-break-window.c: (drw_break_window_init): make the typing break
window modal so it properly locks the screen when apps like firefox
are running in fullscreen mode (bug #441786)
svn path=/trunk/; revision=8772
2008-06-27 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Andrey Gusev <ronne@list.ru>
* drwright.c: (break_window_postpone_cb): when postponing a break
don't go right back to warn state, but award some bonus time according
to the already elapsed break time (bug #133295)
svn path=/trunk/; revision=8770
+
+ * Merge randr-12 to trunk
+
+Tue Jun 17 18:29:46 2008 S�ren Sandmann <sandmann@redhat.com>
+
+ * Port to changes in gnome-desktop
+
+2008-06-04 Federico Mena Quintero <federico@novell.com>
+
+ * xrandr-capplet.c (driver_is_randr_10): New function, currently
+ unused, to detect whether the graphics driver used in the X server
+ only supports the RANDR 1.0 API. We may find this information
+ useful to tell the user that not all the features in the capplet
+ will work as intended, or to actually disable features that won't work.
+
+2008-05-29 Federico Mena Quintero <federico@novell.com>
+
+ * xrandr-capplet.c (apply): Before applying the settings, check if
+ the X server supports the Virtual size we need.
+ (check_required_virtual_size): New function; does the checking
+ against what the X server supports.
+ This still needs to present a friendly dialog box.
+ (compute_virtual_size_for_configuration): New function.
+
+Wed May 14 18:16:10 2008 S�ren Sandmann <sandmann@redhat.com>
+
+ * xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define
+
+ * scrollarea.[ch]: Add copyright statement
+
+2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com>
+
+ * *: Check in new RandR 1.2 enabled capplet
+
svn path=/trunk/; revision=8762
2008-06-15 Thomas Wood <thos@gnome.org>
* Makefile.am:
* icons/*:
Provide a Tango style application icon for Preferred Applications
capplet (bug 397312). Artwork by Jakub Steiner <jimmac@ximian.com>.
svn path=/trunk/; revision=8756
2008-06-15 Jens Granseuer <jensgr@gmx.net>
Patch by: Andrey Gusev <ronne@list.ru>
* drwright.c: (update_icon), (blink_timeout_cb),
(maybe_change_state), (update_tooltip), (break_window_postpone_cb):
when postponing a voluntary break, go back to the state before taking
the break instead of going to warn state as we do when a regular
break is postponed (bug #134595)
svn path=/trunk/; revision=8755
2008-06-01 Thomas Wood <thos@gnome.org>
* appearance-desktop.c: (wp_props_wp_selected), (wp_load_stuffs),
(wp_select_after_realize), (desktop_init), (desktop_shutdown):
Delay the creation of the wallpaper file chooser dialog to save time on
start up.
svn path=/trunk/; revision=8743
Sat May 31 02:05:32 2008 Søren Sandmann <sandmann@redhat.com>
* appearance-desktop.c (wp_drag_get_data): Make sure the data we
produce is actually a list of uris, not a list of paths. (Prevents
crash when someone drags a thumbnail back into the list).
* appearance-desktop.c (wp_add_image): Be robust against NULL
filenames; this can happen if someone drops an http url on the
dialog.
svn path=/trunk/; revision=8736
2008-05-24 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (gnome_theme_read_meta_theme),
(read_icon_theme), (read_cursor_theme), (read_cursor_fonts),
(update_theme_index): return to using paths instead of URIs since
most of the code using them expects paths
2008-05-24 Jens Granseuer <jensgr@gmx.net>
* theme-util.c: (theme_is_writable), (theme_delete): expect
a path instead of an URI in theme_info->path
svn path=/trunk/; revision=8724