aboutsummaryrefslogtreecommitdiff
path: root/examples/example_1_echoClient
Commit message (Collapse)AuthorAgeFilesLines
* Disable Qt keywords completelyLinus Jahn2022-12-261-1/+0
| | | | | | | | | | | | | | | 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.
* REUSE-ify whole projectLinus Jahn2022-01-151-0/+6
|
* Convert copyright headers to REUSELinus Jahn2022-01-142-44/+6
|
* Update copyright years (2022 edition)Linus Jahn2022-01-092-2/+2
|
* Update copyright headers to 2021Linus Jahn2021-02-192-2/+2
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-2/+1
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-3/+2
|
* Port majority of old-style connects (#237)JBB2020-01-201-4/+1
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-062-2/+2
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-3/+2
|
* 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-082-2/+2
|
* Fix spelling errorsBoris Pek2019-01-081-1/+1
|
* Port examples to the new build systemNiels Ole Salscheider2017-09-041-9/+0
|
* update project homepageJeremy Lainé2014-03-282-2/+2
|
* update project homepageJeremy Lainé2014-03-272-2/+2
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-262-2/+2
|
* cleanup examplesJeremy Lainé2012-09-144-42/+18
|
* update copyright yearJeremy Lainé2012-07-183-3/+3
|
* normalize Qt signal / slot signaturesJeremy Lainé2011-07-071-2/+2
|
* copyright year updateManjeet Dahiya2011-01-213-3/+3
|
* introduce a simpler connectToServer() function requiring only JID + passwordJeremy Lainé2010-08-291-1/+1
|
* rename example.pri to examples.priJeremy Lainé2010-08-101-1/+1
|
* rename "example" to "examples"Jeremy Lainé2010-08-105-0/+143