Commit Graph

8369 Commits

Author SHA1 Message Date
Jasper St. Pierre
fb561f10a7 network: Make sure to set the signal icon at dialog item construction time
We forgot to set it here; it would be updated if there was changes in the
signal, but not when it was created.

https://bugzilla.gnome.org/show_bug.cgi?id=708442
2013-09-26 11:06:42 -04:00
Ryan Lortie
0c57d53e03 Update Esperanto translation 2013-09-26 09:09:37 -04:00
Giovanni Campagna
3b1b9f589b SystemMenu: wait for a completed paint before switching VT
Activating the GDM login screen switches VT and causes X to freeze
event processing (because it lost the drm master), so must make
sure to have painted the lock screen at least once before proceeding,
or the user can go back and see the unlocked desktop.

https://bugzilla.gnome.org/show_bug.cgi?id=708051
2013-09-26 10:46:42 +02:00
Aurimas Černius
ac8d39acf4 Updated Lithuanian translation 2013-09-25 23:22:27 +03:00
Muhammet Kara
664e795217 [l10n]Updated Turkish translation 2013-09-25 21:16:28 +03:00
Christian Kirbach
82bf323f63 Updated German translation 2013-09-25 15:25:31 +02:00
Inaki Larranaga Murgoitio
547ac85113 Updated Basque language 2013-09-25 11:17:01 +02:00
Ray Strode
46e0e4430d Bump version to 3.10.0.1
Update NEWS.
2013-09-24 16:04:57 -04:00
Ray Strode
609a31ea46 loginManager: fix versionCompare function
It's important to compare the version components as integers,
not strings, so "10" evaulates as greater than "5"

This fixes the login screen in gnome 3.10.

https://bugzilla.gnome.org/show_bug.cgi?id=708691
2013-09-24 14:22:09 -04:00
Kjartan Maraas
3e99eb10d1 Updated Norwegian bokmål translation 2013-09-24 19:38:41 +02:00
Giovanni Campagna
b9d935af0c ActivitiesButton: close the dummy menu when activating the button
We need to close the menu to make sure that any grabs held by
the PopupMenuManager are released, and events are properly delivered.

https://bugzilla.gnome.org/show_bug.cgi?id=707852
2013-09-24 16:28:31 +02:00
Marek Černocký
31d3e82aa8 Updated Czech translation 2013-09-24 16:10:40 +02:00
A S Alam
dfdc17197b Punjabi Translation updated by Aman 2013-09-24 07:54:25 -05:00
Daniel Mustieles
62b965b4b7 Updated Spanish translation 2013-09-24 14:39:14 +02:00
Ihar Hrachyshka
ba221abea5 Updated Belarusian translation. 2013-09-24 15:03:09 +03:00
Chao-Hsiung Liao
aa026c7134 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2013-09-24 19:13:45 +08:00
Nilamdyuti Goswami
496cfff97a Assamese translation updated 2013-09-24 14:25:28 +05:30
Yuri Myasoedov
ccaa7f5f3e Updated Russian translation 2013-09-24 12:18:45 +04:00
Baurzhan Muftakhidinov
f492d21c70 Update Kazakh translation 2013-09-24 06:37:02 +06:00
Florian Müllner
1983541f8c Bump version to 3.10.0
Update NEWS.
2013-09-23 23:33:14 +02:00
Fran Diéguez
e4cb3672b9 Updated Galician translations 2013-09-23 22:24:36 +02:00
Adel Gadllah
a06a78a9c1 aggregate-menu: Increase width
Add 20px more width to make longer strings (translations) fit better.

