summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QSPI::isBusy() methodv5.6.0-rc1v5.6.05.6.0Denis Shienkov2016-02-186-0/+12
* 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-102-8/+14
* Doc: corrected issue QSerialPort baud rateNico Vertriest2015-12-031-2/+2
* 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
* 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
* Fix stalling of reading with the limited buffer size on *nixDenis Shienkov2015-10-012-1/+8
* 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
* 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-091-1/+56
* 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-072-84/+65
* Clear the communicationStarted flag on closeDenis Shienkov2015-09-061-0/+1
* Use the new signal/slot syntax everywherev5.6.0-alpha1Denis Shienkov2015-09-022-5/+5
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-08-285-30/+71
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-283-4/+294
|\
| * 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
| * 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-273-0/+8
* | Handle ERROR_PATH_NOT_FOUND error code on WindowsDenis Shienkov2015-08-262-0/+6
* | Doc: Fixed examples linkNico Vertriest2015-08-241-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0911-370/+326
|\ \ | |/
| * Delete the startAsyncWriteTimer object on closeDenis Shienkov2015-08-061-0/+5
| * Delete the notifiers immediatelly on closeDenis Shienkov2015-08-062-6/+6
| * Use the QLatin1String at string comparisonDenis Shienkov2015-08-061-2/+2
| * 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
| * Do not use the Q_OBJECT macro when it is not requiredDenis Shienkov2015-08-031-4/+0
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-176-2/+12
| |\
| | * Move QT_DEPRECATED_SINCE(5,2 and 5,3) macro before than qdoc comments5.4Denis Shienkov2015-07-161-2/+2
| | * Add missing QT_DEPRECATED_SINCE(5, 2) macroDenis Shienkov2015-07-165-0/+10
| * | Add QT_DEPRECATED_SINCE(5, 5) macro around qdoc commentsDenis Shienkov2015-07-161-0/+6
| * | Add missing QT_DEPRECATED_SINCE(5, 5) macroDenis Shienkov2015-07-161-0/+2