Commit Graph

10909 Commits

Author SHA1 Message Date
Claude Paroz
06d1602f17 Updated French translation 2016-09-08 16:40:26 +00:00
Rūdolfs Mazurs
603d0dfbc3 Update Latvian translation 2016-09-08 19:00:21 +03:00
Olivier Fourdan
0b6c5b4620 systray: Bail out if the plug window is gone
Instead of crashing when deferencing a NULL pointer.

Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=755313
2016-09-08 12:08:02 +02:00
Hannie Dumoleyn
d7894dbc44 Updated Dutch translation Master 2016-09-07 17:19:57 +02:00
Tiago Santos
d25d8126ea Updated Portuguese translation 2016-09-07 05:49:14 +00:00
Anders Jonsson
2402d3e115 Updated Swedish translation 2016-09-06 22:07:24 +00:00
Yosef Or Boczko
ac4284d348 Updated Hebrew translation 2016-09-06 12:21:39 +03:00
Jonas Ådahl
f9ef80749a recorder: Composite captured images before passing into gstreamer
Mutter may capture the screen in multiple capture regions. If this is
done, take these images and composite them onto one large image, which
is then passed into the gstreamer source.
2016-09-06 15:22:23 +08:00
Jonas Ådahl
22f0d3076e screenshot: Composite multiple captures into one image
When clutter gives us multiple captures (multiple cairo_surface_t's),
composite them into one large image and use that as final screenshot
result. This makes screenshooting work when mutter uses multiple views.

https://bugzilla.gnome.org/show_bug.cgi?id=770128
2016-09-06 15:22:23 +08:00
A S Alam
127b6dca1c updated Punjabi Translation 2016-09-05 07:29:17 -05:00
Trần Ngọc Quân
8cfff33291 Updated Vietnamese translation
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2016-09-05 15:04:03 +07:00
Muhammet Kara
21f534c7f0 Updated Turkish translation 2016-09-04 19:12:28 +00:00
Aurimas Černius
9faa1db942 Updated Lithuanian translation 2016-09-04 12:28:10 +03:00
Baurzhan Muftakhidinov
2fc9bffb23 Updated Kazakh translation 2016-09-04 04:15:00 +00:00
Changwoo Ryu
f16eae45a2 Updated Korean translation 2016-09-03 14:07:31 +00:00
Florian Müllner
622e73c34c Bump version to 3.21.91
Update NEWS.
2016-08-30 00:26:31 +02:00
Мирослав Николић
eb1c3d7045 Updated Serbian translation 2016-08-28 09:16:02 +02:00
Matej Urbančič
fc26895f70 Updated Slovenian translation 2016-08-25 22:53:27 +02:00
Enrico Nicoletto
ca224b379f Updated Brazilian Portuguese translation 2016-08-22 21:13:36 +00:00
Fabio Tomat
42b609b852 Updated Friulian translation 2016-08-22 20:53:03 +00:00
Daniel Mustieles
a24169e2aa Updated Spanish translation 2016-08-22 20:44:47 +02:00
Andika Triwidada
144d1dca88 Updated Indonesian translation 2016-08-22 09:47:46 +00:00
Dušan Kazik
38ab6ba3ec Updated Slovak translation 2016-08-21 16:01:41 +00:00
Jiri Grönroos
bc6a0626c1 Updated Finnish translation 2016-08-21 09:45:31 +00:00
Mario Blättermann
497f4f4a3c Updated German translation 2016-08-21 09:39:47 +00:00
Florian Müllner
8c8c89a5f1 Bump version to 3.21.90.1
The 3.21.90 tarball got corrupted, so do another point release.
2016-08-20 23:02:34 +02:00
Timm Bäder
d658a5148a recorder: Print absolute path if output file can't be opened 2016-08-20 16:03:31 +02:00
Piotr Drąg
2c3e0dab0f Updated Polish translation 2016-08-20 10:26:50 +02:00
Balázs Úr
e2400e35bd Updated Hungarian translation 2016-08-19 22:01:16 +00:00
Marek Černocký
fc4562491b Updated Czech translation 2016-08-19 23:17:20 +02:00
Piotr Drąg
6e3bedb888 Add translator comments to .desktop files 2016-08-19 23:15:20 +02:00
Florian Müllner
2b8332df5e Bump version to 3.21.90
Update NEWS.
2016-08-19 22:16:00 +02:00
Florian Müllner
795e7d4b59 build: Say good-bye to intltool
intltool is unmaintained nowadays while upstream gettext gained
support for formats like GSettings schemas and .desktop files,
and offers a mechanism to teach it about other XML formats not
yet supported out of the box which we can use for the rest.
So there's nothing stopping us, just make the switch ...

https://bugzilla.gnome.org/show_bug.cgi?id=769074
2016-08-19 22:13:14 +02:00
Andika Triwidada
522d46a525 Updated Indonesian translation 2016-08-19 06:21:39 +00:00
Enrico Nicoletto
dcecf5e350 Updated Brazilian Portuguese translation 2016-08-19 02:26:11 +00:00
Muhammet Kara
a61c929450 Updated Turkish translation 2016-08-16 04:02:44 +00:00
Marek Cernocky
5992e9f524 Updated Czech translation 2016-08-12 17:31:44 +02:00
Jiri Grönroos
ee4cd05ebd Updated Finnish translation 2016-08-12 12:42:53 +00:00
Florian Müllner
af5e65fd79 global: Make timestamp parameter unsigned
Negative values don't make sense to timestamps, and an unsigned
timestamp as returned by shell_global_get_current_time() or
Gdk/Clutter events may exceed the range of signed integers.

https://bugzilla.gnome.org/show_bug.cgi?id=769216
2016-08-11 09:04:22 +02:00
Carlos Garnacho
284cbf3ea7 shell: Remove shell_util_text_insert_keyval()
It is now unused.
2016-08-10 11:25:50 +02:00
Carlos Garnacho
c3e68955e3 keyboard: Implement more of the wayland caribou adapter
Have it notify properly of changes to the current input source, as
well as exposing those in get_groups().

The support for virtual keyboard events has been replaced by
ClutterVirtualInputDevice, which can be thought of as the equivalent
to the XTEST devices in X11.

https://bugzilla.gnome.org/show_bug.cgi?id=765009
2016-08-10 11:23:58 +02:00
Yosef Or Boczko
ffa28e7ee7 Updated Hebrew translation 2016-08-07 15:42:02 +03:00
Balázs Úr
78d81f909c Updated Hungarian translation 2016-08-04 21:54:56 +00:00
Florian Müllner
34551bf48b Bump g-i requirement
We need commit bd475c00d9 to pick up mutter's clutter fork.
2016-08-03 21:46:54 +02:00
Aurimas Černius
e02cd53ac5 Updated Lithuanian translation 2016-08-03 21:56:30 +03:00
Bernd Homuth
b7f5154bd3 Updated German translation 2016-08-02 20:15:37 +00:00
Daniel Mustieles
d80247918c Updated Spanish translation 2016-08-02 16:50:47 +02:00
Tiago Santos
bb8c2d3e13 Updated Portuguese translation 2016-07-27 07:42:37 +00:00
Florian Müllner
6e0e37519d calendar-server: Add back missing return value
In commit 7e0e224e0, when moving from e_cal_recur_generate_instances()
to e_cal_client_generate_instances(), the return value of the
ECalRecurInstanceFn callback was accidentally removed; add it
back.

https://bugzilla.gnome.org/show_bug.cgi?id=769156
2016-07-25 18:55:22 +02:00
Fabio Tomat
5c19ae5878 Updated Friulian translation 2016-07-23 15:51:45 +00:00