1. SafeTimer now is common and public class. All plugins use this
implementation.
2. Added debug messages in SafeTimer. Uncomment SAFETIMER_DEBUG to
enable.
3. TimerFixer skips SafeTimer objects. No need extra fixes for
SafeTimer. But can be problems with children of SafeTimer I
believe no such.
Improve API documentation for Event related classes,
and add an example/demo of how to use Event together
with EventHandler, PasswordAsker and TokenAsker.
svn path=/trunk/kdesupport/qca/; revision=644098
Essentially if you had previously used a subclass
of Cipher, Hash or MAC, then you need to change
your code. The change is pretty simple - you
just pass a string name as the first argument.
svn path=/trunk/kdesupport/qca/; revision=576204
ensure that every header file is documented. That avoids
ugly results in the "files" tab in the HTML, and also
identifies some undocumented functions - also fixed.
svn path=/trunk/kdesupport/qca/; revision=522574
Add a bit more detail to the providers page, including a link
to the new client-side provider example.
Add an introductory architecture page.
svn path=/trunk/kdesupport/qca/; revision=503433