aboutsummaryrefslogtreecommitdiff
path: root/tests/qxmppcallmanager
Commit message (Collapse)AuthorAgeFilesLines
* Skip call manager tests on macOSLinus Jahn2022-10-161-0/+4
| | | | The tests are currently broken. :(
* Clean up CallManager testLinus Jahn2022-10-161-21/+7
|
* Convert copyright headers to REUSELinus Jahn2022-01-141-22/+3
|
* Update copyright years (2022 edition)Linus Jahn2022-01-091-1/+1
|
* Update copyright headers to 2021Linus Jahn2021-02-191-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-9/+9
| | | 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
|
* Port tests to the new build systemNiels Ole Salscheider2017-09-041-3/+0
|
* add unit test for QXmppCallManagerJeremy Lainé2015-08-252-0/+153