Commit graph

11906 commits

Author SHA1 Message Date
Daniel Mustieles
c908531feb Updated Spanish translation 2012-06-07 12:27:48 +02:00
A S Alam
f7245a39b7 Update Punjabi Translation 2012-06-07 07:29:30 +05:30
Piotr Drąg
469c8b3be8 Updated POTFILES.in 2012-06-06 21:22:00 +02:00
Bastien Nocera
1261d73821 mouse: Use '&' instead of 'and'
Using "&" not only keeps the names shorter but would also keeps the
user focused on the other words which compose the name.

https://bugzilla.gnome.org/show_bug.cgi?id=676562
2012-06-06 17:45:15 +01:00
Bastien Nocera
d07be14ba0 region: Use '&' instead of 'and'
Using "&" not only keeps the names shorter but would also keeps the
user focused on the other words which compose the name.

https://bugzilla.gnome.org/show_bug.cgi?id=676562
2012-06-06 17:45:15 +01:00
Bastien Nocera
8aca1c2090 screen: Use '&' instead of 'and'
Using "&" not only keeps the names shorter but would also keeps the
user focused on the other words which compose the name.

https://bugzilla.gnome.org/show_bug.cgi?id=676562
2012-06-06 17:45:15 +01:00
Bastien Nocera
a4475970ee datetime: Use '&' instead of 'and'
Using "&" not only keeps the names shorter but would also keeps the
user focused on the other words which compose the name.

https://bugzilla.gnome.org/show_bug.cgi?id=676562
2012-06-06 17:45:15 +01:00
Stef Walter
d079041b14 build: Only enable _FORTIFY_SOURCE if optimization enabled
Otherwise we get a spew of warnings when building non-optimized

https://bugzilla.gnome.org/show_bug.cgi?id=677373
2012-06-06 18:05:36 +02:00
Bastien Nocera
f2a9d3a478 shell: Fix crash when using keynav in overview
get_item_views() was expecting all the children of the overview
to be of type "CcShellCategoryView".

It's not the case since 620e70113c
added GtkSeparators as children.

We now just skip them non-views in get_item_views().

https://bugzilla.gnome.org/show_bug.cgi?id=677314
2012-06-06 16:13:35 +01:00
Debarshi Ray
f94490a5b5 build: require GOA >= 3.5.1
GOA got ported from GtkTable to GtkGrid.

Fixes: https://bugzilla.gnome.org/669625
2012-06-06 14:25:08 +02:00
Debarshi Ray
f86d8eb26c online-accounts: Remove horizontal scrolling from accounts list
We have enough space. Therefore, instead of having horizontal
scrollbars, widen the text renderer and then ellipsize, if required.

Implemented design:
https://live.gnome.org/Design/SystemSettings/OnlineAccounts

Fixes: https://bugzilla.gnome.org/671980
2012-06-06 14:24:31 +02:00
Debarshi Ray
93051830a7 online-accounts: New "Add Account" dialog
Implemented design:
https://live.gnome.org/Design/SystemSettings/OnlineAccounts

Fixes: https://bugzilla.gnome.org/671980
2012-06-06 14:23:57 +02:00
Matthias Clasen
3ab49ea66d Post-release version bump 2012-06-05 00:27:00 -04:00
Matthias Clasen
29fc916be1 3.5.2 2012-06-05 00:02:38 -04:00
Debarshi Ray
8ba96c7daf online-accounts: Don't hardcode the text color
With hard coded colors, when an account is selected in the tree view,
the text shows up as black on blue, instead of white on blue.

Fixes: https://bugzilla.gnome.org/671980
2012-06-04 21:10:18 +02:00
Daniel Mustieles
ca36f361d9 Updated Spanish translation 2012-06-03 17:56:40 +02:00
Fran Diéguez
c6be102d1d Updated Galician translations 2012-06-03 02:35:33 +02:00
Yuri Kozlov
cf3c9f33d9 Updated Russian translation 2012-06-02 18:10:48 +04:00
Yaron Shahrabani
fde8a37bcf Updated Hebrew translation. 2012-06-02 12:52:34 +03:00
Piotr Drąg
e307f303e7 Updated POTFILES.in 2012-06-01 20:08:48 +02:00
Bastien Nocera
e880784fcb region: Update the shortcuts labels on startup
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 19:01:57 +01:00
Rui Matos
5e4376cfde keyboard: Add key bindings to switch input sources
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:39 +01:00
Rui Matos
0a78c3504e region: Add XKB input sources
We allow the user to choose from all XKB layouts installed and keep a
user picked list in gsettings.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Rui Matos
375bf2363f region: Improved keynav on the input chooser
This makes the dialog return when the user presses Enter on the filter
entry and prevents the GtkTreeView search popup from being used since
we already handle searching on that tree view.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Rui Matos
e38f9acf39 region: Improved selection handling on the input chooser
This makes the input chooser list always have a selected row and be
centered on it when the filter is applied.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Rui Matos
0fb0d6139b region: Removal of the Layouts tab
https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:38 +01:00
Rui Matos
bfaeb6a41d region: Add an initial input sources tab
This is just the scaffolding according to
https://live.gnome.org/Design/SystemSettings/RegionAndLanguage
No code behind it yet.

