aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppVCardIq.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add checkIqType() function to IQsLinus Jahn2022-10-171-0/+5
| | | | This is required so they can be parsed just be specifying the type.
* Reformat codeLinus Jahn2022-09-061-70/+133
|
* Add move constructors and move assignment operators everywhereLinus Jahn2022-06-181-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 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-108/+108
| | | | So they don't leak into the public API
* base: Convert to QStringLiteralJonah Brüchert2020-03-281-108/+108
| | | | | | 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-47/+41
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-4/+4
|
* 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-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 2019Jeremy Lainé2019-01-081-1/+1
|
* clarify the fact QXmppConstants_p.h is not APIJeremy Lainé2016-09-081-1/+1
|
* fix reading/writing phone numbers in vCard (closes #65)Jeremy Lainé2015-07-311-2/+2
| | | | | The phone numbers were incorrectly read from / written to vCard as a "PHONE" element instead of "TEL".
* Added equality ops for QXmppVCardIq.0xd34df00d2014-04-231-0/+28
|
* Equality ops for QXmppVCard{Email,Phone,Organization}.0xd34df00d2014-04-231-0/+49
|
* Added operator== and != for QXmppVCardAddress.0xd34df00d2014-04-231-0/+17
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* hide some methods from doxygenJeremy Lainé2014-03-261-0/+2
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* Documented QXmppVCardOrganization.0xd34df00d2014-03-261-2/+24
|
* Added QXmppVCardOrganization API.0xd34df00d2014-03-221-0/+113
|
* move from toAscii() to toLatin1()Matt Broadstone2012-11-161-1/+1
|
* fix documentation warningsJeremy Lainé2012-09-031-0/+6
|
* add support for vCard "DESC" elementJeremy Lainé2012-09-021-0/+18
|
* Make it possible to have several addresses in vCards.Jeremy Lainé2012-08-031-0/+93
|
* add stub for addressesJeremy Lainé2012-08-031-3/+97
|
* add support for phone numbers to vCardsJeremy Lainé2012-08-031-4/+150
|
* hide QXmppVCardIq internalsJeremy Lainé2012-08-031-55/+96
|
* Make it possible to have several e-mail addresses in vCardsJeremy Lainé2012-08-031-11/+34
|
* add a QXmppVCardEmail classJeremy Lainé2012-08-031-0/+94
|
* doc fixesJeremy Lainé2012-07-211-1/+2
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* don't expose getImageTypeJeremy Lainé2012-04-201-1/+1
|
* move files common to client/server into "base"Jeremy Lainé2012-02-081-0/+310