Commit Graph

10647 Commits

Author SHA1 Message Date
Florian Müllner
9aa98d9f0c menutracker: Don't shadow existing variables 2015-09-23 21:32:49 +02:00
Florian Müllner
c3a29d6df1 theme-node: Rewrite switch statement
Some compilers warn about unhandled enum values in switch statements,
so don't use one where only two out of 21 possible values make sense.
2015-09-23 21:32:49 +02:00
Florian Müllner
82f84416a9 recorder: Rewrite switch statement
Avoid compiler warnings about unhandled enum values by using a
regular if-else statement.
2015-09-23 21:32:49 +02:00
Florian Müllner
9dd3162dbe recorder-src: Rewrite switch statement
Avoid compiler warnings about unhandled enum values by using a
regular if-else statement.
2015-09-23 21:32:49 +02:00
Florian Müllner
7ef519756a Update gvc submodule 2015-09-23 21:32:49 +02:00
Florian Müllner
3bbe74d1c1 popupMenu: Set ImageMenuItem's label-actor
While we don't use image menu items ourselves, extensions might,
so make sure they are accessible out of the box.
Spotted by Jay Strict.
2015-09-23 14:20:38 +02:00
Carlos Garnacho
409f6718b8 calendar: Disconnect all Notification signals on NotificationMessage destruction
The destroy signal handler is kept connected despite the NotificationMessage
being destroyed, which leaves dangling NotificationMessage objects that will
be mass destroyed when the Notification object these depend upon is finally
destroyed.

Depending on the amount of accumulated NotificationMessages, this may lead
to temporary freezes or other more funky issues when recursion limits are
hit.

https://bugzilla.gnome.org/show_bug.cgi?id=755425
2015-09-22 18:16:16 +02:00
Милош Поповић
9c0e179080 Updated Serbian Latin translation 2015-09-22 11:49:36 +00:00
Марко Костић
b3b278d41f Updated Serbian translation 2015-09-22 11:48:55 +00:00
Florian Müllner
0f466dbafb Bump version to 3.18.0
Update NEWS.
2015-09-21 22:22:18 +02:00
Rūdolfs Mazurs
fbb4a9a3a6 Updated Latvian translation 2015-09-20 22:01:15 +03:00
Anders Jonsson
8ddae5cd71 Updated Swedish translation 2015-09-20 17:28:59 +00:00
Enrico Nicoletto
b0915c7b60 Updated Brazilian Portuguese translation 2015-09-20 14:01:58 +00:00
Andika Triwidada
831bb4e334 Updated Indonesian translation 2015-09-19 12:35:20 +00:00
Seán de Búrca
4e025506fa Updated Irish translation 2015-09-18 10:43:04 -06:00
Kris Thomsen
abccf451bf Updated Danish translation 2015-09-18 17:05:37 +02:00
Sendy Aditya Suryana
14954117c0 Updated Indonesian translation 2015-09-17 01:19:59 +00:00
Florian Müllner
629f408fe5 Bump version to 3.17.92
Update NEWS.
2015-09-16 17:20:30 +02:00
Milo Casagrande
86c6ab3c01 Updated Italian translation 2015-09-15 11:34:41 +00:00
Marek Černocký
4a6ff94701 Updated Czech translation 2015-09-14 16:04:24 +02:00
Jiro Matsuzawa
e480b08d58 Updated Japanese translation 2015-09-14 00:20:39 +09:00
Baurzhan Muftakhidinov
caf53861d1 Updated Kazakh translation 2015-09-12 16:08:38 +00:00
Arash Mousavi
d0480648ba Updated Persian translation 2015-09-11 23:55:57 +04:30
Jiri Grönroos
eb8cfe799f Finnish translation update 2015-09-10 18:46:33 +03:00
Kjartan Maraas
b9f2541880 Updated Norwegian bokmål translation. 2015-09-07 19:31:59 +02:00
Kjartan Maraas
bde9b08bfe Updated Norwegian bokmål translation. 2015-09-07 19:29:28 +02:00
Josselin Mouette
8a4c862633 background: fix a race condition when loading several animations
When loading several animations at the same time, the last call
overrides the result for all of them.

