summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build on winceqt4-devGeorge Hopkins2016-02-181-1/+0
* Refactor QSPI code on WindowsDenis Shienkov2015-10-071-40/+34
* Remove unused QSPP::baudRateFromSetting() methodDenis Shienkov2015-10-076-26/+0
* Fix build on *nixDenis Shienkov2015-10-051-2/+2
* Fix stalling of reading with the limited buffer size on *nixDenis Shienkov2015-10-011-1/+7
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-249-275/+26
* Allow to use the QSP::IgnorePolicy onlyDenis Shienkov2015-09-241-5/+5
* Allow to enumerate the tty0tty devices on LinuxDenis Shienkov2015-09-171-4/+18
* Return an error at trying to set custom speed for separate directionDenis Shienkov2015-09-101-6/+13
* Use the termios v2 to custom baud rate switchingDenis Shienkov2015-09-101-1/+56
* Get rid of stored termios structureDenis Shienkov2015-09-082-69/+110
* Refactor the speed configuration for *nixDenis Shienkov2015-09-072-86/+66
* Get rid of stored DCB structureDenis Shienkov2015-09-072-51/+85
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-09-025-30/+71
* Fix the QSerialPort::ParityError error stringDenis Shienkov2015-09-022-2/+2
* Fix the typo for the ParityError detection on WindowsDenis Shienkov2015-09-022-2/+2
* Handle ERROR_PATH_NOT_FOUND error code on WindowsDenis Shienkov2015-08-262-0/+6
* Doc: Fixed examples linkNico Vertriest2015-08-261-1/+1
* Obtain detail information in FreeBSDDenis Shienkov2015-08-262-0/+291
* Fix build on FreeBSD 10Denis Shienkov2015-08-181-0/+1
* Do not append a non-serial ports on Free BSDDenis Shienkov2015-08-121-2/+2
* Delete the startAsyncWriteTimer object on closeDenis Shienkov2015-08-061-0/+5
* Delete the notifiers immediatelly on closeDenis Shienkov2015-08-062-7/+16
* 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-051-0/+9
* Do not use the Q_OBJECT macro when it is not requiredDenis Shienkov2015-08-031-4/+0
* Fix getting duplicate serial ports with null charactersDenis Shienkov2015-07-101-5/+4
* Give custom descriptions to errors which had none beforeDenis Shienkov2015-07-104-42/+37
* Improve the processing of errorsDenis Shienkov2015-07-109-286/+244
* Fix reading when switching from asynchronous to synchronous approachDenis Shienkov2015-07-091-8/+9
* Fix opening of Exar VCP on WindowsDenis Shienkov2015-07-081-0/+2
* WinCE: Fix reading of data from serial portTobias Koenig2015-07-041-1/+1
* WinCE: Fix closing the serial portTobias Koenig2015-07-041-6/+5
* Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-027-19/+7
* Check on CFStringRef type before of QString creationDenis Shienkov2015-06-291-1/+5
* Fix crash in QSPI::availablePorts() on OS X 10.10Denis Shienkov2015-06-291-2/+3
* Call the QIODevice::close() only after real closing of deviceDenis Shienkov2015-06-261-1/+1
* Use QT_DEPRECATED macro instead of custom QT_DEPRECATED_SINCE for Qt4Denis Shienkov2015-05-254-20/+15
* Mark the signal QSP::settingsRestoredOnCloseChanged() as deprecatedDenis Shienkov2015-05-141-1/+3
* Add the missed macro QT_DEPRECATED for QSP::sendBreak()Denis Shienkov2015-05-121-1/+1
* Mark the signal QSP::dataErrorPolicyChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* Remove the QT_VERSION_CHECK(5, 0, 0) macroDenis Shienkov2015-04-201-6/+0
* Cleanup an error string when QSP::clearError() is calledDenis Shienkov2015-04-201-1/+1
* Remove unused readyReadEmitted variableDenis Shienkov2015-04-202-4/+0
* Add additional lock directories for *nix-specific platformsDenis Shienkov2015-04-201-0/+3
* Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-04-204-19/+19
* Fix warning about constructing a QString from ASCII.Friedemann Kleint2015-04-201-1/+1
* Fix QSPI::portName() on OSXDenis Shienkov2015-03-141-9/+4
* Make QSP::timeoutValue() as staticDenis Shienkov2015-03-121-1/+1