summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QT_DEPRECATED_SINCE(5,2 and 5,3) macro before than qdoc comments5.4Denis Shienkov2015-07-161-2/+2
* Do not use internal pre-cached RTS and DTR variablesDenis Shienkov2014-12-051-12/+4
* Mark a device as open only after all settings was apliedDenis Shienkov2014-12-041-3/+3
* Allow to use custom devices pathsDenis Shienkov2014-11-271-12/+6
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-7/+3
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-6/+2
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-1/+1
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-2/+7
|\ \ | |/
| * Added missing deprecation guards and documentation updateSamuel Gaist2014-09-121-2/+7
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Don't emit error in destructor of QSerialPort.Samuel Bryner2014-05-301-1/+2
* Initialize dataTerminalReady and requestToSend.Dyami Caliri2014-05-231-17/+30
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-201-1/+3
* Obsolete the "settings restore on close" APILaszlo Papp2014-03-071-0/+1
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-118/+76
* Use early return on error in the open methodLaszlo Papp2014-03-041-7/+7
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-7/+7
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-111-9/+14
|\
| * Obsolete the TxD/RxD signalsv5.2.1Laszlo Papp2014-01-271-2/+8
| * Refactor the reference in the documentation for property setters/gettersLaszlo Papp2014-01-241-6/+5
| * Fix the broken handle() documentationLaszlo Papp2014-01-171-1/+1
* | Rewrite the short description of the handle() methodLaszlo Papp2014-02-021-2/+2
* | Fix some typos in documentation.Jeff Tranter2014-01-301-27/+27
* | Optimize access to the write bufferDenis Shienkov2014-01-151-1/+5
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-161-14/+22
|\
| * Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-031-12/+18
| * Obsolete the QSerialPort::UnknownParity enum value in QSerialPortLaszlo Papp2013-11-301-2/+4
* | Mark the 1.5 stop bits in the documentation as Windows onlyLaszlo Papp2013-12-011-1/+1
* | Document the real meaning of the data bits enumeration valuesLaszlo Papp2013-12-011-4/+12
* | Use direct access to the read bufferDenis Shienkov2013-11-281-4/+4
* | Document the real meaning of the parity enumeration valuesLaszlo Papp2013-11-281-5/+14
|/
* Mark most of the the data error policy as deprecatedLaszlo Papp2013-11-011-0/+3
* Make the enum value descriptions consistentLaszlo Papp2013-10-301-29/+48
* Do not print a warning for the serialport closure if it is not openLaszlo Papp2013-10-111-1/+0
* Add warnings to the methods requiring open serial portLaszlo Papp2013-10-091-0/+16
* Return in certain methods if the device is not openLaszlo Papp2013-10-061-12/+58
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-0/+1
* Set the NotOpenError error code also for closingLaszlo Papp2013-10-051-0/+4
* Document that the serial port parameters cannot be set before openingLaszlo Papp2013-10-041-0/+60
* Fix a grammar issue of the open method documentationLaszlo Papp2013-10-041-1/+1
* Add a new error value called "NotOpenError"Laszlo Papp2013-10-041-0/+44
* Use the "\note" qdoc command instead of the raw "Note" termLaszlo Papp2013-10-041-4/+5
* Merge branch 'stable' into devSergio Ahumada2013-09-061-18/+18
|\
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-18/+18
* | Add a "manual since" for the TimeoutError introduced in 5.2Laszlo Papp2013-09-041-1/+1
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-1/+1
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+12
|/
* Do not use the const specifier for Q_D inside non-const methodsLaszlo Papp2013-07-241-3/+3
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-44/+0
* Add property to set exclusivityAlex Henrie2013-07-031-0/+44