Felipe Borges
417ffaa014
universal-access: add Cursor Blinking settings to the Typing section
...
https://bugzilla.gnome.org/show_bug.cgi?id=757486
2015-11-04 10:03:55 +01:00
Felipe Borges
0b53a560db
universal-access: add Repeat Keys to the Typing section
...
According to the new Keyboard panel design, this setting belongs
to the Universal Access panel.
https://bugzilla.gnome.org/show_bug.cgi?id=757464
2015-11-02 15:03:18 +01:00
Felipe Borges
87f3dfab02
universal-access: add Double-click delay to Pointing & Clicking section
...
According to the new Mouse & Touchpad panel designs at
https://wiki.gnome.org/Design/SystemSettings/Mouse , Double-click
delay belongs to the Universal Access panel.
https://bugzilla.gnome.org/show_bug.cgi?id=756872
2015-10-21 12:48:55 +02:00
Bastien Nocera
636e9e2ed3
universal-access: Use new listbox helpers
...
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:31 +02:00
Yosef Or Boczko
56e520cb00
universal-access: Use header bar in all the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=724299
2014-04-28 17:29:18 +03:00
Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Matthias Clasen
b289fab6c8
a11y: Silence a compiler warning
...
build.gnome.org now records warnings, and this came up.
2013-12-01 10:38:56 -05:00
Rui Matos
e7de1af27b
universal-access: Don't leak the dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:04 +02:00
Rui Matos
926615b3f5
universal-access: Remove unused toplevel window from .ui file
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:04 +02:00
Rui Matos
7a271439c9
universal-access: Remove the mnemonic-activate handler
...
It's wrong because the label's parent isn't a GtkListBoxRow which
causes a warning.
In any case, we don't need it since GtkLabel already does the work of
finding a suitable parent widget to activate on mnemonic-activate
which ends up causing GtkListBox to fire its row-activated signal that
we already handle.
https://bugzilla.gnome.org/show_bug.cgi?id=708283
2013-10-01 10:04:20 +02:00
Kalev Lember
8a1c1d4386
universal-access: Remove an unused variable
2013-09-12 22:32:46 +02:00
Alejandro Piñeiro
0b2a0a37b9
universal access: toggle child switch if parent list box row is activated
...
Focusing on the main view.
https://bugzilla.gnome.org/show_bug.cgi?id=707778
2013-09-11 05:44:29 -04:00
Matthias Clasen
145ffcbb55
universal-access: Updated design
...
A new design for the universal acccess panel:
https://live.gnome.org/Design/SystemSettings/UniversalAccess
https://bugzilla.gnome.org/show_bug.cgi?id=695099
2013-07-19 13:03:31 +02:00
Cosimo Cecchi
f7ae09c561
universal-access: use a GResource for GtkBuilder UI definition
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:16 +01:00
Bastien Nocera
3686cf7eb8
shell: Make all control-center plugins static
...
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.
By the same token, it will stop external panels from being
created, and loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Cosimo Cecchi
d834ebc321
a11y: also set the WM HighContrast theme when the switch is flipped
...
Now that we have a HighContrast-specific WM theme.
https://bugzilla.gnome.org/show_bug.cgi?id=688257
2012-11-13 11:23:18 -05:00
Bastien Nocera
c384570bac
universal-access: Always show the zoom options
...
Now that the fallback mode is gone. #fallback
https://bugzilla.gnome.org/show_bug.cgi?id=682862
2012-11-09 15:58:51 +01:00
Ray Strode
b0e7a5efa8
panels: add register macro
...
Bastien says he doesn't like the blank class_finalize
functions in every panel and he would like a wrapper
macro to hide them.
This commit does that.
2012-08-21 14:32:33 -04:00
Florian Müllner
fa4a957529
universal-access: Add get_help_uri() implementation
...
https://bugzilla.gnome.org/show_bug.cgi?id=675471
2012-05-18 18:48:38 +02:00
William Jon McCann
229390f1f5
universal-access: Redesign for consistency and smallness
...
https://bugzilla.gnome.org/show_bug.cgi?id=665588
2012-05-17 13:22:20 -04:00
Bastien Nocera
c48536c102
universal-access: Hide zoom options when not in shell
...
https://bugzilla.gnome.org/show_bug.cgi?id=671386
2012-03-08 16:17:21 +01:00
Bastien Nocera
f60e2fa4ae
universal-access: Parent zoom options to panel
2012-01-21 14:26:08 +00:00
Robert Ancell
0974b9f34a
universal-access: Fix incorrect include path
...
We were using a prefixed path even though gsettings-desktop-schemas
already prefixes the include path.
https://bugzilla.gnome.org/show_bug.cgi?id=667616
2012-01-10 09:58:02 +00:00
Bastien Nocera
957374dfa9
universal-access: Update for metacity GSettings port
...
Use GSettings to set the visual-bell preferences, rather than GConf.
https://bugzilla.gnome.org/show_bug.cgi?id=625899
2011-11-14 14:27:40 +00:00
Bastien Nocera
1ce466f80b
universal-access: Avoid crashing when GConf is broken
...
Or when metacity is badly installed. gconf_value_get_string()
_can_ return NULL.
https://bugzilla.redhat.com/show_bug.cgi?id=751007
2011-11-11 14:29:14 +00:00
Bastien Nocera
1465f98af9
universal-access: Use GTK+ instead of custom code
...
https://bugzilla.gnome.org/show_bug.cgi?id=663341
2011-11-04 17:00:39 +00:00
Joseph Scheuhammer
f7fa758b2b
Universal access: add dialog for zoom options
...
Added UI and code to spawn a zoom options preferences dialog to
modify various magnifier settings. Modified the 'Seeing'
section of the universal access panel to enable the 'Options...'
button.
https://bugzilla.gnome.org/show_bug.cgi?id=643086
2011-09-21 18:49:42 +01:00
Bastien Nocera
16454c97a6
universal-access: Use links to settings
...
Rather than buttons.
https://bugzilla.gnome.org/show_bug.cgi?id=659248
2011-09-16 18:19:30 +01:00
Michael Terry
ba0d27aa2b
universal-access: Set contrast combo on startup
...
https://bugzilla.gnome.org/show_bug.cgi?id=658990
2011-09-14 10:39:56 +01:00
Bastien Nocera
34bf1d6076
universal-access: Error when metacity not installed
2011-09-09 00:10:30 +01:00
Bastien Nocera
ebd4414ac9
universal-access: Fix sensitivity of keyboard a11y
...
Whether or not we have things like Sticky Keys, or Slow Keys
enabled, we still need to be able to turn them on/off from
the keyboard.
https://bugzilla.gnome.org/show_bug.cgi?id=649452
2011-09-09 00:10:29 +01:00
Giovanni Campagna
1f9ae38c2f
Add a way for panels to receive additional arguments.
...
This patch introduces the "argv" property to CcPanel. Panels that
wish to handle extra arguments shall override it and act
appropriately in the constructor.
https://bugzilla.gnome.org/show_bug.cgi?id=657093
2011-09-05 18:07:52 +02:00
Bastien Nocera
b8b3df03fc
universal-access: Don't crash when metacity isn't installed
2011-08-26 19:20:52 +01:00
Bastien Nocera
dcd6fe129a
universal-access: Keep "text size" items a constant size
...
https://bugzilla.gnome.org/show_bug.cgi?id=657188
2011-08-26 19:20:05 +01:00
Bastien Nocera
5b4d433f77
universal-access: Remove unused column in model
...
And the markup in the contents as well.
2011-07-11 13:59:29 +01:00
Bastien Nocera
4a8c7afbe0
universal-access: Keep your own gconf horrors
2011-06-29 17:34:22 +01:00
Bastien Nocera
a2b89e799c
universal-access: Show "Screen Reader" option
...
and hook up to the preferences change
https://bugzilla.gnome.org/show_bug.cgi?id=645708
2011-03-25 16:23:29 +00:00
Cosimo Cecchi
bea866cf62
universal-access: use NO_SENSITIVITY flag for g_settings_bind()
...
Otherwise the sensitivity will be overridden with the setting
writability.
https://bugzilla.gnome.org/show_bug.cgi?id=645171
2011-03-18 15:18:11 -04:00
Bastien Nocera
5fdc90cc8b
2.91.91
...
Fix wrong include lines, so distcheck works
2011-03-08 11:59:16 +00:00
Kjartan Maraas
cff8677531
universal-access: Add #include <config.h> to make translations work.
2011-03-08 12:22:05 +01:00
Bastien Nocera
f6b0ae89af
universal-access: Use "text-scaling-factor" instead of "dpi"
...
https://bugzilla.gnome.org/show_bug.cgi?id=643704
2011-03-03 17:19:58 +00:00
Bastien Nocera
69e7f00833
universal-access: Fix initial state of DPI dropdown
...
And handle the special "0.0" DPI.
2011-02-28 16:25:40 +00:00
Bastien Nocera
232c0e5862
universal-access: Fix initial state of typing help
...
Bounce keys, slow keys, and sticky keys had the wrong state on
startup.
2011-02-25 18:06:17 +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
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