Commit Graph

5924 Commits

Author SHA1 Message Date
Tom Tryfonidis
0941357068 Updated Greek translation 2012-09-25 11:22:01 +03:00
Rūdolfs Mazurs
d8993c52d0 Updated Latvian translation 2012-09-25 10:45:06 +03:00
Nilamdyuti Goswami
6424b2dd03 Assamese translation updated 2012-09-25 12:29:55 +05:30
Matej Urbančič
2a4eb3ed1a Updated Slovenian translation 2012-09-25 08:58:03 +02:00
Duarte Loreto
c9fa00cce1 Updated Portuguese translation 2012-09-25 07:59:40 +01:00
Florian Müllner
18eedbc02d keyboard: Disable "tray" button in lock/login screen
It is not possible to summon the tray via shortcut or dwelling
while the screen is locked, so it is odd to allow it from the
on-screen-keyboard.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:26 +02:00
Florian Müllner
ef9f63fe59 keyboard: Ignore focus changes from extended keys
The keyboard is shown/hidden automatically when (un)focusing a
ClutterText actor. This behavior is unwanted when opening the
extended keys popup, so focus changes to the popup are ignored.
However, we also want to ignore focus changes from the popup
to avoid the keyboard hiding itself after pressing an extended
key.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:26 +02:00
Florian Müllner
f8ce788425 keyboard: Fix check for extended keys
The existing check tested for non-existent properties.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:25 +02:00
Florian Müllner
6c1bd95643 keyboard: Ignore focus changes caused by tray showing/hiding
The keyboard is shown/hidden automatically when (un)focusing a
ClutterText actor. This behavior breaks with the message tray now
grabbing/releasing key focus when toggled. Fix this by ignoring
all focus changes to or from the message tray.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:25 +02:00
Florian Müllner
2ed7ee8f71 keyboard: Keep tray after clicking summary item
Currently if a summary item signals that it has handled a click
itself, the tray hides itself. This behavior is wrong for the
On-Screen-Keyboard, which appears as a unit with the tray, so add
a property to opt-out of the default behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:25 +02:00
Florian Müllner
2e63709450 grabHelper: Ignore events from On-Screen-Keyboard
GrabHelper automatically releases grabs when the user clicks outside
the grabbed actors. However at least for the message-tray (which is
the only user of grabHelper at the moment), we must ignore any events
from the On-Screen-Keyboard, to prevent the tray from hiding at every
key press.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:24 +02:00
Florian Müllner
6611d639a8 messageTray: Only update keyboardVisible as necessary
This fixes a case of _updateState() being called recursively,
resulting in stray grab()/ungrab() calls the leave the entire
desktop in a stuck focus state.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:24 +02:00
Giovanni Campagna
fe124e6ab3 Keyboard: update for the message tray changes
The message tray is now modal and pushes the view up, but the keyboard
is shown below it. Solve this by applying a special styling to the
keyboard and message tray combination, and by not pushing the windows
up when the keyboard is shown.

https://bugzilla.gnome.org/show_bug.cgi?id=683546
2012-09-25 08:25:24 +02:00
Sandeep Sheshrao Shedmake
fee0a8527d Updated Marathi Translations 2012-09-25 09:03:28 +05:30
Andika Triwidada
2f6b00403f Updated Indonesian translation 2012-09-25 09:55:32 +07:00
A S Alam
dbe2c117e3 update Punjabi Translation 2012-09-25 06:46:18 +05:30
Djavan Fagundes
c4b1ccb6d6 Updated Brazilian Portuguese Translation 2012-09-24 21:58:42 -03:00
Jiro Matsuzawa
2c70ee7e43 [l10n] Update Japanese translation 2012-09-25 09:35:23 +09:00
Florian Müllner
f7826616b8 gdm: Make UserList accessible
https://bugzilla.gnome.org/show_bug.cgi?id=684728
2012-09-25 02:06:02 +02:00
Florian Müllner
9f476a12dd gdm: Provide an accessible name for powerMenu
https://bugzilla.gnome.org/show_bug.cgi?id=684727
2012-09-25 02:06:02 +02:00
Florian Müllner
6f3cf0ae50 userMenu: Force reload of background-image on icon changes
When changing the user's avatar image, AccountsService will
overwrite the old image with the new one, so the location
returned by get_icon_file() is always the same.
In order to pick up the change, we need to make sure to clear the
previous image from both StTextureCache and StThemeNode's paint
cache.

https://bugzilla.gnome.org/show_bug.cgi?id=679268
2012-09-24 22:03:06 +02:00
Florian Müllner
cd024e21f0 st-widget: Add method to clear background-image
For performance reasons, resources required to paint a widget are
aggressively cached; we know of at least one case where our caching
prevents updating the used background-image correctly, so add explicit
API to clear all associated cache data.

