summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of qserialport auto-test with Qt4Denis Shienkov2014-05-261-0/+8
* Add support for PCI vendor/device informationSergey Belyashov2014-05-241-11/+36
* Initialize dataTerminalReady and requestToSend.Dyami Caliri2014-05-231-17/+30
* Inspect lock file to determine busy state.Dyami Caliri2014-05-232-12/+24
* Fix compilation of qserialport auto-test with Qt4Denis Shienkov2014-05-231-4/+4
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-208-96/+587
* Fix the waitForBytesWritten() behavior on WindowsDenis Shienkov2014-05-151-1/+1
* Use QTimer to defer starting of writing on WindowsDenis Shienkov2014-05-152-12/+29
* Return after an error of the async write operationDenis Shienkov2014-05-151-1/+2
* QNX: Enable custom baud rateRafael Roquetto2014-05-141-0/+11
* Refactor QSerialPortPrivate::setBaudRate()Rafael Roquetto2014-05-142-69/+98
* Use Q_NULLPTR for null pointer purposes with NULL fallback for Qt 4Laszlo Papp2014-05-133-4/+8
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-131-5/+4
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-081-5/+4
| |\
| | * Ensure both input and output baud rates are set.v5.3.0-rc1Dyami Caliri2014-05-031-5/+4
* | | Add a unit test to verify flush()Denis Shienkov2014-05-131-0/+96
|/ /
* | Fix the default constructor test caseDenis Shienkov2014-05-031-3/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-012-4/+9
|\ \ | |/
| * Mark the settingsRestoredOnClose property deprecated since 5.3Denis Shienkov2014-04-281-3/+8
| * Fix the flush regression on UnixKijam Lopez2014-04-231-1/+1
* | Fix the serial number display in the terminal exampleDenis Shienkov2014-04-301-3/+7
* | Enable QtSerialPort on QNXRafael Roquetto2014-04-284-2/+8
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-0/+2
|\ \ | |/
| * Doc: Set example install path in documentation configTopi Reinio2014-04-151-0/+2
* | Bump MODULE_VERSION to 5.3.1Sergio Ahumada2014-04-181-1/+1
* | Do not start async read again if FIFO has no more dataDenis Shienkov2014-04-141-1/+1
|/
* 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
|\ \ | |/