aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Correct license for documentation filesLucie Gérard2024-04-044-4/+4
* Correct license for examples filesLucie Gérard2024-04-046-6/+6
* Make standalone example copy necessary files for HTML clientØystein Heskestad2023-09-191-0/+31
* Doc: Add example categories for Qt Webchannel examplesJaishree Vyas2023-08-233-0/+4
* Exclude chatserver-cpp example for Android buildElias Hautala2023-08-212-1/+5
* Doc: Update example category namesKai Köhne2023-07-101-1/+1
* Make chatclient-qml example executableØystein Heskestad2023-06-3011-43/+125
* Add wrappers to optionally convert incoming dataØystein Heskestad2022-11-111-1/+44
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-074-0/+12
* Use SPDX license identifiersLucie Gérard2022-06-1021-1024/+48
* Remove .prev_CMakeLists.txtKai Köhne2022-03-221-52/+0
* Improve examples CMakeLists.txtKai Köhne2022-02-174-31/+12
* Switch examples to build as isolated sub-builds part 2Alexandru Croitor2022-02-051-1/+1
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-6/+6
* Add .qmproject file for examples containing .ui.qml filesThomas Hartmann2021-11-161-0/+39
* Fix QML files in tests and examplesBalazs Egedi2021-09-093-19/+25
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-172-2/+2
* Re-generate CMake project filesJoerg Bornemann2021-03-153-6/+30
* Merge remote-tracking branch 'origin/wip/cmake' into devAllan Sandfeld Jensen2021-01-295-0/+148
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-253-2/+46
| * Add cmake supportJüri Valdmann2019-09-234-0/+104
* | Skip changes made while iterating over connections for emitAndrew Webster2020-02-211-7/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-1/+1
|\ \
| * | Doc: Remove linking to example source fileTopi Reinio2020-01-071-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-263-35/+29
|\| |
| * | Avoid using 'for..in' to iterate over collectionsKirill Burtsev2019-11-221-27/+15
| * | Examples: fix 'nodejs' and 'qwclient' compatibility with 'standalone'Kirill Burtsev2019-11-202-3/+3
| * | Example 'qwclient': fix lsObject() output of registered objectsKirill Burtsev2019-11-201-5/+11
| |/
* / Unwrap QObjects embedded inside argumentsAndrew Webster2019-09-201-6/+8
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-221-10/+12
|\
| * Doc: Minor text layout editsNico Vertriest2019-06-181-10/+12
* | Return a Promise when no callback is provided for a function callAndrew Webster2019-04-101-0/+16
* | Unwrap property updates in case they are QObjectsAndrew Webster2019-04-101-1/+1
* | Implement actual overload resolutionArno Rehn2019-03-291-1/+5
* | Publish overloaded methods and signals to JavaScriptMilian Wolff2019-03-251-1/+1
* | Only connect to signal once per client objectMilian Wolff2019-03-251-3/+10
* | Convert QObjects in QVariantMapsAndrew Webster2019-02-061-3/+9
|/
* qmlchatclient: Make main window visible by defaultKai Koehne2017-09-121-0/+1
* Fix class name in standalone documentationKai Koehne2017-09-121-3/+3
* Make chatclient-qml designer-friendlyKai Koehne2017-09-124-69/+209
* chatclient-qml: Show errors in a dialogKai Koehne2017-09-121-6/+21
* Give example a meaningful window titleKai Koehne2017-09-121-1/+1
* Chatclient-qml: Use QtQuick.Controls 2Kai Koehne2017-09-121-1/+1
* Beautify code of qmlchatclient exampleKai Koehne2017-09-121-50/+68
* Examples: beautify JavaScript snippetsKai Koehne2017-09-085-65/+69
* Split up classes in standalone exampleKai Koehne2017-09-086-71/+267
* Examples: Use canonical include style and sort #includeKai Koehne2017-09-066-19/+15
* Allow examples to be built without module sourcesKai Koehne2017-09-062-9/+432
* Examples: Fix coding style issuesKai Koehne2017-08-293-11/+11