summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-alpha1Liang Qi2016-02-156-306/+470
|\ \ \ | |/ /
| * | Enumerate dial-in devices on OS XDenis Shienkov2016-02-151-11/+27
| * | Enumerate dial-in devices on FreeBSDDenis Shienkov2016-02-151-9/+29
| * | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-0/+53
| |\ \ | | |/
| | * Add changelog for 5.6.0 versionDenis Shienkov2016-02-101-0/+53
| * | Move the FreeBSD code to own implementation fileDenis Shienkov2016-02-114-295/+370
| * | Bump versionOswald Buddenhagen2016-02-081-1/+1
| |/
* | QSerialPort: Replace select with poll on UnixLouai Al-Khanji2016-02-051-13/+11
* | Unify license header usage.Antti Kokko2016-02-0235-535/+1130
* | Unify license header usageAntti Kokko2016-02-024-48/+737
* | Unify license header usageAntti Kokko2016-02-0212-58/+58
* | Unify license header usageAntti Kokko2016-02-0218-195/+1463
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2612-87/+103
|\ \ | |/
| * Get rid of QSPP::updateCommTimeouts() methodDenis Shienkov2016-01-113-22/+6
| * Suppress error emission when closingDenis Shienkov2016-01-112-17/+8
| * Add simple enumeration of ttyTHSx devices on LinuxDenis Shienkov2015-12-311-0/+1
| * Fix detection of 8250 serial ports type by udev backendDenis Shienkov2015-12-311-1/+1
| * Keep a fractional part of custom baud rate in a debug outputDenis Shienkov2015-12-311-3/+3
| * Remove the Symbian mentioning from the *.pri fileDenis Shienkov2015-12-161-1/+1
| * Do not use settingFromBaudRate() on Windowsv5.6.0-beta1Denis Shienkov2015-12-133-18/+2
| * Use C-style tokens array for query of device name from registryDenis Shienkov2015-12-101-5/+8
| * Use the C-style array of GUID tokensDenis Shienkov2015-12-101-14/+13
| * Use pre-defined class/interface devices GUIDsDenis Shienkov2015-12-105-8/+62
| * Doc: corrected issue QSerialPort baud rateNico Vertriest2015-12-031-2/+2
* | QSerialPort::atEnd(): remove code duplicationAlex Trotsenko2016-01-212-3/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-244-7/+9
|\ \ | |/
| * Fix build on Android x86Eskil Abrahamsen Blomfeldt2015-11-061-0/+2
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * Do not use deprecated Q_OS_MAC macroDenis Shienkov2015-10-153-6/+6
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-149-88/+143
|\ \ | |/
| * Doc: minor link issueNico Vertriest2015-10-131-2/+2
| * Use qt_subtract_from_timeout() to reduce a code duplicationDenis Shienkov2015-10-105-18/+10
| * Refactor QSPI code on WindowsDenis Shienkov2015-10-061-40/+34
| * Remove unused QSPP::baudRateFromSetting() methodDenis Shienkov2015-10-064-24/+0
| * Use the qt_safe_select for waitForXX functions on *nixDenis Shienkov2015-10-051-3/+3
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+41
| |\
| | * Add changelog for Qt 5.5.1v5.5.15.5.15.5Denis Shienkov2015-09-171-0/+41
| | * Fix the typo for the ParityError detection on WindowsDenis Shienkov2015-09-022-2/+2
| * | Fix stalling of reading with the limited buffer size on *nixDenis Shienkov2015-10-013-1/+53
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2519-622/+1726
|\ \ \ | |/ /
| * | Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-246-274/+26
| * | Allow to use the QSP::IgnorePolicy onlyDenis Shienkov2015-09-201-5/+5
| * | Allow to enumerate the tty0tty devices on LinuxDenis Shienkov2015-09-161-3/+17
| * | Open the dummy device for tests on any platformDenis Shienkov2015-09-101-2/+0
| * | Remove the clearReceiver() function from the testsDenis Shienkov2015-09-101-54/+0
| * | Return an error at trying to set custom speed for separate directionDenis Shienkov2015-09-091-6/+13
| * | Use the termios v2 to custom baud rate switchingDenis Shienkov2015-09-092-1/+66
| * | Refactor functionality of the loopBack testDenis Shienkov2015-09-081-23/+59
| * | Add auto tests to check a propertiesDenis Shienkov2015-09-081-0/+171
| * | Get rid of stored termios structureDenis Shienkov2015-09-082-69/+110