Commit Graph

8 Commits

Author SHA1 Message Date
Frank Osterfeld 42db0f2d4d D-Bus: Serialize job execution.
kwalletd gets lost in nested eventloops when we send multiple openWallet() dbus calls in parallel.
Thus synchronize job execution using an internal JobExecutor singleton.
2012-07-27 23:14:09 +02:00
Frank Osterfeld be96f4c514 Detect if opening the wallet failed.
(Assuming that the user denied access)
2012-05-08 17:38:14 +02:00
Frank Osterfeld 7573b17ba6 Special treatment if KWallet is unavailable. 2012-05-08 17:24:51 +02:00
Frank Osterfeld 55b1fc8863 kwallet: make read and write work 2012-05-08 10:47:38 +02:00
Frank Osterfeld 9993e3293a Start DBus-based KWAllet backend 2012-05-07 18:21:22 +02:00
Frank Osterfeld c612123cc5 Implement dbus stub for async API. 2012-05-07 16:46:22 +02:00
Frank Osterfeld 2b6e40b992 Refactor API to asynchronous job-based classes.
As all Linux solutions will require async calls to DBus etc., they'd have to use local event loops otherwise.
2012-05-07 16:46:22 +02:00
Frank Osterfeld b2a8efae5d add stub for unix 2011-12-02 19:37:38 +01:00