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
Thomas Wood
628448e6b4
universal-access: connect mouse and keyboard preference buttons
...
The mouse preferences button and keyboard preferences button should open
the appropriate panel within the shell.
2010-06-04 16:42:09 +01:00
Thomas Wood
9832c97675
universal-access: set pointer sections insensitive by default
...
The section is "off" by default, so the section widgets should be marked
insensitive.
2010-06-04 16:42:09 +01:00
Thomas Wood
e092e55306
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.
2010-06-04 16:42:08 +01:00
Thomas Wood
6609f63c97
universal-access: Add formatting modelines for emacs users
2010-06-04 16:42:08 +01:00
Thomas Wood
2ae3118499
universal-access: add panel ID to .desktop file and extension point name
...
Panels are now loaded using the identifier specified in the .desktop file
2010-06-04 16:42:08 +01:00
Thomas Wood
d8ae738efe
universal-access: Add hearing section implementation
...
Connect the hearing section widgets to the corresponding gconf keys.
2010-06-04 16:40:38 +01:00
Thomas Wood
6b40d1f89f
universal-access: implement main mouse settings
...
Connect the main mouse settings to the corresponding gconf keys.
2010-06-04 16:40:27 +01:00
Thomas Wood
0171c05880
universal-access: implement main keyboard settings
...
Connect the main keyboard settings to the corresponding gconf keys.
2010-06-04 16:38:44 +01:00
Thomas Wood
98ffb24bf1
Add initial universal-access module and UI
2010-06-04 16:38:44 +01:00