https://bugzilla.gnome.org/show_bug.cgi?id=708472
2013-09-23 22:23:46 +02:00
Matej Urbančič
2ba91ad837 Updated Slovenian translation 2013-09-23 21:18:03 +02:00
Piotr Drąg
66eb3ea723 Updated Polish translation 2013-09-23 20:38:24 +02:00
Piotr Drąg
d30e992b20 Updated Polish translation 2013-09-23 20:35:58 +02:00
Kenneth Nielsen
c6a342563f Updated Danish translation 2013-09-23 19:43:15 +02:00
Jiro Matsuzawa
fd584eda05 l10n: Update Japanese translation 2013-09-24 00:01:51 +09:00
Yosef Or Boczko
4301506590 Updated Hebrew translation
Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>
2013-09-23 17:59:51 +03:00
Andika Triwidada
88f7c3a970 Updated Indonesian translation 2013-09-23 21:25:49 +07:00
Milo Casagrande
f21a9f0cc2 [l10n] Updated Italian translation. 2013-09-23 16:21:33 +02:00
Rafael Ferreira
2233c2e618 Updated Brazilian Portuguese translation 2013-09-23 10:56:43 -03:00
Alexandre Franke
6264419bd4 Update French translation 2013-09-23 15:48:18 +02:00
Frédéric Péters
b62effb8fa add missing translation markers around string in schema 2013-09-23 15:35:06 +02:00
Florian Müllner
c8a07dd612 messageTray: Fix condition for adding the tray to CtrlAltTab
With the current condition, we wrongly add the message tray to
CtrlAltTab if we start up locked or as greeter.

https://bugzilla.gnome.org/show_bug.cgi?id=708380
2013-09-23 13:32:17 +02:00
Florian Müllner
02c99e4b25 authPrompt: Clear _queryingService on verification failure
A conversation is finished after failing, and we are expecting a new
one to be started shortly after. However if we encounter an existing
reference to a previously set _queryingService, we will clear the
password entry, which might already contain a partially typed password
at that point. The behavior does make sense in the case of conflicting
conversations, but in the failure case it is both unexpected and
annoying, so clear _queryingService early to prevent this.

https://bugzilla.gnome.org/show_bug.cgi?id=708186
2013-09-23 13:32:17 +02:00
Florian Müllner
1242a16265 keyring: Don't unregister the prompt when disabled
gnome-keyring provides a fallback in case our builtin prompt fails
to register, so keyring dialogs may still pop up even when they
are supposed to be disabled.
Instead, keep the prompt registered but cancel requests immediately
while disabled.

https://bugzilla.gnome.org/show_bug.cgi?id=708187
2013-09-23 13:32:17 +02:00
Florian Müllner
a89fd17b8e shell: Make KeyringPrompt.cancel() callable from signal handlers
gcr/gnome-keyring don't handle the case where prompt_password_async()/
prompt_confirm_async() return their result from within the function
very well (or rather: break badly). Calling gcr_prompt_close() instead
is safe, but to avoid these kind of errors in the future, modify
shell_keyring_prompt_cancel() to work as expected in this case.

https://bugzilla.gnome.org/show_bug.cgi?id=708187
2013-09-23 13:32:17 +02:00
Andika Triwidada
3d5e7bd6f1 Updated Indonesian translation 2013-09-23 09:40:56 +07:00
António Lima
cefcb89487 Updated Portuguese translation 2013-09-22 23:50:24 +01:00
Jasper St. Pierre
005272bde9 bluetooth: Actually add the menu item to the bluetooth menu
https://bugzilla.gnome.org/show_bug.cgi?id=708541
2013-09-22 22:22:49 +02:00
Fran Diéguez
491e60e4f2 Updated Galician translations 2013-09-22 19:49:52 +02:00
Yosef Or Boczko
e5f72fd302 Updated Hebrew translation 2013-09-22 13:58:19 +03:00
Daniel Korostil
5f21b100b8 Updated Ukrainian 2013-09-22 11:28:53 +03:00
Reinout van Schouwen
1a4c7629c5 Translate 'suspend' as 'pauzestand' for consistency 2013-09-21 23:27:43 +02:00
Reinout van Schouwen
d21734ee47 Updated Dutch translation 2013-09-21 23:04:37 +02:00
Rūdolfs Mazurs
e140e2c367 Updated Latvian translatio 2013-09-21 21:53:36 +03:00
Mike Gorse
7ced1f5b54 focusCaretTracker: Lower AT-SPI's timeout values
Have AT-SPI calls time out after 250ms, to mitigate the effect of a
deadlock when querying another application that is trying to query
gnome-shell.

https://bugzilla.gnome.org/show_bug.cgi?id=708387
2013-09-21 04:51:42 -05:00
Daniel Korostil
54b028ee3e Updated Ukrainian 2013-09-21 11:42:12 +03:00
Kristjan SCHMIDT
703336e1ea Updated Esperanto translation 2013-09-21 09:54:37 +02:00
Piotr Drąg
9e936252ae Updated Polish translation 2013-09-20 17:44:36 +02:00