https://bugzilla.gnome.org/show_bug.cgi?id=679268
2012-09-24 22:03:05 +02:00
Florian Müllner
c4c470c1f3 st-theme-node: Add method to invalidate drawing state
StThemeNode caches its resources aggressively to keep the required
work on paint to a minimum - right now, resources are only recreated
on allocation changes.
In order to update the background-image property correctly when the
underlying file changes, resources need to be recreated without a
size change, so add an explicit method for that.

https://bugzilla.gnome.org/show_bug.cgi?id=679268
2012-09-24 22:03:05 +02:00
Florian Müllner
dc9ad8df80 st-texture-cache: Add API to remove cache data
The current API assumes that image data loaded from files remains
valid during the life time of the shell. This assumption is mostly
valid for image files we provide ourselves (with the exception being
designers working on those files), but not necessarily for "external"
files - provide API to explicitly remove cached data associated with
a URI for those cases.

https://bugzilla.gnome.org/show_bug.cgi?id=679268
2012-09-24 22:03:04 +02:00
Petr Kovar
74d6225993 Update Czech translation 2012-09-24 18:31:14 +02:00
Chao-Hsiung Liao
e1e0c5035d Updated Traditional Chinese translation(Hong Kong and Taiwan) 2012-09-24 22:58:55 +08:00
Petr Kovar
adf6d0eb82 Update Czech translation by Adam Matousek 2012-09-24 15:43:00 +02:00
Timur Zhamakeev
90df435345 Added Kyrgyz translation 2012-09-24 14:34:08 +06:00
Timur Zhamakeev
83d57211db Added 'ky' to LINGUAS 2012-09-24 14:33:12 +06:00
Mattias Põldaru
0a8eeb2827 [l10n] Updated Estonian translation 2012-09-24 10:42:16 +03:00
Jiro Matsuzawa
0c324c42f4 [l10n] Update Japanese translation 2012-09-24 11:45:40 +09:00
Rūdolfs Mazurs
3adf54a952 Updated Latvian translation 2012-09-23 20:23:09 +03:00
Yuri Myasoedov
8076c66a4c Updated Russian translation 2012-09-23 20:32:14 +04:00
Yuri Myasoedov
f9c583a636 Updated Russian translation 2012-09-23 19:50:31 +04:00
Rajesh Ranjan
30d536b19c hindi update 2012-09-23 20:46:41 +05:30
Mario Blättermann
1957899146 [l10n] Updated German translation 2012-09-23 12:31:15 +02:00
Carles Ferrando
b52c83d88a [l10n]Updated Catalan (Valencian) translation 2012-09-23 00:21:06 +02:00
Gil Forcada
27ff388413 [l10n] Updated Catalan translation 2012-09-23 00:21:00 +02:00
YunQiang Su
d4306f7768 update Simplified Chinese (zh_CN) translation 2012-09-23 04:35:44 +08:00
Ville-Pekka Vainio
5d0a57c97d Finnish translation update by Jiri Grönroos 2012-09-22 21:54:22 +03:00
Jasper St. Pierre
a87ba467ae messageTray: Don't open the tray from a dwell if we're in a modal grab
If we're in an alt-tab popup or modal dialog, we shouldn't pop up the tray
at all.

https://bugzilla.gnome.org/show_bug.cgi?id=684458
2012-09-22 15:39:22 -03:00
Jasper St. Pierre
7df7cd01eb messageTray: Clean up commented code a bit
Since we changed the grabHelper.grab call to be in a conditional,
it's been a little clear what the comment has been referring to.

https://bugzilla.gnome.org/show_bug.cgi?id=684458
2012-09-22 15:39:22 -03:00
Milo Casagrande
098d805a8b [l10n] Updated Italian translation. 2012-09-22 16:54:29 +02:00
Yaron Shahrabani
4a21034a00 Updated Hebrew translation. 2012-09-22 15:06:30 +03:00
Yaron Shahrabani
7904e359f2 Updated Hebrew translation. 2012-09-22 15:06:07 +03:00
Florian Müllner
0c8a94beb8 screenShield: Fix unlock animation
When unlocking succeeds, the transition back to the user session is
animated. However, commit 8cf9baa1 broke the transition by hiding the
actor before starting the animation.

https://bugzilla.gnome.org/show_bug.cgi?id=684591
2012-09-22 13:50:25 +02:00
Kris Thomsen
c13a573792 Updated Danish translation 2012-09-22 12:27:49 +02:00
Bruce Cowan
f9b42e12ae Updated British English translation 2012-09-22 11:18:23 +01:00
Alexander Shopov
5c2031b768 Updated Bulgarian translation 2012-09-22 12:52:52 +03:00
Changwoo Ryu
49643882d4 Updated Korean translation 2012-09-22 18:50:34 +09:00