Revision 905695
Go back to digest for 11th January 2009Other in Networking Tools
George Goldberg committed changes in /trunk/playground/network/telepathy-accountmanager-kwallet:
Initial commit of telepathy-accountmanager-kwallet.
Please read the README file before attempting to build or use this program.
In its current state it roughly implements the telepathy SPEC for AccountManager and Account interfaces.
It stores the data in KWallet. It has numerous bugs, and is sure to also have some SPEC compliance issues, as I have literally just finished writing it.
Testing is welcome and appreciated.
It also has a unit-testing infrastructure in place and some basic tests already written.
File Changes
Added 37 files
- /trunk/playground/network/telepathy-accountmanager-kwallet
- /.gitignore
- /cmake
- /CMakeLists.txt
- /INSTALL
- /README
- /scripts
- /src
- /tests
- /TODO
- /tools
- /xml
- /cmake/modules
- /scripts/generate-dbus-adaptors.sh
- /scripts/README
- /src/account.cpp
- /src/account.h
- /src/accountdataserialization.cpp
- /src/accountdataserialization.h
- /src/accountmanager.cpp
- /src/accountmanager.h
- /src/adaptors
- /src/CMakeLists.txt
- /src/main.cpp
- /tests/accountmanager-createaccount.cpp
- /tests/CMakeLists.txt
- /tests/donothing.cpp
- /tests/lib.cpp
- /tests/lib.h
- /tools/with-session-bus.sh
- /xml/account.xml
- /xml/accountmanager.xml
- /cmake/modules/FindTelepathyQt4.cmake
- /src/adaptors/accountadaptor.cpp
- /src/adaptors/accountadaptor.h
- /src/adaptors/accountmanageradaptor.cpp
- /src/adaptors/accountmanageradaptor.h
- /src/adaptors/README
37 files changed in total