summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | Get rid of stored DCB structureDenis Shienkov2015-09-072-51/+85
| * | Refactor the speed configuration for *nixDenis Shienkov2015-09-073-84/+98
| * | Increase time for testDenis Shienkov2015-09-061-1/+1
| * | Clear the communicationStarted flag on closeDenis Shienkov2015-09-061-0/+1
| * | Share some of windows specific tests and for *unixDenis Shienkov2015-09-061-5/+0
| * | Use the new signal/slot syntax everywherev5.6.0-alpha1Denis Shienkov2015-09-0211-84/+70
| * | Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-08-285-30/+71
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-285-4/+982
| |\ \ | | |/
| | * Obtain detail information in FreeBSDDenis Shienkov2015-08-252-0/+291
| | * Fix warning about unused variable on Non-Windows OS.Friedemann Kleint2015-08-191-2/+1
| | * Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| | * Do not append a non-serial ports on Free BSDDenis Shienkov2015-08-121-2/+2
| * | Avoid to start of communication notifier if it already is activeDenis Shienkov2015-08-274-0/+19
| * | Handle ERROR_PATH_NOT_FOUND error code on WindowsDenis Shienkov2015-08-262-0/+6
| * | Doc: Fixed examples linkNico Vertriest2015-08-241-1/+1
* | | Bump versionOswald Buddenhagen2015-09-101-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0920-706/+463
|\ \ | |/
| * Delete the startAsyncWriteTimer object on closeDenis Shienkov2015-08-061-0/+5
| * Get rid of incomplete and never used manual testsDenis Shienkov2015-08-066-326/+1
| * Delete the notifiers immediatelly on closeDenis Shienkov2015-08-062-6/+6
| * Use the QLatin1String at string comparisonDenis Shienkov2015-08-061-2/+2
| * Allow to pass the flush tests using the tty0tty virtual devicesDenis Shienkov2015-08-051-0/+8
| * Fix proper handling of QSocketNotifier::event() methodDenis Shienkov2015-08-051-10/+16
| * Do not return a non serial port devices on FreeBSDDenis Shienkov2015-08-041-0/+9
| * Use the permanent status message in Terminal exampleDenis Shienkov2015-08-032-10/+24