Commit Graph

6143 Commits

Author SHA1 Message Date
Marek Černocký
d57c3b4f89 Updated Czech translation 2012-09-26 22:40:49 +02:00
Gabor Kelemen
960f7d5f2e Updated Hungarian translation 2012-09-26 16:12:46 +02:00
Ihar Hrachyshka
2f61381651 Updated Belarusian translation. 2012-09-26 15:06:04 +03:00
Chao-Hsiung Liao
ba6e931e21 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2012-09-26 11:53:23 +08:00
Eleanor Chen
440aa0d369 Update Simplified Chinese Translations 2012-09-26 08:48:31 +08:00
Carles Ferrando
f42d4b5fa2 [l10n] Updated Catalan (Valencian) translation 2012-09-26 01:29:34 +02:00
Vicent Cubells
5d9fa2c484 [l10n] Updated Catalan translation 2012-09-26 01:29:28 +02:00
Daniel Korostil
f5c86fa171 Added uk translation 2012-09-25 21:18:28 +03:00
Alexandre Franke
f9019ce62d Update French translation 2012-09-25 17:28:22 +02:00
Piotr Drąg
ee485e1728 Updated Polish translation 2012-09-25 15:14:11 +02:00
Florian Müllner
8f2a6f8387 Bump version to 3.6.0
Update NEWS
2012-09-25 12:59:31 +02:00
Florian Müllner
908bf3b117 volume: Fix initial visibility of input
Currently the visibility of input volume is only updated when a stream
is added/removed - apparently no one noticed until now, as in the normal
user session we get away with this as long as we have some startup sound,
but this is not the case in the lock screen, so we may end up showing
input volume incorrectly.

https://bugzilla.gnome.org/show_bug.cgi?id=684611
2012-09-25 12:02:06 +02:00
Ray Strode
6a739afd25 gdm: Make SessionList accessible
https://bugzilla.gnome.org/show_bug.cgi?id=684748
2012-09-25 12:02:06 +02:00
Yaron Shahrabani
506490e32d Updated Hebrew translation. 2012-09-25 11:31:42 +02:00
Yaron Shahrabani
846771f2a1 Updated Hebrew translation. 2012-09-25 11:31:36 +02:00
Rajesh Ranjan
759b7584e0 hindi update 2012-09-25 14:39:53 +05:30
Khaled Hosny
e5cb224598 Updated Arabic translation 2012-09-25 11:06:42 +02:00
Fran Diéguez
e32df1b405 Updated Galician translations 2012-09-25 10:48:11 +02:00
Daniel Mustieles
db9f91b687 Updated Spanish translation 2012-09-25 10:27:16 +02:00
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