summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* data: Remove unneeded "grep -v" elisionBastien Nocera2020-08-201-1/+1
|
* data: Fix Blu-ray mime-typeBastien Nocera2020-08-201-1/+1
| | | | It's bluray, not blueray.
* playlist: Add "print metadata" button in debug dialogueBastien Nocera2020-04-101-0/+15
|
* autoload-subtitles: Enable by defaultBastien Nocera2020-04-101-1/+1
| | | | Most users expect it to be enabled out of the box.
* appdata: Forward port release infoBastien Nocera2020-04-011-0/+8
|
* icons: Install the "normal" symbolic icon for nightlies tooBastien Nocera2019-09-261-0/+1
| | | | | | We want the usual symbolic icon to be used even for the nightlies, as a black and white version of the full-colour nightly icon isn't terribly readable.
* appdata: Update component typeBastien Nocera2019-09-261-1/+1
| | | | | | | | | | "desktop-application" is the new name for what was called "desktop" in the past, as explained in the appstream documentation: > The desktop-application component type is the same as the desktop component > type - desktop is the older type identifier for desktop-applications and > should not be used for new metainfo files, unless compatibility with very > old AppStream tools (pre 2016) is still wanted.
* appdata: Add missing tagsBilal Elmoussaoui2019-09-261-29/+12
|
* build: Add tests to validate schema fileBilal Elmoussaoui2019-09-261-0/+8
| | | | | The flatpak CI template already runs ninja tests for us. Let's use that to ensure the schema file is always valid.
* build: Add tests to validate appdata fileBilal Elmoussaoui2019-09-261-6/+16
| | | | | The flatpak CI template already runs ninja tests for us. Let's use that to ensure the appdata file is always valid.
* build: Add test to validate desktop fileBilal Elmoussaoui2019-09-261-8/+17
| | | | | The flatpak CI template already runs ninja tests for us. Let's use that to ensure the desktop file is always valid.
* build: Add support for building Nightly versionBastien Nocera2019-09-255-5/+7
| | | | | | | | This includes renaming a few files that mentioned org.gnome.Totem directly as we want the new nightly build to be parallel installable with a stable version, as org.gnome.Totem.Devel. Closes: #359
* icons: Tweak shadingJakub Steiner2019-09-251-1/+59
| | | | Minor shading tweaks
* icon: create a nightly app iconJakub Steiner2019-09-251-0/+1
| | | | | | | | - Provide a development variant of the app icon See https://gitlab.gnome.org/GNOME/Initiatives/issues/12 for more info. /label ~"9. Initiative: NightlyAppIcons"
* icon: adjust symbolicJakub Steiner2019-09-061-1/+1
| | | | | | - remove bounding box rectangle from symbolic Fixes https://gitlab.gnome.org/GNOME/totem/issues/350
* appdata: Update appdata for 3.34.0 releaseBastien Nocera2019-09-061-0/+11
|
* appdata: "Totem" isn't the application's visible nameBastien Nocera2019-08-011-1/+1
|
* icon: update app iconJakub Steiner2019-07-262-184/+2
| | | | | | - Modern, fresh, colorful and *not youtube* Fixes https://gitlab.gnome.org/GNOME/totem/issues/342
* brasero-disc-recorder: Remove Brasero pluginBastien Nocera2019-07-161-1/+0
| | | | | | | | | The plugin does not work in Flatpak, requires X11 to attach dialogues properly. A more generic solution should replace it. See https://gitlab.gnome.org/GNOME/totem/issues/337 Closes: #302
* plugins: Only write once to GSettings on startupBastien Nocera2019-07-121-1/+1
| | | | | | | | On startup, coalesce the writes to GSettings into a single write when it syncs the builtin plugins list. This write would only happen on the first run, or any time the list of builtin plugins changes. Closes: #145
* open-directory: Add new pluginMatthieu Gautier2019-07-121-0/+1
| | | | | | | Add a new plugin, open-directory to opens the containing directory of the playing video. Closes: #146
* desktop: Include "totem" in .desktop keywordsFelipe Borges2019-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GNOME Shell search results are forwarded from the results of GLib's g_desktop_app_info_search() function, which matches the Name, Exec, Keywords, GenericName, X_GNOME_FullName, and Comment keys from desktop files[0]. Since Totem is now named "Videos", a query for "totem" would match the "Exec" key and present the application in the search results as expected. Unfortunately that doesn't happen for Flaptaked Totem, which would get its desktop file "Exec" key overwritten to something such as Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=totem org.gnome.Totem --new-document This way, searching for "totem" when only the Flatpaked version of it is installed returns no results. Searching for "Videos" presents the application as expected. Its been proposed in GLib to parse the "Exec" key for searches but that was rejected[1] because it would imply establishing an API which assumes that the command line behavior of Flatpak would be stable/never-change. A fix was proposed in Flatpak directly[2] but it was rejected, leaving us with the only option of adding the historical/legacy application names to the "Keywords" key in their desktop files. Many users, such as myself, have the "muscle memory" of search for the old application's name, such as "totem", "gedit", "evince". Although I agree that the new names should be presented to new users and that the old ones shouldn't be visible in UI, it makes sense and little effort to support the search for the old names IMO. [0] https://gitlab.gnome.org/GNOME/glib/blob/master/gio/gdesktopappinfo.c#L378 [1] https://gitlab.gnome.org/GNOME/glib/issues/1706 [2] https://github.com/flatpak/flatpak/issues/2749
* appdata: Add "release" tagUmang Jain2019-04-031-0/+9
| | | | | | | The appdata validation is now more strict and has a mandatory requirement of the "release" tag [1] [1] https://github.com/hughsie/appstream-glib/pull/296
* main: Remove mention of chapters pluginBastien Nocera2019-02-263-96/+0
| | | | | | The "autoload chapters" setting doesn't do anything since the chapters plugin was first disabled with the UI redesign in GNOME 3.12, and then removed.
* data: Also don't advertise VCD support in mime-typesBastien Nocera2019-02-181-2/+4
|
* main: Save the starttime from the playlist parserBastien Nocera2019-02-171-0/+2
|
* properties: Move properties widget to plugin directoryBastien Nocera2019-02-112-693/+0
|
* appdata: Update appdata descriptionBastien Nocera2019-02-111-7/+3
| | | | | | Don't mention "Totem" in the name, remove list of external features that won't be present when using a Flatpak, and add some more "additional features" for that section.
* appdata: Update screenshots for 3.32Bastien Nocera2019-02-115-2/+2
| | | | As well as switching the URLs to GitLab ones.
* main: Remove app menuBastien Nocera2019-02-051-3/+11
| | | | | | | | | | | | | | Move items from the app menu to a menu button in the main window. This new hamburger menu will show in the content navigation/selection view and include the same items that were available in the app menu. As we do not want 2 hamburger menus in the player view, duplicate the preferences and keyboard shortcuts menu items in the player menu. See: https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement Closes: #265
* main: Change player view menu button iconsBastien Nocera2019-02-051-1/+1
| | | | | | | To accommodate a new main menu in the content navigation view, change the player view menu to use the "view more" icon (3 vertical dots). As that icon was already used for the "Go" menu inside the seekbar OSD, change that one to use the "go jump" icon.
* main: Remove Quit app menu itemBastien Nocera2019-02-041-5/+0
| | | | See https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement
* build: Adjust data/desktop.sh to avoid warningJeremy Bicha2019-01-142-2/+1
| | | | | | | $ ninja -C . totem-pot totem/data/org.gnome.Totem.desktop.in.in:19:0: warning: invalid non-blank line Thanks Iñigo Martínez for the suggestion.
* .desktop: Add translator hintsJeremy Bicha2019-01-141-0/+2
| | | | | | to warn them against translating the Icon file https://savannah.gnu.org/support/?108887
* icon: minor app icon adjustmentsJakub Steiner2018-12-101-112/+69
| | | | - grid size updates
* data: Remove gallery options from man pageBastien Nocera2018-10-172-9/+2
| | | | | | Fixes: a642fd97109c1802b9532924a12731677aabe65e Closes: #268
* icons: use baseline alignmentJakub Steiner2018-10-051-364/+104
| | | | | - all horizontal icons are baseline aligned rather than centered for they are presented with app name label most of the time.
* Fix invalid tag in appdataPatrick Griffis2018-08-101-1/+1
|
* data: Add frame stepping shortcuts to the listBastien Nocera2018-07-261-0/+14
| | | | Closes: #253
* icon: update icon assets for 3.30Sam Hewitt2018-07-2110-6405/+491
|
* 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
|
* data: Add support for M4B file in the thumbnailerBastien Nocera2018-03-081-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=769005
* 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
* data: Add audio/x-opus+ogg as a mime-typeDimitrios Christidis2017-10-041-0/+1
| | | | | | This enables the thumbnailer to process OPUS files. https://bugzilla.gnome.org/show_bug.cgi?id=788440
* Revert "build: Install appdata in the correct location"Jeremy Bicha2017-08-141-1/+1
| | | | | | | | This reverts commit 919ac2e891b4aae62e4f2b4900e607ddcdd2012c. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location https://bugzilla.gnome.org/show_bug.cgi?id=786260
* build: Replaced thumbnailer template fileIñigo Martínez2017-06-263-5/+2
| | | | | | | | | The totem.thumbnailer.in file, which is not used any more on the meson build port, has been replaced by the meson template, whose contents were used but renaming it in order to make its filename consistent with the rest of the files. https://bugzilla.gnome.org/show_bug.cgi?id=784179
* build: Renamed desktop fileIñigo Martínez2017-06-263-18/+1
| | | | | | | | | | | | | | | desktop file has been renamed to make use of the '.in.in' extension instead of the meson file, which was added to point the meson build system, to be consistent with the rest of the files. The '.in.in' extension has been chosen to denote two steps in its generation, being the first one the variable substitution and the second one the translation merge. org.gnome.Totem.desktop.in.in.in has also been removed which is unnecessary for the meson build port. https://bugzilla.gnome.org/show_bug.cgi?id=784179
* build: Use meson to translate desktop fileIñigo Martínez2017-06-262-5/+6
| | | | | | | Use of meson's translation features instead of intltool-merge and removed intltool markers. https://bugzilla.gnome.org/show_bug.cgi?id=784179
* build: Use of a variable for the AppStream XML file nameIñigo Martínez2017-06-251-2/+4
| | | | | | | The name of the AppStream XML has been moved to a variable making it less error prone. https://bugzilla.gnome.org/show_bug.cgi?id=784179