summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: Add check kwarg to run_command() callsBastien Nocera2022-01-061-2/+2
* build: Fix typelib and gir versioningBastien Nocera2021-10-271-2/+2
* dbusservice: Fix OpenUri not working anymoreDaniel Gorbea2021-10-021-1/+1
* main: Allow passing empty display name to add_to_playlist()Bastien Nocera2021-10-021-1/+1
* opensubtitles: Also handle MPL subtitlesIgnacy Kuchciński2021-10-011-0/+1
* autoload-subtitles: Auto-load MPL subtitle filesIgnacy Kuchciński2021-10-011-0/+1
* main: Add MPL subtitles to the filechooser filtersIgnacy Kuchciński2021-10-011-0/+2
* preferences: Rename preferences to totem-preferences-dialog.*Georges Basile Stavracas Neto2021-06-294-5/+5
* preferences: GTKify constructorGeorges Basile Stavracas Neto2021-06-293-12/+9
* preferences: Setup dialog in the constructed phaseGeorges Basile Stavracas Neto2021-06-291-58/+67
* preferences: Pass TotemObject during constructionGeorges Basile Stavracas Neto2021-06-291-1/+58
* preferences: Add TotemPreferencesDialogGeorges Basile Stavracas Neto2021-06-293-72/+111
* preferences: Bind some labels' visibility to their corresponding rangesGeorges Basile Stavracas Neto2021-06-291-2/+0
* preferences: Move hide-on-delete signals to preferences.uiGeorges Basile Stavracas Neto2021-06-291-4/+0
* preferences: Remove forward declaration of non-existing functionGeorges Basile Stavracas Neto2021-06-291-1/+0
* preferences: Set font chooser button title in preferences.uiGeorges Basile Stavracas Neto2021-06-291-2/+0
* preferences: Embed preferences.ui as a GResourceGeorges Basile Stavracas Neto2021-06-292-1/+4
* preferences: Set dialog modality in the .ui fileGeorges Basile Stavracas Neto2021-06-291-1/+0
* object: Move prefs creation to totem-preferences.cGeorges Basile Stavracas Neto2021-06-292-6/+6
* preferences: Remove unnecessary assignmentGeorges Basile Stavracas Neto2021-06-291-1/+0
* totem: Remove unused headerGeorges Basile Stavracas Neto2021-06-291-1/+0
* im-status: Return if the dbus callback has been cancelledcrvi2021-05-111-6/+8
* main: Make totem_interface_get_full_path() privateBastien Nocera2021-05-112-2/+2
* main: Make totem_interface_load_with_full_path() privateBastien Nocera2021-05-112-6/+6
* main: Remove unused totem_interface_error_with_link()Bastien Nocera2021-05-112-42/+0
* main: Remove TOTEM_RUN_IN_SOURCE_TREE ifdef'sBastien Nocera2021-05-112-32/+2
* plugins: Remove unused totem_plugin_find_file()Bastien Nocera2021-05-112-65/+0
* plugins: Remove totem_plugin_load_interface()Bastien Nocera2021-05-112-41/+0
* screenshot: Use GResources to load UI fileBastien Nocera2021-05-113-10/+15
* skipto: Use GResources to load UI fileBastien Nocera2021-05-113-13/+15
* backend: Remove unused BVW_INFO_COVERBastien Nocera2021-05-062-19/+0
* backend: Remove cover supportBastien Nocera2021-05-051-69/+10
* backend: Remove _set_logo() callBastien Nocera2021-05-054-37/+18
* backend: Remove mentions of visualisationsBastien Nocera2021-05-051-6/+3
* backend: Remove "logo-mode" propertyBastien Nocera2021-05-055-215/+113
* 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
* backend: Simplify backend widget declarationBastien Nocera2021-04-302-811/+764
* gst: Block more plugins that can't be used for thumbnailingwip/hadess/more-blocked-gst-pluginsBastien Nocera2021-03-261-3/+14
* pythonconsole: Disable pylint E1101 again for newer pylintBastien Nocera2020-11-101-2/+1
* backend: Don't throw error when EOS'ing an MPEG fileBastien Nocera2020-09-291-1/+31