~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/universal-access

Last commit made on 2010-06-04
Get this branch:
git clone -b wip/universal-access https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

8aae164... by Thomas Wood <email address hidden>

universal-access: set unimplemented UI as insensitive, rather than hidden

b85c775... by Thomas Wood <email address hidden>

universal-access: hook toggle keys beep option into the correct setting

75ffcb5... by Thomas Wood <email address hidden>

universal-access: add implementation of text size option

Implement scaling the text size by adjusting the DPI, as currently
implemented in gsd-a11y-preferences-dialog.c from gnome-settings-daemon.

afe05a4... by Thomas Wood <email address hidden>

universal-access: implement contrast option combo box

The "Contrast" combo box sets and reads the GTK+ theme and icon theme
values. The known contrast themes are stored in the combo box model; any
other values are treated as "Normal" contrast.

6da7b3b... by Thomas Wood <email address hidden>

universal-access: set the default contrast selection to "Normal"

b8a872b... by Thomas Wood <email address hidden>

universal-access: hide unimplemented sections

These sections are not yet implemented, so hide them from the user.

73bcc33... by Thomas Wood <email address hidden>

universal-access: connect mouse and keyboard preference buttons

The mouse preferences button and keyboard preferences button should open
the appropriate panel within the shell.

e764183... by Thomas Wood <email address hidden>

universal-access: set pointer sections insensitive by default

The section is "off" by default, so the section widgets should be marked
insensitive.

d716392... by Thomas Wood <email address hidden>

universal-access: Add a utility function to set up on/off toggle switches

The universal-access settings panel contains several on/off radio button
pairs that require special setup to work correctly with
GConfPropertyEditor.

f47f88e... by Thomas Wood <email address hidden>

universal-access: Add formatting modelines for emacs users