summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix setting custom baud rates under Linuxv5.3.0release5.3.0Sergey Belyashov2014-05-131-0/+5
* Ensure both input and output baud rates are set.v5.3.0-rc1Dyami Caliri2014-05-031-5/+4
* Mark the settingsRestoredOnClose property deprecated since 5.3Denis Shienkov2014-04-281-3/+8
* Fix the flush regression on UnixKijam Lopez2014-04-231-1/+1
* Doc: Set example install path in documentation configTopi Reinio2014-04-151-0/+2
* Don't remove -framework on Mac.Marcel Krems2014-04-031-2/+2
* Remove the noisy comments from the terminal exampleLaszlo Papp2014-04-022-15/+0
* Skip qt4support when generating documentation.Friedemann Kleint2014-03-251-0/+1
* Use QScopedPointer (RAII) for avoiding the memory leak for udevv5.3.0-beta1Laszlo Papp2014-03-181-13/+19
* Set the port settings before open in the examplesLaszlo Papp2014-03-1710-269/+16
* Fixed info update for FTDI devices on AndroidLuke Andrew2014-03-081-2/+4
* Obsolete the "settings restore on close" APILaszlo Papp2014-03-073-5/+4
* Swap the open and configure error reporting in the terminal exampleLaszlo Papp2014-03-071-2/+2
* Make it possible to set the port values before openingLaszlo Papp2014-03-068-370/+99
* Use early return on error in the open methodLaszlo Papp2014-03-041-7/+7
* Add API for querying the serial numberLaszlo Papp2014-03-0211-5/+89
* Do not use the deprecated method in the "See also" sectionLaszlo Papp2014-03-011-2/+2
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-017-29/+29
* Add the minimal set of the base auto testsv5.3.0-alpha1Denis Shienkov2014-02-223-1/+231
* use private linkage where appropriateOswald Buddenhagen2014-02-201-4/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-175-24/+164
|\
| * Set error if the file buffer flushing fails on Windowsold/5.2Laszlo Papp2014-02-171-1/+14
| * Use Q_GLOBAL_STATIC for the udev symbol loading QLibrary instanceLaszlo Papp2014-02-162-15/+17
| * Use the qt_safe_* methods for open/read/write/closeLaszlo Papp2014-02-162-7/+133
| * Remove the continuous warning about the unknown flow controlLaszlo Papp2014-02-141-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-142-33/+46
|\ \ | |/
| * 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-1213-286/+350
|\ \ | |/
| * 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-114-23/+34
| |\
| | * 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 creaderasync example name in the qdoc fileLaszlo Papp2014-01-241-1/+1
| | * 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