summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Check if the currentPortName is empty on blockingmaster exampleMika Salmela2017-08-301-0/+5
* Fix connect statement in terminal sampleSamuel Gaist2016-12-061-1/+1
* Replace remaining 0 to nullptr in the examplesDenis Shienkov2016-06-2411-11/+11
* Add remaining 'Q_DECL_OVERRIDE' to the examplesDenis Shienkov2016-06-233-6/+6
* Add 'explicit' keyword where possible to the examplesDenis Shienkov2016-06-208-8/+8
* Use auto in more casesDenis Shienkov2016-06-155-7/+7
* Replace remaining foreach with range-based forDenis Shienkov2016-06-152-2/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1912-2/+34
|\
| * enable build of master and slave examplesOswald Buddenhagen2016-04-281-1/+1
| * add example installsOswald Buddenhagen2016-04-2811-0/+33
| * remove most pointless CONFIG+=orderedOswald Buddenhagen2016-04-281-1/+0
* | Replace 'Q_FOREACH' with the range-based 'for'Denis Shienkov2016-05-135-7/+11
* | Unify license header usage.Antti Kokko2016-02-0235-535/+1130
* | Unify license header usageAntti Kokko2016-02-029-45/+45
|/
* Doc: minor link issueNico Vertriest2015-10-131-2/+2
* Use the new signal/slot syntax everywherev5.6.0-alpha1Denis Shienkov2015-09-028-66/+52
* Use the permanent status message in Terminal exampleDenis Shienkov2015-08-032-10/+24
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-256-72/+46
|\
| * Doc: Fix the examples pageTopi Reinio2015-01-202-47/+1
| * Do not close closed device in Terminal exampleDenis Shienkov2014-12-041-1/+2
| * Add scroll area to Enumerator exampleDenis Shienkov2014-12-011-4/+8
| * Translate serial port settings of Terminal exampleDenis Shienkov2014-12-011-11/+11
| * Allow to setup custom device in Terminal exampleDenis Shienkov2014-12-012-10/+25
* | Update copyright headersJani Heikkinen2015-02-1345-270/+270
* | Drop the Qt4 supportDenis Shienkov2014-10-2310-55/+10
|/
* Update license headers and add new license filesAntti Kokko2014-09-0935-630/+350
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-1210-47/+76
|\
| * Doc: Edited example documentation.Jerome Pasion2014-07-1410-48/+76
* | Doc: rename the end file for serialport docsThiago Macieira2014-07-251-1/+1
|/
* Fix the serial number display in the terminal exampleDenis Shienkov2014-04-301-3/+7
* Remove the noisy comments from the terminal exampleLaszlo Papp2014-04-022-15/+0
* Set the port settings before open in the examplesLaszlo Papp2014-03-1710-269/+16
* Swap the open and configure error reporting in the terminal exampleLaszlo Papp2014-03-071-2/+2
* Add API for querying the serial numberLaszlo Papp2014-03-023-2/+13
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-111-1/+1
|\
| * Fix the creaderasync example name in the qdoc fileLaszlo Papp2014-01-241-1/+1
* | Fix some typos in documentation.Jeff Tranter2014-01-302-2/+2
|/
* creadersync: do not return successful read for empty dataDenis Shienkov2014-01-081-1/+1
* Improve data receiving in creaderasync exampleDenis Shienkov2014-01-031-1/+1
* Drop the empty data check in favor of proper error code handlingLaszlo Papp2013-11-251-2/+5
* Replace the silly empty output with a reasonable "N/A" placeholderLaszlo Papp2013-11-242-8/+19
* Do not handle "no data available" as error in the timeout handlerLaszlo Papp2013-11-211-3/+3
* Remove the standard input copy/paste issue from the QIODevice documentationLaszlo Papp2013-11-202-2/+2
* Add a new simple and command line async reader exampleLaszlo Papp2013-11-107-1/+339
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-20/+20
* Add a new simple and command line async writer exampleLaszlo Papp2013-11-057-1/+371
* Disable QNX buildAndreas Holzammer2013-10-311-1/+1
* Fix the broken example qdoc keyword valueLaszlo Papp2013-10-281-1/+1
* Fix a typo in the message printed to the stdout (creadersync)Laszlo Papp2013-10-281-1/+1
* Close the standard input right after reading to avoid duplicate callsLaszlo Papp2013-10-281-3/+1