summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 member class initializationDenis Shienkov2017-10-121-28/+28
* Port QWinOverlappedIoNotifier to QDeadlineTimerThiago Macieira2017-08-151-1/+2
* Improve read performance when the buffer size is limitedAlex Trotsenko2017-04-261-1/+2
* Increase buffer chunk sizesDenis Shienkov2017-04-261-5/+4
* Get rid of originalEventMask memberDenis Shienkov2017-04-091-3/+2
* Move settingFromBaudRate() function into common Q_OS_UNIX guardDenis Shienkov2017-04-091-4/+2
* Remove unused QThread forward declarationDenis Shienkov2017-04-091-1/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-021-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-1/+1
| |\
| | * Detach buffer's segment for asynchronous write operationDenis Shienkov2016-07-201-1/+1
* | | Reuse QIODevice's write bufferAlex Trotsenko2016-07-191-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+2
|\ \ | |/
| * Fix reading of data remainder with CDC USB device on WindowsDenis Shienkov2016-04-271-0/+2
* | Drop the Win CE supportDenis Shienkov2016-05-021-26/+2
* | Unify license header usageAntti Kokko2016-02-021-13/+19
|/
* Get rid of QSPP::updateCommTimeouts() methodDenis Shienkov2016-01-111-2/+0
* Do not use settingFromBaudRate() on Windowsv5.6.0-beta1Denis Shienkov2015-12-131-0/+2
* Use qt_subtract_from_timeout() to reduce a code duplicationDenis Shienkov2015-10-101-2/+0
* Remove unused QSPP::baudRateFromSetting() methodDenis Shienkov2015-10-061-1/+0
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-241-8/+0
* Get rid of stored termios structureDenis Shienkov2015-09-081-2/+2
* Get rid of stored DCB structureDenis Shienkov2015-09-071-2/+2
* Refactor the speed configuration for *nixDenis Shienkov2015-09-071-6/+2
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-08-281-6/+2
* Avoid to start of communication notifier if it already is activeDenis Shienkov2015-08-271-0/+1
* Improve the processing of errorsDenis Shienkov2015-07-081-4/+19
* Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-011-1/+0
* Get rid of QSPP::readData()Denis Shienkov2015-06-301-2/+0
* Do not use the queued connection to handle an I/O events on WindowsDenis Shienkov2015-06-231-1/+0
* Remove unused readyReadEmitted variableDenis Shienkov2015-04-191-1/+0
* Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-121-8/+8
* Make QSP::timeoutValue() as staticDenis Shienkov2015-03-121-1/+1
* Get rid of C-style's SERIALPORT_BUFFERSIZE macroDenis Shienkov2015-03-121-5/+2
* 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-251-4/+2
|\
| * Do not use internal pre-cached RTS and DTR variablesDenis Shienkov2014-12-051-2/+0
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-151-0/+1
* | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-271-14/+9
* | Use internal read buffer of QIODeviceDenis Shienkov2014-11-171-1/+0
* | Use QIODevicePrivate for PIMPLDenis Shienkov2014-11-161-3/+3
* | Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-151-2/+5
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-2/+219
|/
* Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
* Add missing private headers warningsSamuel Gaist2014-08-181-0/+11
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-1/+1
* Reimplement low level data sendingDenis Shienkov2013-12-301-2/+1
* Eliminate the ifdef in the code for imported headers (qt4support)Laszlo Papp2013-10-091-4/+0
* Remove the unnecessary Q_DECLARE_PUBLIC from the data classLaszlo Papp2013-07-271-1/+0
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-1/+0