index
:
delta/gnome/totem.git
BRANCH-GSTREAMER-0_9
LIBEPC
abderrahim/clutter-flatpak
alatiera/flathub-beta
alatiera/remove-mesonargs
barthalion/gnome-runtime-images-quay
baserock/V_3_18_1
flatpak-builder-fix
gallery-parameters-fix
gnome-2-10
gnome-2-12
gnome-2-14
gnome-2-16
gnome-2-18
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-30
gnome-2-32
gnome-3-0
gnome-3-10
gnome-3-12
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-2
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-38
gnome-3-4
gnome-3-6
gnome-3-8
gnome-42
gnome-43
mallard-documentation
master
mcatanzaro/music-keyword
plugin-api-cleanup
sam/grilo-subproject
wip/exalm/build
wip/hadess/add-ci
wip/hadess/backend-fixes
wip/hadess/bump-pylint-timeouts
wip/hadess/dark-mode-pref
wip/hadess/disable-languages
wip/hadess/glsink
wip/hadess/more-blocked-gst-plugins
wip/hadess/no-application-ogg
wip/hadess/rate-2nd-file
wip/hadess/re-enable-pylint
wip/hadess/screenshot-again
wip/hadess/series-page
wip/hadess/shortcuts-labels
wip/hadess/track-titles
wip/inigomartinez/meson-improve
wip/jimmac/app-icon-tweaks
wip/kalev/codecs
wip/pcutler
wip/python3
gitlab.gnome.org: GNOME/totem.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
totem-plugins-engine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugins: Simplify TotemPluginsEngine declaration
Bastien Nocera
2022-03-31
1
-32
/
+21
*
plugins: Replace deprecated g_type_class_add_private()
Gabor Karsay
2019-09-26
1
-5
/
+2
*
plugins: Only write once to GSettings on startup
Bastien Nocera
2019-07-12
1
-1
/
+5
*
plugins: Remove obsolete comment
Bastien Nocera
2019-07-12
1
-2
/
+0
*
plugins: Remove commented declarations
Bastien Nocera
2019-07-12
1
-6
/
+1
*
Revert "plugins: Don't save builtin plugins to GSettings"
Bastien Nocera
2016-03-11
1
-59
/
+13
*
plugins: Don't save builtin plugins to GSettings
Lars Uebernickel
2015-12-04
1
-13
/
+59
*
all: Add names to timeouts and idles
Bastien Nocera
2014-02-28
1
-0
/
+1
*
Load python3 loader
Ignacio Casal Quinteiro
2013-04-30
1
-1
/
+1
*
Update to libpeas 1.1 deprecations
Ignacio Casal Quinteiro
2011-07-09
1
-2
/
+2
*
Bug 642877 — Make sure all builtin plugins are in the active-plugins list
Philip Withnall
2011-02-27
1
-0
/
+12
*
Update totem against latest libpeas API changes.
Steve Frécinaux
2011-02-14
1
-0
/
+2
*
Break a reference cycle in TotemPluginsEngine
Philip Withnall
2010-12-20
1
-15
/
+32
*
Ensure totem_plugins_engine_get_default() always returns a new reference
Philip Withnall
2010-12-20
1
-1
/
+1
*
Fix GSetting binding sensitivities
Philip Withnall
2010-12-15
1
-1
/
+1
*
Move from peas-ui to peas-gtk
Philip Withnall
2010-12-14
1
-1
/
+1
*
Rename plugin files for new libpeas API
Bastien Nocera
2010-10-04
1
-2
/
+0
*
Update to compile against latest libpeas
Bastien Nocera
2010-10-04
1
-12
/
+5
*
Port to GSettings
Philip Withnall
2010-09-04
1
-128
/
+11
*
Fix run-time warning wrt libpeas changes
Bastien Nocera
2010-08-20
1
-1
/
+0
*
Require libpeas 0.5.4
Bastien Nocera
2010-08-06
1
-1
/
+3
*
Update builtin plugin support in line with the latest libpeas changes
Philip Withnall
2010-07-14
1
-32
/
+3
*
Re-enable Python plugins support
Philip Withnall
2010-06-27
1
-4
/
+2
*
Update for latest libpeas API changes
Bastien Nocera
2010-06-16
1
-3
/
+3
*
Disable the Python loader for now
Bastien Nocera
2010-06-16
1
-0
/
+4
*
Add GConf state handling for plugins
Bastien Nocera
2010-06-16
1
-3
/
+29
*
Port to libpeas for plugin handling
Bastien Nocera
2010-06-16
1
-657
/
+188
*
Use accessor functions instead direct access
Javier Jardón
2010-02-12
1
-1
/
+1
*
Fixed some strict gcc warnings
Philip Withnall
2009-07-18
1
-2
/
+6
*
Patch from Philip Withnall <philip@tecnocode.co.uk> to allow builtin
Bastien Nocera
2009-02-16
1
-16
/
+22
*
Cleanups to fix a few warnings when building with more gcc warning flags
Philip Withnall
2009-01-04
1
-0
/
+5
*
Use g_timeout_add_seconds instead of g_timeout_add where possible to allow
Philip Withnall
2008-12-12
1
-1
/
+11
*
Standardise debug output from the plugin system to use the D() macro.
Philip Withnall
2008-11-23
1
-3
/
+2
*
Use single GTK+/GLib includes.
Cosimo Cecchi
2008-11-10
1
-1
/
+1
*
Don't ever disable an invisible plugin
Bastien Nocera
2008-09-07
1
-4
/
+8
*
When we fail to activate a plugin, set its GConf key to FALSE, otherwise
Bastien Nocera
2008-08-27
1
-9
/
+8
*
Clean up a couple of memory leaks, clean up disposal/finalization on a few
Philip Withnall
2008-02-05
1
-0
/
+1
*
A bunch of cleanups of various sorts.
Kjartan Maraas
2007-11-21
1
-1
/
+1
*
Plug a tiny memory leak. (#498076)
Matthias Clasen
2007-11-19
1
-0
/
+1
*
Add support for Python and Vala plugins (Closes: #439557)
Philip Withnall
2007-06-11
1
-13
/
+9
*
Add exception clauses to the above mentioned filed, thanks to the
Bastien Nocera
2007-05-13
1
-1
/
+1
*
Don't crash on exit when launching remote commands to an existing instance
Bastien Nocera
2007-05-03
1
-4
/
+8
*
Add support for plugin activation failure. Fix an uninitialized variable.
Jan Arne Petersen
2007-04-26
1
-5
/
+12
*
Move the allowed plugins list to the top
Bastien Nocera
2007-04-12
1
-0
/
+1
*
Turn Totem into a TotemObject, remove calling the screensaver directly,
Bastien Nocera
2007-04-03
1
-0
/
+742