Commit graph

1662 commits

Author SHA1 Message Date
Bastien Nocera
9f107a4760 keyboard: Remove support code for GConf keybindings 2011-11-14 18:09:39 +00:00
Bastien Nocera
3207fe97ec keyboard: Remove support for loading GConf keybindings 2011-11-14 18:09:39 +00:00
Florian Müllner
656d0ee4b0 keyboard: Port custom shortcuts to GSettings
https://bugzilla.gnome.org/show_bug.cgi?id=625899
2011-11-14 18:09:39 +00:00
Bastien Nocera
bc6d4b3cf1 universal-access: Remove unused GConf helper 2011-11-14 14:29:31 +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
a8e2bbfdc6 sound: Port audible-bell to GSettings
Now that metacity and mutter have been ported to GSettings

https://bugzilla.gnome.org/show_bug.cgi?id=625899
2011-11-14 10:50:13 +00:00
Florian Müllner
246a44ce6c keyboard: Stop monitoring num-workspaces
Metacity/Mutter no longer have conditional shortcuts depending on
the number of workspaces, so there is no need to monitor the
num-workspaces settings (and reload all keybindings).

https://bugzilla.gnome.org/show_bug.cgi?id=663431
2011-11-14 10:10:08 +00:00
Florian Müllner
be4e40bf99 keyboard: Remove support for conditional shortcuts
Keyboard shortcut definitions could specify a condition to determine
whether it should be shown in the UI or not. This was only used by
Metacity/Mutter, to make the visibility of some shortcuts depend on
the number of workspaces. However, as workspaces are now managed
dynamically in GNOME 3, the frequent changes to the list of shortcuts
have become rather confusing, so a fixed list of shortcuts is used now.

With the only consumer of conditional shortcuts gone, there's no reason
to keep the feature around.

https://bugzilla.gnome.org/show_bug.cgi?id=663431
2011-11-11 18:58:46 +01: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
314224ab3a keyboard: Rename a11y keyboard shortcuts
To match the design documents in:
https://live.gnome.org/Design/SystemSettings/Keyboard
and the feature names in the UA panel
2011-11-09 00:04:50 +00:00
Florian Müllner
7d060a2508 keyboard: Adjust shortcut files
Some keybindings have been moved from metacity/mutter to g-s-d;
update the shortcut files to reflect that change.

