summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the detection of PCI serial ports with sysfs and without udevv5.2.0-rc1Laszlo Papp2013-11-251-0/+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
* Disable QNX buildAndreas Holzammer2013-10-311-1/+1
* 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
* Add a new simple and command line reader exampleLaszlo Papp2013-10-251-0/+0
* Add a new simple and command line writer exampleLaszlo Papp2013-10-251-0/+0
* Remove qFind usage from QSerialPortPrivateJoerg Bornemann2013-10-231-2/+5
* Do not call CancelIo() in the AbstractOverlappedEventNotifier destructorv5.2.0-beta1Denis Shienkov2013-10-211-1/+0
* Replace the reinterpret_cast to qobject_cast for the QObject'sDenis Shienkov2013-10-171-1/+1
* Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-173-2/+13
* Revert the incompatible qwineventnotifier.h for Qt4Denis Shienkov2013-10-111-2/+7
* Do not print a warning for the serialport closure if it is not openLaszlo Papp2013-10-111-1/+0
* Eliminate the ifdef in the code for imported headers (qt4support)Laszlo Papp2013-10-095-29/+10
* Add warnings to the methods requiring open serial portLaszlo Papp2013-10-091-0/+16
* Return in certain methods if the device is not openLaszlo Papp2013-10-061-12/+58
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-064-5/+9
* Set the NotOpenError error code also for closingLaszlo Papp2013-10-051-0/+4
* Document that the serial port parameters cannot be set before openingLaszlo Papp2013-10-041-0/+60
* Fix a grammar issue of the open method documentationLaszlo Papp2013-10-041-1/+1
* Add a new error value called "NotOpenError"Laszlo Papp2013-10-042-1/+46
* Use the "\note" qdoc command instead of the raw "Note" termLaszlo Papp2013-10-041-4/+5
* Doc: minor changes to index.qdocv5.2.0-alpha1Nico Vertriest2013-09-251-3/+3
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-222-1/+17
|\
| * Do not time out for -1 msec (wait methods)old/5.1Denis Shienkov2013-09-221-1/+1
| * Add support for BSD4 baud rates, i.e. not Unix compatibleLaszlo Papp2013-09-191-0/+16
* | Use sysfs on Linux when availableDenis Shienkov2013-09-221-102/+128
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-181-3/+4
|\|
| * Doc: language and standard reviewNico Vertriest2013-09-181-3/+4
* | Merge branch 'stable' into devSergio Ahumada2013-09-0613-65/+102
|\|
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-049-47/+47
| * Fix the compilation for Android with Qt 5.Laszlo Papp2013-09-032-2/+32