| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | VersionManager: Use new IQ request handling | Linus Jahn | 2022-10-17 | 1 | -13/+18 |
| | | |||||
| * | Reformat code | Linus Jahn | 2022-09-06 | 1 | -4/+7 |
| | | |||||
| * | Replace raw pointers with unique_ptr | Linus Jahn | 2022-09-02 | 1 | -6/+2 |
| | | | | | safer, simpler | ||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -5/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | Run clang-format also on all cpp files | Linus Jahn | 2020-02-03 | 1 | -4/+3 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -4/+5 |
| | | |||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Remove Qt < 5.7 compatibility code | Linus Jahn | 2019-10-23 | 1 | -13/+0 |
| | | |||||
| * | Bump copyright year to 2019 | Jeremy Lainé | 2019-01-08 | 1 | -1/+1 |
| | | |||||
| * | Tiny addition to 439ad968c60d7cf44cc05cda72ebfdb1f8741045 | Boris Pek | 2019-01-03 | 1 | -1/+1 |
| | | | | | See: https://en.wikipedia.org/wiki/MacOS | ||||
| * | Use QSysInfo for client OS in VersionManager | Linus Jahn | 2019-01-03 | 1 | -3/+8 |
| | | | | | | | The QXmppVersionManager will use QSysInfo in Qt 5.4 or later to determine the client's OS, so it will also contain the OS version or some codenames. | ||||
| * | clarify the fact QXmppConstants_p.h is not API | Jeremy Lainé | 2016-09-08 | 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 |
| | | |||||
| * | doc fixes | Jeremy Lainé | 2012-07-21 | 1 | -36/+38 |
| | | |||||
| * | update copyright year | Jeremy Lainé | 2012-07-18 | 1 | -1/+1 |
| | | |||||
| * | only emit QXmppVersionManager::versionReceived() for results | Jeremy Lainé | 2012-07-18 | 1 | -3/+4 |
| | | |||||
| * | hide QXmppVersionManager internals | Jeremy Lainé | 2012-05-14 | 1 | -17/+31 |
| | | |||||
| * | start moving client-specific code | Jeremy Lainé | 2012-02-08 | 1 | -0/+159 |
