Merge lp://staging/~ted/policykit-unity8/initial-work into lp://staging/policykit-unity8
Proposed by
Ted Gould
Status: | Merged |
---|---|
Approved by: | Charles Kerr |
Approved revision: | 51 |
Merged at revision: | 5 |
Proposed branch: | lp://staging/~ted/policykit-unity8/initial-work |
Merge into: | lp://staging/policykit-unity8 |
Diff against target: |
7378 lines (+7040/-44) 41 files modified
.bzrignore (+13/-0) CMakeLists.txt (+57/-6) COPYING (+674/-0) data/CMakeLists.txt (+10/-0) data/unity8-policy-kit.conf.in (+7/-0) debian/changelog (+0/-5) debian/compat (+1/-0) debian/control (+34/-0) debian/copyright (+25/-0) debian/rules (+13/-0) docs/Doxyfile (+2427/-0) docs/Makefile (+216/-0) docs/conf.py (+300/-0) docs/index.rst (+127/-0) docs/interactions.dot (+21/-0) docs/requirements.txt (+1/-0) po/CMakeLists.txt (+39/-0) po/POTFILES.in (+13/-0) po/genpotfiles.sh (+6/-0) service/CMakeLists.txt (+26/-5) service/agent-glib.cpp (+123/-0) service/agent-glib.h (+30/-0) service/agent.cpp (+146/-0) service/agent.h (+85/-0) service/auth-manager.cpp (+160/-0) service/auth-manager.h (+64/-0) service/authentication.cpp (+432/-0) service/authentication.h (+102/-0) service/glib-thread.cpp (+166/-0) service/glib-thread.h (+93/-0) service/main.cpp (+28/-6) service/polkit-iface.cpp (+0/-7) service/polkit-iface.h (+0/-15) service/session-iface.cpp (+215/-0) service/session-iface.h (+59/-0) tests/CMakeLists.txt (+89/-0) tests/agent-test.cpp (+330/-0) tests/auth-manager-test.cpp (+234/-0) tests/authentication-test.cpp (+251/-0) tests/notifications-mock.h (+194/-0) tests/policykit-mock.h (+229/-0) |
To merge this branch: | bzr merge lp://staging/~ted/policykit-unity8/initial-work |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Charles Kerr (community) | Approve | ||
Review via email: mp+292568@code.staging.launchpad.net |
Commit message
Initial implementation of the agent.
Description of the change
Renamed project for: https:/
To post a comment you must log in.
I did a review on this before, assuming this is the same base with the requested rename?