summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'forever' with 'for(;;)'Denis Shienkov2016-05-201-1/+1
* Drop the Win CE supportDenis Shienkov2016-05-021-4/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-0/+5
|\
| * Forbid the RTS changing when the HardwareFlowControl was setDenis Shienkov2016-02-251-0/+5
* | Unify license header usageAntti Kokko2016-02-021-13/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-2/+2
|\ \ | |/
| * Doc: corrected issue QSerialPort baud rateNico Vertriest2015-12-031-2/+2
* | QSerialPort::atEnd(): remove code duplicationAlex Trotsenko2016-01-211-2/+1
|/
* Use qt_subtract_from_timeout() to reduce a code duplicationDenis Shienkov2015-10-101-8/+0
* Fix stalling of reading with the limited buffer size on *nixDenis Shienkov2015-10-011-1/+7
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-241-17/+7
* Allow to use the QSP::IgnorePolicy onlyDenis Shienkov2015-09-201-5/+5
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-08-281-10/+55
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-281-2/+1
|\
| * Fix warning about unused variable on Non-Windows OS.Friedemann Kleint2015-08-191-2/+1
* | Avoid to start of communication notifier if it already is activeDenis Shienkov2015-08-271-0/+1
* | Doc: Fixed examples linkNico Vertriest2015-08-241-1/+1
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-2/+2
|\
| * Move QT_DEPRECATED_SINCE(5,2 and 5,3) macro before than qdoc comments5.4Denis Shienkov2015-07-161-2/+2
* | Add QT_DEPRECATED_SINCE(5, 5) macro around qdoc commentsDenis Shienkov2015-07-161-0/+6
* | Add missing QT_DEPRECATED_SINCE(5, 5) macroDenis Shienkov2015-07-161-0/+2
* | Give custom descriptions to errors which had none beforeDenis Shienkov2015-07-091-11/+11
* | Improve the processing of errorsDenis Shienkov2015-07-081-26/+22
* | Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-011-1/+7
* | Get rid of QSPP::readData()Denis Shienkov2015-06-301-1/+18
* | Call the QIODevice::close() only after real closing of deviceDenis Shienkov2015-06-241-1/+1
* | Cleanup an error string when QSP::clearError() is calledDenis Shienkov2015-04-191-1/+1
* | Remove unused readyReadEmitted variableDenis Shienkov2015-04-191-1/+0
* | Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-121-3/+3
* | Get rid of C-style's SERIALPORT_BUFFERSIZE macroDenis Shienkov2015-03-121-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-251-14/+6
|\ \ | |/
| * Do not use internal pre-cached RTS and DTR variablesDenis Shienkov2014-12-051-12/+4
| * Mark a device as open only after all settings was apliedDenis Shienkov2014-12-041-3/+3
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-201-12/+6
|\ \
| * \ Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-12/+6
| |\ \ | | |/
| | * Allow to use custom devices pathsDenis Shienkov2014-11-271-12/+6
* | | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-151-8/+28
|/ /
* | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-271-3/+1
* | Use internal read buffer of QIODeviceDenis Shienkov2014-11-171-8/+4
* | Use QIODevicePrivate for PIMPLDenis Shienkov2014-11-161-10/+9
* | Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-151-31/+3
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-15/+61
* | Drop the Qt4 supportDenis Shienkov2014-10-231-9/+2
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-7/+3
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-6/+2
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-1/+1
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-2/+7
|\ \ | |/
| * Added missing deprecation guards and documentation updateSamuel Gaist2014-09-121-2/+7
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/