aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace some while loops over QDomElementsLinus Jahn2023-05-131-3/+3
|
* Reformat codeLinus Jahn2022-09-061-15/+29
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Clean up QXmppElementLinus Jahn2021-04-061-19/+20
|
* Document QXmppElementLinus Jahn2021-04-061-0/+65
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-11/+7
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-0/+1
|
* Replace manual xmlns writing by writeDefaultNamespace()Linus Jahn2020-01-291-1/+1
| | | | | | | 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 Q_FOREACH (foreach) by C++11 ranged for-loopsLinus Jahn2019-10-231-5/+5
| | | | | | | Q_FOREACH is bad and will be deprecated in the future: https://www.kdab.com/goodbye-q_foreach/ This also disables Q_FOREACH by defining QT_NO_FOREACH.
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-3/+3
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* QXmppElement: add self-assignment check to 'operator='.Boris Pek2018-09-181-4/+7
|
* 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
|
* Avoid keeping the source QDomDocument in QXmppElement.0xd34df00d2014-03-031-4/+18
| | | | | Serialize the node instead of keeping QDomElement with a ref to the original QDomDOcument.
* QXmppElement::sourceDomElement().0xd34df00d2014-02-281-1/+8
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* make QXmppElementList a typedef (thanks Matt)Jeremy Lainé2012-04-231-16/+0
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+241