Daniel Mustieles
ac15a8abca
Updated Spanish translation
2019-05-03 14:31:16 +02:00
Piotr Drąg
5480a3f238
Update POTFILES.in
2019-05-03 12:54:24 +02:00
Daniel Mustieles
4043d0b455
Updated Spanish translation
2019-04-01 10:30:08 +02:00
Goran Vidović
58f7059ea4
Update Croatian translation
2019-03-26 11:41:13 +00:00
Khaled Hosny
c96cf0608d
Update Arabic translation
2019-03-15 23:42:49 +02:00
Nathan Follens
58cc4c2433
Update Dutch translation
2019-03-03 20:20:59 +00:00
Rūdolfs Mazurs
4a65897567
Update Latvian translation
2019-03-03 10:50:28 +00:00
Piotr Drąg
d597449a0e
Update POTFILES.skip
...
https://gitlab.gnome.org/GNOME/mutter/merge_requests/471
2019-03-02 12:35:34 +01:00
Daniel Mustieles
c67b0bd7e2
Updated Spanish translation
2019-03-01 12:20:26 +01:00
Марко Костић
5356cd3c7d
Update Serbian translation
2019-02-28 20:25:58 +00:00
Adam Jackson
cc07702386
clutter: Remove unused deprecated/clutter-behaviour-path.c
...
https://gitlab.gnome.org/GNOME/mutter/merge_requests/461
2019-02-28 10:35:29 -05:00
Adam Jackson
65312be59d
clutter: Remove unused deprecated/clutter-behaviour-ellipse.c
...
https://gitlab.gnome.org/GNOME/mutter/merge_requests/461
2019-02-28 10:35:29 -05:00
Gwan-gyeong Mun
ca0b6fc3ac
Update Korean translation
2019-02-28 03:16:37 +00:00
Trần Ngọc Quân
7c3a0d54cc
Updated Vietnamese translation
...
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2019-02-28 07:47:58 +07:00
Adam Jackson
39e9e53871
clutter: Remove the rest of deprecated/clutter-animator.c
...
https://gitlab.gnome.org/GNOME/mutter/merge_requests/452
2019-02-27 03:32:21 +00:00
Tim Sabsch
c010a3b195
Update German translation
2019-02-26 19:44:02 +00:00
Milo Casagrande
9e1c8e2c22
Update Italian translation
2019-02-22 11:07:11 +00:00
Rafael Fontenelle
4e751a3b58
Update Brazilian Portuguese translation
2019-02-21 01:12:00 +00:00
Daniel Mustieles
5688f1cf6e
Updated Spanish translation
2019-02-20 15:34:11 +01:00
Yi-Jyun Pan
1dc602e289
Update Chinese (Taiwan) translation
2019-02-17 16:23:32 +00:00
Baurzhan Muftakhidinov
ec518c4f24
Update Kazakh translation
2019-02-17 07:40:18 +00:00
Alan Mortensen
3f9b4a1ab5
Updated Danish translation
2019-02-13 18:50:51 +01:00
Daniel Șerbănescu
2aa0ec004a
Update Romanian translation
2019-02-13 15:02:51 +00:00
Marek Cernocky
fdd531f307
Updated Czech translation
2019-02-12 14:23:15 +01:00
Matej Urbančič
70c45f8941
Updated Slovenian translation
2019-02-12 12:35:34 +01:00
Anders Jonsson
d587fc1ef4
Update Swedish translation
2019-02-09 21:16:02 +00:00
Aurimas Černius
285d717ceb
Updated Lithuanian translation
2019-02-09 22:55:38 +02:00
Emin Tufan Çetin
616a149917
Update Turkish translation
2019-02-09 20:14:51 +00:00
Fran Dieguez
f578c4daaa
Update Galician translation
2019-02-09 15:34:22 +00:00
Claude Paroz
830495b7c6
Updated French translation
2019-02-09 12:21:14 +01:00
Charles Monzat
4d02f68057
Update French translation
...
Cherry-pick 28d2d54189
from gnome-3-30 branch.
2019-02-09 12:18:05 +01:00
Jiri Grönroos
31c5a0009f
Update Finnish translation
2019-02-09 09:03:39 +00:00
Piotr Drąg
e64cbfcc3f
Update Polish translation
2019-02-06 22:00:09 +01:00
Jordi Mas
3c2d85b544
Update Catalan translation
2019-02-06 20:56:26 +01:00
Kukuh Syafaat
96c4dd817e
Update Indonesian translation
2019-02-06 14:18:39 +00:00
Daniel Mustieles
47402d848d
Updated Spanish translation
2019-02-06 11:43:48 +01:00
Balázs Úr
922f14276a
Update Hungarian translation
2019-02-05 20:07:46 +00:00
Fabio Tomat
8c5ad7ea2d
Update Friulian translation
2019-02-05 11:13:55 +00:00
Piotr Drąg
be259117f5
Update POTFILES.skip
2019-01-30 17:29:03 +01:00
Piotr Drąg
a56a59feee
Remove po/ChangeLog
...
Ain’t nobody need ChangeLogs for a while now.
2019-01-12 14:53:13 +01:00
Piotr Drąg
174df4eaeb
Remove po/Makevars
...
Follow-up to 763ae36cee
2019-01-12 14:51:46 +01:00
Georges Basile Stavracas Neto
fb38738fe9
Remove obsolete .cvsignore files
...
We moved to git 11 years ago, it's about time.
2019-01-10 11:50:54 -02:00
Niels De Graef
58b5dee869
clutter: remove deprecated ClutterMedia.
...
It isn't used by GNOME Shell, so it should be safe to remove.
2019-01-08 14:18:07 +00:00
Jonas Ådahl
ef85d1a643
Add meson build support
...
This commit adds meson build support to mutter. It takes a step away
from the three separate code bases with three different autotools setups
into a single meson build system. There are still places that can be
unified better, for example by removing various "config.h" style files
from cogl and clutter, centralizing debug C flags and other configurable
macros, and similar artifacts that are there only because they were once
separate code bases.
There are some differences between the autotools setup and the new
meson. Here are a few:
The meson setup doesn't generate wrapper scripts for various cogl and
clutter test cases. What these tests did was more or less generate a
tiny script that called an executable with a test name as the argument.
To run particular tests, just run the test executable with the name of
the test as the argument.
The meson setup doesn't install test files anymore. The autotools test
suite was designed towards working with installed tests, but it didn't
really still, and now with meson, it doesn't install anything at all,
but instead makes sure that everything runs with the uninstalled input
files, binaries and libraries when running the test suite. Installable
tests may come later.
Tests from cogl, clutter and mutter are run on 'meson test'. In
autotools, only cogl and clutter tests were run on 'make check'.
2018-11-06 18:51:44 +01:00
Marek Cernocky
c71f6a18ad
Updated Czech translation
2018-10-01 17:39:07 +02:00
Marek Cernocky
f7c1f418ba
Updated Czech translation
2018-10-01 17:36:18 +02:00
Марко Костић
0210b95109
Update Serbian translation
2018-09-29 10:05:53 +00:00
Yuras Shumovich
8083065579
Update Belarusian translation
2018-09-06 15:48:19 +00:00
gogo
b53707f8c4
Update Croatian translation
2018-09-02 16:40:57 +00:00
Ask Hjorth Larsen
d9294e4eb0
Updated Danish translation
2018-09-01 18:46:09 +02:00
Trần Ngọc Quân
94f8acc8fe
Updated Vietnamese translation
...
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2018-09-01 08:30:06 +07:00
Rūdolfs Mazurs
4841c1b13e
Update Latvian translation
2018-08-31 17:56:20 +00:00
Balázs Meskó
1e00cd290d
Update Hungarian translation
2018-08-31 13:05:10 +00:00
Fran Dieguez
3daa2d2751
Update Galician translation
2018-08-29 22:24:03 +00:00
Marek Cernocky
eebcf98284
Updated Czech translation
2018-08-29 07:30:18 +02:00
Marek Cernocky
7d973ac538
Updated Czech translation
2018-08-29 07:29:26 +02:00
Rafael Fontenelle
0ada04089c
Update Brazilian Portuguese translation
2018-08-28 23:00:01 +00:00
Anders Jonsson
388d065699
Update Swedish translation
2018-08-27 22:56:25 +00:00
Milo Casagrande
8a6d502e68
Update Italian translation
2018-08-27 07:58:58 +00:00
Kukuh Syafaat
b6c2eec487
Update Indonesian translation
2018-08-26 13:51:06 +00:00
Gwan-gyeong Mun
093aa086af
Update Korean translation
2018-08-26 03:59:00 +00:00
Bruce Cowan
db604dda89
Update British English translation
2018-08-19 16:46:41 +00:00
Fabio Tomat
84ac28cbee
Update Friulian translation
2018-08-17 03:49:35 +00:00
Piotr Drąg
2860adcf65
Update MSGID_BUGS_ADDRESS in po/Makevars
2018-08-16 20:23:26 +02:00
Emin Tufan Çetin
bafc43ca26
Update Turkish translation
2018-08-12 10:20:43 +00:00
Yi-Jyun Pan
d37528f693
Update Chinese (Taiwan) translation
2018-08-12 10:18:57 +00:00
Aurimas Černius
841dc09d21
Updated Lithuanian translation
2018-08-05 23:42:47 +03:00
Piotr Drąg
192b7887c3
Update Polish translation
2018-08-04 20:09:59 +02:00
Mario Blättermann
1fd8fe65c5
Update German translation
2018-08-04 18:00:54 +00:00
Matej Urbančič
a87c447b72
Updated Slovenian translation
2018-08-03 17:23:46 +02:00
Matej Urbančič
c624fcbb8b
Updated Slovenian translation
2018-08-03 12:13:42 +02:00
Claude Paroz
0f43f86341
Updated French translation
2018-07-24 10:22:29 +02:00
Daniel Mustieles
d30a78767d
Updated Spanish translation
2018-07-23 12:52:05 +02:00
Daniel Șerbănescu
658c373580
Update Romanian translation
2018-07-17 18:26:47 +00:00
Armin Krezović
390314adfb
Rename errors.[ch] to meta-x11-errors.[ch]
...
Also rename meta_error_trap_* to meta_x11_error_trap_* and
move meta-x11-errors.c to src/x11
https://bugzilla.gnome.org/show_bug.cgi?id=759538
2018-07-06 19:47:17 +02:00
Armin Krezović
0a8ae8417c
Get rid of MetaScreen
...
https://bugzilla.gnome.org/show_bug.cgi?id=759538
2018-07-06 19:47:16 +02:00
Armin Krezović
3d2b9a3a69
Add MetaX11Display skeleton
...
Also reorder meta_display_open () and meta_display_close ()
to sort X11 and non-X11 specific members.
https://bugzilla.gnome.org/show_bug.cgi?id=759538
2018-07-06 19:47:16 +02:00
Fabio Tomat
2383801f7b
Update Friulian translation
2018-06-29 13:33:53 +00:00
Daniel Șerbănescu
8da95b17f5
Update Romanian translation
2018-06-17 19:38:55 +00:00
Jordi Mas
d535c1eb6d
Update Catalan translation
2018-06-17 10:31:36 +02:00
Yi-Jyun Pan
36b9551f92
Update Chinese (Taiwan) translation
2018-06-13 08:36:21 +00:00
Dz Chen
e8dc2acfca
Update Chinese (China) translation
2018-05-21 16:18:26 +00:00
Marcos Lans
d2a8cdfd7c
Update Galician translation
2018-05-15 22:33:40 +00:00
Daniel Șerbănescu
3b4319a87c
Update Romanian translation
2018-04-30 05:56:32 +00:00
Matej Urbančič
a1c34aad09
Updated Slovenian translation
2018-04-10 17:58:55 +02:00
Matej Urbančič
19e55b9a8c
Added Slovenian translation
2018-03-20 22:39:36 +01:00
Dušan Kazik
9ea9352c93
Update Slovak translation
2018-03-17 20:53:06 +00:00
Emin Tufan Çetin
bf5ac39d46
Update Turkish translation
2018-03-13 17:15:33 +00:00
Mart Raudsepp
06429b12e2
Update Estonian translation
2018-03-12 17:29:38 +00:00
Anders Jonsson
f1bbe5c251
Update Swedish translation
2018-03-11 20:28:03 +00:00
Chao-Hsiung Liao
27fef44d48
Update Chinese (Taiwan) translation
2018-03-10 12:20:08 +00:00
Ask Hjorth Larsen
675d429ba0
Updated Danish translation
2018-03-07 22:37:47 +01:00
Marek Cernocky
f4d754c934
Updated Czech translation
2018-03-07 19:33:55 +01:00
Fran Dieguez
15b7b40ea8
Update Galician translation
2018-03-03 13:18:53 +00:00
Aurimas Černius
81bff3eba6
Updated Lithuanian translation
2018-03-03 13:37:54 +02:00
Claude Paroz
da3fd8f7fb
Updated French translation
2018-03-03 11:19:13 +01:00
GNOME Translation Robot
6e125d9d04
Update Dutch translation
2018-03-01 18:56:38 +00:00
GNOME Translation Robot
80705018f9
Update Scottish Gaelic translation
...
(cherry picked from commit 543d031a55
)
2018-03-01 10:46:47 +00:00
Mario Blättermann
f39dacd451
Update German translation
2018-02-27 20:02:50 +00:00
Milo Casagrande
c93877abb5
Update Italian translation
2018-02-26 07:58:26 +00:00