William Jon McCann
7ed56b00fd
universal-access: use switches instead of radio groups
2011-02-17 19:21:00 -05:00
William Jon McCann
ab5adcb98e
info: don't use the fallback warning text when turning it off
...
Use text that says the standard experience will be attempted.
2011-02-17 18:22:10 -05:00
William Jon McCann
4f6e642670
info: correctly detect the fallback session
2011-02-17 18:22:10 -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
William Jon McCann
05f7a4b1f4
keyboard: align bottoms of panes in a neater way
...
https://bugzilla.gnome.org/show_bug.cgi?id=642629
2011-02-17 17:05:04 -05:00
William Jon McCann
886d871893
keyboard: don't expand tables vertically
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=642625
2011-02-17 16:59:45 -05:00
Daniel Mustieles
e5a8fc3ea8
Updated Spanish translation
2011-02-17 21:17:25 +01:00
Alexander Larsson
4e06cd6236
Fix includes for gdesktop-enums.h
...
The file is in $incdir/gsettings-desktop-schemas/gdesktop-enums.h,
and pkg-config returns -I$incdir/gsettings-desktop-schemas, so the
right way is to #include <gdesktop-enums.h> which is what other modules
do.
https://bugzilla.gnome.org/show_bug.cgi?id=642369
2011-02-17 20:59:55 +01:00
Khaled Hosny
1da5f17720
Updated Arabic translation
2011-02-17 21:13:34 +02:00
Bastien Nocera
0e153740f9
keyboard: Don't resize the shell horizontally
...
By ellipsising long key names.
2011-02-17 19:10:00 +00:00
Bastien Nocera
23f2c87672
info: Use a context for the "Standard" string
...
So we can use a different translation for that same word in
the user-accounts panel, and in the info panel.
Also prefix the "Fallback" string the same way.
https://bugzilla.gnome.org/show_bug.cgi?id=642598
2011-02-17 18:52:55 +00:00
Bastien Nocera
bb2ff68a39
info: Add translator comments for "Fallback"
...
and "standard" experiences, as presented by the info panel.
https://bugzilla.gnome.org/show_bug.cgi?id=642439
2011-02-17 18:36:03 +00:00
Khaled Hosny
fd0a3468f0
Updated Arabic translation
2011-02-17 19:47:46 +02:00
William Jon McCann
36fb74b817
info: clearify language in force fallback controls
2011-02-17 11:57:23 -05:00
Bastien Nocera
52f8687c37
keyboard: Only listen to our own key
...
Rather than all the possible changes that could have happened in
the schemas.
2011-02-17 16:52:07 +00:00
Khaled Hosny
9d1869aaae
Updated Arabic translation
2011-02-17 18:19:29 +02:00
Bastien Nocera
000ba7fffe
keyboard: Fix memleaks when adding from XML file
2011-02-17 13:00:30 +00:00
Bastien Nocera
2bd214a1d4
keyboard: Fix memleaks in CcKeyboardItem
2011-02-17 13:00:30 +00:00
Bastien Nocera
52339fc0a3
keyboard: Read XDG data dirs for keys to use
...
And set the locale prefix accordingly.
2011-02-17 13:00:30 +00:00
Bastien Nocera
fbe10dc98c
keyboard: Remove some debug
2011-02-17 13:00:30 +00:00
Bastien Nocera
029797928d
keyboard: Pass gettext domain name for GConf entries
2011-02-17 13:00:30 +00:00
Bastien Nocera
73f155eaac
keyboard: Pass a gettext package when loading GConf
...
As GConf itself won't be passing us a translated entry by itself.
https://bugzilla.gnome.org/show_bug.cgi?id=576570
2011-02-17 13:00:30 +00:00
Kjartan Maraas
17d775aee6
Updated Norwegian bokmål translation.
2011-02-17 13:40:57 +01:00
Richard Hughes
06b9a36c67
Fix linking in the network pane
2011-02-16 22:21:10 +00:00
Inaki Larranaga Murgoitio
46e0f2a957
Updated Basque language
2011-02-16 21:16:24 +01:00
Bastien Nocera
407cf455bf
keyboard: Use GSettings for those shortcuts
2011-02-16 18:00:38 +00:00
Bastien Nocera
82ae68abdf
keyboard: Move a11y keys to gnome-control-center
2011-02-16 18:00:38 +00:00
Bastien Nocera
27cf30ed54
keyboard: Add support for GSettings shortcuts
2011-02-16 18:00:38 +00:00
Matthias Clasen
174162ed96
Only autostart the sound applet in the fallback session
...
This uses new AutostartCondition support that just landed
in gnome-session.
2011-02-16 12:08:43 -05:00
Bastien Nocera
6b5fa49cc6
keyboard: Don't update binding by hand
...
Let the CcKeyboardItem update keyval, keymask, etc. for us when
we set the binding value, instead of having us do it by hand.
2011-02-16 01:28:04 +00:00
Bastien Nocera
5c755904e1
keyboard: Clean up GConf handling
...
Move most of the horrible GConf monitoring code to a separate
GObject(-ish). While quite ugly, it's not as bad as the code that
used to be there before.
Also fix the setting of KeyEntry->model (or CcKeyboardItem->model now)
to be the correct model (eg. the shortcut model rather than the section
model)
2011-02-16 01:24:49 +00:00
Bastien Nocera
18a76d2dff
background: Remove unused GConf include
2011-02-16 01:24:49 +00:00
Bastien Nocera
816068ff6f
keyboard: Simplify bit of code
2011-02-16 01:24:49 +00:00
Bastien Nocera
47770ed40c
keyboard: typedef the shortcut types
2011-02-16 01:24:48 +00:00
Daniel Mustieles
bd9a545668
Updated Spanish translation
2011-02-15 21:27:57 +01:00
William Jon McCann
6ceea9b3ae
info: add warning that always fallback will effect next login
2011-02-15 14:15:35 -05:00
William Jon McCann
17008fe565
info: make sure to always print an experience value
2011-02-15 13:59:27 -05:00
William Jon McCann
0be178ba6b
info: use the correct return type for getting dbus properties
...
Makes getting the session experience property work.
2011-02-15 13:50:46 -05:00
Khaled Hosny
9ad9dd895a
Updated Arabic translation
2011-02-15 12:59:22 +02:00
William Jon McCann
d1920f8bea
info: move update button into the overview page
...
It doesn't make much sense when seen from other pages.
2011-02-14 23:06:20 -05:00
William Jon McCann
ca48b040ec
info: add an updates available button
2011-02-14 22:33:42 -05:00
William Jon McCann
6972c36af1
info: use a http scheme handler instead of html
2011-02-14 21:01:30 -05:00
William Jon McCann
5226b4242f
info: add Photos default app
2011-02-14 21:00:05 -05:00
William Jon McCann
1f0c728688
info: make all app chooser buttons the same width
2011-02-14 20:39:00 -05:00
William Jon McCann
f04373fdd2
info: use ogg to find generic players for now since wildcards don't work
2011-02-14 20:35:01 -05:00
William Jon McCann
a06dd02092
info: re-prettify cpu info
2011-02-14 19:48:44 -05:00
William Jon McCann
642e12a10a
info: add stub for default apps page
2011-02-14 19:45:43 -05:00
William Jon McCann
f42c262123
info: fix the layout from the last commit
...
- Don't use a paned widget
- Fix spacing and alignment
2011-02-14 18:54:34 -05:00
Bastien Nocera
50211514c5
user-accounts: Hide fingerprint dialogue by default
...
The dialogue was shown when loaded by GtkBuilder, and then
parented properly, which made it jump before display.
https://bugzilla.gnome.org/show_bug.cgi?id=641990
2011-02-14 23:52:10 +00:00
Bastien Nocera
07664136d0
user-accounts: Remove use of obsolete properties
2011-02-14 23:48:49 +00:00