Mutter shares most (currently all) its keybindings with Metacity, and uses
the same /apps/metacity GConf keys. For 2.28, the schemas stay in Metacity;
the eventual plan is to have a gnome-wm-data package.
This patch allows a window manager to put a _GNOME_WM_KEYBINDINGS property
on its _NET_SUPPORTING_WM_CHECK window to provide a comma separated list of
window manager names to use for keybinding lookup instead of _NET_WM_NAME.
http://bugzilla.gnome.org/show_bug.cgi?id=594066
theme-thumbnail-engine.c: In function 'message_from_capplet':
theme-thumbnail-engine.c:642: warning: 'pixels' may be used uninitialized in
this function
theme-thumbnail-engine.c:641: warning: 'rowstride' may be used uninitialized in
this function
These are actually false positives but no warnings is good (bug #590990).
The theme thumbnail rendering code gets the rendering of folder icons somewhat
wrong, ie it frequently shows a gnome-fs-directory icon from gnome even if the
actual theme has a folder icon. Improve things by using modern GtkIconTheme
api in a better way.
2009-04-14 Jens Granseuer <jensgr@gmx.net>
* gtkrc-utils.c: (gtkrc_get_details): close gtkrc files after use so
we don't run out of file descriptors (bug #578835)
svn path=/trunk/; revision=9412
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (handle_change_signal), (update_theme_index),
(update_common_theme_dir_index):
* gnome-theme-info.h: add GnomeThemeElement parameter to the
ThemeChangedCallback so that the receiver can determine what part of
the theme changed (part of bug #568595)
2009-01-25 Jens Granseuer <jensgr@gmx.net>
Fix newly installed themes appearing twice in the GTK themes list if
the package contains themes for both GTK and metacity (bug #568595)
* appearance-style.c: (changed_on_disk_cb): check the new
GnomeThemeElement parameter instead of the theme properties to
determine what part of the theme changed
* appearance-themes.c: (theme_changed_on_disk_cb): use new callback
signature
svn path=/trunk/; revision=9206
2008-11-30 Jens Granseuer <jensgr@gmx.net>
* gtkrc-utils.c: (gtkrc_get_details): don't recognize "" as a valid
engine for certain odd GTK themes (see bug #315286 for an example)
svn path=/trunk/; revision=9157
2008-11-27 Jens Granseuer <jensgr@gmx.net>
* capplet-util.c: (directory_delete_recursive): don't try to delete
the directory twice; fixes cleaning up after theme installations, for
example (bug #562371)
svn path=/trunk/; revision=9151
Fri Oct 24 18:38:47 2008 Søren Sandmann <sandmann@redhat.com>
* capplet-util.c (capplet_init): Only call
set_translation_domain() if the context is non-NULL
svn path=/trunk/; revision=9107
Fri Oct 24 18:22:06 2008 Søren Sandmann <sandmann@redhat.com>
* capplet-util.[ch]: Add new capplet_init() function
==> default-applications/ChangeLog <==
Fri Oct 24 18:22:22 2008 Søren Sandmann <sandmann@redhat.com>
* gnome-da-capplet.c (main): Use new capplet_init() function
svn path=/trunk/; revision=9105
+
+ * Get rid of a number of unnecessary gnome.h includes
+
+ * capplets/keybindings/gnome-keybinding-properties.c: Use
+ gtk_init() instead of gnome_program_init().
+
+ * A couple of formatting fixes
+
svn path=/trunk/; revision=9098
2008-09-29 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (read_icon_theme): use translated names for
icon themes if available (bug #554272)
svn path=/trunk/; revision=9023
2008-08-16 Jens Granseuer <jensgr@gmx.net>
Keep track of hidden themes, too, so that e.g. we don't erroneously
show "GTK theme missing" when a metatheme references a hidden GTK
theme (part of bug #547301)
* gnome-theme-info.c: (gnome_theme_read_meta_theme),
(read_icon_theme), (read_cursor_theme): don't skip hidden themes,
initialize the hidden property
(gnome_theme_info_find_all_helper): only return non-hidden themes
* gnome-theme-info.h: add hidden property to all theme types
svn path=/trunk/; revision=8865
2008-08-12 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-apply.c: (gnome_meta_theme_set): make sure we have a
notification theme before trying to save it (bug #547448)
svn path=/trunk/; revision=8855
2008-08-03 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-apply.c: (gnome_meta_theme_set): if the metatheme loaded
doesn't define a notification theme don't set it to "standard" (bug
#546036)
svn path=/trunk/; revision=8834
2008-07-29 Jens Granseuer <jensgr@gmx.net>
* file-transfer-dialog.c: (file_transfer_job_destroy),
(file_transfer_job_schedule), (file_transfer_dialog_copy_async):
make the file transfer dialog work with GFiles instead gchar paths
internally
2008-07-29 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_install_from_uri): file transfer
dialog now uses GFiles internally, so update the caller
svn path=/trunk/; revision=8826