Albert Astals Cid
f62a8ee8f7
Run clang-format
...
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
2020-09-07 02:13:47 +02:00
Albert Astals Cid
d26d7a7959
Add more override
...
And fix okular -> qca copy&paste typo ^_^
2020-02-09 01:21:32 +01:00
Albert Astals Cid
7df8f7e215
Move to the new connect syntax
...
QProcess::errorOccurred is since 5.6 so increase min version
2020-01-29 08:34:13 +00:00
Laurent Montel
acb45eeb84
Use nullptr
2020-01-20 13:37:51 +01:00
Justin Karneges
c7f5815b98
fix license header wrapping
...
svn path=/trunk/kdesupport/qca/; revision=808523
2008-05-16 20:41:50 +00:00
Brad Hards
9f9156e4a6
API documentation fixes.
...
svn path=/trunk/kdesupport/qca/; revision=707939
2007-09-03 12:04:55 +00:00
Brad Hards
7db5c7713d
More updates for API documentation.
...
We now use \ingroup rather than \addtogroup to
collect the user API.
Also made sure that we have the right #include
magic for all of the user API.
svn path=/trunk/kdesupport/qca/; revision=696216
2007-08-04 08:09:02 +00:00
Brad Hards
ec582e26b4
Divide the API documentation into a user module and a
...
provider module.
Also associate the metatype support functions with the
SyncThread page, as requested by Justin.
svn path=/trunk/kdesupport/qca/; revision=694526
2007-07-30 23:40:24 +00:00
Justin Karneges
a1100408bf
complete keystore, add isAvailable to provider api
...
svn path=/trunk/kdesupport/qca/; revision=677379
2007-06-19 02:36:21 +00:00
Justin Karneges
9003c933ef
notes about synchronous event handling
...
svn path=/trunk/kdesupport/qca/; revision=673089
2007-06-08 23:34:31 +00:00
Justin Karneges
7142b861db
formatting
...
svn path=/trunk/kdesupport/qca/; revision=671089
2007-06-03 19:01:50 +00:00
Brad Hards
53f62b2fa3
API dox.
...
Add in documentation for KeyStoreEntryWatcher, and
explain QCA::systemStore() a bit more.
svn path=/trunk/kdesupport/qca/; revision=670563
2007-06-02 01:35:47 +00:00
Brad Hards
cf7e39897c
API documentation enhancements.
...
svn path=/trunk/kdesupport/qca/; revision=670417
2007-06-01 11:55:03 +00:00
Justin Karneges
35e5d4d4ba
Q_DISABLE_COPY
...
svn path=/trunk/kdesupport/qca/; revision=669727
2007-05-30 07:02:34 +00:00
Justin Karneges
2874f1e09e
entryRemoved signal (for async remove), finally support async entryList
...
svn path=/trunk/kdesupport/qca/; revision=662743
2007-05-09 02:12:34 +00:00
Justin Karneges
8b7b7295b9
new KeyStoreInfo class to hold details for asker
...
svn path=/trunk/kdesupport/qca/; revision=658130
2007-04-26 01:55:37 +00:00
Justin Karneges
97d1a15017
explicit constructors
...
svn path=/trunk/kdesupport/qca/; revision=655600
2007-04-18 21:02:46 +00:00
Justin Karneges
b20ea7c79b
don't declare metatypes
...
svn path=/trunk/kdesupport/qca/; revision=653629
2007-04-13 21:11:29 +00:00
Justin Karneges
e38dd5370d
keystore api update
...
svn path=/trunk/kdesupport/qca/; revision=653377
2007-04-13 06:32:02 +00:00
Brad Hards
74838e3fd1
API dox update for recent changes
...
svn path=/trunk/kdesupport/qca/; revision=649889
2007-04-03 10:59:57 +00:00
Justin Karneges
fe37f70f89
keystore asynchronous mode stubs
...
svn path=/trunk/kdesupport/qca/; revision=649644
2007-04-02 22:41:46 +00:00
Brad Hards
04345213e3
Hybrid EBN fixes - both api dox, and krazy fixes.
...
svn path=/trunk/kdesupport/qca/; revision=649243
2007-04-02 11:48:41 +00:00
Justin Karneges
66e98c2371
keystore api update for passive entries, initial refactor of keystore backend
...
svn path=/trunk/kdesupport/qca/; revision=646458
2007-03-25 19:36:00 +00:00
Brad Hards
57c0a105b2
Update FSF address.
...
svn path=/trunk/kdesupport/qca/; revision=618708
2007-01-02 05:10:11 +00:00
Brad Hards
fe1e4a2678
Trivial comment edit.
...
svn path=/trunk/kdesupport/qca/; revision=614863
2006-12-19 08:30:57 +00:00
Brad Hards
1a2c8cffd2
Minor API updates.
...
svn path=/trunk/kdesupport/qca/; revision=597974
2006-10-22 08:03:49 +00:00
Justin Karneges
5f85093df1
no more direct password support for keystore needed
...
svn path=/trunk/kdesupport/qca/; revision=527109
2006-04-06 21:44:41 +00:00
Brad Hards
6ff80e4f25
More API documentation. The main change in this lot is to
...
ensure that every header file is documented. That avoids
ugly results in the "files" tab in the HTML, and also
identifies some undocumented functions - also fixed.
svn path=/trunk/kdesupport/qca/; revision=522574
2006-03-26 03:27:54 +00:00
Brad Hards
82094ffb79
API documentation work. The main focus is making sure
...
that everything says #include <QtCrypto>, not
#include <qca_foo.h>
svn path=/trunk/kdesupport/qca/; revision=522368
2006-03-25 10:44:30 +00:00
Brad Hards
0421e0c4b2
Minor API documentation updates
...
svn path=/trunk/kdesupport/qca/; revision=503440
2006-01-29 06:44:19 +00:00
Justin Karneges
faa60e9bfe
passphrase request context, and ability to reject passphrase request
...
svn path=/trunk/kdesupport/qca/; revision=441313
2005-07-31 05:12:42 +00:00
Justin Karneges
bfc1b65efb
dtls, option to enable only specific keystores
...
svn path=/trunk/kdesupport/qca/; revision=440371
2005-07-30 09:16:05 +00:00
Justin Karneges
0f64071f8b
reworked keystore system, also now tls is async
...
svn path=/trunk/kdesupport/qca/; revision=439543
2005-07-28 12:17:09 +00:00
Brad Hards
9b1a6849ca
More API documentation updates
...
svn path=/trunk/kdesupport/qca/; revision=421976
2005-06-04 06:52:10 +00:00
Brad Hards
367d4b432b
Misc API documentation update
...
svn path=/trunk/kdesupport/qca/; revision=421527
2005-06-03 10:26:52 +00:00
Brad Hards
2dfb6661f8
API docs update
...
svn path=/trunk/kdesupport/qca/; revision=419350
2005-05-29 09:35:54 +00:00
Justin Karneges
106100ffda
clarify pgp handling
...
svn path=/trunk/kdesupport/qca/; revision=413009
2005-05-13 04:31:13 +00:00
Justin Karneges
f027ff41a9
keystore works and systemstore uses it
...
svn path=/trunk/kdesupport/qca/; revision=404245
2005-04-09 07:43:15 +00:00
Justin Karneges
4b93c84577
move passphrase/pin handling into keystore, update securemessage
...
svn path=/trunk/kdesupport/qca/; revision=402674
2005-04-02 17:37:52 +00:00
Justin Karneges
ab508f9893
keystore API for accessing system stores, smart cards, and pgp
...
svn path=/trunk/kdesupport/qca/; revision=401186
2005-03-28 07:11:58 +00:00