summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-261-0/+24
| | |\
| | | * Add changes file for 5.8.0v5.8.0-rc1v5.8.05.8.0Antti Kokko2016-12-121-0/+24
* | | | Use local copy of QWinOverlappedIoNotifierDenis Shienkov2017-05-174-2/+524
* | | | Improve read performance when the buffer size is limitedAlex Trotsenko2017-04-264-25/+14
* | | | Increase buffer chunk sizesDenis Shienkov2017-04-264-11/+13
* | | | Simplify QSPP::standardBaudRates() methodDenis Shienkov2017-04-091-72/+8
* | | | Create notifier only in end of successful initializationDenis Shienkov2017-04-091-3/+3
* | | | Get rid of originalEventMask memberDenis Shienkov2017-04-093-12/+8
* | | | Move settingFromBaudRate() function into common Q_OS_UNIX guardDenis Shienkov2017-04-091-4/+2
* | | | Remove unused QThread forward declarationDenis Shienkov2017-04-091-1/+0
* | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-282-2/+8
|\ \ \ \ | |/ / /
| * | | Fix build with API >= 21BogDan Vatra2017-02-231-1/+7
| * | | Exclude qtserialport build from tvOS and watchOSJake Petroules2017-02-141-1/+1
* | | | Bump versionOswald Buddenhagen2017-02-021-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1Liang Qi2017-01-258-59/+148
|\ \ \ | |/ /
| * | Improve documentation a bitDenis Shienkov2017-01-042-49/+49
| * | Bump versionOswald Buddenhagen2017-01-031-1/+1
| * | qserialport.cpp: Silence deprecation warningFriedemann Kleint2016-12-081-0/+5
| * | Fix connect statement in terminal sampleSamuel Gaist2016-12-061-1/+1
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-265-9/+93
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-4/+0
| | |\
| | | * remove dependencies from sync.profileOswald Buddenhagen2016-11-061-4/+0
| | * | Add changes file for 5.7.1v5.7.15.7.1Jani Heikkinen2016-11-041-0/+27
| | * | Do not reset RTS after changing other properties on WindowsDenis Shienkov2016-09-232-2/+64
| | * | Fix crash after closing of ejected device on LinuxDenis Shienkov2016-09-211-3/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-151-10/+10
|\ \ \ \ | |/ / /
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsv5.8.0-beta1Liang Qi2016-10-101-1/+1
| * | | Darwin: Fix deprecation warning on usage of QString(const char *)Erik Verbruggen2016-10-061-9/+9
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-214-1/+8229
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-194-1/+8229
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-173-1/+3995
| | |\ \ | | | |/
| | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+28
| | | |\
| | | | * Add changes file for 5.6.2v5.6.25.6.2Antti Kokko2016-09-131-0/+28
| | | * | BC data files for QtSerialPort for Qt 5.6Milla Pohjanheimo2016-09-131-0/+3952
| | | |/
| | | * Add mention of QSP::waitForX() functions in documentationDenis Shienkov2016-08-051-1/+15
| | * | BC data files for QtSerialPort (5.7)Milla Pohjanheimo2016-09-131-0/+4234
* | | | Bump versionOswald Buddenhagen2016-08-291-1/+1
|/ / /
* | | Adjust to qtConfig() changes in qtbasev5.8.0-alpha1Lars Knoll2016-08-192-2/+2
* | | Replace QSP::error signal with QSP::errorOccurredDenis Shienkov2016-08-092-2/+18
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-0212-235/+381
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-018-26/+46
| |\ \ | | |/
| | * Detach buffer's segment for asynchronous write operationDenis Shienkov2016-07-203-22/+11
| | * Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit"Sze Howe Koh2016-06-174-4/+4
| | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-091-0/+31
| | |\
| | | * Add changelog for Qt 5.6.1v5.6.1-1v5.6.15.6.1Denis Shienkov2016-05-201-0/+31
| * | | Bump versionOswald Buddenhagen2016-07-281-1/+1
| * | | Remove mention of Windows CE supportDenis Shienkov2016-07-151-6/+2
| * | | QSerialPortInfo: Extract Method anyOfPortAnton Kudryavtsev2016-07-151-22/+11
| * | | Start the write timer only when it is inactiveDenis Shienkov2016-07-131-1/+2
| * | | QSerialPortInfo: use delegate ctor to de-duplicate codeAnton Kudryavtsev2016-07-111-7/+1