summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Dutch translationgnome-3-32Nathan Follens2020-03-261-47/+85
|
* Use connector_type from mutter to fix detection of builtin display on NVIDIAJeremy Soller2019-06-284-14/+26
| | | (cherry picked from commit f5449adb5c25c60cbd1745eb8ae9ca06c283cde0)
* Update Lao translationSaikeo Kavhanxay2019-05-151-57/+109
|
* Update German translationTim Sabsch2019-05-121-32/+32
|
* Update Chinese (China) translationDz Chen2019-05-081-55/+80
|
* 3.32.23.32.2Kalev Lember2019-05-072-1/+7
|
* Fix sr@latin placementRafael Fontenelle2019-04-292-936/+423
| | | | | | | | | | | | | | | | | The "sr@latin.po" was placed inside "./desktop-docs/gpl/sr/", when should be in ./desktop-docs/gpl/sr@latin/". The wrongly placed translation file causes the following: 1- it is not recognized by Damned Lies (therefore, this contribution an't be seen in the translation management system); and 2- it won't be used to generated the intented documentation, This commit moves the contribution to the proper place: sr@latin/sr@latin.po (cherry picked from commit 26bf9a60da01d52183b3f440df45c2db142ffc2c)
* Update Serbian (Latin) translationМарко Костић2019-04-291-54/+68
|
* Prepare 3.32.1.23.32.1.2Michael Catanzaro2019-04-232-1/+9
|
* Correct CVE IDMichael Catanzaro2019-04-231-1/+1
|
* Prepare 3.32.1.13.32.1.1Michael Catanzaro2019-04-232-1/+7
|
* thumbnailer: fix incomplete TIOCSTI filteringMichael Catanzaro2019-04-131-1/+1
| | | | | | Fixes #112 See also: https://github.com/flatpak/flatpak/issues/2782
* Prepare 3.32.13.32.1Michael Catanzaro2019-04-092-2/+14
|
* Update French translationCharles Monzat2019-03-171-118/+121
| | | | (cherry picked from commit 166db4de17ecb67e050e0d03d7b72210669c306a)
* Update French translationCharles Monzat2019-03-171-195/+267
| | | | (cherry picked from commit 18b6f6148c4abc612abb4c22f7451c399c4a0277)
* 3.32.03.32.0Matthias Clasen2019-03-111-1/+1
|
* Revert "gnome-languages: Use uselocale to avoid threadsafety issues"Michael Catanzaro2019-03-071-28/+21
| | | This reverts commit 1f33beb651a641d0715e3b7ae014bc1acf48b816
* gnome-languages: Use uselocale to avoid threadsafety issuesMichael Catanzaro2019-02-251-21/+28
| | | | setlocale is MT-Unsafe!
* tests: Convert second wall clock test to uselocaleMichael Catanzaro2019-02-251-19/+23
|
* thumbnail: Only mount fontconfig cache if it existsTor Hedin Brønner2019-02-251-1/+1
|
* Update Basque translationAsier Sarasua Garmendia2019-02-231-272/+73
|
* Update Icelandic translationSveinn í Felli2019-02-211-43/+74
| | | | (cherry picked from commit d1ee213a6d3842dc1ae7078c34c699228ac8d0d8)
* tests: Further improve uselocale useageMichael Catanzaro2019-02-201-5/+7
|
* tests: unset language-related environment variablesJeremy Bicha2019-02-201-1/+6
| | | | | This fixes the tests in environments where these variables have been set, such as on developer's personal systems.
* tests: Use uselocale instead of setlocaleJeremy Bicha2019-02-201-3/+6
| | | | uselocale is generally recommend instead of setlocale as a safer choice.
* Prepare 3.31.913.31.91Abderrahim Kitouni2019-02-202-2/+8
|
* Update Greek translationEfstathios Iosifidis2019-02-171-43/+74
|
* ci: Don't require gnome-common or intltoolJeremy Bicha2019-02-121-2/+2
| | | | | We switched to meson and therefore don't use gnome-common or intltool any more.
* Update Catalan translationJordi Mas2019-02-101-38/+61
|
* ci: Don't fail on glib2 reinstallationBastien Nocera2019-02-071-1/+1
| | | | | If glib2 can't be reinstalled, then it'll probably be upgraded, which means that we'll get our new glib2 translations anyway.
* Prepare 3.31.903.31.90Michael Catanzaro2019-02-052-2/+9
|
* meson_options: Fix typoMichael Catanzaro2019-02-051-1/+1
|
* Update Hungarian translationBalázs Úr2019-02-031-117/+38
|
* tests: Check that setting the locale workedBastien Nocera2019-01-301-2/+3
|
* ci: Print out more debug during testsBastien Nocera2019-01-301-2/+2
|
* wall-clock: More debug in format functionBastien Nocera2019-01-301-0/+11
|
* ci: Add missing default font for testsBastien Nocera2019-01-301-1/+1
| | | | To make sure that we're comparing similar fonts.
* tests: Output reftest output in meson-logsBastien Nocera2019-01-301-2/+7
| | | | So that failed tests can have their data exported via the CI.
* ci: Upload uninstalled test results on failureBastien Nocera2019-01-301-1/+2
| | | | Upload the meson logs as well, if any test fails.
* thumbnail: Fix runtime warning getting a preview iconBastien Nocera2019-01-301-2/+4
| | | | | | | | If we tried to get a preview thumbnail for a file, but that preview icon did not exist, then we'd generate a warning trying to add a reference to that GIcon. Fixes: e629e46a5409589c0701dd00bc04e948ee22560a
* thumbnail: Fix slow thumbnailer due to missing font cacheBastien Nocera2019-01-303-0/+7
| | | | | | | | | On some distributions, the font cache doesn't live in /usr but in /var, which we don't allow access to when sandboxing the thumbnailers. Bind mount the fontconfig cache directory read-only if it lives outside /usr, to speed up thumbnailer startup. Closes: #90
* ci: Fix CI problems caused by uninstalled glib2 translationsBastien Nocera2019-01-301-0/+3
| | | | | | | | | | | The glib2 Hebrew translations were not getting installed since an update in the Fedora Docker image which blocked any non-English translations from being installed. Even though the glibc Hebrew translations were unaffected, the glib2 one still was, causing half of the wall clock to be translated (glibc-provided strings) and half not (glib2-provided strings). With help from Ray Strode.
* Update Japanese translationRyuta Fujii2019-01-091-65/+131
|
* 3.31.43.31.4Matthias Clasen2019-01-082-1/+8
|
* Add CONTRIBUTING.md to discourage bug reportsMichael Catanzaro2018-12-271-0/+5
|
* Revert "Update Greek translation"Piotr Drąg2018-12-251-145/+359
| | | | | | This reverts commit fe901848275df05d37f9c49205a7ecbde0381f7f. This is clearly a mistake.
* Update Greek translationEfstathios Iosifidis2018-12-251-359/+145
|
* Fix tags in Galician translationBastien Nocera2018-12-161-2/+2
| | | | Fixes: 775becfb96c5185e18198e64e6099e57edc7dab8
* thumbnail: Remove unneeded debug outputBastien Nocera2018-12-161-2/+0
| | | | Fixes: 5e8eed22db9795bc7c8fe8fc9ad399b97614b051
* build: seccomp is not supported on 32-bit sparcMart Raudsepp2018-12-141-1/+1
|