aboutsummaryrefslogtreecommitdiff
path: root/examples/example_9_vCard
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-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-3/+6
|
* REUSE-ify whole projectLinus Jahn2022-01-152-0/+10
|
* Convert copyright headers to REUSELinus Jahn2022-01-142-44/+6
|
* Update copyright years (2022 edition)Linus Jahn2022-01-092-2/+2
|
* cmake: Simplify Qt5/Qt6 handlingLinus Jahn2021-02-261-5/+2
|
* Update copyright headers to 2021Linus Jahn2021-02-192-2/+2
|
* CMake: Hide Qt6 find errorsLinus Jahn2020-07-101-1/+1
|
* Introduce Qt 6 compatibilityLinus Jahn2020-07-031-2/+5
|
* Run clang-format also on all cpp filesLinus Jahn2020-02-031-2/+2
|
* clang-format: Enable regrouping and sorting of includesLinus Jahn2020-02-031-7/+7
|
* Bump copyright year to 2020Linus Jahn2020-01-062-2/+2
|
* Add a .clang-format somewhat close to the current style0xd34df00d2019-12-231-3/+2
|
* Port away from deprecated client extension getters of the QXmppClientLinus Jahn2019-10-232-39/+31
| | | | | This replaces the deprecated getters in the examples and in the documentation.
* 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-042-7/+4
|
* 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
|
* rework exampleJeremy Lainé2012-09-144-49/+21
|
* update copyright yearJeremy Lainé2012-07-183-3/+3
|
* explicitly include QXmppVCardIq.hJeremy Lainé2012-05-141-0/+1
|
* fix indentation & compiler warningsJeremy Lainé2012-02-081-4/+6
|
* normalize Qt signal / slot signaturesJeremy Lainé2011-07-071-2/+2
|
* copyright year updateManjeet Dahiya2011-01-213-3/+3
|
* suppress warningManjeet Dahiya2010-10-121-0/+1
|
* fix eolManjeet Dahiya2010-10-094-203/+203
|
* update with new QXmppVCardIqManjeet Dahiya2010-09-072-5/+5
|
* updateManjeet Dahiya2010-09-061-1/+1
|
* add avatar handlingManjeet Dahiya2010-09-061-0/+15
|
* add READMEManjeet Dahiya2010-09-061-0/+1
|
* addManjeet Dahiya2010-09-064-0/+188