| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support installing QXmpp with Qt 5 and Qt 6 in parallel | Linus Jahn | 2023-04-07 | 1 | -1/+1 |
| | | | | | Closes #540. | ||||
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Previously we had the policy that no qt keywords were allowed in headers that may be included by users. However since there was no automatic test verifying that in some places keywords were still used. This now disables qt keywords completely, also in tests and examples. Qt keywords are in general no good or really good idea as they even conflict with the standard library (`emit` at least). In some cases in the examples I just removed the slot tag if the functions didn't need to be slots (anymore). Closes #503. | ||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -3/+6 |
| | | |||||
| * | REUSE-ify whole project | Linus Jahn | 2022-01-15 | 2 | -0/+10 |
| | | |||||
| * | Convert copyright headers to REUSE | Linus Jahn | 2022-01-14 | 2 | -44/+6 |
| | | |||||
| * | Update copyright years (2022 edition) | Linus Jahn | 2022-01-09 | 2 | -2/+2 |
| | | |||||
| * | cmake: Simplify Qt5/Qt6 handling | Linus Jahn | 2021-02-26 | 1 | -5/+2 |
| | | |||||
| * | Update copyright headers to 2021 | Linus Jahn | 2021-02-19 | 2 | -2/+2 |
| | | |||||
| * | CMake: Hide Qt6 find errors | Linus Jahn | 2020-07-10 | 1 | -1/+1 |
| | | |||||
| * | Introduce Qt 6 compatibility | Linus Jahn | 2020-07-03 | 1 | -2/+5 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -2/+2 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -7/+7 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 2 | -2/+2 |
| | | |||||
| * | Add a .clang-format somewhat close to the current style | 0xd34df00d | 2019-12-23 | 1 | -3/+2 |
| | | |||||
| * | Port away from deprecated client extension getters of the QXmppClient | Linus Jahn | 2019-10-23 | 2 | -39/+31 |
| | | | | | | This replaces the deprecated getters in the examples and in the documentation. | ||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -2/+2 |
| | | | | | | | | | 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 | 2 | -2/+2 |
| | | |||||
| * | Port examples to the new build system | Niels Ole Salscheider | 2017-09-04 | 2 | -7/+4 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-28 | 2 | -2/+2 |
| | | |||||
| * | update project homepage | Jeremy Lainé | 2014-03-27 | 2 | -2/+2 |
| | | |||||
| * | update copyright notice to 2008-2014 | Jeremy Lainé | 2014-03-26 | 2 | -2/+2 |
| | | |||||
| * | rework example | Jeremy Lainé | 2012-09-14 | 4 | -49/+21 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 3 | -3/+3 |
| | | |||||
| * | explicitly include QXmppVCardIq.h | Jeremy Lainé | 2012-05-14 | 1 | -0/+1 |
| | | |||||
| * | fix indentation & compiler warnings | Jeremy Lainé | 2012-02-08 | 1 | -4/+6 |
| | | |||||
| * | normalize Qt signal / slot signatures | Jeremy Lainé | 2011-07-07 | 1 | -2/+2 |
| | | |||||
| * | copyright year update | Manjeet Dahiya | 2011-01-21 | 3 | -3/+3 |
| | | |||||
| * | suppress warning | Manjeet Dahiya | 2010-10-12 | 1 | -0/+1 |
| | | |||||
| * | fix eol | Manjeet Dahiya | 2010-10-09 | 4 | -203/+203 |
| | | |||||
| * | update with new QXmppVCardIq | Manjeet Dahiya | 2010-09-07 | 2 | -5/+5 |
| | | |||||
| * | update | Manjeet Dahiya | 2010-09-06 | 1 | -1/+1 |
| | | |||||
| * | add avatar handling | Manjeet Dahiya | 2010-09-06 | 1 | -0/+15 |
| | | |||||
| * | add README | Manjeet Dahiya | 2010-09-06 | 1 | -0/+1 |
| | | |||||
| * | add | Manjeet Dahiya | 2010-09-06 | 4 | -0/+188 |
