summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Change license for build files in exampleLucie Gérard2024-03-207-7/+7
* examples: silence clang's wignored-qualifierTim Blechmann2024-02-022-2/+2
* Remove redundant call from QuickPublication ExampleMate Barany2023-06-261-2/+0
* Document the Quickpublication exampleMate Barany2023-06-263-1/+61
* Revamp documentation for Quicksubscription exampleMate Barany2023-06-264-25/+22
* Remove m_client.state() call from QmlMqttClient::setPortMate Barany2023-06-201-2/+0
* QuickPublication Example: fix qmllint warningsMate Barany2023-06-202-5/+9
* QuickPublication Example: Remove version numbers from importsMate Barany2023-06-201-4/+4
* QuickPublication example: Port CMakeLists.txt to use qt_add_qml_moduleMate Barany2023-06-207-34/+34
* QuickSubscription Example: fix qmllint warningsMate Barany2023-06-202-8/+12
* QuickSubscription Example: Remove version numbers from importsMate Barany2023-06-131-4/+4
* QuickSubscription example: Port CMakeLists.txt to use qt_add_qml_moduleMate Barany2023-06-127-41/+35
* Use the list initializer constructor of QStringListMate Barany2023-06-071-5/+4
* Replace QLatin1Strings with _L1 literalsMate Barany2023-06-076-34/+47
* Examples: websocket IO device must be sequentialChris Adams2023-05-262-0/+13
* Revamp documentation of the Websockets MQTT Subscription ExampleMate Barany2023-05-231-1/+35
* Fix some compiler warnings in the MQTT WebsocketSubscription ExampleMate Barany2023-04-271-2/+2
* Rename MQTT Simple Client example and update screenshotMate Barany2023-04-242-1/+2
* Fix compiler warnings in Simple Client exampleMate Barany2023-04-201-2/+2
* Fix compiler warnings in MQTT Subscription ExampleMate Barany2023-04-202-7/+11
* Rename MQTT Subscriptions Example and update screenshotMate Barany2023-04-203-3/+4
* Move the console pub/sub example to manual testsMate Barany2023-04-019-527/+2
* Update websocket example to use the new sub-protocol featureMårten Nordheim2022-11-221-6/+5
* Reimplement QmlMqttClientMaurice Kalinowski2022-10-234-14/+158
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Use QT_DISABLE_DEPRECATED_UP_TO instead of QT_DISABLE_DEPRECATED_BEFOREIvan Solovev2022-08-227-7/+7
* Add license headers to cmake filesLucie Gérard2022-07-078-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-1629-1306/+58
* Remove .prev_CMakeLists.txtKai Köhne2022-03-232-59/+0
* Improve examples CMakeLists.txtKai Köhne2022-02-218-89/+36
* 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
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-176-7/+7
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-267-8/+40
* CMake: Regenerate projectsAlexandru Croitor2020-05-261-1/+1
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-05-2610-0/+398
|\
| * Regenerate projectswip/cmakeMaurice Kalinowski2020-05-269-15/+51
| * Regenerate projectsAlexandru Croitor2019-11-156-9/+64
| * Add initial support for cmakeMaurice Kalinowski2019-09-028-0/+307
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+2
|\ \
| * | Fix flaky installationMaurice Kalinowski2019-12-021-0/+2
* | | Fix build with --no-widgetsMaurice Kalinowski2020-01-031-1/+1
|/ /
* | Examples: Remove ping buttonsMaurice Kalinowski2019-10-246-48/+16
* | Use nullptr instead of 0Maurice Kalinowski2019-10-242-2/+2
* | Update usage for encrypted connectionv5.14.0-beta2v5.14.0-beta1Maurice Kalinowski2019-09-263-3/+7
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-281-1/+2
|\
| * Fix build with -no-guiMaurice Kalinowski2019-06-201-1/+1
* | Add console examplesMaurice Kalinowski2018-12-207-0/+588
|/
* Examples: Visual clean upMaurice Kalinowski2018-12-122-13/+29
* Add username and password editsv5.12.0-beta4Maurice Kalinowski2018-11-052-10/+42