summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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*