summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow for deviceInstanceIdentifier() to return an upper case stringDenis Shienkov2014-10-061-3/+3
* Restart of async reading when a QSP::clear() is calledDenis Shienkov2014-10-031-0/+6
* Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-027-4/+47
* Remove custom baud rate filteringManuele Conti2014-10-011-3/+7
* Fix segfault related to dynamic udev loadingSergey Belyashov2014-10-012-7/+2
* Handle onboard serial ports when parsing sysfsRainer Keller2014-09-291-0/+3
* Fix access after delete in OS X QSPIDyami Caliri2014-09-251-2/+1
* Query a serial number of USB device from SysfsDenis Shienkov2014-09-251-0/+4
* Added missing deprecation guards and documentation updateSamuel Gaist2014-09-121-2/+7
* Fix Qt 4 buildSamuel Gaist2014-09-121-2/+0
* Fix a race condition at writing on Windowsv5.3.25.3.2Denis Shienkov2014-08-283-10/+12
* Add missing private headers warningsSamuel Gaist2014-08-187-0/+77
* Fix handling of writing at using of waitForReadyRead()Denis Shienkov2014-08-151-0/+3
* Fix compilation of apps with QT_DISABLE_DEPRECATED_BEFORE=0x050300Marcel Krems2014-08-111-0/+2
* Make the QSerialPort::flush() non-blockingDenis Shienkov2014-08-022-20/+2
* Pass a length of string to QString::fromWCharArrayDenis Shienkov2014-08-011-6/+17
* Fix leak of a descriptor after unsuccessful openingDenis Shienkov2014-07-316-115/+152
* Fix events handling in waitForBytesWritten() method on WindowsDenis Shienkov2014-07-301-2/+4
* Return from the loop if a port name is foundDenis Shienkov2014-07-101-0/+3
* Wrap of getting the port properties on WindowsDenis Shienkov2014-07-091-50/+74
* Do not continue waitForReadyRead() if an error occurredDenis Shienkov2014-07-091-10/+3
* Refactor of the QSerialPortInfo for OS XDenis Shienkov2014-07-092-193/+267
* Make independent implementation of QSerialPortInfo for OS XDenis Shienkov2014-07-093-12/+42
* Improve error handling for the waitForXX() methods on WindowsDenis Shienkov2014-07-083-27/+29
* Unify handling of errors of the overlapped I/O resultDenis Shienkov2014-07-082-46/+37
* Abort waitForReadyRead() when there is an errorPeter Kümmel2014-06-301-0/+4
* Improve the serial number handling on WindowsDenis Shienkov2014-06-301-13/+31
* Improve the ResourceError handling on WindowsDenis Shienkov2014-06-291-21/+9
* Improve the I/O completion errors handling on WindowsDenis Shienkov2014-06-291-8/+24
* Fix mixed up vendor and product identifiersv5.3.15.3.1Oleg Shparber2014-06-141-2/+2
* Remove the exception notifier handling for *nixDenis Shienkov2014-06-122-59/+2
* Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-112-76/+96
|\
| * Refactor the availablePortsByUdev() in favor to readabilitystableDenis Shienkov2014-06-071-48/+38
| * Use QScopedPointer (RAII) to do not care of the udev resourcesDenis Shienkov2014-06-071-9/+23
| * Simplify of the availablePortsByUdev()Denis Shienkov2014-06-072-33/+49
* | uclibc sets ENOENT when one tries to open a non-existing devicePeter Kümmel2014-06-091-0/+5
|/
* Fix waitForReadyRead() on windowsDenis Shienkov2014-06-031-2/+7
* Improve the setStandardBaudRate() on LinuxDenis Shienkov2014-06-031-4/+4
* Fix the error message for TimeoutError on WindowsDenis Shienkov2014-06-021-1/+1
* Don't emit error in destructor of QSerialPort.Samuel Bryner2014-05-301-1/+2
* Move out processing of ResoureError from processIoErrors()Denis Shienkov2014-05-272-10/+7
* Refactor unix setBaudRate() error handlingRafael Roquetto2014-05-272-37/+49
* Disable automatic header precompilation for QtSerialPortThiago Macieira2014-05-271-0/+2
* 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
* 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