summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of writing at using of waitForReadyRead()Denis Shienkov2014-08-151-0/+3
* Make the QSerialPort::flush() non-blockingDenis Shienkov2014-08-021-14/+1
* Fix leak of a descriptor after unsuccessful openingDenis Shienkov2014-07-311-49/+60
* Fix events handling in waitForBytesWritten() method on WindowsDenis Shienkov2014-07-301-2/+4
* Improve error handling for the waitForXX() methods on WindowsDenis Shienkov2014-07-081-21/+23
* Unify handling of errors of the overlapped I/O resultDenis Shienkov2014-07-081-45/+36
* Improve the ResourceError handling on WindowsDenis Shienkov2014-06-291-21/+9
* Improve the I/O completion errors handling on WindowsDenis Shienkov2014-06-291-8/+24
* Fix waitForReadyRead() on windowsDenis Shienkov2014-06-031-2/+7
* Fix the error message for TimeoutError on WindowsDenis Shienkov2014-06-021-1/+1
* Move out processing of ResoureError from processIoErrors()Denis Shienkov2014-05-271-9/+6
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-201-28/+0
* Fix the waitForBytesWritten() behavior on WindowsDenis Shienkov2014-05-151-1/+1
* Use QTimer to defer starting of writing on WindowsDenis Shienkov2014-05-151-12/+27
* Return after an error of the async write operationDenis Shienkov2014-05-151-1/+2
* Do not start async read again if FIFO has no more dataDenis Shienkov2014-04-141-1/+1
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-75/+5
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-6/+6
* Set error if the file buffer flushing fails on Windowsold/5.2Laszlo Papp2014-02-171-1/+14
* Remove the continuous warning about the unknown flow controlLaszlo Papp2014-02-141-1/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-111-3/+7
|\
| * Fix the waitForReadyRead() behavior on WindowsDenis Shienkov2014-01-171-3/+7
* | Keep the DTR line state at changing of DCB propertiesDenis Shienkov2014-02-111-0/+4
* | Initialize the DCB structure before using itDenis Shienkov2014-02-101-0/+3
* | Rename the writeSequenceStarted variable to writeStartedLaszlo Papp2014-02-101-7/+7
* | Rename the "descriptor" to handle on WindowsLaszlo Papp2014-02-101-28/+28
* | Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-091-26/+0
* | Add error handling to some missing functionsLaszlo Papp2014-02-081-11/+42
* | Use the ternary operator meant for this purpose rather than two returnsLaszlo Papp2014-02-071-3/+1
* | Optimize of writing sequence algorithmDenis Shienkov2014-02-021-25/+17
* | Handle the ERROR_INVALID_NAME error codeDenis Shienkov2014-01-311-0/+3
* | Optimize access to the write bufferDenis Shienkov2014-01-151-9/+1
* | Unify of the internal API of asynchronous handlingDenis Shienkov2014-01-151-87/+84
|/
* Reimplement low level data sendingDenis Shienkov2013-12-301-5/+3
* Remove unused variablesDenis Shienkov2013-12-301-16/+4
* Use the signals/slots for internal events handling on WindowsDenis Shienkov2013-12-181-240/+155
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-161-7/+13
|\
| * Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-031-5/+9
| * Obsolete the QSerialPort::UnknownParity enum value in QSerialPortLaszlo Papp2013-11-301-2/+4
* | Optimization of the write notifier algorithmDenis Shienkov2013-11-291-14/+10
* | Clear unused members of the overlapped structure before each usageDenis Shienkov2013-11-281-0/+11
* | Use direct access to the read bufferDenis Shienkov2013-11-281-44/+5
* | Simplify the standard baudrate getter by dropping the foreachLaszlo Papp2013-11-251-8/+1
* | Add the missing error handling on Windows for QSerialPortLaszlo Papp2013-11-161-34/+83
* | Use ZeroMemory on Windows instead of zero memsetLaszlo Papp2013-11-141-4/+4
|/
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-1/+1
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-301-16/+12
* Remove qFind usage from QSerialPortPrivateJoerg Bornemann2013-10-231-2/+5
* Do not call CancelIo() in the AbstractOverlappedEventNotifier destructorv5.2.0-beta1Denis Shienkov2013-10-211-1/+0
* Replace the reinterpret_cast to qobject_cast for the QObject'sDenis Shienkov2013-10-171-1/+1