summaryrefslogtreecommitdiffstats
path: root/examples/mqtt/subscriptions
Commit message (Expand)AuthorAgeFilesLines
* Change license for build files in exampleLucie Gérard2024-03-201-1/+1
* Replace QLatin1Strings with _L1 literalsMate Barany2023-06-072-15/+19
* Fix compiler warnings in MQTT Subscription ExampleMate Barany2023-04-202-7/+11
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Use QT_DISABLE_DEPRECATED_UP_TO instead of QT_DISABLE_DEPRECATED_BEFOREIvan Solovev2022-08-221-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-165-245/+10
* Improve examples CMakeLists.txtKai Köhne2022-02-211-11/+4
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-261-1/+5
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-05-261-0/+45
|\
| * Regenerate projectswip/cmakeMaurice Kalinowski2020-05-261-1/+5
| * Regenerate projectsAlexandru Croitor2019-11-151-1/+2
| * Add initial support for cmakeMaurice Kalinowski2019-09-021-0/+40
* | Examples: Remove ping buttonsMaurice Kalinowski2019-10-243-16/+0
* | Use nullptr instead of 0Maurice Kalinowski2019-10-241-1/+1
|/
* Add username and password editsv5.12.0-beta4Maurice Kalinowski2018-11-052-10/+42
* Introduce specific types for topic names and filtersLorenz Haas2017-11-152-4/+4
* Use Qt5-style connect and QOverloadMaurice Kalinowski2017-10-121-1/+1
* Resize example user interfacesMaurice Kalinowski2017-10-101-3/+3
* Change signature of QMqttClient::subscribeMaurice Kalinowski2017-09-012-7/+7
* Update signal signatureMaurice Kalinowski2017-08-301-1/+3
* Rename ping receival signalMaurice Kalinowski2017-08-301-1/+1
* Remove hardcoded test serverMaurice Kalinowski2017-08-301-1/+1
* Fix warningsMaurice Kalinowski2017-06-191-1/+1
* Rename QMqttMessage::content to payloadMaurice Kalinowski2017-06-151-1/+1
* Clean up exampleMaurice Kalinowski2017-05-192-5/+5
* Introduce QMqttMessageMaurice Kalinowski2017-05-192-3/+4
* Add/Fix license headersMaurice Kalinowski2017-04-275-0/+250
* Fix exampleMaurice Kalinowski2017-04-061-1/+4
* Provide access to message identifierMaurice Kalinowski2017-03-291-1/+1
* Change messageReceived signaturesMaurice Kalinowski2017-03-291-1/+1
* Fix potential crashesMaurice Kalinowski2017-03-291-1/+7
* Fix namespaced buildMaurice Kalinowski2017-03-272-0/+4
* Unsubscribe when the subscription window is closedMaurice Kalinowski2017-03-241-0/+1
* Add support for QoS Level 1Maurice Kalinowski2017-03-234-101/+188
* Remove QMqttClient::subscribed signalMaurice Kalinowski2017-03-231-7/+0
* Add support for unsubscribe to topicsMaurice Kalinowski2017-03-231-1/+1
* switch message type to QByteArrayMaurice Kalinowski2017-03-231-1/+1
* Add initial support for QMqttSubscriptionMaurice Kalinowski2017-03-238-0/+519