qtkeychain-mirror:fix-issue-182-missing_dbus_define

Last commit made on 2021-02-02
Get this branch:
git clone -b fix-issue-182-missing_dbus_define https://git.launchpad.net/qtkeychain-mirror

Branch merges

Branch information

Name:
fix-issue-182-missing_dbus_define
Repository:
lp:qtkeychain-mirror

Recent commits

714d234... by Frank Osterfeld <email address hidden>

QMake: Add missing KEYCHAIN_DBUS define

Fixes #182

7ae399d... by Hannah von Reth

Add LIBSECRET_LIBRARY_DIRS to LINK_DIRECTORIES

d10b2bc... by Frank Osterfeld <email address hidden>

qtkeychain.pri: Do not suggest this is Qt 5-only

qtkeychain never supported only Qt 5, it was Qt4+5 before and now it's
Qt 5+6.

Thus rename qt5keychain.pri to qtkeychain.pri and rename an internal
variable. This might break people's builds, but should be easy to fix
(just change the .pri include), as this file is not relevant for
deployment, only for the build.

(See also #178)

c44f3a7... by Frank Osterfeld <email address hidden>

Explicitly require Qt 5 in .pri file

Fixes #178

6983b1b... by Frank Osterfeld <email address hidden>

Fix license file

Make the license file consistent with the license state in the Readme,
i.e. add the third clause (no promotion) of the BSD-3-License.

Fixes #147

d85acea... by Frank Osterfeld <email address hidden>

Unify macOS and iOS implementations

Use the more generic iOS implementation for macOS, too. It seems
compatible with data stored with the previous macOS-specific
implementation. Also, it does more extensive mapping of error codes.

cd028d3... by Frank Osterfeld <email address hidden>

Bump version

815fe61... by Frank Osterfeld <email address hidden>

Prepare 0.12 release

74e075c... by Frank Osterfeld <email address hidden>

Readme: Updates and fixes

Document Qt 6/C++11, fix some markdown issues and typos.

8726331... by Frank Osterfeld <email address hidden>

Sprinkle some mild C++11 on the interface