Commit Graph

15 Commits

Author SHA1 Message Date
Frank Osterfeld f7e03e4531 Build on Mac again 2013-01-23 10:27:03 +01:00
Frank Osterfeld 0c3fa67363 Set version to 0.1.0 2013-01-16 19:02:03 +01:00
Frank Osterfeld 6ece9c2e48 Build against Qt5, too 2013-01-16 19:01:53 +01:00
Frank Osterfeld 4c014e17ef Serialize job execution on all platforms.
On OS X, multiple dialogs pop up asking for permission when starting multiple jobs in parallel.
Thus, as there are issues both with kwallet and OS X keychain, just serialize job execution on all platforms.
On Windows this doesn't make much of a difference as the job impl's are synchronous anyway.
2012-08-06 22:30:58 +02:00
Dominik Schmidt 80b668a074 Add CMake config file 2012-07-29 11:25:06 -04:00
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 9993e3293a Start DBus-based KWAllet backend 2012-05-07 18:21:22 +02:00
Frank Osterfeld 8b1a574f35 Port Windows impl to the job API. 2012-05-07 16:46:22 +02:00
Frank Osterfeld d18fb533f5 Build testclient 2012-05-07 16:44:55 +02:00
Frank Osterfeld 1db778bb56 Fix MSVC debug build.
Do not mix -Od and -O2, MSVC does not allow that.
2012-05-05 08:54:06 +02:00
Dominik Schmidt 4141a71e17 win: fix undefined reference to RtlSecureZeroMemory in MinGW 2012-05-02 02:56:47 +02:00
Dominik Schmidt d9bac9b94d Install library and headers 2012-05-02 02:35:03 +02:00
Dominik Schmidt 5f15aa477e win: fix building statically 2012-05-02 02:33:20 +02:00
Dominik Schmidt d74b2c2cd6 Finish cmake port to osx 2012-04-30 15:03:36 +02:00
Dominik Schmidt f0c1b338c5 Add minimilastic cmake file 2012-04-06 17:01:58 +02:00