2008-03-15 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (accel_edited_callback),
(accel_cleared_callback), (start_editing_cb),
(maybe_block_accels), (setup_dialog): stop widget accelerators
from activating while the user is entering a new shortcut. This
allows binding shortcuts that are used as accels in the capplet
dialog, e.g. for the Help and Close buttons (bug #313228)
svn path=/trunk/; revision=8581
2008-03-11 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-apply.c: (gnome_meta_theme_set): actually check the
cursor size before changing it in GConf, not the theme name
(thanks to Kjartan Maraas)
svn path=/trunk/; revision=8578
2008-03-11 Jens Granseuer <jensgr@gmx.net>
* data/appearance.glade: don't resize the font samples vertically when
the window is resized (bug #521823)
svn path=/trunk/; revision=8577
2008-03-11 Jens Granseuer <jensgr@gmx.net>
Encountering a theme that could not be thumbnailed (e.g. because the
metacity theme for a metatheme isn't installed) would make the
thumbnailer crash. Since it's not restarted by the appearance capplet
this would result in all themes encountered after the broken one not
to be thumbnailed either. This change fixes up error handling in the
thumbnailer so that the broken theme is simply skipped and processing
can continue with the next one. (bug #521009)
* theme-thumbnail.c: (create_meta_theme_pixbuf),
(create_metacity_theme_pixbuf), (message_from_capplet),
(message_from_child), (read_pixbuf),
(generate_theme_thumbnail_async), (theme_thumbnail_factory_init):
properly handle failed thumbnailing attempts
svn path=/trunk/; revision=8576
2008-03-11 Jens Granseuer <jensgr@gmx.net>
* gconf-property-editor.c: (peditor_numeric_range_widget_changed): don't
free the GConf value if we don't have one. Fixes a crash when schemas
are not properly installed (bug #520744)
svn path=/trunk/; revision=8574
2008-02-29 Denis Washington <denisw@svn.gnome.org>
* capplets/mouse/gnome-mouse-properties.c: make the mouse
orientation radio buttons usable with both mouse buttons.
svn path=/trunk/; revision=8535
2008-02-28 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (io_watch_stdout): fix misspelling of
"palindrome" that would make us wait forever when that case occurred
(bug #519398)
svn path=/trunk/; revision=8534
2008-02-25 Thomas Wood <thos@gnome.org>
* theme-thumbnail.c: (message_from_child): Return FALSE on error or EOF,
which should also fix bug 516413, in addition to checking for G_IO_HUP.
svn path=/trunk/; revision=8523
2008-02-25 Thomas Wood <thos@gnome.org>
* theme-thumbnail.c:
(create_meta_theme_pixbuf), (create_metacity_theme_pixbuf):
Use the new meta_preview_get_clip_region() function in Metacity to fix
bug 460018 (Rounded window borders don't get rendered correctly).
(message_from_child): Do not attempt to read from the pipe when
the connection has been broken. Fixes bug 516413 (Theme thumbnailer
causes UI to stop drawing when encountering an error).
svn path=/trunk/; revision=8521
2008-02-19 Jens Granseuer <jensgr@gmx.net>
* main.c: (create_dialog), (save_to_gconf): escape strange hostnames
that we want to use as GConf keys (see bug #517259 for a similar issue
in gnome-settings-daemon)
svn path=/trunk/; revision=8509
2008-02-16 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_option_menu_set), (wp_load_stuffs):
* gnome-wp-item.c: (gnome_wp_item_update), (gnome_wp_item_new):
* gnome-wp-item.h: always apply the current GConf settings to the
initially selected wallpaper so that we don't modify the settings if
GConf state and the definition in backgrounds.xml are not identical
(bug #516746)
* gnome-wp-xml.c: (gnome_wp_xml_load_xml): get rid of redundant if
svn path=/trunk/; revision=8489
2008-02-14 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_scale_type_changed): don't try to set shading
and options in GConf when we're dealing with a read-only source (bug
#516328)
svn path=/trunk/; revision=8485
2008-02-12 Jens Granseuer <jensgr@gmx.net>
* configure.in: add gio-2.0 to general capplet flags for now; this
part needs cleaning up in the next cycle
2008-02-12 Jens Granseuer <jensgr@gmx.net>
* e-image-chooser.c: (e_image_chooser_class_init),
(image_drag_data_received_cb):
* gnome-about-me.c: (about_me_update_preview): port to gio
svn path=/trunk/; revision=8479
2008-02-09 Luca Ferretti <elle.uca@libero.it>
reviewed by: Jens Granseuer
* at-enable-dialog.glade:
* at-properties.desktop.in.in: move capplet to main menu, was the
only one under Accessibility and rename "Assistive Tecnologies".
Using gnome-control-center will appead under Personal (closes
bug #515075).
svn path=/trunk/; revision=8463
2008-02-09 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: use the libsounds.la now that libsounds uses libtool
(bug #515252)
svn path=/trunk/; revision=8462
2008-02-09 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_installer_run): make sure we're done
with the dialog before we destroy it (bug #515414)
svn path=/trunk/; revision=8460
2008-02-08 Jens Granseuer <jensgr@gmx.net>
* gnome-at-session.desktop.in.in: improve name and description for the
visual AT autostarter (bug #515197)
svn path=/trunk/; revision=8455
2008-01-25 Jens Granseuer <jensgr@gmx.net>
* keyboard: remove accessibility keyboard capplet now that
the functionality has been folded into the keyboard capplet
svn path=/trunk/; revision=8415
2008-01-25 Jens Granseuer <jensgr@gmx.net>
* gnome-mouse-properties.c: (delay_value_changed_cb), (setup_dialog):
remove left-over callback that was causing the capplet to set a label
on a NULL widget (bug #510425)
svn path=/trunk/; revision=8411
2008-01-24 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (on_item_changed): only declare variables at
the beginning of a code block...
* gnome-wp-item.c: (gnome_wp_item_update_description): ... and fix a
constness warning
* gnome-wp-xml.c: (gnome_wp_xml_load_xml): remove unused variable
svn path=/trunk/; revision=8410
2008-01-14 Denis Washington <denisw@svn.gnome.org>
* capplets/keyboard/gnome-keyboard-properties.glade:
Move "Type to test settings" entry beneath the notebook to make it
easily accessible from all tabs. (Also handy for layout and a11y
preferences.)
svn path=/trunk/; revision=8394
2008-01-14 Denis Washington <denisw@svn.gnome.org>
Integrate mousetweaks settings into the mouse capplet. (Bug #503547)
* capplets/mouse/gnome-mouse-properties.glade:
Merge the previous "Buttons" and "Motion" tabs into one, and add a new
"Accessibility" tab with the mousetweaks preferences. Additionally, re-add
the "Locate Pointer" preference which disappeared in 2.20. (Bug #480457)
* capplets/mouse/gnome-mouse-properties.c:
Call setup function for the a11y tab, update for a small UI change regarding
handness preferences, and implement the locate-pointer checkbox.
* capplets/mouse/gnome-mouse-accessibility.[ch]:
Added.
* capplets/mouse/Makefile.am:
Add gnome-mouse-accessibility.c.
* gnome-settings-daemon/gnome-settings-mouse.c:
Mousetweaks support.
svn path=/trunk/; revision=8385
2008-01-03 Denis Washington <denisw@svn.gnome.org>
* configure.in:
* capplets/accessibility/Makefile.am:
Don't build gnome-accessibility-keyboard-properties, all
it's features are in the Keyboard capplet now.
svn path=/trunk/; revision=8367
2008-01-02 Denis Washington <denisw@svn.gnome.org>
* accessibility/at-properties/main.c: (cb_keyboard_preferences):
Spawn the accessibility tab of the keyboard capplet instead of
at-properties.
* capplets/keyboard/gnome-keyboard-properties.c: Add --a11y
command-line option to show the Accessibility tab when started.
svn path=/trunk/; revision=8365
2008-01-02 Denis Washington <denisw@svn.gnome.org>
Merge all keyboard accessibility options into the keyboard capplet.
* capplets/keyboard/gnome-keyboard-properties-a11y.[ch]: added
* capplets/keyboard/gnome-keyboard-properties.c: Remove the
"Accessibility..." button, all a11y features are in the Keyboard
capplet now.
* gnome-settings-daemon/gnome-settings-accessibility-keyboard.c:
Only consider /desktop/gnome/accessibility/keyboard/enable as
option for enabling keyboard a11y features from the keyboard,
not as global switch to turn all a11y features on/off.
svn path=/trunk/; revision=8364