summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1317-100/+100
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-2012-174/+161
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-1912-174/+161
| |\
| | * Close the handle for the events that were createdAndy Shaw2014-11-272-0/+11
| | * Allow to use custom devices pathsDenis Shienkov2014-11-2712-99/+78
| | * Remove Q_OS_WIN64 since Q_OS_WIN32 defines 64-bit tooDenis Shienkov2014-11-241-1/+1
| | * Remove the 'register' keywordThiago Macieira2014-11-231-2/+2
| | * Simplify handling of overlapped resultDenis Shienkov2014-11-232-7/+7
| | * Declare QElapsedTimer closer to usageDenis Shienkov2014-11-223-10/+6
| | * Fix QSPI::isNull()Denis Shienkov2014-11-216-77/+80
* | | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-153-8/+34
|/ /
* | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-276-187/+103
* | Remove macroes that was added for Qt4 compatibilityDenis Shienkov2014-11-221-12/+0
* | Use internal read buffer of QIODeviceDenis Shienkov2014-11-175-40/+34
* | Use QIODevicePrivate for PIMPLDenis Shienkov2014-11-163-14/+14
* | Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-153-46/+88
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-1413-579/+287
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-8/+11
|\|
| * Check for lock file in non-writable directoriesv5.4.0-rc1Rainer Keller2014-10-231-8/+11
* | Drop the Qt4 supportDenis Shienkov2014-10-2317-2408/+11
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-1411-45/+131
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-067-36/+68
| * 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
* | Doc: Applied title case in section1 titlesv5.4.0-beta1Nico Vertriest2014-10-081-1/+1
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-164-14/+19
|\|
| * 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.2Denis Shienkov2014-08-283-10/+12
* | Update license headers and add new license filesAntti Kokko2014-09-0929-526/+294
* | Merge remote-tracking branch 'origin/5.3' into 5.4v5.4.0-alpha1Frederik Gladhorn2014-08-288-0/+80
|\|
| * Add missing private headers warningsSamuel Gaist2014-08-187-0/+77
| * Fix handling of writing at using of waitForReadyRead()Denis Shienkov2014-08-151-0/+3
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-128-143/+180
|\|
| * 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
* | Update QRingBuffer by recent version from qtbaseAlex Trotsenko2014-07-281-225/+93
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-109-337/+477
|\|
| * 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