https://bugzilla.gnome.org/show_bug.cgi?id=663626
2011-11-08 15:59:04 +01:00
Marek Kasik
e5747afe41 Printers: Don't allow "/" in printer name
Remove "/" from allowed characters so that models which contain
this character can be added successfully (#661774).
2011-11-08 13:07:03 +01:00
Bastien Nocera
6665b60422 panels: Update for Shell API changes 2011-11-07 18:03:14 +00:00
Bastien Nocera
7ae7da4c31 common: Remove copy-paste egg code
Now in GTK+ itself.

https://bugzilla.gnome.org/show_bug.cgi?id=663341
2011-11-04 17:00:39 +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
Bastien Nocera
df493ef93c keyboard: Use GTK+ to parse keys
Instead of some custom code

https://bugzilla.gnome.org/show_bug.cgi?id=663341
2011-11-04 17:00:39 +00:00
Matthias Clasen
57a1099b24 network: Make tabbing through the proxy page work 2011-11-03 14:06:08 -04:00
Matthias Clasen
b5acac3bf5 power: Add some labelled-by relations for a11y 2011-11-03 14:06:08 -04:00
Bastien Nocera
e835213cb8 network: Add proxy to the keywords
https://bugzilla.gnome.org/show_bug.cgi?id=663340
2011-11-03 17:56:29 +00:00
Bastien Nocera
b202b0a9b3 sound: Export sysfs path in stream properties
Which makes it easier to locate devices in the UDev tree.
2011-11-03 17:56:29 +00:00
Matthias Clasen
9088ef2870 User-accounts: Add a few accessibility labels 2011-11-03 13:21:07 -04:00
Matthias Clasen
4181028c72 Network: accessibility improvements
Add missing relations and labels to make orca speak a bit more
understandably.
2011-11-03 11:00:57 -04:00
Matthias Clasen
aa2bd98aea Background: Add accessible labels
Image-only controls work much better with ATs if they have
labels that can e.g. be read in orca.

https://bugzilla.gnome.org/show_bug.cgi?id=663320
2011-11-03 09:16:22 -04:00
Matthias Clasen
d1f38fed35 info: Add labelling relations
This lets ATs such as orca know what label belongs to what
data field, and makes the text read by orca much more useful.
2011-11-03 08:48:41 -04:00
Marek Kasik
af40a98f80 Printers: Detect disconnection of printer
Connect to CUPS' "printer-stopped" event so the panel can change state
of the printer when unplugged (rhbz #743884).
2011-11-01 13:51:18 +01:00
Bastien Nocera
6e99f7663a keyboard: Use GtkCellRendererAccel
Instead of custom code. This means loads of code we don't need
to maintain, whoo!
2011-10-27 16:25:35 +01:00
Bastien Nocera
b70c5d64fe keyboard: Try to parse keycodes better
gdk_keyval_from_name() doesn't seem to work as it used to.

https://bugzilla.gnome.org/show_bug.cgi?id=642489
2011-10-27 16:19:21 +01:00
Marek Kasik
6029100642 Printers: Set requesting-user-name when getting job info
CUPS has changed its policy for giving informations about jobs.
This fixes problem with actualization of list of print jobs.
2011-10-26 14:17:22 +02:00
Matthias Clasen
314df488b7 user-accounts: Improve tooltips
Don't speak about 'deleting users'. Instead, use the term
'user account' consistently.

https://bugzilla.gnome.org/show_bug.cgi?id=661765
2011-10-25 17:56:44 +01:00
Matthias Clasen
bae25a142f user-accounts: Make unlock icon in tooltip match reality 2011-10-25 17:56:03 +01:00
Bastien Nocera
660f957566 user-accounts: Add label to toolbar buttons 2011-10-25 17:53:05 +01:00
Bastien Nocera
5afe1be01a region: Add label to toolbar buttons 2011-10-25 17:47:17 +01:00
Bastien Nocera
152398ff1f printers: Add label to toolbar buttons 2011-10-25 17:43:48 +01:00
Bastien Nocera
ce58a78d26 online-accounts: Add label to toolbar items 2011-10-25 17:38:55 +01:00
Bastien Nocera
65f850e0c5 network: Add label to toolbar buttons 2011-10-25 17:37:47 +01:00
Bastien Nocera
8f78728dbc keyboard: Add label to toolbar buttons 2011-10-25 17:36:22 +01:00
Bastien Nocera
3a31fb91a2 bluetooth: Add labels to toolbar widgets 2011-10-25 17:32:37 +01:00
Bastien Nocera
ea7430d03e background: Force a toolbar style 2011-10-25 16:33:14 +01:00
Bastien Nocera
97c8a63341 color: Make toolbar buttons focusable
https://bugzilla.gnome.org/show_bug.cgi?id=662430
2011-10-25 15:16:50 +01:00
Bastien Nocera
7f5733b454 common: Fix handling of <Primary>
As used in the new GTK+ 3.2.1.

https://bugzilla.redhat.com/show_bug.cgi?id=748444
2011-10-24 19:06:27 +01:00
Bastien Nocera
eacbe935d3 keyboard: Remove unused variable 2011-10-24 17:25:14 +01:00
Bastien Nocera
9770f2a332 info: Avoid re-using a non-NULL error 2011-10-24 17:22:34 +01:00
Bastien Nocera
d453a9841d sound: Add a minimum height for the output list
Combined with the changes to the output list to only
use a single line instead of multi-line status, this should
make it easier to see multiple devices listed.

https://bugzilla.gnome.org/show_bug.cgi?id=660582
2011-10-24 14:41:44 +01:00
Richard Hughes
8283232b44 color: Fix a critical warning in the new GtkTreeIter code 2011-10-21 16:01:37 +01:00
Bastien Nocera
f625fbbb59 sound: Fix possible infinite loop in combo box 2011-10-20 16:10:06 +01:00
Bastien Nocera
bafe9c4020 sound: volume is unsigned so cannot be <= 0 2011-10-20 16:08:53 +01:00
Bastien Nocera
3d3cfa7304 keyboard: Check for NULL value first
Then try to access item->type
2011-10-20 15:53:25 +01:00
Bastien Nocera
34dadb5ac3 printers: Avoid dereferencing NULL variable
If line is NULL, then buffer is NULL, and buffer[0] points
to nowhere.
2011-10-20 15:50:00 +01:00
Bastien Nocera
ff59277c91 color: Don't return pointer to local variables
We were returning the address of a variable allocated on the stack
inside the function to outside.
2011-10-20 15:46:32 +01:00
Bastien Nocera
7f8b2153c8 color: Remove useless NULL check
It cannot be NULL when we get to that point.
2011-10-20 15:39:05 +01:00