aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppVersionManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-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 handlingLinus Jahn2022-10-171-13/+18
|
* Reformat codeLinus Jahn2022-09-061-4/+7
|
* Replace raw pointers with unique_ptrLinus Jahn2022-09-021-6/+2
| | | | safer, simpler
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-5/+5
|
* 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
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-4/+3
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-4/+5
|
* Bump copyright year to 2020Linus Jahn2020-01-061-1/+1
|
* Remove Qt < 5.7 compatibility codeLinus Jahn2019-10-231-13/+0
|
* Bump copyright year to 2019Jeremy Lainé2019-01-081-1/+1
|
* Tiny addition to 439ad968c60d7cf44cc05cda72ebfdb1f8741045Boris Pek2019-01-031-1/+1
| | | | See: https://en.wikipedia.org/wiki/MacOS
* Use QSysInfo for client OS in VersionManagerLinus Jahn2019-01-031-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 APIJeremy Lainé2016-09-081-1/+1
|
* update project homepageJeremy Lainé2014-03-281-1/+1
|
* update project homepageJeremy Lainé2014-03-271-1/+1
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-261-1/+1
|
* doc fixesJeremy Lainé2012-07-211-36/+38
|
* update copyright yearJeremy Lainé2012-07-181-1/+1
|
* only emit QXmppVersionManager::versionReceived() for resultsJeremy Lainé2012-07-181-3/+4
|
* hide QXmppVersionManager internalsJeremy Lainé2012-05-141-17/+31
|
* start moving client-specific codeJeremy Lainé2012-02-081-0/+159