summaryrefslogtreecommitdiffstats
path: root/src/serialport
Commit message (Expand)AuthorAgeFilesLines
* Obsolete the TxD/RxD signalsv5.2.1Laszlo Papp2014-01-272-12/+20
* Refactor the reference in the documentation for property setters/gettersLaszlo Papp2014-01-241-6/+5
* Fix the broken handle() documentationLaszlo Papp2014-01-171-1/+1
* Fix the waitForReadyRead() behavior on WindowsDenis Shienkov2014-01-171-3/+7
* Reimplement low level data sendingDenis Shienkov2013-12-306-21/+18
* Remove unused variablesDenis Shienkov2013-12-302-18/+4
* Use the signals/slots for internal events handling on WindowsDenis Shienkov2013-12-183-251/+174
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-169-37/+75
|\
| * Do not remove obsolete enum values for gcc and clangv5.2.0Laszlo Papp2013-12-041-27/+11
| * Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-035-45/+77
| * Obsolete the QSerialPort::UnknownParity enum value in QSerialPortLaszlo Papp2013-11-304-5/+20
| * Obsolete the isValid() method in QSerialPortInfoLaszlo Papp2013-11-304-5/+8
| * Fix the detection of PCI serial ports with sysfs and without udevv5.2.0-rc1Laszlo Papp2013-11-251-0/+4
* | Mark the 1.5 stop bits in the documentation as Windows onlyLaszlo Papp2013-12-011-1/+1
* | Document the real meaning of the data bits enumeration valuesLaszlo Papp2013-12-011-4/+12
* | Add the additional enumeration through Device Interface Class GUIDDenis Shienkov2013-11-301-15/+40
* | Optimization of the write notifier algorithmDenis Shienkov2013-11-292-15/+11
* | Clear unused members of the overlapped structure before each usageDenis Shienkov2013-11-281-0/+11
* | Use direct access to the read bufferDenis Shienkov2013-11-288-138/+10
* | Document the real meaning of the parity enumeration valuesLaszlo Papp2013-11-281-5/+14
* | Try to load udev at runtime if we do not link against itLaszlo Papp2013-11-254-28/+41
* | Simplify the standard baudrate getter by dropping the foreachLaszlo Papp2013-11-251-8/+1
* | Remove the unnecessary and noisy comments for the serial port info filesLaszlo Papp2013-11-245-54/+18
* | Do not use parentheses around a single statement for consistencyLaszlo Papp2013-11-241-2/+1
* | Merge two mini-functions for the hard coded listLaszlo Papp2013-11-241-7/+2
* | Eliminate the "canAppendToList" variable usageLaszlo Papp2013-11-241-15/+9
* | Remove the very bizarre whitespaces from inconsistent macro usagesLaszlo Papp2013-11-231-4/+4
* | Add the missing error handling on Windows for QSerialPortLaszlo Papp2013-11-162-37/+87
* | Use ZeroMemory on Windows instead of zero memsetLaszlo Papp2013-11-141-4/+4
|/
* Fix the properties counter declaration placeDenis Shienkov2013-11-111-1/+2
* Add a new simple and command line async reader exampleLaszlo Papp2013-11-101-0/+0
* Add /dev/ttyO* to get the native serial port listed on Android with BeagleboardLaszlo Papp2013-11-091-0/+1
* Unify the QString creation from udev return values (char*)Laszlo Papp2013-11-081-11/+7
* Add a fallback lock file path (r/w) for AndroidLaszlo Papp2013-11-081-1/+5
* Eliminate the crash on Unix caused by the QLockFile usageLaszlo Papp2013-11-071-4/+2
* Fix the build on Linux with Qt4Denis Shienkov2013-11-071-1/+1
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-067-48/+51
* Use the QLockFile source on Unix only to avoid errors on other platformsLaszlo Papp2013-11-061-2/+5
* Use local QLatin1Char as opposed to a static QLatin1StringLaszlo Papp2013-11-061-6/+4
* Replace the home-grown QTtyLocker with QLockFileLaszlo Papp2013-11-0610-217/+771
* Add a new simple and command line async writer exampleLaszlo Papp2013-11-051-0/+0
* Add /dev/ttyHS(L)* to the hard coded uart list on UnixLaszlo Papp2013-11-011-0/+2
* Mark most of the the data error policy as deprecatedLaszlo Papp2013-11-012-2/+15
* Respect the configure script run for udevLaszlo Papp2013-10-301-5/+12
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-304-23/+17
* Fix a typo (or copy/paste) error for the commentLaszlo Papp2013-10-301-1/+1
* Set the error in the same method where the check against failure is doneLaszlo Papp2013-10-301-19/+10
* Make the enum value descriptions consistentLaszlo Papp2013-10-301-29/+48
* Add support for loading udev at run-timeLaszlo Papp2013-10-283-8/+154