2007-11-10 Denis Washington <dwashington@gmx.net>
* localization.glade: Tweak the interface slightly and name all
important widgets.
svn path=/trunk/; revision=8270
2007-11-10 Jens Granseuer <jensgr@gmx.net>
The media window popup has a fixed size 300x300 when running in
composited mode. For smaller display sizes this is quite excessive.
Change the window size to be 100x100 on 800x600 and smaller screens,
and scale up from that for anthing bigger. (bug #495346)
* gsd-media-keys-window.c: (initialize_alpha_mode),
(gsd_media_keys_window_init): make composited media popup window sizes
scale with the screen size
svn path=/trunk/; revision=8267
2007-11-10 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (authenticated_user),
(io_watch_stdout): don't get confused when the user does not have a
password set and passwd immediately asks for the new one. This resulted
in an endless loop up to now (bug #336872)
svn path=/trunk/; revision=8265
2007-11-03 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (io_watch_stdout): add another string to
the list of recognized error returns from passwd ("must choose a longer
password")
svn path=/trunk/; revision=8256
2007-11-03 Denis Washington <denisw@svn.gnome.org>
* gnome-keyboard-properties-xkb.c:
* gnome-keyboard-properties.glade: Replace text entry and
"Choose..." button for keyboard model with a single chooser
button.
svn path=/trunk/; revision=8252
2007-11-03 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_color_changed), (wp_props_wp_set):
* gnome-wp-item.c: (gnome_wp_item_new), (gnome_wp_item_free),
(gnome_wp_item_dup):
* gnome-wp-item.h:
* gnome-wp-xml.c: (gnome_wp_xml_load_xml), (gnome_wp_xml_save_list):
be more careful when reading background information from GConf and make
sure we don't choke on NULL values later on (bug #492903)
svn path=/trunk/; revision=8249
2007-10-31 Kjartan Maraas <kmaraas@gnome.org>
* gnome-keyboard-properties-xkblt.c:
(xkb_layouts_prepare_selected_tree):
Fix warnings from sparse. Don't use deprecated signal
api from gtk+.
svn path=/trunk/; revision=8241
2007-10-30 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_installer_run): revert last patch,
it's just too ugly as long as the "one dialog per installed file" issue
isn't fixed
svn path=/trunk/; revision=8236
2007-10-30 Jens Granseuer <jensgr@gmx.net>
Patch by: Benjamin Gramlich <benjamin.gramlich@gmail.com>
* theme-installer.c: (gnome_theme_installer_run): allow the user to
select multiple themes to install at once (first part of the fix for
bug #124554)
svn path=/trunk/; revision=8235
2007-10-30 Jens Granseuer <jensgr@gmx.net>
When installing multiple themes at once, don't ask the user whether to
apply after each theme. Instead, simply show a success message after
installation has finished, and ask only if a single theme has been
installed.
* theme-installer.c: (gnome_theme_install_real),
(transfer_done_cb): check whether there are multiple themes to install
up front, and skip the apply dialog if so
svn path=/trunk/; revision=8234
2007-10-30 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_install_real): also update the icon
cache for icon themes with cursors
svn path=/trunk/; revision=8233
2007-10-30 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (file_theme_type), (gnome_theme_install_real):
teach the installer to recognize cursor themes and icon themes with
cursors and how to apply them
svn path=/trunk/; revision=8232
2007-10-29 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (gtk_theme_changed), (window_theme_changed),
(icon_theme_changed), (update_cursor_size_scale),
(cursor_theme_changed):
* appearance-themes.c: (theme_selection_changed_cb):
* theme-util.c: (theme_is_writable):
* theme-util.h: simplify some more code, and fix a crash when the
cursor theme in GConf is unset that I introduced in r8212
svn path=/trunk/; revision=8228
2007-10-28 Jens Granseuer <jensgr@gmx.net>
Switch to using a common theme struct that includes a type descriptor
so we can avoid many of the theme type casts. This should also make
adding support for live cursor theme changes a little easier.
* gnome-theme-info.c: (add_theme_to_hash_by_name),
(remove_theme_from_hash_by_name), (get_theme_from_hash_by_name),
(gnome_theme_compare), (gnome_theme_free),
(add_default_cursor_theme), (gdk_pixbuf_from_xcursor_image),
(read_cursor_theme), (look_for_cursor_theme),
(read_current_cursor_font), (read_cursor_fonts),
(handle_change_signal), (update_theme_index),
(update_common_theme_dir_index), (gtk2_dir_changed),
(keybinding_dir_changed), (metacity_dir_changed),
(common_theme_dir_changed), (common_icon_theme_dir_changed),
(add_common_theme_dir_monitor),
(add_common_icon_theme_dir_monitor),
(remove_common_theme_dir_monitor), (top_theme_dir_changed),
(top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor),
(gnome_theme_info_new), (gnome_theme_info_free),
(gnome_theme_info_find), (gnome_theme_info_find_all_helper),
(gnome_theme_icon_info_new), (gnome_theme_icon_info_find),
(gnome_theme_icon_info_find_all), (gnome_theme_cursor_info_new),
(gnome_theme_cursor_info_find), (gnome_theme_cursor_info_find_all),
(gnome_theme_meta_info_new), (gnome_theme_meta_info_free),
(gnome_theme_meta_info_find), (gnome_theme_meta_info_find_all),
(gnome_theme_color_scheme_parse), (gnome_theme_init):
* gnome-theme-info.h: Use CursorThemeCommonInfo wherever possible,
remove some unused code.
2007-10-28 Jens Granseuer <jensgr@gmx.net>
* appearance-style.c: (changed_on_disk_cb):
* appearance-themes.c: (theme_changed_on_disk_cb): adapt to changes in
theme change notification
2007-10-28 Jens Granseuer <jensgr@gmx.net>
* theme-method.c: (theme_changed_callback): adapt to modified
callback signature
svn path=/trunk/; revision=8224
2007-10-27 Jens Granseuer <jensgr@gmx.net>
* main.c: (free_display_info), (update_display_info),
(read_display_info), (apply_config), (revert_config): revert some of
the previous "clean-up", add some new, and fix another leak
svn path=/trunk/; revision=8221
2007-10-27 Jens Granseuer <jensgr@gmx.net>
* control-center.schemas.in: remove part of the long description for
cc_actions_list since it was confusig translators (#426229)
svn path=/trunk/; revision=8218
2007-10-27 Jens Granseuer <jensgr@gmx.net>
* main.c: (free_display_info), (restart_screensaver),
(apply_config), (revert_config), (cb_dialog_response), (main): clean up
code a bit and fix a few leaks
svn path=/trunk/; revision=8217