summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* flatpak: Disable librest examplesBastien Nocera2022-02-021-1/+1
| | | | | We don't need them, and they fail to compile, see: https://gitlab.gnome.org/GNOME/librest/-/merge_requests/16
* recent: Fix warning for videos without known mime-typesBastien Nocera2022-02-011-0/+2
| | | | | | | | | When playing http://samples.mplayerhq.hu/yuv4mpeg2/example.y4m.bz2 the recent plugin would warn that: (totem:2254517): Gtk-WARNING **: 19:27:38.141: Attempting to add 'file:///home/hadess/Videos/example.y4m' to the list of recently used resources, but no MIME type was defined (totem:2254517): Totem-WARNING **: 19:27:38.141: Couldn't add recent file for 'file:///home/hadess/Videos/example.y4m' Use our app-specific mime-type to handle those cases.
* backend: Simplify enum classes generationBastien Nocera2022-01-283-67/+2
| | | | meson's gnome.mkenums_simple() is wholly adequate for this.
* backend: Remove non-working gestures implementationBastien Nocera2022-01-281-65/+0
| | | | | Will be re-added as part of: https://gitlab.gnome.org/GNOME/totem/-/issues/498
* main: Hide Zoom shortcuts and menu itemBastien Nocera2022-01-282-18/+0
| | | | It won't be implemented in the first pass at porting to gtkglsink.
* backend: Check for GTK GL pluginsBastien Nocera2022-01-281-1/+3
|
* ci: Install gstreamer1-plugins-good-gtkBastien Nocera2022-01-281-0/+1
| | | | To get the gtkglsink plugin.
* backend: Stop checking for goom pluginBastien Nocera2022-01-281-1/+0
| | | | Its usage was removed in c0eb01697968c670cb8393c8a481219f01c18f9a
* screenshot: Always show an errorBastien Nocera2022-01-271-4/+1
| | | | | Show an error if bacon_video_widget_can_get_frames() failed, even if it didn't return a GError.
* build: Add explicit gmodule and x11 dependenciesBastien Nocera2022-01-273-4/+13
| | | | As used by the plugin system and XInitThreads() respectively.
* backend: Remove VA-API disablementBastien Nocera2022-01-271-14/+0
| | | | This will be used in the future.
* backend: Remove enum to string helperBastien Nocera2022-01-271-21/+6
| | | | Replaced with g_enum_to_string()
* rotation: Handle empty rotation metadata as absentBastien Nocera2022-01-271-1/+1
| | | | | | Consider that empty rotation metadata is the same as absent rotation metadata. Useful as the "gio" utility doesn't have a way to unset metadata.
* opensubtitles: Search by title as fallbackIgnacy KuchciƄski2022-01-261-6/+22
| | | | | | | | | Currently the searching mechanism uses only moviehash and moviebytesize, which while giving the best results, in some cases fail. To increase success rate of finding subtitles, query the title as well if searching by moviehash and moviebytesize isn't enough. Closes: #478
* opensubtitles: Fix dialogue not showing upBastien Nocera2022-01-261-4/+3
| | | | | | plugin_load_interface() was removed in fd461b6571855f31cf48103a65a447c8ee3b110e and not replaced for the opensubtitles plugin. Do that now.
* Updated Danish translationAlan Mortensen2022-01-261-42/+62
|
* main: Override shadow-typeChristopher Davis2022-01-261-0/+1
| | | | | | | shadow-type is generally unused in new apps, and causes a double border that's most visible in high contrast mode. This commit overrides GdMainView's default shadow-type and removes the double border.
* main: Only force dark style after options are parsedBastien Nocera2022-01-261-6/+6
| | | | And the application is registered.
* main: Use libhandy to force the dark style preferenceChristopher Davis2022-01-264-3/+10
| | | | | | | Also ensures that we use hc-dark when highcontrast mode is set. Closes: #492
* ci: Install libhandy-devel in Fedora CIBastien Nocera2022-01-261-0/+1
|
* flatpak: Add libhandy moduleBastien Nocera2022-01-261-0/+16
|
* ci: Install a much newer glib2Bastien Nocera2022-01-261-0/+2
| | | | | With the fix to https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2435 so that gst-inspect (or yelp) don't hang indefinitely.
* ci: Build on Fedora 36Bastien Nocera2022-01-261-1/+1
|
* media-player-keys: Remove pluginBastien Nocera2022-01-266-328/+0
| | | | | | The server side has been obsoleted by MPRIS. See https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/268
* flatpak: Fix librest compilationBastien Nocera2022-01-261-0/+2
| | | | It now uses meson.
* Update Chinese (China) translationBoyuan Yang2022-01-241-1677/+2395
|
* Update Russian translationSergej A2022-01-211-1351/+3316
|
* variable-rate: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* skipto: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* screenshot: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* screensaver: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* save-file: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* rotation: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* properties: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* open-directory: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* media-player-keys: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* im-status: Simplify plugin declarationBastien Nocera2022-01-111-4/+0
|
* flatpak: Work-around git clone problems on gitlab.fd.oBastien Nocera2022-01-101-4/+3
| | | | By switching to a tarball.
* ci: Use Fedora 34Bastien Nocera2022-01-101-1/+1
| | | | Fedora 35 and rawhide both have meson hanging when run.
* ci: Don't install weak depsBastien Nocera2022-01-101-1/+1
| | | | They're not needed for building totem.
* ci: Don't install python3-typed_ast manuallyBastien Nocera2022-01-101-1/+0
| | | | See aa7daf0dc11e8c192573875d38e9973235c2abf6
* build: Remove unused i18n.merge_file() "name"Bastien Nocera2022-01-062-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.
* build: Add check kwarg to run_command() callsBastien Nocera2022-01-063-5/+5
| | | | | | | WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300
* Update Indonesian translationKukuh Syafaat2021-12-241-140/+128
|
* Updated Spanish translationDaniel Mustieles2021-11-161-133/+129
|
* Update French translationCharles Monzat2021-11-061-15/+30
|
* build: Fix typelib and gir versioningBastien Nocera2021-10-271-2/+2
| | | | | This '1.0' versioning isn't totem's version, but gobject-introspection's, so hard-code 1.0.
* Update Indonesian translationAndika Triwidada2021-10-061-11/+30
|
* Update Bulgarian translationAlexander Shopov2021-10-061-698/+711
|
* dbusservice: Fix OpenUri not working anymoreDaniel Gorbea2021-10-021-1/+1
| | | | | | add_to_playlist_and_play() was removed in commit 67021249bb5311da03b2426e73df648e21a5dc59 so adapt to use the replacement add_to_playlist() function.