summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Mark the signal QSP::dataErrorPolicyChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* Remove the QT_VERSION_CHECK(5, 0, 0) macroDenis Shienkov2015-04-204-30/+0
* Cleanup an error string when QSP::clearError() is calledDenis Shienkov2015-04-201-1/+1
* Remove unused readyReadEmitted variableDenis Shienkov2015-04-202-4/+0
* Add additional lock directories for *nix-specific platformsDenis Shienkov2015-04-201-0/+3
* Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-04-204-19/+19
* Fix warning about constructing a QString from ASCII.Friedemann Kleint2015-04-201-1/+1
* Fix QSPI::portName() on OSXDenis Shienkov2015-03-141-9/+4
* Make QSP::timeoutValue() as staticDenis Shienkov2015-03-121-1/+1
* Get rid of C-style's SERIALPORT_BUFFERSIZE macroDenis Shienkov2015-03-122-7/+4
* Unix: Clear serial_struct instancesJonathan Liu2015-03-111-0/+4
* Update the licenses and its headersDenis Shienkov2015-02-1777-1470/+1651
* Update copyright headersJani Heikkinen2015-02-1671-437/+421
* Fix a regresison in the waitForXXX() methods on WindowsDenis Shienkov2015-01-271-4/+8
* Fix crash in destructor if a device was not open on WindowsDenis Shienkov2015-01-271-0/+3
* Improve usage of the break state for the Tx lineDenis Shienkov2015-01-164-8/+93
* Do not touch of the read notifier after its creationDenis Shienkov2015-01-062-28/+0
* Use Q_NULLPTR where it is possibleDenis Shienkov2015-01-066-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-051-11/+19
* Setup an error when QSP::setBaudRate() fails on UnixDenis Shienkov2014-12-051-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-031-31/+37
* Improve QSPI algorithm on UnixDenis Shienkov2014-12-032-14/+22
* Add scroll area to Enumerator exampleDenis Shienkov2014-12-021-4/+8
* Translate serial port settings of Terminal exampleDenis Shienkov2014-12-021-11/+11
* Allow to setup custom device in Terminal exampleDenis Shienkov2014-12-022-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
* Improve the QSP::clear() on WindowsDenis Shienkov2014-11-281-5/+2
* Prevent multiple calls of WaitCommEventDenis Shienkov2014-11-281-2/+3
* Fix critical typo with _q_startAsyncWrite()Denis Shienkov2014-11-281-1/+1
* 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 the 'register' keywordThiago Macieira2014-11-271-2/+2
* Remove Q_OS_WIN64 since Q_OS_WIN32 defines 64-bit tooDenis Shienkov2014-11-241-1/+1
* Simplify handling of overlapped resultDenis Shienkov2014-11-232-7/+7
* Declare QElapsedTimer closer to usageDenis Shienkov2014-11-223-10/+6
* Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-222-43/+88
* Fix QSPI::isNull()Denis Shienkov2014-11-219-78/+206
* Check for lock file in non-writable directoriesRainer Keller2014-10-231-8/+11
* Cleanup from the Qt5 dependencesDenis Shienkov2014-10-2318-111/+32
* 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