17 Commits

Author SHA1 Message Date
Tobias Junghans
35366fea78 Use QStringView for Qt >= 5.15.2
QStringView::mid() behaves identically to QString::mid() starting with
Qt 5.15.2.
2021-05-29 22:28:27 +00:00
Tobias Junghans
91ff0aa0db Use new QAbstractSocket::errorOccurred() signal
It's in Qt 5.15 already.
2021-05-29 22:28:27 +00:00
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
c1a028c345 Add const to a few lists 2020-02-16 12:11:57 +01:00
Albert Astals Cid
ad1b9e1b07 Enable QT_NO_CAST_FROM_ASCII 2020-02-15 10:21:12 +00:00
Albert Astals Cid
8b171279e9 clazy: enable qstring allocation warning 2020-02-13 01:07:24 +01:00
Albert Astals Cid
e2029649b9 clang-tidy: enable modernize-deprecated-headers and modernize-use-nullptr 2020-02-12 17:14:33 +01:00
Albert Astals Cid
c5f5a4c038 clazy: Enable level2 except a few checks
also a few of the manual checks
2020-01-29 17:36:23 +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
Albert Astals Cid
d3f8ea684e QString::mid -> midRef 2020-01-23 17:40:59 +01:00
Albert Astals Cid
dbef5838d4 Enable QT_NO_SIGNALS_SLOTS_KEYWORDS 2020-01-22 19:31:28 +01:00
Ivan Romanov
6d690c0070 Build static QCA
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
Justin Karneges
d97fc725b0 wait 3 cycles instead, and also disconnect signals from sasl to prevent
a late response from appearing

svn path=/trunk/kdesupport/qca/; revision=811905
2008-05-24 00:21:44 +00:00
Justin Karneges
dc4971fab8 don't lose data if there is a pending writeIncoming and the connection
is closed

svn path=/trunk/kdesupport/qca/; revision=811902
2008-05-24 00:05:34 +00:00
Justin Karneges
8f894adbc0 handle error messages from the server
svn path=/trunk/kdesupport/qca/; revision=811000
2008-05-22 00:29:48 +00:00
Justin Karneges
80ad0f1d90 ability to explicitly use default authzid/realm to avoid prompting
svn path=/trunk/kdesupport/qca/; revision=810935
2008-05-21 21:44:13 +00:00
Justin Karneges
0f4794b278 rename sasltest to saslclient
svn path=/trunk/kdesupport/qca/; revision=810933
2008-05-21 21:32:20 +00:00