| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disable Qt keywords completely | Linus Jahn | 2022-12-26 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | Run 'clang-format' on all files | Melvin Keskin | 2022-01-15 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | clang-format: Enable regrouping and sorting of includes | Linus Jahn | 2020-02-03 | 1 | -3/+3 |
| | | |||||
| * | Port majority of old-style connects (#237) | JBB | 2020-01-20 | 1 | -8/+8 |
| | | | | This provides more type safety and is future-proof. | ||||
| * | Bump copyright year to 2020 | Linus Jahn | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | Replace deprecated Q_ENUMS with Q_ENUM | Linus Jahn | 2019-10-27 | 1 | -2/+0 |
| | | | | | | Q_ENUM exists since Qt 5.5, more details can be found here: https://woboq.com/blog/q_enum.html | ||||
| * | Use raw literals, range based loops and auto | Jonah Brüchert | 2019-10-22 | 1 | -2/+2 |
| | | |||||
| * | Modernize codebase using clang-tidy | Jonah Brüchert | 2019-09-08 | 1 | -1/+1 |
| | | | | | | | | | 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 |
| | | |||||
| * | Change test case for c4f27ae, compare localFileUrl directly | fbeutel | 2015-10-21 | 1 | -1/+1 |
| | | |||||
| * | Added test case for c4f27ae (converting file transfer path correctly) | fbeutel | 2015-10-21 | 1 | -0/+1 |
| | | |||||
| * | QXmppTransferManager test incoming transfer completion | Jeremy Lainé | 2015-08-15 | 1 | -0/+6 |
| | | |||||
| * | QXmppTransferManager: test all IBB / SOCKS5 combinations | Jeremy Lainé | 2015-08-15 | 1 | -11/+61 |
| | | |||||
| * | add test for QXmppTransferManager | Jeremy Lainé | 2015-08-15 | 1 | -0/+126 |
