summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_unix_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-194/+0
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-1/+4
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-1/+3
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-0/+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
* Remove the exception notifier handling for *nixDenis Shienkov2014-06-121-4/+0
* Refactor unix setBaudRate() error handlingRafael Roquetto2014-05-271-3/+5
* Refactor QSerialPortPrivate::setBaudRate()Rafael Roquetto2014-05-141-5/+4
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-1/+1
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-1/+1
* Do not emit bytesWritten() while data aren't transferredDenis Shienkov2014-02-121-1/+5
* Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-091-3/+0
* Add error handling to some missing functionsLaszlo Papp2014-02-081-2/+2
* Optimize access to the write bufferDenis Shienkov2014-01-151-1/+1
* Reimplement low level data sendingDenis Shienkov2013-12-301-1/+1
* Use direct access to the read bufferDenis Shienkov2013-11-281-3/+0
* Replace the home-grown QTtyLocker with QLockFileLaszlo Papp2013-11-061-0/+9
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-301-1/+1
* Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-2/+2
* Fix the compilation for Android with Qt 5.Laszlo Papp2013-09-031-0/+25
* 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-3/+0
* Add property to set exclusivityAlex Henrie2013-07-031-0/+3
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-1/+1
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-1/+1
* 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
* 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/+156