Original code from Matthias Clasen.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:37 +01:00
Matthias Clasen
e59dc8dec4 keyboard: Make it possible to jump to shortcuts tab
To make this work, we need to move the setting up of priv->builder
to the instance init, so that it is available when construct properties
are set; the other setup needs to remain in the constructor, since
it relies on construct properties.

https://bugzilla.gnome.org/show_bug.cgi?id=662489
2012-06-01 18:46:37 +01:00
Marek Černocký
6bc14ced7f Updated Czech translation 2012-06-01 17:47:46 +02:00
Richard Hughes
ec27900578 network: Allow configuring wired network devices when not connected
This prevents the chicken-and-egg problem as described in #653296 by launching
nm-connection-editor for the inactive connection for the device.

This only works when there is one possible connection for the device, which is
helpfully typical for wired ethernet devices.

Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=653296
2012-05-30 14:47:02 +01:00
Richard Hughes
04fdb2b456 network: Don't resize the panel when switching network types
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=671482
2012-05-30 14:47:02 +01:00
Kjartan Maraas
0c4bbebf4e Updated Norwegian bokmål translation 2012-05-30 14:01:25 +02:00
Richard Hughes
160697df6c network: Do not print a critical warning when NetworkManager is restarted
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=676369
2012-05-30 12:39:48 +01:00
Matej Urbančič
033a7acb12 Updated Slovenian translation 2012-05-29 09:07:29 +02:00
Baurzhan Muftakhidinov
44c88a37a1 Updated Kazakh translation 2012-05-28 08:44:06 +06:00
Yaron Shahrabani
fbc4d703bd Updated Hebrew Translation. 2012-05-26 07:32:25 +03:00
Yaron Shahrabani
f4db8bb8b2 Updated Hebrew translation. 2012-05-26 07:23:56 +03:00
Daniel Mustieles
c11a6398bc Updated Spanish translation 2012-05-25 16:19:41 +02:00
Bastien Nocera
487c11c0d9 wacom: Update from gnome-settings-daemon 2012-05-25 14:04:53 +01:00
Bastien Nocera
5c78387b59 wacom: Update from gnome-settings-daemon 2012-05-25 12:48:34 +01:00
Bastien Nocera
5a2b411255 wacom: Fix crasher using link to display panel
->panel was never set within the page object.
2012-05-25 12:16:24 +01:00
Bastien Nocera
aa161bacc9 wacom: Destroy button mapping dialogue on unplug
https://bugzilla.gnome.org/show_bug.cgi?id=676790
2012-05-25 11:19:37 +01:00
Antoine Jacoutot
0b782b5633 disable wacom on s390/s390x and non Linux platforms
Follow gnome-settings-daemon behavior and disable the wacom panel on
s390/s390x (because this architecture does not provide development files
from the wacom xorg driver) and on non Linux platforms (where udev is
missing).

https://bugzilla.gnome.org/show_bug.cgi?id=676714
2012-05-25 10:40:45 +01:00
Bastien Nocera
8f289ff799 user-accounts: Require libpwquality 2012-05-24 15:25:59 +01: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
Piotr Drąg
c11e4a9c53 Updated POTFILES.in 2012-05-23 19:33:13 +02:00
Bastien Nocera
93bc61e0b4 shell: Fix --verbose not working anymore 2012-05-23 18:07:08 +01:00
Bastien Nocera
a2d338b2d8 shell: Add debug to CcNotebook scrolling 2012-05-23 18:07:08 +01:00
Daniel Mustieles
2c4d1b7b59 Updated Spanish translation 2012-05-23 18:09:44 +02:00
Bastien Nocera
95d5e61100 shell: Fix first selection not working
We weren't saving the last_width early enough.
2012-05-23 17:08:28 +01:00