| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add checkIqType() function to IQs | Linus Jahn | 2022-10-17 | 1 | -0/+1 |
| | | | | | This is required so they can be parsed just be specifying the type. | ||||
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -0/+2 |
| | | | | | | 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 |
| | | |||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -1/+1 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -1/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -57/+56 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -3/+3 |
| | | | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Added equality ops for QXmppVCardIq. | 0xd34df00d | 2014-04-23 | 1 | -0/+3 |
| | | |||||
| * | Equality ops for QXmppVCard{Email,Phone,Organization}. | 0xd34df00d | 2014-04-23 | 1 | -0/+9 |
| | | |||||
| * | Added operator== and != for QXmppVCardAddress. | 0xd34df00d | 2014-04-23 | 1 | -0/+3 |
| | | |||||
| * | Use QString() instead of "" for default methods arguments | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 1 | -1/+1 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 1 | -1/+1 |
| | | |||||
| * | Added QXmppVCardOrganization API. | 0xd34df00d | 2014-03-22 | 1 | -0/+39 |
| | | |||||
| * | Avoid extra ';' in QXmppVCardIq declaration. | 0xd34df00d | 2012-10-22 | 1 | -3/+3 |
| | | | | | | Otherwise clang, for example, complains a lot about this with the -pedantic option. | ||||
| * | fix QXmppVCardPhone export | Jeremy Lainé | 2012-09-03 | 1 | -1/+1 |
| | | |||||
| * | add support for vCard "DESC" element | Jeremy Lainé | 2012-09-02 | 1 | -0/+3 |
| | | |||||
| * | remove trailing whitespace | Jeremy Lainé | 2012-08-15 | 1 | -2/+2 |
| | | |||||
| * | Make it possible to have several addresses in vCards. | Jeremy Lainé | 2012-08-03 | 1 | -0/+15 |
| | | |||||
| * | add stub for addresses | Jeremy Lainé | 2012-08-03 | 1 | -0/+37 |
| | | |||||
| * | add support for phone numbers to vCards | Jeremy Lainé | 2012-08-03 | 1 | -0/+49 |
| | | |||||
| * | hide QXmppVCardIq internals | Jeremy Lainé | 2012-08-03 | 1 | -13/+6 |
| | | |||||
| * | Make it possible to have several e-mail addresses in vCards | Jeremy Lainé | 2012-08-03 | 1 | -1/+5 |
| | | |||||
| * | add a QXmppVCardEmail class | Jeremy Lainé | 2012-08-03 | 1 | -1/+38 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | start marking classes with QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+105 |
