aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmpptransfermanager
Commit message (Collapse)AuthorAgeFilesLines
* Support installing QXmpp with Qt 5 and Qt 6 in parallelLinus Jahn2023-04-071-1/+1
| | | | Closes #540.
* Disable Qt keywords completelyLinus Jahn2022-12-261-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 filesMelvin Keskin2022-01-151-1/+1
|
* REUSE-ify whole projectLinus Jahn2022-01-153-0/+13
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* cmake: Simplify Qt5/Qt6 handlingLinus Jahn2021-02-261-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-1/+1
|
* Introduce Qt 6 compatibilityLinus Jahn2020-07-031-1/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+3
|
* Port majority of old-style connects (#237)JBB2020-01-201-8/+8
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Replace deprecated Q_ENUMS with Q_ENUMLinus Jahn2019-10-271-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 autoJonah Brüchert2019-10-221-2/+2
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-1/+1
| | | | | | | | Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* CMake: Add binary paths for tests to the include pathsNiels Ole Salscheider2018-09-301-0/+1
| | | | This fixes #141.
* Port tests to the new build systemNiels Ole Salscheider2017-09-042-4/+3
|
* Change test case for c4f27ae, compare localFileUrl directlyfbeutel2015-10-211-1/+1
|
* Added test case for c4f27ae (converting file transfer path correctly)fbeutel2015-10-211-0/+1
|
* QXmppTransferManager test incoming transfer completionJeremy Lainé2015-08-151-0/+6
|
* QXmppTransferManager: test all IBB / SOCKS5 combinationsJeremy Lainé2015-08-151-11/+61
|
* add test for QXmppTransferManagerJeremy Lainé2015-08-154-0/+221