Commit Graph

4100 Commits

Author SHA1 Message Date
Dr.T.Vasudevan
46f21e81e3 updated Tamil translation 2011-09-27 05:14:59 +05:30
Owen W. Taylor
c1300ddbbc Bump version to 3.2.0
Update NEWS
2011-09-26 16:39:21 -04:00
Florian Müllner
8bd5b1e696 st: Fix crash in theme-node-transition
Setting up the framebuffers for transitions may fail, in which case
the material used for drawing is left uninitialized, so trying to
access it results in a crash.
Instead bail out in this case, which means that we won't paint
anything during the transition - still, drawing errors are better
than crashes ...

https://bugzilla.gnome.org/show_bug.cgi?id=659676
2011-09-26 19:52:36 +02:00
Marina Zhurakhinskaya
40c5db397d messageTray: unset this._clickedSummaryItem if we are hiding the summary box pointer and don't have a new clicked summary item
This ensures that this._clickedSummaryItem is always unset correctly.

Because we disconnect the signals that have _adjustSummaryBoxPointerPosition()
as a callback when unsetting this._clickedSummaryItem, we no longer call
setPosition() on this._summaryBoxPointer after it is hidden. Calling
setPosition() shows the box pointer again, which previously resulted in
an empty box pointer staying behind when a notification associated with
a tray icon was clicked.

https://bugzilla.gnome.org/show_bug.cgi?id=659862
2011-09-26 13:30:46 -04:00
ipraveen
8b52919b4d Updated Telugu Translation 2011-09-26 22:46:26 +05:30
Rodolfo Ribeiro Gomes
2859f23038 Fixed some strings in Brazilian Portuguese translation 2011-09-26 10:36:54 -03:00
Guillaume Desmottes
00384ccb47 telepathyClient: call delay on context when approving a FT or call
Not doing so is considered as a bug as we don't accept the context right away.
It leads to tp-glib returning directly from the AddDispatchOperation() D-Bus
call and so automatically approve the channel if the Shell is the only
approver running.

https://bugzilla.gnome.org/show_bug.cgi?id=660084
2011-09-26 14:49:21 +02:00
Tommi Vainikainen
0191cc589a Updated Finnish translation 2011-09-26 15:43:09 +03:00
Carles Ferrando
dae6db9b51 [l10n]Updated Catalan (Valencian) translation 2011-09-26 14:26:05 +02:00
Jiro Matsuzawa
4d912c9feb Updated Japanese translation 2011-09-26 11:59:08 +09:00
Petr Kovar
07c4b46466 Update Czech translation 2011-09-26 02:00:30 +02:00
Yuri Myasoedov
e9cdce49a3 Updated Russian translation 2011-09-26 01:18:09 +04:00
Rudolfs Mazurs
84c3ce8778 Updated Latvian translation. 2011-09-25 21:55:16 +03:00
Jiro Matsuzawa
d5a32a7fe4 Updated Japanese translation 2011-09-26 01:04:14 +09:00
Andika Triwidada
cc4dfda21b Updated Indonesian translation 2011-09-25 15:41:58 +07:00
Cheng-Chia Tseng
703b37aa7b Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-09-25 14:52:31 +08:00
Ivaylo Valkov
b433de9022 Updated Bulgarian translation 2011-09-25 08:34:54 +03:00
Michal Štrba
0c1a22ff95 Updated Slovak translation 2011-09-24 22:57:48 +02:00
Mario Blättermann
4d526e40c3 [l10n] Updated German translation 2011-09-24 20:46:15 +02:00
Gabor Kelemen
4586c7b36b Fix display of dates in the Hungarian translation 2011-09-24 19:18:51 +02:00
Aurimas Černius
3d60b73b60 Updated Lithuanian translation 2011-09-24 15:41:38 +03:00
Gabor Kelemen
4ef5cd8ef6 Updated Hungarian translation 2011-09-24 01:46:46 +02:00
Inaki Larranaga Murgoitio
6959bd19f1 Updated Basque language 2011-09-23 18:19:56 +02:00
Bruno Brouard
17e4ce5ea8 Updated French translation 2011-09-23 18:08:57 +02:00
Dan Winship
33094b4988 messageTray: fix notification/keyboard interaction
If the pointer moves from the notification into the keyboard, don't
treat that as moving out of the tray.

