summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* appdata: Fix screenshots in the stable versiongnome-3-38Bastien Nocera2022-03-151-2/+2
| | | | | | | | | | We updated the screenshots that will be used for GNOME 42, but we still need to keep the old screenshots working for the old version. • attribute-invalid : <screenshot> width (1024) did not match specified (1043) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png] • attribute-invalid : <screenshot> height (576) did not match specified (657) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-videos.png] • attribute-invalid : <screenshot> width (1024) did not match specified (1043) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png] • attribute-invalid : <screenshot> height (576) did not match specified (657) [https://gitlab.gnome.org/GNOME/totem/raw/master/data/appdata/ss-player.png]
* flatpak: Disable librest examplesBastien Nocera2022-03-071-1/+1
| | | | | We don't need them, and they fail to compile, see: https://gitlab.gnome.org/GNOME/librest/-/merge_requests/16
* flatpak: Fix librest compilationBastien Nocera2022-03-071-0/+2
| | | | It now uses meson.
* build: Remove unused i18n.merge_file() "name"Bastien Nocera2022-03-072-2/+0
| | | | | data/meson.build:78:0: ERROR: Function does not take positional arguments. data/appdata/meson.build:3:0: ERROR: Function does not take positional arguments.
* Update Russian translationSergej A2022-02-071-1349/+3288
|
* Update Russian translationAleksandr Melman2022-02-041-287/+206
|
* 3.38.2V_3_38_2Bastien Nocera2021-10-123-1/+14
|
* dbusservice: Fix OpenUri not working anymoreDaniel Gorbea2021-10-121-1/+1
| | | | | | add_to_playlist_and_play() was removed in commit 67021249bb5311da03b2426e73df648e21a5dc59 so adapt to use the replacement add_to_playlist() function.
* main: Allow passing empty display name to add_to_playlist()Bastien Nocera2021-10-121-1/+1
|
* opensubtitles: Also handle MPL subtitlesIgnacy Kuchciński2021-10-121-0/+1
|
* autoload-subtitles: Auto-load MPL subtitle filesIgnacy Kuchciński2021-10-121-0/+1
|
* main: Add MPL subtitles to the filechooser filtersIgnacy Kuchciński2021-10-121-0/+2
|
* flatpak: Fix default branch name for libgdataBastien Nocera2021-10-121-1/+2
|
* Update Friulian translationFabio Tomat2021-09-161-26/+26
|
* po: Remove Breton translationBastien Nocera2021-06-292-2886/+0
| | | | | Its advertised license (GPLv2) isn't compatible with the package license (GPLv2+ with exception) so remove it.
* Update Occitan translationQuentin PAGÈS2021-06-181-36/+36
|
* 3.38.1V_3_38_1Bastien Nocera2021-06-153-1/+18
|
* build: Remove flatpak dir from the dist'ed tarballBastien Nocera2021-06-142-0/+13
| | | | | | We don't need to the flatpak devel bits in the tarball, and neither do we need the flathub shared-modules, including some Qt patches with complicated licenses.
* ci: Export test results and dist tarballs from CIBastien Nocera2021-06-141-0/+6
|
* flatpak: Update build system for libmediaartBastien Nocera2021-06-141-1/+2
|
* Update Occitan translationQuentin PAGÈS2021-05-121-770/+902
|
* Updated Spanish translationDaniel Mustieles2021-05-101-12/+15
|
* backend: Fix the logo not showing when there's no coverBastien Nocera2021-05-051-2/+1
| | | | | | | When playing audio-only, we would only try to draw an image when there was a cover, which means we never saw the application logo as a filler. Fixes: c0eb016979
* backend: Fix guard in bacon_video_widget_get_zoom()Bastien Nocera2021-05-041-1/+1
|
* data: Fix file validationwip/hadess/backend-fixesBastien Nocera2021-04-302-0/+2
| | | | | | | Because the file to validate wasn't created yet. /run/build/totem/_flatpak_build/data/appdata/org.gnome.Totem.appdata.xml: /run/build/totem/_flatpak_build/data/appdata/org.gnome.Totem.appdata.xml could not be read: Failed to open file “/run/build/totem/_flatpak_build/data/appdata/org.gnome.Totem.appdata.xml”: No such file or directory /run/build/totem/_flatpak_build/data/org.gnome.Totem.desktop: file does not exist
* backend: Always build test applicationBastien Nocera2021-04-301-14/+12
|
* backend: Simplify header gooBastien Nocera2021-04-301-8/+1
|
* backend: Fix misleading indentationBastien Nocera2021-04-301-1/+2
| | | | | | | | | | | | Oops. src/backend/bacon-video-widget.c: In function ‘bacon_video_widget_swipe’: src/backend/bacon-video-widget.c:966:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 966 | if ((direction & CLUTTER_SWIPE_DIRECTION_LEFT) || | ^~ src/backend/bacon-video-widget.c:969:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 969 | return CLUTTER_EVENT_PROPAGATE; | ^~~~~~
* backend: Simplify backend widget declarationBastien Nocera2021-04-302-811/+764
| | | | Using G_DECLARE_FINAL_TYPE().
* flatpak: build clutter and friendsAbderrahim Kitouni2021-04-131-0/+47
| | | | | | They are going to be removed from the runtime See https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1092
* 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.