aboutsummaryrefslogtreecommitdiff
path: root/examples/example_7_archiveHandling
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.
* Reformat codeLinus Jahn2022-09-061-1/+2
|
* Run 'clang-format' on all filesMelvin Keskin2022-01-151-1/+1
|
* 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
|
* Disable foreach also in examples and testsLinus Jahn2020-10-101-3/+6
|
* Adapt to changes in QList in Qt 6.0Linus Jahn2020-07-031-1/+1
| | | | Template parameters of QList can't be forward declared anymore.
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-8/+4
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-032-5/+5
|
* Port majority of old-style connects (#237)JBB2020-01-201-11/+6
| | | 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-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-082-2/+2
|
* Port examples to the new build systemNiels Ole Salscheider2017-09-041-7/+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
|
* fix exampleJeremy Lainé2012-09-144-45/+15
|
* archives: demonstrate result set paginationJeremy Lainé2012-07-223-19/+97
|
* update copyright yearJeremy Lainé2012-07-183-3/+3
|
* fix indentation & compiler warningsJeremy Lainé2012-02-081-2/+5
|
* copyright year updateManjeet Dahiya2011-01-213-3/+3
|
* don't load QXmppArchiveManager by defaultJeremy Lainé2010-12-132-7/+16
|
* use simple connectToServer() APIJeremy 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-104-0/+168