This commit caches all animations separately based on the source's
schemas.

https://bugzilla.gnome.org/show_bug.cgi?id=741453
2015-09-07 06:51:42 +02:00
Michael Biebl
785c90f4b8 background: fix indentation 2015-09-07 06:49:55 +02:00
Christian Kirbach
dd6a11e4c7 Updated German translation 2015-09-05 19:42:18 +00:00
Changwoo Ryu
64e9503adb Updated Korean translation 2015-09-06 02:06:45 +09:00
Florian Müllner
36c885bf34 style: Update from sass 2015-09-04 19:15:42 +02:00
Florian Müllner
ad7cde805d style: Update high-contrast theme
This was missed in fa0e54edbb ...
2015-09-04 18:56:11 +02:00
Florian Müllner
2c2c67f4dc Fix accidental gnome-shell-sass downgrade
... from commit 030a22d795.
2015-09-04 18:46:11 +02:00
Baurzhan Muftakhidinov
cc4f8dfab0 Updated Kazakh translation 2015-09-04 15:51:16 +00:00
Florian Müllner
0fb13608c5 Bump version to 3.17.91
Update NEWS.
2015-09-03 15:54:26 +02:00
Florian Müllner
09dbe17da0 loginDialog: Limit user list to the available height
We currently will always allocate the user list's preferred size, so it
will grow indefinitely and never scroll; limit the height instead to
get the desired scrolling behavior when necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=754525
2015-09-03 15:45:39 +02:00
Frédéric Péters
fdd347c9aa po: Update French translation (remove "à large bande") 2015-09-01 11:11:38 +02:00
Alexandre Franke
572095515b Updated French translation 2015-09-01 08:17:16 +00:00
Rui Matos
f2d4aa0822 authPrompt: hide/stop spinner after verfiication completes
When the user successfully types their password, we should hide
the spinner from the button well right away, so it doesn't
consume resources until reset (which may happen significantly later
if the user is vt switched away)

https://bugzilla.gnome.org/show_bug.cgi?id=753891
2015-08-31 15:24:27 -04:00
Ray Strode
030a22d795 authPrompt: stop spinner after its hidden
The code previously tried to stop spinner after it was hidden, but
due to an incorrect check was only stoppig it after it was shown.

Also, it was only stopping after hiding due to an animation, and
failing to stop it in the non-animated case.

This left the spinner hidden and running while VT switched away
from the login screen, only stopping when the auth prompt was
reset when switching back.

https://bugzilla.gnome.org/show_bug.cgi?id=753891
2015-08-31 15:19:26 -04:00
Balázs Úr
c70afcdb44 Updated Hungarian translation 2015-08-31 17:42:42 +00:00
Yosef Or Boczko
526d6c03b8 Updated Hebrew translation 2015-08-30 21:17:10 +03:00
A S Alam
261b55300d Punjabi Translation updated 2015-08-30 09:28:47 -05:00
Tom Tryfonidis
e13bfd9a17 Updated Greek translation 2015-08-30 12:04:22 +03:00
Yosef Or Boczko
e096d18bac Updated Hebrew translation 2015-08-27 23:49:12 +03:00
Hannie Dumoleyn
9460f0e4f3 Updated Dutch translation Master 3.18 2015-08-26 16:45:43 +02:00
Fran Dieguez
e6591f52ac Updated Galician translations 2015-08-26 00:34:43 +02:00
Fran Dieguez
07e3d1fd5c Updated Galician translations 2015-08-26 00:10:39 +02:00
Muhammet Kara
1fbc6b24c8 Updated Turkish translation 2015-08-25 20:05:27 +00:00
Chao-Hsiung Liao
982777be94 Updated Chinese (Taiwan) translation 2015-08-25 13:00:33 +00:00