summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gst: Block more plugins that can't be used for thumbnailingwip/hadess/more-blocked-gst-pluginsBastien Nocera2021-03-261-3/+14
| | | | See link to upstream issues from tracker-miners.
* Fix remote shares access with gvfsBastien Nocera2021-03-261-0/+1
| | | | | | | We need access to $XDG_RUNTIME_DIR/gvfsd because of: https://gitlab.gnome.org/GNOME/gvfs/-/issues/515#note_919326 but we were lacking access to $XDG_RUNTIME_DIR/gvfs which meant no FUSE access to files.
* Update Turkish translationSabri Ünal2021-03-231-2/+2
|
* Update Vietnamese translationNgọc Quân Trần2021-03-201-92/+127
|
* Update Brazilian Portuguese translationRafael Fontenelle2021-03-171-12/+15
|
* Updated Czech translationMarek Černocký2021-03-141-1/+1
|
* Update Hungarian translationBalázs Úr2021-03-131-57/+51
|
* Update Catalan translationJordi Mas2021-03-101-9/+9
|
* Update Hungarian translationBalázs Meskó2021-02-261-43/+41
|
* Update Galician translationFran Dieguez2021-02-241-48/+42
|
* Update Catalan translationJordi Mas2021-02-221-2/+2
|
* Update Punjabi translationA S Alam2021-02-141-176/+131
|
* Update Portuguese translationHugo Carvalho2021-02-111-104/+39
|
* Update Friulian translationFabio Tomat2021-01-161-14/+14
|
* Update Catalan translationJordi Mas2021-01-081-156/+154
|
* Update Catalan translationJordi Mas2021-01-061-5/+5
|
* Update Catalan translationJordi Mas2020-12-291-262/+44
|
* Update Norwegian Bokmål translationKjartan Maraas2020-11-301-685/+672
|
* Remove compulsory_for_desktopMichael Catanzaro2020-11-231-1/+0
| | | https://gitlab.gnome.org/GNOME/gnome-software/-/issues/445
* data: Remove application/ogg from the supported mime-typesBastien Nocera2020-11-101-1/+1
| | | | | | | | | | Both the audio/ogg and video/ogg mime-types are subclasses of application/ogg. Seeing as we only support the video subclass (see e4a1aaf7d9d3b2c50e2540d5d7f0059ffa30c26b), remove application/ogg from the supported mime-types. This will also stop the “Default Applications” panel in GNOME's Settings from listing Videos as a potential audio player.
* ci: Disable pylint checksBastien Nocera2020-11-101-0/+2
| | | | | | | pylint's performance has regressed so much that it needs 10 times longer to process files, which butts against any reasonable CI test timeouts. See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
* pythonconsole: Disable pylint E1101 again for newer pylintBastien Nocera2020-11-101-2/+1
| | | | | It seems the error disabling markup doesn't work with newer versions of pylint (pylint 2.6.0).
* Add Kabyle translationYacine Bouklif2020-10-232-0/+1866
|
* ci: flatpak: remove meson-args variablealatiera/remove-mesonargsJordan Petridis2020-10-062-4/+0
| | | | | | | | | | | | The CI template was reworked to be able to parse the build args from the manifest itself so we no longer need to write them manually. The template is no longer making use of the MESON_ARGS var. If you need to override the args of the manifest use CONFIG_OPTS [2] [1] https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/15 [2] https://gitlab.gnome.org/GNOME/citemplates/-/merge_requests/23#note_881242
* Update Indonesian translationAndika Triwidada2020-10-041-7/+6
|
* backend: Don't throw error when EOS'ing an MPEG fileBastien Nocera2020-09-291-1/+31
| | | | | | | When seeking an MPEG file past the end, mpeg2dec would throw an error about "No valid frames decoded before end of stream". Catch that error and emit an EOS message instead, so that we don't block MPEG playback every second.
* Update Hebrew translationYosef Or Boczko2020-09-281-99/+72
|
* Update Friulian translationFabio Tomat2020-09-221-49/+49
|
* main: Make XF86Back go back up a level in libraryignapk2020-09-211-1/+6
| | | | | | | | | | | | | | | | Currently XF86Back key triggers the same action as XF86AudioPrev, which is seeking previous media in current playlist. In other GNOME apps like epiphany and nautilus XF86Back is used to navigate back in the UI, which makes totem behaviour inconsistent. On the other hand, totem doesn't have a strong spatial navigation between sections so navigating the playlist is more useful than between pages. With that in mind, make it possible to use XF86Back to go back up a level when in the library. Fixes https://gitlab.gnome.org/GNOME/totem/-/issues/367
* Update Friulian translationFabio Tomat2020-09-201-11/+11
|
* Update Polish translationPiotr Drąg2020-09-192-0/+0
|
* ci: Remove duplicate package nameBastien Nocera2020-09-181-1/+0
|
* menu: Fix "Undetermined" appearing in menu itemsBastien Nocera2020-09-171-2/+4
| | | | | | | | | | | Due to recent changes in gst-plugins-base, some languages without a 2 letter-code are now getting mapped to languages using gst_tag_get_language_name(). Which isn't a problem, except that we were relying on gst_tag_get_language_name("und") returning NULL. Check for "und" manually so that track menus get named properly. See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/785
* Update Catalan translationJordi Mas2020-09-121-8/+8
|
* Update Latvian translationRūdolfs Mazurs2020-09-121-9/+9
|
* ci: Also test dist'ingBastien Nocera2020-09-101-0/+1
| | | | | So we can't merge and tag MRs for new releases without updating the appdata. *sigh*
* appdata: Add 3.38.0 release infoV_3_38_0-fixedBastien Nocera2020-09-101-0/+8
|
* Update Italian translationGianvito Cavasoli2020-09-101-42/+73
|
* 3.38.0V_3_38_0Bastien Nocera2020-09-102-1/+4
|
* Updated Danish translationAsk Hjorth Larsen2020-09-081-2322/+1014
|
* Update Hungarian translationBalázs Meskó2020-09-061-40/+71
|
* Updated Danish translationAsk Hjorth Larsen2020-09-061-1081/+78
|
* Update French translationCharles Monzat2020-09-061-8/+11
|
* Update British English translationZander Brown2020-09-011-91/+113
|
* flatpak: Also allow access to the Downloads directoryBastien Nocera2020-09-011-1/+2
| | | | As we're indexing the first level of it.
* flatpak: Use --fallback-x11 socketcorecontingency2020-09-011-1/+1
| | | | | | | This prevents sandbox escape via X11 when using wayland. This option was introduced in flatpak version 0.11.3. See https://github.com/flathub/flathub/issues/1452
* build: Don't require update appdata for devel releases3.37.90Bastien Nocera2020-09-011-6/+15
|
* 3.37.90Bastien Nocera2020-08-312-1/+15
|
* Update Serbian translationМарко Костић2020-08-311-76/+101
|
* Update Korean translationChangwoo Ryu2020-08-301-39/+64
|