| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add checkIqType() function to IQs | Linus Jahn | 2022-10-17 | 1 | -0/+5 |
| | | | | | This is required so they can be parsed just be specifying the type. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -70/+133 |
| | | |||||
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -19/+9 |
| | | | | | | This is so std::move() on implicitly-shared types actually moves the content and doesn't call the copy ctor/assignment operator. | ||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 1 | -22/+3 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Expand QSL and QBL | Jonah Brüchert | 2020-03-29 | 1 | -108/+108 |
| | | | | | So they don't leak into the public API | ||||
| * | base: Convert to QStringLiteral | Jonah Brüchert | 2020-03-28 | 1 | -108/+108 |
| | | | | | | | Two new macros were added: * QBL (short alias for QByteArrayLiteral) * QSL (short alias for QStringLiteral) | ||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -47/+41 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -4/+4 |
| | | |||||
| * | Replace manual xmlns writing by writeDefaultNamespace() | Linus Jahn | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | This is the result of: sed -i 's/writeAttribute("xmlns", /writeDefaultNamespace(/g' \ $(find . -iname "*.cpp" -or -iname "*.h") | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Replace Q_FOREACH (foreach) by C++11 ranged for-loops | Linus Jahn | 2019-10-23 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | fix reading/writing phone numbers in vCard (closes #65) | Jeremy Lainé | 2015-07-31 | 1 | -2/+2 |
| | | | | | | The phone numbers were incorrectly read from / written to vCard as a "PHONE" element instead of "TEL". | ||||
| * | Added equality ops for QXmppVCardIq. | 0xd34df00d | 2014-04-23 | 1 | -0/+28 |
| | | |||||
| * | Equality ops for QXmppVCard{Email,Phone,Organization}. | 0xd34df00d | 2014-04-23 | 1 | -0/+49 |
| | | |||||
| * | Added operator== and != for QXmppVCardAddress. | 0xd34df00d | 2014-04-23 | 1 | -0/+17 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | hide some methods from doxygen | Jeremy Lainé | 2014-03-26 | 1 | -0/+2 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Documented QXmppVCardOrganization. | 0xd34df00d | 2014-03-26 | 1 | -2/+24 |
| | | |||||
| * | Added QXmppVCardOrganization API. | 0xd34df00d | 2014-03-22 | 1 | -0/+113 |
| | | |||||
| * | move from toAscii() to toLatin1() | Matt Broadstone | 2012-11-16 | 1 | -1/+1 |
| | | |||||
| * | fix documentation warnings | Jeremy Lainé | 2012-09-03 | 1 | -0/+6 |
| | | |||||
| * | add support for vCard "DESC" element | Jeremy Lainé | 2012-09-02 | 1 | -0/+18 |
| | | |||||
| * | Make it possible to have several addresses in vCards. | Jeremy Lainé | 2012-08-03 | 1 | -0/+93 |
| | | |||||
| * | add stub for addresses | Jeremy Lainé | 2012-08-03 | 1 | -3/+97 |
| | | |||||
| * | add support for phone numbers to vCards | Jeremy Lainé | 2012-08-03 | 1 | -4/+150 |
| | | |||||
| * | hide QXmppVCardIq internals | Jeremy Lainé | 2012-08-03 | 1 | -55/+96 |
| | | |||||
| * | Make it possible to have several e-mail addresses in vCards | Jeremy Lainé | 2012-08-03 | 1 | -11/+34 |
| | | |||||
| * | add a QXmppVCardEmail class | Jeremy Lainé | 2012-08-03 | 1 | -0/+94 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -1/+2 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | don't expose getImageType | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+310 |
