| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add move constructors and move assignment operators everywhere | Linus Jahn | 2022-06-18 | 1 | -0/+6 |
| | | | | | | 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 | -23/+4 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 1 | -1/+1 |
| | | |||||
| * | QXmppDataForm: Merge constructors | Linus Jahn | 2021-09-07 | 1 | -8/+4 |
| | | | | | Can be done because binary compatibility has been broken. | ||||
| * | Introduce data form parsing abstractions | Linus Jahn | 2021-08-22 | 1 | -0/+2 |
| | | |||||
| * | tests: Add tests for QXmppPubSubEvent<T> | Linus Jahn | 2021-08-22 | 1 | -0/+2 |
| | | |||||
| * | doc: Fix warnings and clean up QXmppDataForm | Linus Jahn | 2021-03-28 | 1 | -21/+0 |
| | | |||||
| * | QXmppDataForm: Add FORM_TYPE search function | Linus Jahn | 2021-03-23 | 1 | -0/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | QXmppDataForm: Add ctor with all attributes | Linus Jahn | 2020-03-29 | 1 | -4/+21 |
| | | | | | This makes creating forms manually a lot easier. | ||||
| * | doc: Use XEP links everywhere | Linus Jahn | 2020-02-11 | 1 | -4/+4 |
| | | |||||
| * | 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 | -21/+19 |
| | | |||||
| * | Refactor data form media element | Linus Jahn | 2019-10-23 | 1 | -5/+66 |
| | | | | | | | | | | | | * Add QXmppDataForm::MediaSource instead of using a QPair<QString, QString> to save the URIs and content types. * Deprecate QXmppDataForm::Media: The extra class was useless: Each Field has exactly one media element and the media element has only two attributes (size and media sources) * Add mediaSources and mediaSize attributes to the QXmppDataForm::Field * Deprecate getters/setters for the Media element of QXmppDataForm::Field (they are still working and tested) | ||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Remove trailing comma after last item in enums | Jeremy Lainé | 2015-03-13 | 1 | -2/+2 |
| | | | | | This allows compilation with GCC in pedantic mode. | ||||
| * | 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 |
| | | |||||
| * | cleanup includes / forward declarations | Jeremy Lainé | 2012-09-14 | 1 | -5/+1 |
| | | |||||
| * | add explicit copy constructor for QXmppDataForm::Media | Jeremy Lainé | 2012-07-21 | 1 | -0/+2 |
| | | |||||
| * | add support for XEP-0221: Data Forms Media Element | Jeremy Lainé | 2012-07-18 | 1 | -0/+30 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | hide QXmppDataForm internals | Jeremy Lainé | 2012-05-14 | 1 | -11/+13 |
| | | |||||
| * | add missing QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | start marking classes with QXMPP_EXPORT | Jeremy Lainé | 2012-04-20 | 1 | -1/+3 |
| | | |||||
| * | move files common to client/server into "base" | Jeremy Lainé | 2012-02-08 | 1 | -0/+140 |
