summaryrefslogtreecommitdiff
path: root/loader
AgeCommit message (Expand)Author
2013-07-17Add a '-m' flag to unity-scope-loader to allow loading a scope shared James Henstridge
2013-07-01Rename Unity.AbstractScopeLoader to Unity.ScopeLoader, and include the James Henstridge
2013-07-01Extract scope loader logic into a class that can be shared with the James Henstridge
2013-06-27Add support for a '-g' argument to take a scope group configuration James Henstridge
2013-06-25Install unity-scope-loader.James Henstridge
2013-06-25Treat arguments to unity-scope-loader as scope IDs, and extract the James Henstridge
2013-06-25Namespace the plugin entry points.James Henstridge
2013-06-25Move test pluginsJames Henstridge
2013-06-20Make the scope loader no-inst for now: it doesn't yet represent the James Henstridge
2013-06-20Add API version check to scope loader.James Henstridge
2013-06-20Don't bother keeping a list of scopes around: the connectors now keep James Henstridge
2013-06-20Don't install the test scopes.James Henstridge
2013-06-06Don't install plugins to /usr/lib.James Henstridge
2013-06-06Use make_resident() to stop the library being unloaded rather than James Henstridge
2013-06-06Add a second scope, and make sure the scope loader doesn't close the James Henstridge
2013-06-05Add sample scope plugin.James Henstridge
2013-06-05Hold a reference to the list of scopes, since the D-Bus connectors don't James Henstridge
2013-06-04Skeleton scope loader example.James Henstridge