aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppResultSet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reformat codeLinus Jahn2022-09-061-12/+24
|
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-8/+8
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Expand QSL and QBLJonah Brüchert2020-03-291-10/+10
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-10/+10
| | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral)
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-14/+17
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-2/+2
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-2/+2
| | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h")
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace emails in copyright headers by entries in the AUTHORS fileLinus Jahn2019-12-081-1/+1
| | | | Mostly this was a mistake by me in earlier contributions.
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* improve RSM documentationJeremy Lainé2012-07-221-10/+12
|
* doc fixesJeremy Lainé2012-07-211-0/+4
|
* documentation fixesJeremy Lainé2012-07-211-0/+12
|
* doc fixesJeremy Lainé2012-07-211-0/+8
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* report XEP-0059 capabilityJeremy Lainé2012-07-171-2/+1
|
* add some documentation to QXmppResultSetQuery/ReplyJeremy Lainé2012-07-171-1/+44
|
* whitespace cleanupJeremy Lainé2012-07-171-10/+4
|
* Introduce QXmppResultSetQuery/Reply to handle XEP-0059Olivier Goffart2012-07-161-0/+203