summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not emit bytesWritten() while data aren't transferredDenis Shienkov2014-02-122-24/+39
| * Revert the private qtcore_unix related changes because they break the Qt 4 buildLaszlo Papp2014-02-121-9/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1210-283/+347
|\|
| * Use QString for device propertiesDenis Shienkov2014-02-121-43/+22
| * Protect against EINTR in Unix non-atomic I/O callsThiago Macieira2014-02-121-6/+6
| * Open file descriptors thread-safely on Unix and don't leak themThiago Macieira2014-02-121-1/+3
| * Don't use cfmakeraw on SunOSSebastian Wiedenroth2014-02-111-0/+8
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-113-22/+33
| |\
| | * Obsolete the TxD/RxD signalsv5.2.1Laszlo Papp2014-01-272-12/+20
| | * 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
| | * Fix the waitForReadyRead() behavior on WindowsDenis Shienkov2014-01-171-3/+7
| * | Keep the DTR line state at changing of DCB propertiesDenis Shienkov2014-02-112-0/+7
| * | Initialize the DCB structure before using itDenis Shienkov2014-02-102-0/+6
| * | Rename the writeSequenceStarted variable to writeStartedLaszlo Papp2014-02-102-8/+8
| * | Rename the "descriptor" to handle on WindowsLaszlo Papp2014-02-104-62/+62
| * | Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-096-74/+0
| * | Add error handling to some missing functionsLaszlo Papp2014-02-083-29/+112
| * | Add enumeration through the SERIALCOMM registry entryDenis Shienkov2014-02-071-0/+40
| * | Use the ternary operator meant for this purpose rather than two returnsLaszlo Papp2014-02-071-3/+1
| * | Add listing of virtual ports from the "AGG Software"Denis Shienkov2014-02-071-14/+23
| * | Rewrite the short description of the handle() methodLaszlo Papp2014-02-021-2/+2
| * | Optimize of writing sequence algorithmDenis Shienkov2014-02-021-25/+17
| * | Handle the ERROR_INVALID_NAME error codeDenis Shienkov2014-01-311-0/+3
| * | Fix some typos in documentation.Jeff Tranter2014-01-301-27/+27
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-271-56/+56
|\| |
| * | Remove an unnecessary boolean interim variableLaszlo Papp2014-01-221-56/+56
* | | Disable build for WinRTMaurice Kalinowski2014-01-241-1/+1
|/ /
* | Optimize access to the write bufferDenis Shienkov2014-01-158-36/+13
* | Unify of the internal API of asynchronous handlingDenis Shienkov2014-01-153-95/+94
|/
* Reimplement low level data sendingDenis Shienkov2013-12-306-21/+18
* Remove unused variablesDenis Shienkov2013-12-302-18/+4
* Use the signals/slots for internal events handling on WindowsDenis Shienkov2013-12-183-251/+174
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-169-37/+75
|\
| * Do not remove obsolete enum values for gcc and clangv5.2.0Laszlo Papp2013-12-041-27/+11
| * Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-035-45/+77
| * Obsolete the QSerialPort::UnknownParity enum value in QSerialPortLaszlo Papp2013-11-304-5/+20
| * Obsolete the isValid() method in QSerialPortInfoLaszlo Papp2013-11-304-5/+8
| * Fix the detection of PCI serial ports with sysfs and without udevv5.2.0-rc1Laszlo Papp2013-11-251-0/+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
* | Add the additional enumeration through Device Interface Class GUIDDenis Shienkov2013-11-301-15/+40
* | Optimization of the write notifier algorithmDenis Shienkov2013-11-292-15/+11
* | Clear unused members of the overlapped structure before each usageDenis Shienkov2013-11-281-0/+11
* | Use direct access to the read bufferDenis Shienkov2013-11-288-138/+10
* | Document the real meaning of the parity enumeration valuesLaszlo Papp2013-11-281-5/+14
* | Try to load udev at runtime if we do not link against itLaszlo Papp2013-11-254-28/+41
* | Simplify the standard baudrate getter by dropping the foreachLaszlo Papp2013-11-251-8/+1
* | Remove the unnecessary and noisy comments for the serial port info filesLaszlo Papp2013-11-245-54/+18
* | Do not use parentheses around a single statement for consistencyLaszlo Papp2013-11-241-2/+1