Anders Jonsson
a655643325
universal-access: Fix typo in translatable string
...
https://bugzilla.gnome.org/show_bug.cgi?id=741413
2014-12-12 09:29:01 +01:00
Bastien Nocera
19f9bf95dc
universal-access: Disable hover on non-clickable rows
...
https://bugzilla.gnome.org/show_bug.cgi?id=733264
2014-10-17 12:19:41 +02:00
Christophe Fergeau
eb3acad453
universal-access: Use AM_CPPFLAGS rather than INCLUDES
...
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
https://bugzilla.gnome.org/show_bug.cgi?id=732189
2014-06-25 12:46:42 +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
Ting-Wei Lan
1ea4b3a90a
universal-access: Remove useless inline functions
...
These inline functions are just wrappers with shorter names. We do not need to
save line length.
https://bugzilla.gnome.org/show_bug.cgi?id=723994
2014-02-11 20:02:53 +08:00
Bastien Nocera
832f47dcda
universal-access: Use '&' instead of 'and'
...
https://bugzilla.gnome.org/show_bug.cgi?id=689499
2014-02-10 16:07:18 +01: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
Yosef Or Boczko
b338ac9afa
universal-access: Use margin-start/end instead of margin-left/right
...
https://bugzilla.gnome.org/show_bug.cgi?id=712661
2013-11-19 22:32:04 +02:00
Jasper St. Pierre
dd52ac9417
Add NoDisplay to all gnome-control-center panel .desktop files
...
These aren't apps -- they're simply launchers for gnome-control-center.
They should not be shown as apps in the UI at all.
https://bugzilla.gnome.org/show_bug.cgi?id=712246
2013-11-15 08:44:53 -05:00
Daniel Mustieles
cdf774b1b6
Fixed typo in string
2013-10-25 16:32:59 +02:00
Bastien Nocera
7b67f6c321
universal-access: Split "Screen" and "Reader" keywords
...
Our search doesn't like split words.
https://bugzilla.gnome.org/show_bug.cgi?id=710263
2013-10-21 22:56:39 +02: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
Matthias Clasen
03212c0237
universal access: Fix non-expanding sliders in zoom options
...
The behaviour of the GtkBox expand child property changed in
GTK+ 3.10, back to its traditional behaviour: It no longer
propagates up. Propagation is now reserved for the GtkWidget
hexpand property. Therefore, we can get the sliders back
to the way they were in 3.8 by setting hexpand to TRUE.
http://bugzilla.gnome.org/show_bug.cgi?id=708493
2013-09-21 19:51:50 -04:00
Joanmarie Diggs
13c0dccd47
Remove the mnemonic-widget property from the "Click Assist" GtkLabel
...
It was pointing to another GtkLabel rather than an activatable widget.
Plus it was confusing Orca.
https://bugzilla.gnome.org/show_bug.cgi?id=708085
2013-09-16 07:40:55 -04: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
Alejandro Piñeiro
13d567f126
universal access: fixing can_focus value on several main view rows
...
https://bugzilla.gnome.org/show_bug.cgi?id=707778
2013-09-11 05:44:28 -04:00
Allan Day
fefa11594c
Universal access menu option - use a clearer label
...
It wasn't obvious what the switch did.
https://bugzilla.gnome.org/show_bug.cgi?id=706348
2013-08-20 12:23:09 +01: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
Jiro Matsuzawa
ee138320a9
universal-access: Fix typo in ui file
...
https://bugzilla.gnome.org/show_bug.cgi?id=696394
2013-03-23 01:10:01 +09:00
Bastien Nocera
90f794e813
universal-access: Add translation context for "Color"
...
And translation comment for "Color:".
https://bugzilla.gnome.org/show_bug.cgi?id=694766
2013-03-04 12:20:21 +01:00
Allan Day
bea2205639
universal-access: Update panel comments
...
Very few of the panel comments provide information that is very
useful. Update them to supplement the panel descriptions - this
will make the search results more helpful.
https://bugzilla.gnome.org/show_bug.cgi?id=694110
2013-02-19 10:41:43 +01:00
Cosimo Cecchi
8d5f2908b5
panels: add --sourcedir=$(srcdir) when generating resource list
...
Like b8e93fb333
but for all panels.
2013-01-07 16:23:57 -05:00
Bastien Nocera
495a399af0
universal-access: Fix run-time warning
...
GtkBuilder didn't like the empty value for this column.
(gnome-control-center:12847): GLib-GObject-CRITICAL **: g_value_type_transformable: assertion `G_TYPE_IS_VALUE (src_type)' failed
2013-01-07 11:03:55 +01: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
Matthias Clasen
3d27d8caaf
shell: Fittsify panels
...
Make it possible for panels to go all the way to the edge of the
shell. This is particularly important for panels that scroll, such
as the new power panel. All other panels are changed to compensate
for the loss of external padding.
https://bugzilla.gnome.org/show_bug.cgi?id=691229
2013-01-07 10:51:29 +01:00
Bastien Nocera
727c8f8677
universal-access: Remove unused marshallers
2012-12-11 17:09:04 +01:00
Bastien Nocera
e419ee7d4e
panels: Remove unused X-GNOME-Settings-Panel key
2012-12-11 17:09:04 +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
Jeremy Bicha
0c10489ed6
universal-access: Use the proper Unicode ellipsis (…) instead of three dots
...
https://bugzilla.gnome.org/show_bug.cgi?id=689497
2012-12-03 09:16:53 -05: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
Thomas Wood
66f5b5703b
zoom-options: set the dialog hint on the window
...
Set the dialog hint on the window so that it is treated correctly by the
window manager.
https://bugzilla.gnome.org/show_bug.cgi?id=688198
2012-11-13 09:52:36 +00: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
Piotr Drąg
b437d059fd
universal-access: Improve contexts for ambiguous strings
...
https://bugzilla.gnome.org/show_bug.cgi?id=684336
2012-10-09 10:17:31 +02:00
Matthias Clasen
539d78cb63
universal access: Fix labels for switches in zoom options
...
Setting mnemonic-widget on the labels makes orca read out meaningful
text for the switches.
https://bugzilla.gnome.org/show_bug.cgi?id=683703
2012-09-13 06:37:51 -04:00
Matthias Clasen
4e24e944eb
Universal access: Fix up whitespace in zoom options dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=683544
2012-09-13 06:37:43 -04:00
Matthias Clasen
d5a186d26c
universal access: Fix accessible labels for switches
...
Setting mnemonic-widget on the labels makes orca read out meaningful
text for the switches.
https://bugzilla.gnome.org/show_bug.cgi?id=683703
2012-09-13 06:37:35 -04:00
Bastien Nocera
8b7fd5787f
universal-access: Remove unused object
...
One less thing for translators to translate.
2012-08-28 16:51:47 +01:00
Jiro Matsuzawa
41584b6e5b
universal-access: add translation context for Zoom
...
https://bugzilla.gnome.org/show_bug.cgi?id=682876
2012-08-28 16:51:46 +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
Bastien Nocera
b106468e01
universal-access: Fix deprecation warnings
...
Related to GtkColorButton
https://bugzilla.gnome.org/show_bug.cgi?id=676817
2012-08-15 19:07:56 +01:00
Alejandro Piñeiro
131a5ce947
universal-access: Split the zoom dialog options
...
Split dialogue into 3 tabs:
* Magnifier
* Crosshair
* Color Effects
and add a global zoom switch for easy access.
https://bugzilla.gnome.org/show_bug.cgi?id=676817
2012-08-15 19:05:11 +01:00
Joseph Scheuhammer
2d6161d45b
universal-access: Add zoom shader options
...
Add 'Color effects' section to zoom options dialogue:
- a toggle for inversion (White on black)
- a slider for brightness
- a slider for contrast
- a slider for grey scale
https://bugzilla.gnome.org/show_bug.cgi?id=676817
2012-08-15 18:57:42 +01:00
Luca Ferretti
9d002d98fd
universal-access: add translator context for Zoom label
2012-06-20 11:40:15 +02:00
Bastien Nocera
bd3405d9e1
universal-access: Add context for haircross length
...
https://bugzilla.gnome.org/show_bug.cgi?id=671989
2012-05-23 19:11:23 -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