summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-147-320/+14
* Improve examples CMakeLists.txtKai Köhne2022-02-211-8/+4
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* QtScxml: Fix spelling in example documentationTamas Martinec2021-03-101-1/+1
* QtScxml: Improve ftpclient exampleTamas Martinec2021-02-234-5/+21
* Qt6 related documentation changes for scxml moduleJuha Vuolle2021-02-112-14/+23
* Re-generate all CMake filesJoerg Bornemann2021-01-191-2/+10
* Regenerate before mergeAlexandru Croitor2019-10-151-1/+2
* Port QtScxml to CMakeJoerg Bornemann2019-09-261-0/+38
* Wrap examples' code at 80 columnJarek Kobus2018-05-023-7/+14
* Use canonical include style and sort #includeJarek Kobus2018-05-023-4/+5
* Make the network dependency explicit in the exampleKarsten Heimrich2018-01-231-1/+1
* Update examples to C++11Michael Winkelmann2017-07-182-2/+2
* Make ftpclient example valid scxmlUlf Hermann2017-02-072-2/+3
* Use std::function for onEntry and onExit return typesUlf Hermann2016-10-142-7/+0
* Use QByteArray rather than QString for ftpclient exampleUlf Hermann2016-10-146-24/+23
* Doc: Add docs for FTP Client exampleLeena Miettinen2016-09-262-0/+144
* Add a simple FTP client exampleUlf Hermann2016-09-237-0/+627