summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Mark some signals as deprecated since 5.5Denis Shienkov2015-06-061-2/+2
* Mark the signal QSP::settingsRestoredOnCloseChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* Add the missed macro QT_DEPRECATED for QSP::sendBreak()Denis Shienkov2015-05-121-1/+1
* Mark the signal QSP::dataErrorPolicyChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* Allow to open the device when using the App Sandbox on OSXDenis Shienkov2015-05-121-0/+11
* Remove the QT_VERSION_CHECK(5, 0, 0) macrov5.5.0-beta1Denis Shienkov2015-04-191-6/+0
* Cleanup an error string when QSP::clearError() is calledDenis Shienkov2015-04-191-1/+1
* Remove unused readyReadEmitted variableDenis Shienkov2015-04-193-4/+0
* Add additional lock directories for *nix-specific platformsDenis Shienkov2015-04-051-0/+3
* Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-03-274-19/+19
* Fix QSPI::portName() on OSXDenis Shienkov2015-03-141-9/+4
* Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-125-22/+22
* Make QSP::timeoutValue() as staticDenis Shienkov2015-03-121-1/+1
* Get rid of C-style's SERIALPORT_BUFFERSIZE macroDenis Shienkov2015-03-122-6/+3
* Unix: Clear serial_struct instancesv5.5.0-alpha1Jonathan Liu2015-03-091-0/+4
* Fix warning about constructing a QString from ASCII.Friedemann Kleint2015-03-031-1/+1
* Fix reading on Windows with the limited read bufferDenis Shienkov2015-03-021-6/+7
* Add the missed PORT_UNKNOWN macro for Android OSDenis Shienkov2015-02-271-0/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2512-236/+319
|\
| * Doc: Fix the examples pageTopi Reinio2015-01-201-0/+45
| * Doc: added dependencies to qdocconf fileNico Vertriest2015-01-191-1/+1
| * Do not touch of the read notifier after its creationDenis Shienkov2015-01-062-28/+0
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-12-171-8/+6
| |\
| | * 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
| * | 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
| * | 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
| * | Simplify and improve the QSP::TimeoutError handlingDenis Shienkov2014-11-286-56/+21
| * | Handle EINVAL, ENOIOCTLCMD, ENOTTY and EPERM errorsDenis Shienkov2014-11-281-0/+20
* | | Update copyright headersJani Heikkinen2015-02-1317-100/+100
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-2012-174/+161
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-1912-174/+161
| |\| |
| | * | Close the handle for the events that were createdAndy Shaw2014-11-272-0/+11
| | * | Allow to use custom devices pathsDenis Shienkov2014-11-2712-99/+78
| | * | 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-216-77/+80
* | | | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-153-8/+34
|/ / /
* | | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-276-187/+103