Commit graph

109 commits

Author SHA1 Message Date
Bastien Nocera
ceb4f6e96f universal-access: Change the label to reflect reality 2011-02-25 18:02:01 +00:00
Bastien Nocera
c9a27453e7 universal-access: Hide unused prefs to typing assistant 2011-02-25 17:13:16 +00:00
Bastien Nocera
e065fe0409 Revert "universal-access: Add typing assistant selection"
We don't actually want to select on-screen keyboards. Dasher
isn't an on-screen keyboard, and is complementary to OSKs.

The only supported OSK is caribou, so we'll be using that instead.

This reverts commit 35ae712472.
2011-02-25 17:10:24 +00:00
Bastien Nocera
35ae712472 universal-access: Add typing assistant selection
With a hard-coded list of possible screen readers.
2011-02-25 16:02:26 +00:00
Bastien Nocera
a50f471715 universal-access: Make the typing assistant switch work 2011-02-23 19:20:13 +00:00
Bastien Nocera
1b39b18b7c universal-access: Show the actual keyboard shortcuts
Rather than hard-coded versions

https://bugzilla.gnome.org/show_bug.cgi?id=642582
2011-02-23 16:47:47 +00:00
Bastien Nocera
db16c45baf universal-access: Keyboard shortcuts don't need translation
And rename the label widgets to something useful
2011-02-23 16:09:24 +00:00
Thomas Wood
e2f944a66a configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.

https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Bastien Nocera
8df9eeca42 universal-access: Show the typing assistant widgets
Not hooked yet, but will be useful for documentation folks.
2011-02-18 17:36:53 +00:00
William Jon McCann
7ed56b00fd universal-access: use switches instead of radio groups 2011-02-17 19:21:00 -05:00
Florian Müllner
d8f823a31c universal-access: Adjust for magnifier schema changes
gsettings-desktop-schemas had two conflicting settings for enabling
the magnifier: 'show-magnifier' in org.gnome.desktop.a11y.magnifier
and 'screen-magnifier-enabled' in org.gnome.desktop.a11y.applications.
The former has been removed in favor of the latter, so adjust to this
change.
2011-02-17 23:58:34 +01:00
Thomas Wood
af882e85ce universal-access: implement the zoom setting
Bind the zoom radio buttons to the "show-magnifier" key of the magnifier
settings.
2011-02-12 19:02:10 +00:00
Thomas Wood
222103be38 universal-access: hide "Option" buttons that don't have any implementation 2011-02-05 17:58:38 +00:00
Thomas Wood
f629b13206 universal-access: hide options that are currently unavailable
Hide options that are currently unavailable or unlikely to be implemented
in time for the 3.0 release.

