Commit graph

10767 commits

Author SHA1 Message Date
Bastien Nocera
456cd55839 keyboard: Simplify GtkBuilder calls 2011-08-26 18:31:52 +01:00
Bastien Nocera
0f4b481c91 keyboard: Add link to the Region panel
So that the layouts are easier to find.

https://bugzilla.gnome.org/show_bug.cgi?id=643101
2011-08-26 18:29:24 +01:00
Bastien Nocera
76783e8e27 datetime: Use radio buttons for 24h time
Instead of a switch. For most locales "24h time" doesn't
really have an opposite (as those don't use AM/PM).

https://bugzilla.gnome.org/show_bug.cgi?id=640059
2011-08-26 17:01:23 +01:00
Bastien Nocera
2d975bd678 info: Make "updates" button labels clearer
"System Up-To-Date" when there's nothing to update,
"Install Updates" when there is something to install,
"Checking for Updates" when, well, doing that.

https://bugzilla.gnome.org/show_bug.cgi?id=657007
2011-08-26 16:17:59 +01:00
Bastien Nocera
faf5f630ea info: Always show the "Updates" button
https://bugzilla.gnome.org/show_bug.cgi?id=645274
2011-08-26 16:15:26 +01:00
Bastien Nocera
054f798b16 shell: Add Ctrl+Q as a way to exit the shell
https://bugzilla.gnome.org/show_bug.cgi?id=653443
2011-08-26 15:43:57 +01:00
Bastien Nocera
93d7d6b6ea shell: Don't repeat the item title when searching
https://bugzilla.gnome.org/show_bug.cgi?id=657020
2011-08-26 13:59:23 +01:00
Bastien Nocera
760522d02c network: Clarify the VPN service type setting
https://bugzilla.gnome.org/show_bug.cgi?id=657303#c8
2011-08-26 13:32:22 +01:00
Jiří Klimeš
382509986a network: Show VPN type and info in panel
For all the VPN types

https://bugzilla.gnome.org/show_bug.cgi?id=657303
2011-08-26 13:32:22 +01:00
Jiří Klimeš
e04d0bb787 network: Fix updating VPN info when edited
- Updating VPN info
- Removing 'setting' private member from NetVpn object, because settings are
  replaced when connection is updated (libnm-glib/nm-remote-connection.c).

https://bugzilla.gnome.org/show_bug.cgi?id=657303
https://bugzilla.redhat.com/show_bug.cgi?id=723489
2011-08-26 13:24:39 +01:00
Jiří Klimeš
8adec15322 network: Fix display of IP info for some configs
for static and PPP configurations

https://bugzilla.gnome.org/show_bug.cgi?id=657303
2011-08-26 13:22:57 +01:00
Bastien Nocera
91db9ddb41 network: Fix possible double-free
operator_name_safe is attached to an object, and freed
when the object goes away, so don't free it here.
2011-08-26 13:21:25 +01:00
Jiří Klimeš
31f975996e network: Mobile broadband bug fixes
Fix On/off switch, options buttons and info display

https://bugzilla.gnome.org/show_bug.cgi?id=657303
2011-08-26 13:21:17 +01:00
Richard Hughes
18365c1c56 color: When setting the default profile for a display, use the correct device
Using current_device breaks when you have more than one monitor that is color
managed, and you select device #1 and then click on a different profile for
device #2.

In this case we want to change the default profile on device #2, not device #1.
2011-08-26 12:15:31 +01:00
Bastien Nocera
0d5e938ddf panel: Disable buttons when D-Bus service not available
https://bugzilla.gnome.org/show_bug.cgi?id=652572
2011-08-26 11:57:16 +01:00
Kjartan Maraas
ddc7d4df3c Updated Norwegian bokmål translation 2011-08-26 12:44:31 +02:00
Kjartan Maraas
08910f2869 Updated Norwegian bokmål translation 2011-08-26 12:40:07 +02:00
Bastien Nocera
44dddf7579 wacom: Hide the calibrate button
As it doesn't do anything yet.
2011-08-26 11:35:27 +01:00
Bastien Nocera
67475075aa wacom: Remove deprecated properties 2011-08-26 11:35:27 +01:00
Bastien Nocera
4ce3d9f9ab wacom: Add padding around the widgets 2011-08-26 11:35:27 +01:00
Bastien Nocera
dcd5ecac69 wacom: Clean up settings on destruction 2011-08-26 11:35:27 +01:00
Bastien Nocera
4808eb5ab3 wacom: Clean up panel instantiation 2011-08-26 11:35:27 +01:00
Bastien Nocera
dc5c93787b wacom: Clean up GSettings instantiation 2011-08-26 11:35:27 +01:00
Bastien Nocera
e88053c244 wacom: Simplify widgets getting 2011-08-26 11:35:27 +01:00
Bastien Nocera
ae35bd1e08 wacom: Fix memory leak 2011-08-26 11:35:27 +01:00
Bastien Nocera
1c019ec610 wacom: Add files to be translated 2011-08-26 11:35:27 +01:00
Bastien Nocera
57e87e3591 color: Remove unneeded category 2011-08-26 11:35:27 +01:00
Bastien Nocera
dde732b9a9 shell: Only load desktop files from our dirs
As we don't know how to load the extension points in the
other directories anyway. Stops system-wide desktop files
appearing in a prefixed build.
2011-08-26 11:35:27 +01:00
Peter Hutterer
7b213472f1 wacom: add a wacom control panel.
https://bugzilla.gnome.org/show_bug.cgi?id=640981
2011-08-26 11:35:27 +01:00
Richard Hughes
a999160bf7 color: If we have only a few devices and profiles expand the treeview at startup 2011-08-26 11:16:20 +01:00
Richard Hughes
5a2402ab75 color: Add a tooltip to the 'Learn more...' button
This avoids showing a nasty ghelp:// URL that's meaningless to most people.
2011-08-26 10:50:27 +01:00
Daniel Nylander
c32fd755be Updated Swedish translation 2011-08-26 08:20:16 +02:00
Matthias Clasen
f56f4a503d users: Fix life-cycle issues
We were leaking various references, leading to failures to populate
the list upon reloading, or to segfaults. With this commit, all
created user objects, as well as the user-manager object are
finalized when the panel is unloaded.
2011-08-25 23:45:38 -04:00
Giovanni Campagna
1488246ff2 Update volume-control applet for GVC API changes.
"ready" and "connecting" signals were replaced by a single
"state-changed".

https://bugzilla.gnome.org/show_bug.cgi?id=645708
2011-08-26 00:25:05 +02:00
Giovanni Campagna
a57f32a4e2 GnomeVolumeControl: track PulseAudio connection state and expose it
Adds get_state() and ::state-changed signals, that replace connecting
and ready, as well as providing indication of when the object was closed
or the connection to PulseAudio failed.

https://bugzilla.gnome.org/show_bug.cgi?id=645708
2011-08-26 00:25:05 +02:00
Piotr Drąg
df66726516 Updated POTFILES.in 2011-08-25 22:29:34 +02:00
Bastien Nocera
ecc7b5c83e display: Fix the labeller not disappearing
The "panel" container isn't a top-level container, so we can't
rely on it being focused/unfocused.

https://bugzilla.gnome.org/show_bug.cgi?id=625476
2011-08-25 19:39:48 +01:00
Bastien Nocera
558325f6a4 display: Simplify panel code
By merging the "capplet" code back into the main panel code.
2011-08-25 19:10:28 +01:00
Bastien Nocera
662f7b1bf4 display: Remove FIXME
It was fixed!
2011-08-25 18:53:23 +01:00
Bastien Nocera
e763a4dded display: Clean up ifdef's 2011-08-25 18:53:23 +01:00
Matthias Clasen
64419bf3c9 users: prevent autologin for disabled users
gdm can't handle this currently, so prevent this situation
from happening. Forcibly turning off the autologin when an
account is disabled is a slightly odd side-effect, but
good enough in practice.

https://bugzilla.gnome.org/show_bug.cgi?id=649816
2011-08-25 12:43:22 -04:00
Bastien Nocera
222bd72be8 user-accounts: Add translator comments for split line
https://bugzilla.gnome.org/show_bug.cgi?id=657168
2011-08-25 17:34:58 +01:00
Friedel Wolff
d5d6cdcae0 universal-access: Add translator comments
https://bugzilla.gnome.org/show_bug.cgi?id=657167
2011-08-25 17:33:06 +01:00
Bastien Nocera
bbe58b586b user-accounts: Remove trailing space in string
https://bugzilla.gnome.org/show_bug.cgi?id=657169
2011-08-25 17:31:16 +01:00
Bastien Nocera
3406d2bd47 sound: Remove trailing spaces in strings
https://bugzilla.gnome.org/show_bug.cgi?id=657169
2011-08-25 17:30:08 +01:00
Richard Hughes
00fdb2501c color: Add a new 'Learn more' button to the color panel
You need to build gnome-user-docs to get the new content.
2011-08-25 11:52:51 +01:00
Fran Dieguez
ad1a172007 Updated Galician translations 2011-08-24 21:12:58 +02:00
Daniel Mustieles
2781c8ebf4 Updated Spanish translation 2011-08-24 20:02:13 +02:00
Daniel Mustieles
37628b3aca Updated Spanish translation 2011-08-24 20:00:51 +02:00
Kjartan Maraas
13d84a2945 Updated Norwegian bokmål translation 2011-08-24 19:02:16 +02:00