summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+2
|\
| * Update waitFor{ReadyRead|BytesWritten} documentation for timeoutsAndre Hartmann2017-09-291-2/+2
* | Use C++11 member class initializationDenis Shienkov2017-10-121-31/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-2/+9
|\ \ | |/
| * Fix bytesToWrite()Alex Trotsenko2017-04-221-2/+5
| * Doc: Describe limitations to use of QSP::setRequestToSend()5.8Denis Shienkov2017-03-061-0/+4
* | Improve read performance when the buffer size is limitedAlex Trotsenko2017-04-261-18/+5
* | Increase buffer chunk sizesDenis Shienkov2017-04-261-2/+3
* | Get rid of originalEventMask memberDenis Shienkov2017-04-091-1/+0
|/
* Improve documentation a bitDenis Shienkov2017-01-041-41/+41
* qserialport.cpp: Silence deprecation warningFriedemann Kleint2016-12-081-0/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-191-1/+15
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-1/+15
| |\
| | * Add mention of QSP::waitForX() functions in documentationDenis Shienkov2016-08-051-1/+15
* | | Replace QSP::error signal with QSP::errorOccurredDenis Shienkov2016-08-091-2/+15
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-21/+4
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-8/+1
| |\ \ | | |/
| | * Detach buffer's segment for asynchronous write operationDenis Shienkov2016-07-201-8/+1
| * | Remove mention of Windows CE supportDenis Shienkov2016-07-151-6/+2
| * | Minimize number of system calls at openingDenis Shienkov2016-07-071-9/+0
* | | Add missng default parameters to waitFor() methodsDenis Shienkov2016-07-281-3/+12
* | | Reuse QIODevice's write bufferAlex Trotsenko2016-07-191-5/+2
|/ /
* | 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