27 Commits

Author SHA1 Message Date
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
Laurent Montel
acb45eeb84 Use nullptr 2020-01-20 13:37:51 +01:00
Thomas Zander
ef5c3eea5e Fixes: including <QtCrypto/QtCrypto> gives error if app doesn't add the
QtCrypto dir to include path.
Details: Include files in the same dir should be included with double quote.


svn path=/trunk/kdesupport/qca/; revision=891794
2008-12-02 21:28:47 +00: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
2516322eea More API docs.
CCMAIL: justin@affinix.com

svn path=/trunk/kdesupport/qca/; revision=708083
2007-09-03 19:51:18 +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
a75a02455d Add in the missing API documentation.
svn path=/trunk/kdesupport/qca/; revision=702796
2007-08-21 07:35:34 +00:00
Justin Karneges
d803c750dc more docs
svn path=/trunk/kdesupport/qca/; revision=697155
2007-08-06 23:46:59 +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
884eabc3a9 API documentation update
svn path=/trunk/kdesupport/qca/; revision=689437
2007-07-18 08:32:55 +00:00
Brad Hards
49a39f949f Partial API dox for QPipe/QPipeEnd.
svn path=/trunk/kdesupport/qca/; revision=686459
2007-07-11 11:28:17 +00:00
Justin Karneges
f0eed781e0 clarify about non-inheritability
svn path=/trunk/kdesupport/qca/; revision=670877
2007-06-02 20:03:09 +00:00
Brad Hards
3fedad1900 Initial documentation for QPipe.
svn path=/trunk/kdesupport/qca/; revision=670617
2007-06-02 07:08:31 +00:00
Justin Karneges
53f70b61c2 Q_DISABLE_COPY
svn path=/trunk/kdesupport/qca/; revision=670307
2007-06-01 01:07:50 +00:00
Justin Karneges
8de14b2d04 control over pipe inheritability
svn path=/trunk/kdesupport/qca/; revision=670251
2007-05-31 21:32:30 +00:00
Brad Hards
114fcaf1f5 krazy cleanups
svn path=/trunk/kdesupport/qca/; revision=654947
2007-04-17 12:09:20 +00:00
Justin Karneges
924d5a685f QSecureArray/QBigInteger -> QCA::SecureArray/QCA::BigInteger
svn path=/trunk/kdesupport/qca/; revision=653598
2007-04-13 19:04:16 +00:00
Justin Karneges
2f4aa2fea1 allow disabling security without having to edit the file
svn path=/trunk/kdesupport/qca/; revision=650053
2007-04-03 18:12:25 +00:00
Brad Hards
3ba47fa6c4 EBN fixes for signal: -> Q_SIGNALS, slots: -> Q_SLOTS
svn path=/trunk/kdesupport/qca/; revision=649891
2007-04-03 11:03:38 +00:00
Justin Karneges
399d68dd1a go back to polling for windows, corrected windows console usage
svn path=/trunk/kdesupport/qca/; revision=645946
2007-03-23 22:30:09 +00:00
Brad Hards
57c0a105b2 Update FSF address.
svn path=/trunk/kdesupport/qca/; revision=618708
2007-01-02 05:10:11 +00:00
Justin Karneges
cc3dacec84 support changing security mode on-the-fly. more functions: release, finalizeAndRelease, takeBytesToWrite
svn path=/trunk/kdesupport/qca/; revision=525453
2006-04-02 05:16:31 +00:00
Justin Karneges
9f9f56d3fa make it possible to specify a max size to read
svn path=/trunk/kdesupport/qca/; revision=524756
2006-03-31 07:26:11 +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
Justin Karneges
277efac15a move qpipe into main library, use a thread for reading on windows
svn path=/trunk/kdesupport/qca/; revision=522010
2006-03-24 08:13:47 +00:00
Justin Karneges
b5bb1edd19 move qpipe into qca itself
svn path=/trunk/kdesupport/qca/; revision=522002
2006-03-24 07:07:05 +00:00