summaryrefslogtreecommitdiff
path: root/src/plugins/totem-plugins-engine.c
Commit message (Expand)AuthorAgeFilesLines
* plugins: Simplify TotemPluginsEngine declarationBastien Nocera2022-03-311-32/+21
* plugins: Replace deprecated g_type_class_add_private()Gabor Karsay2019-09-261-5/+2
* plugins: Only write once to GSettings on startupBastien Nocera2019-07-121-1/+5
* plugins: Remove obsolete commentBastien Nocera2019-07-121-2/+0
* plugins: Remove commented declarationsBastien Nocera2019-07-121-6/+1
* Revert "plugins: Don't save builtin plugins to GSettings"Bastien Nocera2016-03-111-59/+13
* plugins: Don't save builtin plugins to GSettingsLars Uebernickel2015-12-041-13/+59
* all: Add names to timeouts and idlesBastien Nocera2014-02-281-0/+1
* Load python3 loaderIgnacio Casal Quinteiro2013-04-301-1/+1
* Update to libpeas 1.1 deprecationsIgnacio Casal Quinteiro2011-07-091-2/+2
* Bug 642877 — Make sure all builtin plugins are in the active-plugins listPhilip Withnall2011-02-271-0/+12
* Update totem against latest libpeas API changes.Steve Frécinaux2011-02-141-0/+2
* Break a reference cycle in TotemPluginsEnginePhilip Withnall2010-12-201-15/+32
* Ensure totem_plugins_engine_get_default() always returns a new referencePhilip Withnall2010-12-201-1/+1
* Fix GSetting binding sensitivitiesPhilip Withnall2010-12-151-1/+1
* Move from peas-ui to peas-gtkPhilip Withnall2010-12-141-1/+1
* Rename plugin files for new libpeas APIBastien Nocera2010-10-041-2/+0
* Update to compile against latest libpeasBastien Nocera2010-10-041-12/+5
* Port to GSettingsPhilip Withnall2010-09-041-128/+11
* Fix run-time warning wrt libpeas changesBastien Nocera2010-08-201-1/+0
* Require libpeas 0.5.4Bastien Nocera2010-08-061-1/+3
* Update builtin plugin support in line with the latest libpeas changesPhilip Withnall2010-07-141-32/+3
* Re-enable Python plugins supportPhilip Withnall2010-06-271-4/+2
* Update for latest libpeas API changesBastien Nocera2010-06-161-3/+3
* Disable the Python loader for nowBastien Nocera2010-06-161-0/+4
* Add GConf state handling for pluginsBastien Nocera2010-06-161-3/+29
* Port to libpeas for plugin handlingBastien Nocera2010-06-161-657/+188
* Use accessor functions instead direct accessJavier Jardón2010-02-121-1/+1
* Fixed some strict gcc warningsPhilip Withnall2009-07-181-2/+6
* Patch from Philip Withnall <philip@tecnocode.co.uk> to allow builtinBastien Nocera2009-02-161-16/+22
* Cleanups to fix a few warnings when building with more gcc warning flagsPhilip Withnall2009-01-041-0/+5
* Use g_timeout_add_seconds instead of g_timeout_add where possible to allowPhilip Withnall2008-12-121-1/+11
* Standardise debug output from the plugin system to use the D() macro.Philip Withnall2008-11-231-3/+2
* Use single GTK+/GLib includes.Cosimo Cecchi2008-11-101-1/+1
* Don't ever disable an invisible pluginBastien Nocera2008-09-071-4/+8
* When we fail to activate a plugin, set its GConf key to FALSE, otherwiseBastien Nocera2008-08-271-9/+8
* Clean up a couple of memory leaks, clean up disposal/finalization on a fewPhilip Withnall2008-02-051-0/+1
* A bunch of cleanups of various sorts.Kjartan Maraas2007-11-211-1/+1
* Plug a tiny memory leak. (#498076)Matthias Clasen2007-11-191-0/+1
* Add support for Python and Vala plugins (Closes: #439557)Philip Withnall2007-06-111-13/+9
* Add exception clauses to the above mentioned filed, thanks to theBastien Nocera2007-05-131-1/+1
* Don't crash on exit when launching remote commands to an existing instanceBastien Nocera2007-05-031-4/+8
* Add support for plugin activation failure. Fix an uninitialized variable.Jan Arne Petersen2007-04-261-5/+12
* Move the allowed plugins list to the topBastien Nocera2007-04-121-0/+1
* Turn Totem into a TotemObject, remove calling the screensaver directly,Bastien Nocera2007-04-031-0/+742