Armin Novak
c2b5cde569
Compile time option USE_CREDENTIAL_STORE
...
This option enables windows credential store support.
2015-12-04 11:41:39 +01:00
Frank Osterfeld
ae12da1f6d
Merge pull request #49 from TheOneRing/fix_windows10
...
fix translation install dir on qt5 if qmake reported Qt: Untested Window...
2015-05-04 21:16:26 +02:00
Frank Osterfeld
159acd502d
Bump version for master
2015-05-04 21:15:29 +02:00
Frank Osterfeld
5502f09fd1
Bump version, update changelog
2015-05-04 21:12:44 +02:00
Patrick von Reth
e4dc97a9b4
fix translation install dir on qt5 if qmake reported Qt: Untested Windows version 10.0 detected! in the error stream
2015-03-04 15:48:16 +01:00
Frank Osterfeld
7d7544c365
Bump master version
2014-09-01 10:13:18 +02:00
Uwe L. Korn
0353028de1
Show all warnings
2014-04-07 20:43:22 +01:00
Frank Osterfeld
70c4feda09
bump version
2014-03-16 10:44:21 +01:00
Frank Osterfeld
560fbf2dd2
bump version
2014-03-13 14:31:53 +01:00
Daniel Molkentin
fd3ed10668
Hardcode rpath to install dir on make install
...
Required for sane deployment in bundles
2014-03-13 00:57:35 +01:00
Daniel Molkentin
f67bad9243
Also use a different include dir when built with Qt5
2014-03-12 16:54:40 +01:00
Frank Osterfeld
ce025cac0c
Move GnomeKeyring to separate files
2014-02-23 12:55:45 +01:00
Arthur Țițeică
af8987c89b
Romanian translation
2013-11-29 12:00:00 +02:00
Frank Osterfeld
0056a2893f
Merge pull request #27 from xhochy/qt5-fix-translations
...
Query qmake5 for QT_TRANSLATION_DIR
2013-11-21 00:30:02 -08:00
Markus Goetz
cc799db470
CMake: Fix target name when compiling with Qt4
...
This way it picks up the correct target name when no
command line parameters are specified and only
Qt4 is installed.
2013-11-18 12:54:43 +01:00
Uwe L. Korn
59084e3544
Pass -query and the identifier as separate args
2013-11-18 11:20:08 +00:00
Uwe L. Korn
c5533ae683
Query qmake5 for QT_TRANSLATION_DIR
2013-11-18 10:47:58 +00:00
Daniel Molkentin
23396dbc7d
Need to propagate the infix as well
2013-11-13 16:50:38 +01:00
Daniel Molkentin
030c7eb8fd
When using Qt5 for compilation, name target qt5keychain
...
Fixes #23
2013-11-13 16:29:39 +01:00
Uwe L. Korn
8722799afe
Add the ability to build with Qt4 even if Qt5 was found
2013-08-03 16:32:52 +02:00
Uwe L. Korn
6be1967c81
Support building of translations with Qt5
2013-08-03 16:32:31 +02:00
Frank Osterfeld
a23bbdc954
Bump version
2013-07-25 20:30:05 +02:00
Daniel Molkentin
20c6d57fad
Add messages (explicit) and translations (implicit) targets.
2013-02-06 17:52:38 +01:00
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