aboutsummaryrefslogtreecommitdiff
path: root/examples/example_6_rpcClient
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-4/+3
| | | | | | | | | | | | | | | 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.
* Reformat codeLinus Jahn2022-09-061-3/+5
|
* REUSE-ify whole projectLinus Jahn2022-01-151-0/+4
|
* Convert copyright headers to REUSELinus Jahn2022-01-143-68/+11
|
* Update copyright years (2022 edition)Linus Jahn2022-01-093-3/+3
|
* Update copyright headers to 2021Linus Jahn2021-02-193-3/+3
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-4/+3
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-032-5/+5
|
* Port majority of old-style connects (#237)JBB2020-01-201-5/+3
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-063-3/+3
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-2/+1
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-081-2/+2
| | | | | | | | 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-083-3/+3
|
* Port examples to the new build systemNiels Ole Salscheider2017-09-042-10/+2
|
* prune trailing whitespaceJeremy Lainé2014-12-191-1/+1
|
* update project homepageJeremy Lainé2014-03-283-3/+3
|
* update project homepageJeremy Lainé2014-03-273-3/+3
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-263-3/+3
|
* remove references to qxmpp.test1@gmail.comJeremy Lainé2012-09-142-2/+2
|
* update copyright yearJeremy Lainé2012-07-183-3/+3
|
* fix reference to QXmppUtilsJeremy Lainé2012-04-201-2/+2
|
* copyright year updateManjeet Dahiya2011-01-213-3/+3
|
* don't include QXmppInvokable.h and QXmppRemoteMethod.hJeremy Lainé2010-12-131-1/+0
|
* explicitly load QXmppRpcManagerJeremy Lainé2010-12-132-3/+14
|
* cleanup RPC examples to use qxmpp.testX@gmail.com accountsJeremy Lainé2010-12-103-35/+34
|
* replace calls to setPasswd() by setPassword()Jeremy Lainé2010-09-011-1/+1
|
* don't use deprecated APIsJeremy Lainé2010-08-291-2/+8
|
* rename example.pri to examples.priJeremy Lainé2010-08-101-1/+1
|
* rename "example" to "examples"Jeremy Lainé2010-08-104-0/+161