Commit Graph

5020 Commits

Author SHA1 Message Date
Cédric Valmary
946d95b3e9 Added Occitan translation 2016-03-21 18:55:13 +00:00
Gil Forcada
4bc9cbaa0b [l10n] Update Catalan translation 2014-02-21 23:11:12 +01:00
Мирослав Николић
9d5c04e2d8 Updated Serbian translation 2014-01-13 09:39:15 +01:00
Мирослав Николић
2881e4d7aa Updated Serbian translation 2014-01-13 09:34:28 +01:00
Мирослав Николић
14d48f563b Updated Serbian translation 2014-01-13 09:19:57 +01:00
Мирослав Николић
7306918531 Updated Serbian translation 2013-11-03 08:58:01 +01:00
Balázs Úr
1a93ebc3e2 Updated Hungarian translation 2013-10-13 13:36:15 +02:00
Kenneth Nielsen
03f53d1919 Updated Danish translation 2013-10-07 22:45:21 +02:00
Fran Diéguez
451d679b62 Updated Galician translations 2013-09-28 16:28:21 +02:00
Florian Müllner
36eb51b594 Bump version to 3.4.2
Updated NEWS
2012-07-20 20:03:44 +02:00
Nilamdyuti Goswami
04f03ee7d8 Assamese translation reviewed 2012-07-05 20:28:30 +05:30
Nilamdyuti Goswami
d144f5d7df Assamese translation reviewed 2012-07-05 15:33:02 +05:30
Nilamdyuti Goswami
aec4c6a388 Assamese translation reviewed 2012-07-04 21:52:41 +05:30
Nilamdyuti Goswami
63f6800115 Assamese translation reviewed 2012-07-04 21:40:56 +05:30
Cosimo Cecchi
f52c5fc4fe mount-operation: fix exceptions when showing password entry
This is a fallout from some changes in MessageTray.Source, which now
requires either defining the iconName/iconType properties on it, or
implementing createNotificationIcon, and we're not doing any of those.
Fix it by storing the gicon of the source object and using a helper
method to create the icon actor on demand, to avoid any case when the
same actor might be added twice to different containers.

https://bugzilla.gnome.org/show_bug.cgi?id=678428
2012-06-20 10:13:18 -04:00
Alban Browaeys
717aedec5d popupMenu: do not overflow the currentItems
Do not overflow currentItems array. If the Menu section is filled
via model items-changed callback the position in the model passed to
the RemoteMenu _modelChanged can be a to be added asynchronously
action-added. Thus the item does not yet exists in the currentItems.

https://bugzilla.gnome.org/show_bug.cgi?id=676447
2012-06-18 10:05:18 +02:00
Alban Browaeys
66fa24c340 popupMenu: bypass changeSignal callback if action is already handled
https://bugzilla.gnome.org/show_bug.cgi?id=676447
2012-06-18 10:05:18 +02:00
Guillaume Desmottes
7e73a52505 telepathyClient: ignore invalidated channels
There is a race if a channel is invalidated during its preparation: the
'invalidated' signal is already emitted so the Shell will never notice.
We fix this by simply checking if the channel is already invalidated when
receiving it from telepathy-glib.

In the approving case, we reject the full ChannelDispatchOperation as we only
support approving one channel at the time.

https://bugzilla.gnome.org/show_bug.cgi?id=677457
2012-06-18 09:47:18 +02:00
Guillaume Desmottes
42366ab025 telepathyClient: decline dispatch op when approving unsupported channel type
It shouldn't happen in theory but best to be safe than sorry.

https://bugzilla.gnome.org/show_bug.cgi?id=677457
2012-06-18 09:45:42 +02:00
Jasper St. Pierre
69a63f208e notificationDaemon: Fix copy-paste typo
Since this line was introduced in 7458d3e, "Approve file transfer channels",
it's quite obvious that the line was meant to filter out transfer channel
notifications.

https://bugzilla.gnome.org/show_bug.cgi?id=676175
2012-06-06 16:28:00 +02:00
Guillaume Desmottes
98c3f6b3bf add missing _shell_link_to_shell_js() declaration
Fix missing-prototypes warning.

https://bugzilla.gnome.org/show_bug.cgi?id=677441
2012-06-05 09:38:35 +02:00
Guillaume Desmottes
406db1902c notificationDaemon.js: convert the hints dict at the beginning of the function
It's used right away to discard some Empathy notifications.

This regression has been introduced during the 3.4 cycle when 'hints' has been
turned to a GVariant.

https://bugzilla.gnome.org/show_bug.cgi?id=675370
2012-05-31 11:30:24 +02:00
Mantas Kriaučiūnas
37c7c04efb Updated Lithuanian translation 2012-05-26 23:13:38 +03:00
Changwoo Ryu
af0ec7e089 Updated Korean translation 2012-05-19 22:57:53 +09:00
Andika Triwidada
ae28bf7c25 [l10n] Really update Indonesian translation 2012-05-19 16:31:47 +07:00
Andika Triwidada
29c8add696 [l10n] Updated Indonesian translation 2012-05-19 16:20:51 +07:00
Alexandre Rostovtsev
ecb9c881be Prevent the link to libgnome-shell-js.so from being removed
Add a dummy call to shell_js_add_extension_importer() to ensure that the
link to libgnome-shell-js.so is not removed when using -Wl,--as-needed,
which is the default on many distros.

https://bugzilla.gnome.org/show_bug.cgi?id=670477
2012-05-18 18:35:07 -04:00
Owen W. Taylor
4cf79088a5 Link the gnome-shell binary to libgnome-shell-js.so
Depending on the exact linker options and versions, rpath's written
into the binary may, or may not, be honored by dlopen(). Work around
this by simply linking the gnome-shell binary to gnome-shell-js, since
then dlopen() doesn't need to search paths.

