Commit graph

10583 commits

Author SHA1 Message Date
Bastien Nocera
2066d456ab shell: Shrink vertically
So that it has more chances of fitting on a netbook screen. This is
done by removing the 6 pixel margin, and the 12 pixel bottom padding.

This gives us the whole panel with a height of around 550 pixels with
the default text size, which should be enough to display on a 600 pixels
high screen.

https://bugzilla.gnome.org/show_bug.cgi?id=645808
2011-07-14 15:24:03 +01:00
Rui Matos
11d94b271b datetime: Restore TZ envvar as it was
tz_info_from_location() was changing the value of TZ, but not
restoring it when it was done checking data for it, and setting
the GMT timezone instead.

This meant that UTC time was displayed when the minute changed on
the wall clock.

https://bugzilla.gnome.org/show_bug.cgi?id=649568
2011-07-14 11:59:17 +01:00
Rudolfs Mazurs
e9403022a1 Updated Latvian translation. 2011-07-12 17:32:22 +03:00
Kjartan Maraas
dff99f8a29 Updated Norwegian bokmål translation 2011-07-12 14:54:35 +02:00
Daniel Mustieles
75587210b4 Updated Spanish translation 2011-07-11 19:36:57 +02: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
0f5e7554ff region: Don't use markup in bold labels 2011-07-11 13:40:31 +01:00
Bastien Nocera
a24c6a7f66 user-accounts: Remove unneeded markup in label 2011-07-11 13:37:47 +01:00
Robert Roth
2714908bf7 Improved new username format message (bug #647851)
Added 'only' to the new username sentence ("The username must consist of")
to have "The username must only consist of", based on the suggestion in
bug #647851 (https://bugzilla.gnome.org/show_bug.cgi?id=647851).
2011-07-11 10:01:01 +02:00
Muhammet Kara
1d37702b65 [l10n]Updated Turkish translation 2011-07-10 18:58:34 +03:00
Jorge González
1bd12164c8 Updated Spanish translation 2011-07-10 15:40:14 +02:00
Piotr Drąg
409e016e6a Updated POTFILES.in 2011-07-10 14:16:12 +02:00
A S Alam
132409df62 update Punjabi Translation 2011-07-10 17:17:41 +05:30
Bastien Nocera
0c6ddedf91 region: Show measurement 2011-07-07 17:53:47 +01:00
Rodrigo Moya
ec843a03bb region: If no regional settings, use the configured language 2011-07-07 18:24:17 +02:00
Rodrigo Moya
46c1dfe664 region: Set LC_ specific variables, not LC_ALL 2011-07-07 18:24:17 +02:00
Bastien Nocera
51641785d7 Revert "lib: Export the editable entry for the Bluetooth panel"
This reverts commit 9fb2e4806b.
2011-07-07 17:05:41 +01:00
Bastien Nocera
8ca85762de common: Add safeguards for empty language
NULL or empty languages aren't useful.
2011-07-07 16:34:08 +01:00
Bastien Nocera
9fb2e4806b lib: Export the editable entry for the Bluetooth panel
Necessary for the Bluetooth panel

https://bugzilla.gnome.org/show_bug.cgi?id=575991
2011-07-07 13:21:01 +01:00
Rodrigo Moya
34abd47d91 region: Some Glade file fixes 2011-07-06 17:28:48 +02:00
Rodrigo Moya
4abb6f8a1f region: Add weak ref for locale settings 2011-07-06 17:11:40 +02:00
Daniel Mustieles
f2e66a6087 Updated Spanish translation 2011-07-06 09:42:54 +02:00
Rodrigo Moya
9132f8f2f8 Avoid making lots of DBus calls to set the brightness when the slider changes
too quickly

https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/805473
2011-07-05 16:39:17 +02:00
Rodrigo Moya
b2be7a7b4c network: Kill compilation warnings 2011-07-05 13:13:04 +02:00
Fran Dieguez
2716d97a35 Updated Galician translations 2011-07-04 21:24:02 +02:00
Richard Hughes
b5aa23b5ca Use the new gnome-settings-daemon DBus names now the power plugin has moved there 2011-07-04 17:56:02 +01:00
Rodrigo Moya
9a0db21425 Release 3.1.3 2011-07-04 18:24:55 +02:00
Rodrigo Moya
5c75beeaf4 Add missing translatable files 2011-07-04 16:47:29 +02:00
Rodrigo Moya
41007a8964 region: Display user settings in new System tab 2011-07-04 13:59:45 +02:00
Rodrigo Moya
81945e7a54 region: Add System tab 2011-07-04 13:59:45 +02:00
Gabor Kelemen
08b7bdd1d9 Fix terminology in the Hungarian translation 2011-07-03 23:14:48 +02:00
Fran Dieguez
c9daa9d718 Updated Galician translations 2011-07-03 18:09:29 +02:00
Carles Ferrando
f0aa264366 [l10n]Updated Catalan (Valencian) translation 2011-07-02 20:10:02 +02:00
Pau Iranzo
324897b14a [l10n]Minor fix on Catalan translation 2011-07-02 20:09:54 +02:00
Yaron Shahrabani
0683798d03 Updated Hebrew translation. 2011-07-02 17:03:30 +03:00
Kjartan Maraas
5a04aaf3a5 Updated Norwegian bokmål translation 2011-07-02 11:15:53 +02:00
Yaron Shahrabani
d72c165c08 Updated Hebrew translation. 2011-07-02 11:00:39 +03:00
Yaron Shahrabani
0138d9a7af Marked non-exitsing files as comments. 2011-07-02 10:57:54 +03:00
Florian Müllner
b72c71a970 keyboard: Support string array keybindings
Metacity/Mutter stores keybindings as string array to support multiple
bindings per action. Even though multiple bindings are not exposed in
the UI, support keybindings stored as string array by getting/setting
the first element of the array.

https://bugzilla.gnome.org/show_bug.cgi?id=653613
2011-06-30 13:57:40 +02:00
Florian Müllner
a6d3ad6af3 keyboard: Fix a small memory leak
Unless g_conf_client_get_string(), g_settings_get_string() always
returns a newly allocated string.

https://bugzilla.gnome.org/show_bug.cgi?id=653613
2011-06-30 13:57:40 +02:00
Florian Müllner
8a858345a8 keyboard: Change precedence for schema in KeyList parser
Right now, if both KeyList and KeyListEntry contain a schema element,
the (global) one of the list wins. This makes it rather cumbersome
to mix keys of different schemas in a single list, as rather than
using a default schema and specifying a different one where necessary,
every key needs its own schema element.
A brief IRC discussion suggests that the current precedence didn't
trigger any particular issues before, and neither should changing
it - so do this to support above case.

https://bugzilla.gnome.org/show_bug.cgi?id=653685
2011-06-30 13:57:40 +02:00
Michael Terry
30302acefa Remove extraneous line from the sound applet .desktop file. 2011-06-30 12:50:42 +01:00
Michael Terry
0a8669a5b5 Add Unity to OnlyShowIn fields
https://bugzilla.gnome.org/show_bug.cgi?id=653661
2011-06-30 12:44:52 +01:00
Florian Müllner
38252af6cf universal-access: Re-add cc-marshal.[ch]
Sorry for the noise, that's the correct fix.
2011-06-29 22:56:19 +02:00
Florian Müllner
827459fef1 Revert "universal-access: Fix build"
This reverts commit 85e20b040f.
2011-06-29 22:56:19 +02:00
Florian Müllner
85e20b040f universal-access: Fix build
Commit 4a8c7afbe0 broke build of the ua panel, fix this.
2011-06-29 21:15:25 +02:00
Bastien Nocera
4a8c7afbe0 universal-access: Keep your own gconf horrors 2011-06-29 17:34:22 +01:00
Aurimas Černius
2fa73b5091 Updated Lithuanian translation. 2011-06-28 23:42:04 +03:00
Matthias Clasen
e6a70eed69 Add some .desktop.in files to POTFILES.skip
This shows up as failed checks on build.gnome.org
2011-06-28 08:42:00 -04:00
Matej Urbančič
c9a1c2de30 Updated Slovenian translation 2011-06-26 20:35:46 +02:00