https://bugzilla.gnome.org/show_bug.cgi?id=639784
2011-02-05 17:15:55 +00:00
Thomas Wood
987f8c1425 universal-access: allow the pointer page to use less horizontal space 2011-02-05 17:15:55 +00:00
Matthias Clasen
ac91fe7ebf Fix a typo
'Change constrast' should be 'Change contrast'. String change !
2011-01-21 16:09:06 -05:00
Matthias Clasen
3510583603 Remove the "Show panel icon" checkbox 2011-01-21 16:06:31 -05:00
Matthias Clasen
9234d06663 Wire up the "Sound Settings" button 2011-01-21 16:04:23 -05:00
Matthias Clasen
cff71c11dd Make the text size control work
The code was using == to compare float products to doubles.
Not a recipe for success.
2011-01-20 18:25:04 -05:00
Matthias Clasen
3916403df0 Fix a typo
Terminating a string array with "NULL" does not have the desired
effect.
2011-01-20 16:13:20 -05:00
Bastien Nocera
42bf35b0ba universal-access: Remove outdated properties
update-policy is gone.
2011-01-19 15:49:43 +00:00
Bastien Nocera
d2ceab7be1 panels: Add capplet names
So that debug logs are useful, for those panels.
2011-01-19 15:43:18 +00:00
Matthias Clasen
e5eb152ff9 Remove a redundant variable 2011-01-17 15:42:26 -05:00
Rodrigo Moya
3fe7ff72c3 universal access: Re-add gconf_on_off_editor stuff for the metacity settings 2010-11-30 14:27:45 +01:00
Rodrigo Moya
979fc705c3 universal access: Use DPI settings from GSettings 2010-11-30 14:18:41 +01:00
Rodrigo Moya
10d65280f6 universal-access: Migrate mouse settings to GSettings 2010-11-30 14:09:20 +01:00
Rodrigo Moya
71c6f13575 universal access: Migrate keyboard settings to GSettings 2010-11-30 13:47:50 +01:00
William Jon McCann
0c8dfbba95 ua: remove an unused frame that added a few extra px of spacing 2010-11-25 00:51:52 -05:00
William Jon McCann
d51d16fddf various: use a consistent and slightly larger border width for panels 2010-11-21 19:33:34 -05:00
Bastien Nocera
032d6326d5 panels: Add keywords to all the panels we ship
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
Bastien Nocera
4ff4204304 ua: Remove relation with inexistant widget
There's no labels for that widget, so it's not labelled by anything.
Fixes a run-time warning.
2010-11-16 23:01:13 +00:00
Rodrigo Moya
047f48e850 Some build fixes 2010-11-15 10:35:49 +01:00
William Jon McCann
c1a80988cc [universal-access] Dial down the font size on Seeing a bit 2010-10-31 22:25:22 -04:00
William Jon McCann
ced070982a [universal-access] Use the UI dir set in the Makefile.am 2010-10-31 21:54:24 -04:00
William Jon McCann
3c843ca3ac [universal-access] Tweak the design of the panel
Make sure to not expand vertically.  Tighten up the layout.
2010-10-31 21:51:43 -04:00
William Jon McCann
27656667e0 Move date and universal access to system
They change the behavior or settings of the system.
2010-10-31 13:32:14 -04:00
Florian Müllner
63957d9aef universal access: Adjust for removal of GtkComboBoxEntry 2010-10-23 00:19:32 +02:00
Rodrigo Moya
e5ce5e97ed universal access: Remove a leftover call to gconf_client_add_dir 2010-10-14 16:34:07 +02:00
Rodrigo Moya
427e42f7e5 universal access: Use GSettings for GTK and icon theme settings 2010-10-14 16:31:28 +02:00
Bastien Nocera
4ec7801cbb shell: Show settings without a panel in Other
Add the X-GNOME-Settings-Panel category. You need a control-center
panel to add this to your desktop file. Desktop entries with this
category but that aren't actually panels will be ignored (no cheating).

If the desktop file for your settings isn't a panel, it will show in the
"Other" section of the control-center shell

https://bugzilla.gnome.org/show_bug.cgi?id=630998
2010-09-30 13:48:29 +01:00
Bastien Nocera
96bf6098fc universal-access: Fix desktop file 2010-09-29 12:29:30 +01:00
Thomas Wood
f5c0b73214 panels: Use gi18n-lib.h in the panel libraries 2010-07-22 16:56:27 +01:00
Thomas Wood
40232421bf universal-access: add size groups to the lists of objects to create
Create the size groups from the GtkBuilder file so that widgets can be
aligned correctly.
2010-07-06 17:21:00 +01:00
Thomas Wood
54127b805e build: Make sure distcheck passes
Rename files in POTFILES to match new names. Rename the universal access
.desktop file to be consistent with the other desktop files.
2010-06-04 17:45:54 +01:00
Thomas Wood
18443d9c64 universal-access: set unimplemented UI as insensitive, rather than hidden 2010-06-04 16:42:09 +01:00
Thomas Wood
c2721d23a6 universal-access: hook toggle keys beep option into the correct setting 2010-06-04 16:42:09 +01:00
Thomas Wood
3b5d9f0791 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.
2010-06-04 16:42:09 +01:00
Thomas Wood
56b90b9fd4 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.
2010-06-04 16:42:09 +01:00
Thomas Wood
4f3104ff8a universal-access: set the default contrast selection to "Normal" 2010-06-04 16:42:09 +01:00
Thomas Wood
e21b42eaae universal-access: hide unimplemented sections
These sections are not yet implemented, so hide them from the user.
2010-06-04 16:42:09 +01:00