https://bugzilla.gnome.org/show_bug.cgi?id=670477
2012-05-18 18:35:07 -04:00
Takanori MATSUURA
05800773bc Updated Japanese translation. 2012-05-15 00:52:42 +09:00
Sandeep Sheshrao Shedmake
2237f66c44 Updated Marathi Translations 2012-05-10 10:09:59 +05:30
Ray Strode
2c51d42acf gdm: don't fail if fprintd unavailable
fingerprint support is optional so we shouldn't try to start
fprintd upfront and croak if it fails.

https://bugzilla.gnome.org/show_bug.cgi?id=675006
(cherry picked from commit e333263fd6)
2012-05-07 15:09:54 -04:00
Luca Ferretti
49809d1e64 l10n: Updated Italian translation 2012-04-30 15:33:44 +02:00
Jonh Wendell
2605e49591 Updated Brazilian Portuguese translation 2012-04-28 10:46:14 -03:00
Rico Tzschichholz
40abd98840 data: Add Evolution calendar settings gschema to EXTRA_DIST
3d95e7bb11 forgot to add this
gschema file to dist
2012-04-26 08:46:04 +02:00
Owen W. Taylor
a64c84395f Mirror Evolution calendar settings into our own schema
Right now, we are hard-depending on the presence of Evolution by
using its settings schemas. This is likely to be unpopular, and
also causes instability if someone happens not to have Evolution
installed, so install a schema that has the same data path as
the Evolution schema, but a different name and install that
for the keys we need.

To avoid a string-freeze break, we rely on the translations in
Evolution - if Evolution isn't installed, the key descriptions
will be untranslated in dconf-editor.

https://bugzilla.gnome.org/show_bug.cgi?id=674424
2012-04-25 14:39:38 -04:00
Changwoo Ryu
39d2202521 Updated Korean translation 2012-04-26 01:06:12 +09:00
OKANO Takayoshi
4edd77cd1f [l10n] Update Japanese translation
Fix a typo
2012-04-21 22:41:26 +09:00
Owen W. Taylor
bdfff20ec2 Bump version to 3.4.1
Updated NEWS
2012-04-17 13:20:16 -04:00
Owen W. Taylor
bdd05aba3b NEWS: fix language codes 2012-04-17 13:20:06 -04:00
Owen W. Taylor
89c2538ff1 Require Mutter 3.4.1
We now require Mutter 3.4.1 for the API change to
meta_display_add_keybinding(). (This is a run-time requirement, not
a build-time requirement, since the usage is from Javascript.)
2012-04-17 13:20:06 -04:00
Rico Tzschichholz
7680819108 gnome-shell-calendar-server: add missing gtk.h include
6099a5dbc3 introduced this dependency
but didn't add it which lead to build failure with
-Werror=implicit-function-declaration
2012-04-17 08:15:06 +02:00
Joost Verdoorn
d79e8b84c9 telepathyClient: call this.updated() when a new message is added to a notification
When receiving another message or responding in a new expanded chat
notification that has no prior chat history, the notification moved down
below the edge of the screen instead of expanding up, making part of it
invisible. Avoid this by making sure the notification's position is updated.

https://bugzilla.gnome.org/show_bug.cgi?id=661944
2012-04-16 23:29:07 -04:00
Florian Müllner
731317230a windowManager: Adapt to mutter API change
https://bugzilla.gnome.org/show_bug.cgi?id=673014
2012-04-16 20:33:31 -04:00
Owen W. Taylor
5046938913 gnome-shell-calendar-server: deal with Evolution's move to GSettings
Evolution now stores its selected calendars and tasks in GSettings, not
in GConf. If we don't look at the new location, then we'll not pick up
newly added and enabled calendars, making the calendar effectively not
work for new installs.

https://bugzilla.gnome.org/show_bug.cgi?id=673610
2012-04-16 12:41:48 -04:00
Owen W. Taylor
0e8fd45559 gnome-shell-calender-server: fix debug prints
Several debug prints not normally compiled were referencing enumeration
values that have since been renamed.

https://bugzilla.gnome.org/show_bug.cgi?id=673610
2012-04-16 12:41:48 -04:00
Owen W. Taylor
6099a5dbc3 gnome-shell-calendar-server: Initialize GTK+
If evolution-data-server needs to prompt for a password, it will try
to pop up a GTK+ dialog. When GTK+ is not initialized, the result is
a crash. So, initialize GTK+ and run a main loop.

See https://bugzilla.redhat.com/show_bug.cgi?id=809681

The result is ugly since we have a Gnome-shell-calendar-server fallback
application, but I don't think it's worth installing a desktop file
and having a string break, since this is pretty uncommon (only for
manually added calendars without the password stored in gnome-keyring),
and apparently this is being rewritten for 3.5 to have the dialogs come
the e-d-s daemon rather than from the individual application.

https://bugzilla.gnome.org/show_bug.cgi?id=673608
2012-04-16 12:41:48 -04:00
Petr Kovar
2daa98a694 Update Czech translation 2012-04-16 15:34:20 +02:00
Yinghua Wang
5d2c6496fa update Simplified Chinese (zh_CN) translation 2012-04-16 14:53:09 +08:00
Wolfgang Stöggl
817dbbe73f [l10n] Updated German translation 2012-04-15 17:57:21 +02:00
Khaled Hosny
29c89c82f8 Updated Arabic translation 2012-04-14 19:54:56 +02:00