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