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