summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Flatpak: Add workaround for a goa issue.flatpak-builder-fixJordan Petridis2018-07-251-1/+1
| | | | | | | gnome-online-accounts produces a ton of warnings about _FORTIFY_SOURCE cause the build to fail. gnome-online-accounts#10
* Updated Spanish translationDaniel Mustieles2018-07-241-7/+2
|
* opensubtitles: Remove debug messages from outputBastien Nocera2018-07-211-2/+0
|
* icon: update icon assets for 3.30Sam Hewitt2018-07-2110-6405/+491
|
* opensubtitles: Fix a function signatureMathieu Bridon2018-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | Commit 6afabc102b4ac50cbf4497847fceeaae1dfa07f5 changed the method signature to please pylint: - def _show_dialog (self, params, _): + def _show_dialog (self, _): This effectively makes the method take a single parameter instead of two. However the method is typically called with two arguments. (it is an action callback) This completely broke the OpenSubtitles plugin, which wasn't able to show its dialog any more. This commit makes the code ignore all parameters of the method, so Pylint is still happy, but fixes the issue.
* build: Fix error before error when vala is missingBastien Nocera2018-06-271-1/+1
| | | | | | | | Instead of: str = 'you need vala ' + vala_req_version + ' installed to use vala plugins' you'd get: meson.build:225:6: ERROR: Unknown variable "vala_req_version". because vala_req_version isn't defined in the right scope.
* 3.26.1V_3_26_1Bastien Nocera2018-06-152-1/+11
|
* Revert "properties: Require nautilus-extension 3.28.0"Bastien Nocera2018-06-152-2/+3
| | | | | | | We're about to release a 3.26.x release, so don't require 3.28.x components. This reverts commit b0d0b677df4b57e17a313aef292a8c1865492fcc.
* pythonconsole: Fix the python console plugin not showing a menu itemBastien Nocera2018-06-151-1/+1
| | | | | | | "__all__" is used to import modules from a Python package, but ours was not exporting its main plugin class, making it a no-op. Closes: #232
* appdata: Add OARS metadatanick richards2018-06-151-0/+29
| | | | | | See https://hughsie.github.io/oars/ Closes: !1
* data: Fix warnings about unused variables in mime-types arraysBastien Nocera2018-06-151-10/+4
|
* samplepython: Fix pylint warningsBastien Nocera2018-06-141-3/+3
|
* pythonconsole: Fix pylint warningsBastien Nocera2018-06-142-29/+29
|
* opensubtitles: Fix pylint warningsBastien Nocera2018-06-143-47/+49
|
* dbusservice: Fix pylint warningsBastien Nocera2018-06-141-51/+50
|
* build: Don't warn about spaces before brackets in PythonBastien Nocera2018-06-141-1/+1
| | | | You don't get to tell me about how to live my life!
* build: Make pylint optionalBastien Nocera2018-06-145-6/+14
|
* build: Re-add pylint testsBastien Nocera2018-06-146-63/+10
| | | | They were never ported from autotools, even leaving the file around.
* build: Add CIBastien Nocera2018-06-141-0/+8
| | | | | With vala support disabled for now: https://github.com/mesonbuild/meson/issues/1994
* properties: Require nautilus-extension 3.28.0Bastien Nocera2018-06-142-3/+2
| | | | And switch headers to avoid compile-time warnings.
* gst: Fix GstMemory memory leakBastien Nocera2018-06-141-0/+1
| | | | | | Spotted by denniswbb@web.de Closes: #177
* Add croatian manual translationgoranvid2018-04-082-0/+2244
|
* Update Galician translationMarcos Lans2018-03-141-516/+538
|
* Update Estonian translationMart Raudsepp2018-03-131-570/+1248
|
* Update French translationCharles Monzat2018-03-121-294/+312
|
* Update British English translationBruce Cowan2018-03-091-188/+243
|
* data: Add support for M4B file in the thumbnailerBastien Nocera2018-03-081-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769005
* Update Romanian translationDaniel Șerbănescu2018-03-071-541/+401
|
* build: Improve documentation generationIñigo Martínez2018-03-011-18/+9
| | | | | | | | | | Some of the parameters used in documentation generation are duplicated because many of them are already added by meson. The `src` directory is the only one that has been left as there is no need for the rest. The references has also been fixed by using the proper path.
* build: Use template files for enums generationIñigo Martínez2018-03-013-24/+71
| | | | | | | | The data contents for the enum related files are stored in the build files. This patch moves this information to template files to be used along with glib-mkenums.
* build: Remove meson build file from docs directoryIñigo Martínez2018-03-012-2/+1
| | | | | | | | The meson build file in `docs` directory is used only to include the `reference` directory. The file has been removed and the full `docs/reference` path is used from the root source directory.
* build: Improve debug handlingIñigo Martínez2018-03-011-17/+8
| | | | | | | | | | | totem is considered a debug build if the build type is not `release`. However this is wrong, because `plain` type should not be considered a debug build. The way compiler flags are handled on debug build has also been changed by taking advantage of the `get_supported_arguments` helper function. This function was added in 0.43, so meson's version has been bumped.
* build: Use LINGUAS file on help generationIñigo Martínez2018-03-012-34/+30
| | | | | | | The `linguas` parameter is deprecated when generating help with yelp. The languages to be used along with `linguas` parameter have been moved to the `LINGUAS` file.
* build: Remove unnecessary variables and definesIñigo Martínez2018-03-011-31/+14
| | | | | | | There are a number of variables and defines that were available in autotools and were ported to meson that are actually not necessary. Anything unnecessary has been removed.
* build: Remove unnecessary default optionsIñigo Martínez2018-02-281-5/+1
| | | | | | | `warning_level` is already 1 by default in meson, so it's not necessary to set this value as default option. The C99 standard was also incorrectly introduced in the meson port.
* Update Scottish Gaelic translationGNOME Translation Robot2018-02-231-247/+300
|
* Fix GSettings default value translationsPiotr Drąg2018-02-223-3/+3
|
* Update Galician translationMarcos Lans2018-02-211-1462/+1182
|
* Update Croatian translationgogo2018-02-201-108/+100
|
* Update Polish translationPiotr Drąg2018-02-081-10/+10
|
* Update Afrikaans translationPieter Schalk Schoeman2018-01-291-29/+37
|
* Update Afrikaans translationPieter Schalk Schoeman2018-01-281-2237/+2170
|
* build: fix libtotem_gir dependency for vala pluginsChristian Hergert2018-01-101-1/+1
| | | | | This should fix both local builds which are racing against this and the flatpak build which has failed a number of times.
* data: Add MJPEG mime-typeBastien Nocera2018-01-091-0/+1
| | | | | | | Add video/x-mjpeg as handled, so a double-click will launch it in Videos, not in eog. See https://bugzilla.gnome.org/show_bug.cgi?id=792325
* Update Esperanto translationKristjan SCHMIDT2017-12-221-200/+113
|
* thumbnailer: Blacklist video4linux2 pluginRobert McQueen2017-11-201-1/+2
| | | | | | | | On most V4L2 platforms supported by GStreamer, there are a finite number of M2M decoders and if the thumbnailer is using them, it prevents the user from playing back their real video. https://bugzilla.gnome.org/show_bug.cgi?id=790491
* thumbnailer: Blacklist GStreamer plugins rather than featuresRobert McQueen2017-11-201-18/+10
| | | | | | | This avoids the need to check multiple entries and changing feature names in upstream GStreamer. https://bugzilla.gnome.org/show_bug.cgi?id=790491
* Added nbKjartan Maraas2017-11-121-0/+1
|
* Added Norwegian bokmål translation from Sjur Hamre.Kjartan Maraas2017-11-121-0/+2712
|
* Update Polish translationPiotr Drąg2017-11-011-260/+249
|