2007-10-24 Jens Granseuer <jensgr@gmx.net>
* appearance-themes.c: (theme_load_from_gconf),
(theme_details_changed_cb), (themes_init): return a new theme instead
of munging whatever got passed in. Makes for a saner API
svn path=/trunk/; revision=8192
2007-10-24 Jens Granseuer <jensgr@gmx.net>
The fix for bug #420154 not only made the entry for the theme installer
disappear from the menu, but also disabled mime-type handling for Gnome
Theme Packages (bug #486811). Revert that change and use NoDisplay=true
instead. This will remove the entry from the menu (not from the menu
editor, though), and not break mime handling.
* data/gnome-theme-installer.desktop.in.in: use NoDisplay=true instead
of OnlyShowIn=;
svn path=/trunk/; revision=8190
2007-10-18 Jens Granseuer <jensgr@gmx.net>
* appearance-themes.c: (theme_load_from_gconf),
(theme_set_custom_from_theme): really make sure gtk, metacity, icon, and
cursor themes are never NULL (should fix#487257 if the last commit didn't
already)
svn path=/trunk/; revision=8180
2007-10-14 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (gnome_theme_init): fix invalid use after free I
caused with the last commit
svn path=/trunk/; revision=8170
2007-10-14 Jens Granseuer <jensgr@gmx.net>
When updating theme info from GConf or copying it for customization, we
were ignoring xcursor settings. As a result, saved custom themes always
had the default theme set. (bug #485709)
* appearance-themes.c: (get_default_int_from_key),
(theme_load_from_gconf), (theme_set_custom_from_theme): when setting up
theme info, take cursor settings into account
svn path=/trunk/; revision=8168
2007-10-14 Jens Granseuer <jensgr@gmx.net>
* configure.in:
* capplets/common/gnome-theme-info.c (gnome_theme_init): query and
monitor the xcursor icon dir for cursor themes, too (bug #469882)
svn path=/trunk/; revision=8166
2007-10-09 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_props_wp_set): fix crash if we fail to
convert a filename to UTF-8
svn path=/trunk/; revision=8164
2007-09-30 Jens Granseuer <jensgr@gmx.net>
* capplets/background:
* capplets/font:
* capplets/theme-switcher:
* capplets/ui-properties: remove old capplets that are now subsumed in
the appearance capplet from the repository
svn path=/trunk/; revision=8145
2007-09-29 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: (generate_gtk_theme_thumbnail),
(generate_theme_thumbnail_async),
(generate_gtk_theme_thumbnail_async): move the code for setting the
color scheme for gtk thumbnails to the gtk-specific function. This
means we will probably extract it twice for most thumbnails, but it
makes for much cleaner code. Also add the scheme bit to the synchronous
version.
svn path=/trunk/; revision=8144
2007-09-25 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: patch up an outdated comment about how the
thumbnailer protocol works
svn path=/trunk/; revision=8137
2007-09-25 Jens Granseuer <jensgr@gmx.net>
Prevent lots of thumbs from being created with the color scheme of the
currently active theme (see comment #15 in bug 460023). Maybe it also
helps with some of the other color-related issues.
* theme-thumbnail.c: (create_gtk_theme_pixbuf),
(generate_theme_thumbnail_async): when creating GTK theme thumbnails,
explicitly pass the theme's color scheme to override the xsetting
svn path=/trunk/; revision=8135
2007-09-23 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_drag_received), (wp_drag_get_data),
(desktop_init): add support for dragging images from the background list
(bug #150544)
svn path=/trunk/; revision=8132
2007-09-21 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_install_real): reword the "theme engine"
error message since we cannot really be sure it is an engine (bug #435680)
svn path=/trunk/; revision=8130
2007-09-21 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_install_real),
(transfer_done_cb), (gnome_theme_install_from_uri): unify "invalid theme"
error messages and be a bit more verbose
svn path=/trunk/; revision=8129
2007-09-18 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Patrick Wade <patrick.wade@sun.com>
* main.c: (close_logout_update), (setup_dialog): make logout button
sensitive whenever accessibility settings have been enabled or
disabled (closes bug #476921)
svn path=/trunk/; revision=8122
2007-09-16 Jens Granseuer <jensgr@gmx.net>
* data/appearance.glade: don't set a fixed width for the toolbar button
color label (bug #474317)
svn path=/trunk/; revision=8113
2007-09-09 Claude Paroz <claude@2xlibre.net>
* data/appearance.glade: Correct translatable property value of Save As.
Fixes#473810.
svn path=/trunk/; revision=8075
2007-09-01 Jens Granseuer <jensgr@gmx.net>
* appearance-font.c: (font_render_load), (cb_show_details): break out
of the loop asap; use _prepend instead of _append
svn path=/trunk/; revision=8063
2007-08-31 Jens Granseuer <jensgr@gmx.net>
* appearance-font.c: (font_render_load), (setup_font_pair),
(enum_group_load), (enum_group_create): don't define gconf_key as
const and save a few casts
svn path=/trunk/; revision=8062
2007-08-28 Gabor Kelemen <kelemeng@gnome.hu>
* data/appearance.glade: This time really fix bug 470532 (gtk-delete stock id is marked for
translation)
svn path=/trunk/; revision=8054
2007-08-23 Jens Granseuer <jensgr@gmx.net>
* appearance-font.c: (cb_show_details): simply set the upper bound of
the DPI spin button to the maximum we consider reasonable. This is one
way to make sure we don't get SIGFPE if for some reason
gdk_screen_get_{width,height}_mm returns 0 (bug #469580)
svn path=/trunk/; revision=8039
2007-08-21 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (gnome_theme_info_find_by_type_helper):
Properly check all stored themes if necessary. This fixes cases where
e.g. a metacity theme in ~/.themes would hide a GTK theme with the
same name in the system theme dir
svn path=/trunk/; revision=8032
2007-08-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_setup_email): fix the last commit to use
proper API to release the VCardAttributes so we don't crash with newer
e-d-s (bug #468848)
svn path=/trunk/; revision=8031
2007-08-21 Philip Withnall <bugzilla@tecnocode.co.uk>
* gnome-default-applications.xml.in: use new -new-tab and -new-window
arguments instead of -remote for Firefox tab and window commands.
Closes bug #393204.
svn path=/trunk/; revision=8030
2007-08-21 Luca Cavalli <loopback@slackit.org>
* file-transfer-dialog.c: (format_uri_for_display),
(file_transfer_dialog_set_prop): add new function similar to
gnome_vfs_format_uri_for_display but that hides the password if
needed. Taken from gedit by Paolo Maggi. Closes bug #339551.
svn path=/trunk/; revision=8028
2007-08-21 Luca Cavalli <loopback@slackit.org>
* file-transfer-dialog.c: (format_uri_for_display),
(file_transfer_dialog_set_prop): add new function similar to
gnome_vfs_format_uri_for_display but that hides the password if
needed. Taken from gedit by Paolo Maggi. Closes bug #339551.
svn path=/trunk/; revision=8027
2007-08-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: honour mail address attributes when setting
up Home and Work addresses
svn path=/trunk/; revision=8026
2007-08-17 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (read_cursor_fonts): fix double-free, and make
the builtins non-static to save relocations
svn path=/trunk/; revision=8013
2007-08-17 Jens Granseuer <jensgr@gmx.net>
Patch by: Sven Arvidsson <sa@whiz.se>
* gnome-default-applications.xml.in: add browser and mail entries for
Iceape, the debranded Seamonkey version used by Debian (bug #467472)
svn path=/trunk/; revision=8012