summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_win_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-152/+0
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-1/+6
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-1/+4
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-0/+2
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-1/+1
|\|
| * Fix a race condition at writing on Windowsv5.3.2Denis Shienkov2014-08-281-1/+1
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Add missing private headers warningsSamuel Gaist2014-08-181-0/+11
* Fix leak of a descriptor after unsuccessful openingDenis Shienkov2014-07-311-0/+1
* Improve error handling for the waitForXX() methods on WindowsDenis Shienkov2014-07-081-3/+3
* Unify handling of errors of the overlapped I/O resultDenis Shienkov2014-07-081-1/+1
* Move out processing of ResoureError from processIoErrors()Denis Shienkov2014-05-271-1/+1
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-201-24/+4
* Use QTimer to defer starting of writing on WindowsDenis Shienkov2014-05-151-0/+2
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-1/+1
* Rename the writeSequenceStarted variable to writeStartedLaszlo Papp2014-02-101-1/+1
* Rename the "descriptor" to handle on WindowsLaszlo Papp2014-02-101-1/+1
* Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-091-3/+0
* Optimize access to the write bufferDenis Shienkov2014-01-151-1/+1
* Unify of the internal API of asynchronous handlingDenis Shienkov2014-01-151-5/+7
* Reimplement low level data sendingDenis Shienkov2013-12-301-2/+2
* Remove unused variablesDenis Shienkov2013-12-301-2/+0
* Use the signals/slots for internal events handling on WindowsDenis Shienkov2013-12-181-11/+13
* Optimization of the write notifier algorithmDenis Shienkov2013-11-291-1/+1
* Use direct access to the read bufferDenis Shienkov2013-11-281-4/+1
* Add the missing error handling on Windows for QSerialPortLaszlo Papp2013-11-161-3/+4
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-301-3/+3
* Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-2/+2
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-0/+2
* Remove the const modifier from the pinoutSignals internal methodsLaszlo Papp2013-07-271-1/+1
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-1/+0
* Add property to set exclusivityAlex Henrie2013-07-031-0/+1
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-1/+1
* Windows: Fix receive policies processingDenis Shienkov2013-03-161-1/+1
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-1/+1
* Fix the broken Windows namespace buildLaszlo Papp2013-02-121-4/+4
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-071-4/+0
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-071-0/+4
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-051-1/+1
* Change the Dtr/Rts API to something less cryptic and more Qt'ishLaszlo Papp2013-02-021-2/+2
* Rename the PortError to SerialPortError to be more consistent and talkativeLaszlo Papp2013-02-021-1/+1
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+162