summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-171-0/+6
* Eliminate the ifdef in the code for imported headers (qt4support)Laszlo Papp2013-10-091-4/+0
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-2/+3
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-221-1/+1
|\
| * Do not time out for -1 msec (wait methods)old/5.1Denis Shienkov2013-09-221-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-061-5/+5
|\ \ | |/
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-5/+5
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-0/+3
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+6
|/
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-24/+50
* Remove the const modifier from the pinoutSignals internal methodsLaszlo Papp2013-07-271-1/+1
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-2/+4
|\
| * Do not set an error for timeout as there is no timeout error handled yetLaszlo Papp2013-07-241-2/+4
* | Catch only the WinEventAct for the event notifier for process completionFrancisco Gonzalez2013-07-241-1/+4
|/
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-6/+0
* Merge branch 'release' into stableSergio Ahumada2013-07-031-1/+1
|\
| * Windows: Fix waitAnyEvent() methodDenis Shienkov2013-07-031-1/+1
* | Add property to set exclusivityAlex Henrie2013-07-031-0/+6
|/