49643882d4
Updated Korean translation
2012-09-22 18:50:34 +09:00
175ddaa3a1
searchDisplay: Fix alignment of section headers in RTL locales
...
https://bugzilla.gnome.org/show_bug.cgi?id=684379
2012-09-21 21:03:52 +02:00
cc1d6e97b8
Updated Brazilian Portuguese Translation
2012-09-21 15:26:12 -03:00
79b96ab301
Updated Lithuanian translation
2012-09-21 20:53:34 +03:00
44d9316023
Updated Belarusian translation.
2012-09-21 20:02:55 +03:00
5b0c9a74fb
Updated Spanish translation
2012-09-21 17:52:32 +02:00
3429fc3e4c
userMenu: Close menu immediately on user/session switch
...
The same reasoning as for commit 1f30670c1d
also applies to
VT switches.
https://bugzilla.gnome.org/show_bug.cgi?id=684459
2012-09-21 16:07:38 +02:00
d11d8d5353
Updated translation for Odia.
2012-09-21 17:34:09 +05:30
1742bd6ded
Updated Galician translations
2012-09-21 13:18:37 +02:00
9f6e118ea0
Updated Portuguese translation
2012-09-20 22:19:24 +01:00
717bbd3bb5
Updated Serbian translation
2012-09-20 20:23:24 +02:00
e8ebe4de14
popupMenu: Set initial visibility of settings items
...
With the recent session mode changes, the visibility of settings
items is now only set on sessionMode::updated - while the signal
is emitted when the session mode is initialized, settings items
that are added after that are visible regardless of the allowSettings
setting until the next sessionMode::updated signal is received.
Fix this by explicitly setting the initial visibility of settings
items.
https://bugzilla.gnome.org/show_bug.cgi?id=684473
2012-09-20 20:04:05 +02:00
0ff614ccd4
Don't show network dialogs in the lock screen
...
Remove the network agent component from the lock screen and unlock
dialog session modes.
https://bugzilla.gnome.org/show_bug.cgi?id=684384
2012-09-20 20:03:23 +02:00
d0a77b7e0c
keyboard: Make input source items accessible
...
https://bugzilla.gnome.org/show_bug.cgi?id=684462
2012-09-20 19:59:27 +02:00
2815889090
Updated Malayalam file
2012-09-20 22:57:20 +05:30
1317956663
Updated Malayalam file
2012-09-20 21:40:54 +05:30
a2303d8895
Updated Malayalam file
2012-09-20 21:39:01 +05:30
2161c793dc
Updated Hungarian translation
2012-09-20 14:56:16 +02:00
a2f943db8f
Updated Galician translations
2012-09-20 13:20:04 +02:00
23a31b9c00
Update French translation
2012-09-20 12:25:57 +02:00
2591d1b94b
Updated Thai translation
2012-09-20 16:23:00 +07:00
300f97f102
Updated Greek translation
2012-09-20 11:10:59 +03:00
7e3f6c3066
Updated Marathi Translations
2012-09-20 12:34:06 +05:30
601d232064
Updated Arabic translation
2012-09-20 06:55:05 +02:00
8854ac84ad
Updated Arabic translation
2012-09-20 06:45:35 +02:00
0302c3fbd4
Updated HINDI translation
2012-09-20 09:53:23 +05:30
6b6fdc6cfe
Assamese translation updated
2012-09-20 00:14:33 +05:30
7126ce86ec
Updated Bulgarian translation
2012-09-19 20:42:24 +03:00
760bf52f75
update Punjabi Translation
2012-09-19 21:27:02 +05:30
6d791d31de
Updated Polish translation
2012-09-19 16:42:35 +02:00
21adc98d70
updated Tamil translation
2012-09-19 19:46:23 +05:30
6fd7a56568
Updated Slovenian translation
2012-09-19 13:47:04 +02:00
fba427fcaf
Bump version to 3.5.92
...
Update NEWS
3.5.92
2012-09-19 13:12:02 +02:00
7753361ffb
shell-docs: Remove left-over includes
...
Clean out a couple of references to code that was removed or
marked private.
2012-09-19 13:12:02 +02:00
c1590d9ed7
Revert "messageTray: Fix summary position in RTL locales"
...
This reverts commit e6ba7c6e40
.
The original issue is fixed by Clutter commit 64c7973c7429c.
2012-09-19 13:12:02 +02:00
23c1138a58
screenShield: Fix regression from 114f6f577f
2012-09-19 13:12:01 +02:00
2acb097662
grabHelper: Fix regression for dwelling with mouse down
...
b203a95a78
introduced a regression
where we forgot to bail out if the pushModal didn't succeed properly.
https://bugzilla.gnome.org/show_bug.cgi?id=684344
2012-09-19 08:10:12 -03:00
449d116af2
Fix 10884ef7f5
...
Bad rebase and code left in that had no effect.
2012-09-19 13:01:56 +02:00
110240981d
Updated Telugu Translation
2012-09-19 16:22:35 +05:30
ac5c6de929
Updated Indonesian translation
2012-09-19 17:33:45 +07:00
51bdc44352
gdm: Fix property typo
...
Introduced by cc6744055f
2012-09-19 12:11:25 +02:00
bafe34696d
build: Install keybinding files for control-center
...
As some keybindings are now provided by gnome-shell rather than
mutter, it makes sense to expose those in System Settings.
https://bugzilla.gnome.org/show_bug.cgi?id=671010
2012-09-19 11:50:57 +02:00
114f6f577f
screenShield: Delay destruction of unlock dialog
...
While the unlock dialog is created early so that it appears below
the shield while the curtain slides up, it is destroyed immediately
when the shield slides back in.
Keep it around until the shield is down instead.
https://bugzilla.gnome.org/show_bug.cgi?id=684342
2012-09-19 11:50:57 +02:00
1f30670c1d
userMenu: Close menu immediately when activating Lock
...
When locking the screen, the user menu is moved to the opposite
side. Unless we close the menu immediately without animation, the
menu will jump to the other side and fade out while the screen
shield slides down.
https://bugzilla.gnome.org/show_bug.cgi?id=684343
2012-09-19 11:50:57 +02:00
10884ef7f5
ShellUserVerifier: catch DBus errors and report them to the user
...
Instead of leaving the login or unlock dialogs in an inconsistent state,
catch DBus errors and show an Authentication Error message. The error
details are logged in the session logs.
https://bugzilla.gnome.org/show_bug.cgi?id=683060
2012-09-19 11:50:57 +02:00
5e12e5f42a
layout: Add a fake root pixmap actor at startup, and fade it out
...
This provides us with a smooth transition between plymouth and gdm.
https://bugzilla.gnome.org/show_bug.cgi?id=682428
2012-09-19 11:45:24 +02:00
e7a2e1f268
Updated Thai translation
2012-09-19 12:21:44 +07:00
cc6744055f
gdm: Don't fade in the log in dialog
...
Instead, directly show it.
https://bugzilla.gnome.org/show_bug.cgi?id=682428
2012-09-19 01:41:17 -03:00
e6ba7c6e40
messageTray: Fix summary position in RTL locales
...
https://bugzilla.gnome.org/show_bug.cgi?id=684214
2012-09-19 03:44:49 +02:00
ea4855e908
Updated Galician translations
2012-09-19 02:47:41 +02:00