Frank Osterfeld
d3c606c55a
Merge pull request #112 from tehnick/update-cmake
...
Make build of test application optional
2018-06-29 07:57:26 +02:00
Boris Pek
6508ebd3b8
Make build of test application optional
2018-06-28 21:55:41 +03:00
Frank Osterfeld
f36ace0312
Merge pull request #107 from luigino/libsecret
...
Fix linking for libsecret
2018-02-26 11:15:57 +01:00
Luigi Baldoni
451a493966
Fix linking for libsecret
2018-02-24 14:30:34 +01:00
Frank Osterfeld
f8321af271
Merge pull request #106 from d1vanov/master
...
Fix building on Windows without credential store
2017-12-15 10:23:14 +01:00
Dmitry Ivanov
7deeb4469f
Fix building on Windows without credential store
2017-12-15 11:50:54 +03:00
Frank Osterfeld
2220ce55c0
Bump version for master
2017-04-19 15:16:00 +02:00
Frank Osterfeld
13806b564d
Update changelog, bump version for 0.8.0
2017-04-19 15:09:34 +02:00
Frank Osterfeld
10b2a2baeb
Merge pull request #97 from TheOneRing/export
...
Use ECMPackageConfigHelpers to properly generate export target.
2016-12-13 10:22:18 +01:00
Hannah von Reth
5e1227c6ed
Generate pri file using exta-cmake-modules
2016-12-06 11:54:32 +01:00
Hannah von Reth
a349d9e69c
Use extra-cmake-modules to generate config files
2016-12-06 11:54:04 +01:00
Frank Osterfeld
e4a6fc91d1
Fix typo
2016-11-17 17:12:02 +01:00
Frank Osterfeld
e1e94b6f93
Merge pull request #93 from hasselmm/ioskeystore
...
Add iOS support
2016-11-17 17:10:02 +01:00
Frank Osterfeld
da69255a32
Merge pull request #94 from dangelog/various-fixes
...
Various fixes
2016-11-17 17:06:30 +01:00
Frank Osterfeld
3722498335
Merge pull request #95 from pasnox/master
...
Reintroduce minimal qmake support
2016-11-17 17:05:05 +01:00
Filipe Azevedo
9b9cccc843
Reintroduce minimal qmake support
...
This is a small pri file that tests project can include to get
keychain support quickly.
2016-11-16 21:14:11 +01:00
Giuseppe D'Angelo
c750d74c33
Do not reset RPATH on installed libraries
...
Otherwise qtkeychain doesn't find Qt any more; it needs to keep
the RPATH set when compiling it.
2016-11-14 09:45:59 +01:00
Giuseppe D'Angelo
c1bf584629
Do not manually play with -fPIC
...
We're already requesting CMake 2.8.11 so this block is not needed.
2016-11-14 09:42:56 +01:00
Giuseppe D'Angelo
dbb12ebd88
Do not use QTDIR
...
QTDIR is a Qt 3 remnant. It's not supposed to be set in Qt 4 or 5.
2016-11-14 09:42:28 +01:00
Mathias Hasselmann
f7d6700f80
Add iOS support
2016-11-10 23:41:02 +01:00
Frank Osterfeld
496979af09
Fix build when disabling libsecret
...
Build when libsecret support is disabled explicitly or if
libsecret wasn't found.
2016-10-31 16:47:14 +01:00
Frank Osterfeld
8d68e1929e
Fix initialization
...
Initialize "mode", fix order.
2016-10-31 09:39:07 +01:00
Armin Novak
2426ebe04c
Added libsecret implementation.
2016-10-31 08:43:25 +01:00
Armin Novak
14f7df2979
Added libsecret support.
2016-10-31 08:43:25 +01:00
Frank Osterfeld
cd1cc4653e
Merge pull request #90 from aelog/master
...
Add doxygen documentation
2016-08-29 17:53:24 +02:00
Elvis Angelaccio
860831d645
Add documentation for Job's QSettings
2016-08-18 14:16:01 +02:00
Elvis Angelaccio
3cfac5fbb5
Don't suggest to use local event loops
...
and fix typos.
2016-08-17 15:49:40 +02:00
Elvis Angelaccio
d5d7639e05
Add doxygen docs to DeletePasswordJob class
2016-08-17 15:26:34 +02:00
Elvis Angelaccio
c9f5bb0cba
Add doxygen docs to ReadPasswordJob class
2016-08-17 15:26:34 +02:00
Elvis Angelaccio
5331b6ef37
Add doxygen docs to WritePasswordJob class
2016-08-17 15:26:34 +02:00
Elvis Angelaccio
146524c87f
Add doxygen docs to Job class
2016-08-17 15:26:34 +02:00
Frank Osterfeld
effb484bdc
Merge pull request #87 from hasselmm/plaintextstore
...
Extract PlainTextStore
2016-08-12 10:53:21 +02:00
Mathias Hasselmann
d077333d7c
Extract PlainTextStore
2016-08-12 10:34:05 +02:00
Frank Osterfeld
ce41cfb639
Merge pull request #85 from hasselmm/nitpicks
...
Some minor fixes that reduce compiler warnings
2016-08-12 10:27:22 +02:00
Frank Osterfeld
895efaf027
Merge pull request #86 from hasselmm/androidfixes
...
Don't try to use DBus on Android
2016-08-12 10:26:28 +02:00
Mathias Hasselmann
50f53783cb
Don't try to use DBus on Android
2016-08-12 10:23:41 +02:00
Frank Osterfeld
ccb73ad80e
Merge pull request #84 from stinny/patch-2
...
Fix compilation error on MSVC2015.
2016-08-12 10:12:37 +02:00
Mathias Hasselmann
ddc4b8e7c6
Add missing Q_OBJECT macro
...
Clazy complains about this.
2016-08-12 10:08:12 +02:00
Mathias Hasselmann
bd936d6030
Build fixes for disabled implicit string casts
2016-08-12 10:08:12 +02:00
Michal Švagerka
9eaef83b07
Fix compilation error on MSVC2015.
...
CREDENTIALW::Comment is LPTSTR (a non-const wchar_t*), whereas wide char literal is const wchat_t*, causing a compilation error.
2016-08-10 10:36:59 +02:00
Frank Osterfeld
bdb0732e6f
Merge pull request #83 from stinny/patch-1
...
Silence compilation warnings in keychain_p.h.
2016-08-10 09:13:32 +02:00
Michal Švagerka
f5a7921530
Silence compilation warnings in keychain_p.h.
2016-08-09 16:57:28 +02:00
Frank Osterfeld
d388400c05
Merge pull request #81 from d1vanov/master
...
Add C++11 support checking and compiler switches when building with Qt >= 5.7
2016-08-08 10:26:40 +02:00
Dmitry Ivanov
bb6b233ef9
Add C++11 support checking and compiler switches when building with Qt >= 5.7
...
Qt 5.7 is the first release of Qt which makes use of C++11 features within its own codebase, including interfaces in headers. When building something with Qt 5.7, it is required to switch the compiler to the C++11 mode
2016-08-08 07:18:29 +03:00
Frank Osterfeld
f7add162c2
Merge pull request #79 from TheOneRing/appvyor
...
Add appveyor ci support
2016-08-05 12:06:24 +02:00
Hannah von Reth
2fe7d1ae23
Add appveyor ci support
2016-08-05 11:49:49 +02:00
Frank Osterfeld
7be9cef710
Merge pull request #80 from TheOneRing/fix_osx
...
Fix osx usage
2016-08-05 11:46:04 +02:00
Hannah von Reth
d0b91f5dda
Fix osx usage
2016-08-05 11:38:59 +02:00
Frank Osterfeld
8f42ff627a
Merge pull request #78 from TheOneRing/depend
...
Use find_dependency to find the dependencies
2016-08-05 11:22:03 +02:00
Hannah von Reth
0eaf3ad1a3
Use find_dependency to find the dependencies
2016-08-05 11:17:44 +02:00