summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Edit changelog for 5.4.1 versionv5.4.15.4.1Leena Miettinen2015-01-191-27/+26
* Add changelog for 5.4.1 versionDenis Shienkov2015-01-191-0/+62
* Skip the constructByInfo() test if no serial ports are found on *nixDenis Shienkov2015-01-161-1/+15
* Share the clearReceiver() function and for the *nix testsDenis Shienkov2015-01-151-6/+2
* Do not touch of the read notifier after its creationDenis Shienkov2015-01-062-28/+0
* Remove README file.Jeff Tranter2014-12-231-0/+0
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Frederik Gladhorn2014-12-171-0/+39
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-12-171-0/+39
| |\
| | * Remove foreign records from 5.4.0 changesv5.4.05.4.0Denis Shienkov2014-11-281-3/+0
| | * Add changelog for Qt 5.4.0Denis Shienkov2014-11-281-0/+42
* | | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-12-177-119/+291
|\ \ \ | |/ / |/| |
| * | Refactor and add missed changes up 5.2.0 to 5.3.25.3Denis Shienkov2014-11-276-111/+285
| * | Improve the QSP::clear() on WindowsDenis Shienkov2014-11-271-5/+2
| * | Prevent multiple calls of WaitCommEventDenis Shienkov2014-11-271-2/+3
| * | Fix critical typo with _q_startAsyncWrite()Denis Shienkov2014-11-271-1/+1
* | | Bump versionOswald Buddenhagen2014-12-121-1/+1
* | | Use Q_NULLPTR where it is possibleDenis Shienkov2014-12-106-39/+39
* | | Do not use internal pre-cached RTS and DTR variablesDenis Shienkov2014-12-052-14/+4
* | | Interpret ENOTTY as UnsupportedOperationError instead of ResourceErrorDenis Shienkov2014-12-051-1/+1
* | | Detect of Bluetooth SPP (rfcomm) device with SysFsDenis Shienkov2014-12-041-11/+19
* | | Setup an error when QSP::setBaudRate() fails on UnixDenis Shienkov2014-12-041-0/+1
* | | Mark a device as open only after all settings was apliedDenis Shienkov2014-12-041-3/+3
* | | Do not close closed device in Terminal exampleDenis Shienkov2014-12-041-1/+2
* | | Detect a valid of serial8250 portsDenis Shienkov2014-12-032-8/+29
* | | Improve QSPI sysfs algorithmDenis Shienkov2014-12-031-81/+107
* | | Make QSPI udev functions more readableDenis Shienkov2014-12-021-31/+37
* | | Improve QSPI algorithm on UnixDenis Shienkov2014-12-022-14/+22
* | | 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
* | | Autotest misconfiguration error message is more verboseSergey Belyashov2014-12-012-4/+31
* | | Simplify and improve the QSP::TimeoutError handlingDenis Shienkov2014-11-286-56/+21
* | | Handle EINVAL, ENOIOCTLCMD, ENOTTY and EPERM errorsDenis Shienkov2014-11-281-0/+20
* | | Close the handle for the events that were createdAndy Shaw2014-11-272-0/+11
* | | Allow to use custom devices pathsDenis Shienkov2014-11-2715-100/+196
* | | Remove Q_OS_WIN64 since Q_OS_WIN32 defines 64-bit tooDenis Shienkov2014-11-241-1/+1
* | | Remove the 'register' keywordThiago Macieira2014-11-231-2/+2
* | | Simplify handling of overlapped resultDenis Shienkov2014-11-232-7/+7
* | | Declare QElapsedTimer closer to usageDenis Shienkov2014-11-223-10/+6
* | | Fix QSPI::isNull()Denis Shienkov2014-11-219-78/+206
| |/ |/|
* | Check for lock file in non-writable directoriesv5.4.0-rc1Rainer Keller2014-10-231-8/+11
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-1412-52/+215
|\ \ | |/
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-067-36/+68
| * Allow for deviceInstanceIdentifier() to return an upper case stringDenis Shienkov2014-10-061-3/+3
| * Restart of async reading when a QSP::clear() is calledDenis Shienkov2014-10-032-0/+48
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-028-4/+82
| * Remove custom baud rate filteringManuele Conti2014-10-011-3/+7
| * Fix segfault related to dynamic udev loadingSergey Belyashov2014-10-012-7/+2
| * Handle onboard serial ports when parsing sysfsRainer Keller2014-09-291-0/+3
| * Fix typo in twoStageSynchronousLoopback testDenis Shienkov2014-09-281-2/+2