aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Support installing QXmpp with Qt 5 and Qt 6 in parallelLinus Jahn2023-04-074-4/+4
| | | | Closes #540.
* cmake: Use generate_export_header() instead of doing manuallyLinus Jahn2022-12-291-1/+1
| | | | | | | | | This is going to make it easier for us to maintain things. It's also consistent with the new QXmppOmemo module. This requires CMake 3.7 now. Closes #523.
* Disable Qt keywords completelyLinus Jahn2022-12-267-17/+11
| | | | | | | | | | | | | | | 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-065-9/+17
|
* Run 'clang-format' on all filesMelvin Keskin2022-01-152-4/+4
|
* REUSE-ify whole projectLinus Jahn2022-01-1513-1/+59
|
* Convert copyright headers to REUSELinus Jahn2022-01-1416-356/+52
|
* Update copyright years (2022 edition)Linus Jahn2022-01-0916-16/+16
|
* cmake: Simplify Qt5/Qt6 handlingLinus Jahn2021-02-261-5/+2
|
* Update copyright headers to 2021Linus Jahn2021-02-1916-16/+16
|
* Disable foreach also in examples and testsLinus Jahn2020-10-101-3/+6
|
* CMake: Hide Qt6 find errorsLinus Jahn2020-07-101-1/+1
|
* Introduce Qt 6 compatibilityLinus Jahn2020-07-031-2/+5
|
* 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-038-35/+26
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-0311-35/+32
|
* Port majority of old-style connects (#237)JBB2020-01-204-51/+24
| | | This provides more type safety and is future-proof.
* Bump copyright year to 2020Linus Jahn2020-01-0616-16/+16
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-237-21/+14
|
* Port away from deprecated client extension getters of the QXmppClientLinus Jahn2019-10-234-60/+50
| | | | | This replaces the deprecated getters in the examples and in the documentation.
* Use raw literals, range based loops and autoJonah Brüchert2019-10-222-2/+2
|
* Modernize codebase using clang-tidyJonah Brüchert2019-09-089-16/+16
| | | | | | | | 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-0816-16/+16
|
* Fix spelling errorsBoris Pek2019-01-081-1/+1
|
* Fix paths in CMakeLists.txtNiels Ole Salscheider2018-06-171-3/+4
|
* Port examples to the new build systemNiels Ole Salscheider2017-09-0416-114/+28
|
* Remove example_4 and GuiClientNiels Ole Salscheider2017-09-0469-6639/+0
| | | | | The build was disabled for some time. There is still git if we want to bring them back.
* [examples] remove gratuitous forward declarationJeremy Lainé2016-09-041-2/+0
|
* fix include of utils.hJeremy Lainé2015-08-311-1/+1
|
* prune trailing whitespaceJeremy Lainé2014-12-195-5/+5
|
* add rpath to examplesJeremy Lainé2014-12-191-0/+1
|
* update project homepageJeremy Lainé2014-03-2863-63/+63
|
* update project homepageJeremy Lainé2014-03-2763-63/+63
|
* GuiClient: restore Qt4 compatibilityJeremy Lainé2014-03-261-0/+8
|
* update copyright notice to 2008-2014Jeremy Lainé2014-03-2663-64/+64
|
* Fixes to support Qt5.Manjeet Dahiya2014-01-284-6/+8
|
* finish integrating TURNJeremy Lainé2012-09-182-6/+27
|
* start adding code to lookup TURN serverJeremy Lainé2012-09-182-4/+62
|
* example_3_transferHandling: set file descriptionJeremy Lainé2012-09-171-1/+1
|
* declare proxy for transfer exampleJeremy Lainé2012-09-171-0/+1
|
* embed file to sendJeremy Lainé2012-09-173-1/+8
|
* remove references to qxmpp.test1@gmail.comJeremy Lainé2012-09-144-4/+4
|
* rework exampleJeremy Lainé2012-09-144-49/+21
|
* fix exampleJeremy Lainé2012-09-144-45/+15
|
* fix exampleJeremy Lainé2012-09-144-58/+39
|
* fix exampleJeremy Lainé2012-09-144-58/+40
|
* cleanup examplesJeremy Lainé2012-09-149-96/+38
|
* use credentials on qxmpp.orgJeremy Lainé2012-09-142-5/+7
|
* set default avatarJeremy Lainé2012-09-132-3/+7
|
* fix display of own vCardJeremy Lainé2012-09-133-5/+8
|