https://bugzilla.gnome.org/show_bug.cgi?id=658603
2011-09-23 07:56:45 -04:00
Dan Winship
a8fdcffd44 messageTray: move the summary box pointer up when the keyboard shows
If the keyboard is shown when a summary boxpointer is visible (eg,
when opening a chat source), animate the boxpointer up with the tray.

https://bugzilla.gnome.org/show_bug.cgi?id=658603
2011-09-23 07:55:47 -04:00
Dan Winship
5adb5411fa keyboard: fix D-Bus name acquisition flags to totally block Antler
We never want the antler keyboard to run if gnome-shell is running, so
grab org.gnome.Caribou.Keyboard without the "allow replacement" flag.

https://bugzilla.gnome.org/show_bug.cgi?id=659865
2011-09-23 07:53:51 -04:00
Yaron Shahrabani
ff0d11c89c Updated Hebrew translation. 2011-09-23 08:51:57 +03:00
Florian Müllner
5f6dce2b5c popup-menu: Fix allocation in RTL locales
Commit ed7d4928e5 fixed some width-for-height cases in popup menu items,
but did not consider RTL locales. Fix this.

https://bugzilla.gnome.org/show_bug.cgi?id=659827
2011-09-22 21:52:26 +02:00
Friedel Wolff
a7405e8b39 Updated translation for Afrikaans (af) not including latest strings since freeze 2011-09-22 21:20:29 +02:00
Kristjan SCHMIDT
d87c520bad Updated Esperanto translation 2011-09-22 20:29:31 +02:00
Tiffany Antopolski
24959f8d34 Updated Esperanto translation 2011-09-22 20:26:25 +02:00
Gil Forcada
6d1432e166 [l10n]Updated Catalan translation 2011-09-22 19:54:11 +02:00
Changwoo Ryu
2c7ba2c125 Updated Korean translation 2011-09-23 02:33:19 +09:00
Marina Zhurakhinskaya
a0ba664c64 messageTray: only update an icon when necessary on notification update
This avoids unnecessarily removing and resetting the icon in the notifications.

This fixes the new chat notification sliding down and up slightly when new
messages are received.

https://bugzilla.gnome.org/show_bug.cgi?id=659768
2011-09-22 13:25:35 -04:00
Marina Zhurakhinskaya
131da5f523 telepathyClient: update the avatar correctly when it changes
Previously, when the avatar changed, we would not update the summary icon
for the source at all and would only update the notification icon when the
next message was received. Instead, we should update both immediately upon
recieving the signal that the avatar has changed.

https://bugzilla.gnome.org/show_bug.cgi?id=659768
2011-09-22 13:25:35 -04:00
Martin Srebotnjak
7c6144450a Updated Slovenian translation 2011-09-22 18:06:45 +02:00
Florian Müllner
4c7369db16 build: Switch to stable cogl/clutter branches for now 2011-09-22 16:35:45 +02:00
krishnababu k
f4355de896 Updated Telugu Translation 2011-09-22 19:56:35 +05:30
Kris Thomsen
4a3db9f44d Updated Danish translation 2011-09-22 16:07:11 +02:00
Gabriel F. Vilar
6c0a9ff9cc Updated Brazilian Portuguese translation. Reviewed by Djavan Fagundes <djavanf@gnome.org>. 2011-09-22 09:59:50 -03:00
Dan Winship
57b1695fcf keyboard: don't try to move windows out of the way of the keyboard
This code was never tested very well, and has several problems
currently (windows creeping down and to the right, windows snapping to
a different location after you move them). To be fixed in 3.4.

https://bugzilla.gnome.org/show_bug.cgi?id=659643
2011-09-22 07:55:20 -04:00
Nilamdyuti Goswami
045c6546cc Add Assamese translation 2011-09-22 12:19:02 +02:00
Nilamdyuti Goswami
ce5bd954bf Add Assamese translation 2011-09-22 12:18:08 +02:00
Daniel Mustieles
6ef00a4a3b Updated Spanish translation 2011-09-22 11:47:37 +02:00
Kjartan Maraas
569d9718a0 Updated Norwegian bokmål translation 2011-09-22 10:10:41 +02:00
Mario Blättermann
00a3a8697f [l10n] Updated German translation 2011-09-22 08:50:50 +02:00
Daniel Nylander
c93444e390 Updated Swedish translation 2011-09-22 06:38:15 +02:00
A S Alam
5e5788ab14 update Punjabi Translation 2011-09-22 06:16:06 +05:30
Duarte Loreto
abf57e6362 Updated Portuguese translation 2011-09-22 00:35:36 +01:00