summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-121-3/+3
* | Get rid of C-style's SERIALPORT_BUFFERSIZE macroDenis Shienkov2015-03-121-1/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-251-14/+6
|\ \ | |/
| * 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
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-201-12/+6
|\ \
| * \ Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-12/+6
| |\ \ | | |/
| | * Allow to use custom devices pathsDenis Shienkov2014-11-271-12/+6
* | | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-151-8/+28
|/ /
* | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-271-3/+1
* | Use internal read buffer of QIODeviceDenis Shienkov2014-11-171-8/+4
* | Use QIODevicePrivate for PIMPLDenis Shienkov2014-11-161-10/+9
* | Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-151-31/+3
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-15/+61
* | Drop the Qt4 supportDenis Shienkov2014-10-231-9/+2
|/
* 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