summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SerialPort, optimization notification and I/O subsystems.Denis Shienkov2012-03-288-107/+158
* SerialPortInfo, Windows, added Advanced Virtual COM Port support.Denis Shienkov2012-03-281-5/+7
* Now use private QRingBuffer instead of RingBuffer.Denis Shienkov2012-03-234-381/+5
* Add methods to convert the OS-specific baud rate.Denis Shienkov2012-03-2310-401/+329
* SerialPortInfo, MacOSX added support get VID/PIDDenis Shienkov2012-03-221-62/+109
* SerialPortInfo, Linux add support get VID/PID.Denis Shienkov2012-03-202-53/+86
* SerialPortInfo, Windows implemented support get VID/PIDDenis Shienkov2012-03-194-13/+58
* Partial refactoring a class SerialPortDenis Shienkov2012-03-199-633/+667
* Fixed build in *nixDenis Shienkov2012-03-183-3/+3
* SerialPort: fix get/set custom baud rate in *nixDenis Shienkov2012-03-182-304/+147
* Removed the #ifndef check for ntddser.hDenis Shienkov2012-03-131-28/+22
* Minor changes the contents of the documentation.Denis Shienkov2012-03-132-106/+94
* The first attempt to add the documentation.Denis Shienkov2012-03-046-21/+21
* The first prepare QtSerialPort to the form of add-on, with the requirements o...Denis Shienkov2012-02-2923-307/+541
* SerialPortInfo: Windows, added support detect for old version Eltima Virtual ...kuzulis2012-01-181-1/+3
* SerialPort: Of all the platforms, except for WinCE, removed WinCEkuzulis2012-01-187-59/+12
* SerialPort: Fix crash on terminate/close application.kuzulis2012-01-181-0/+2
* SerialPort: Removed method isRestrictedAreaSettings().unknown2012-01-186-82/+0
* SerialPort: Windows, a stupid mistake when restoring settings.unknown2012-01-181-1/+1
* SerialPort: Windows, added handling for UnsupportedPortOperationError for def...unknown2012-01-181-1/+5
* SerialPort:unknown2012-01-184-65/+23
* Change macro HAVE_UDEV to HAVE_LIBUDEV for build in GNU/Linux.kuzulis2012-01-181-1/+1
* SerialPort: Windows, added Break Condition error processing.Denis Shienkov2012-01-181-0/+2
* Fixed StopReceivingError policy for platforms which has support for CMSPARSergey Belyashov2012-01-182-15/+17
* Added new error code: Break ConditionSergey Belyashov2012-01-181-0/+2
* An attempt to create a minimal configuration for QDoc documentationkuzulis2012-01-185-144/+53
* SerialPort: Small fixes description for internal class WinSerialPortEngine.Denis Shienkov2012-01-181-5/+6
* SerialPort: Small fixes in description internal class UnixSerialPortEngine.Denis Shienkov2012-01-181-3/+3
* Symbian: SerialPort, for some methods added check return values.unknown2011-12-021-8/+12
* SerialPort: Small fixes in description internal class WinSerialPortEngine.unknown2011-12-021-1/+1
* SerialPort: Small fixes in description internal class UnixSerialPortEngine.unknown2011-12-021-5/+5
* SerialPort: Added description for internal class SymbianSerialPortEngine.unknown2011-12-021-3/+269
* SerialPort: Small fixes in description a internal class WinSerialPortEngine.unknown2011-12-021-17/+20
* SerialPort: Added description for internal class UnixSerialPortEngine.unknown2011-12-021-1/+302
* SerialPort: For a internal class WinSerialPortEngine added description.Denis Shienkov2011-12-021-2/+321
* SerialPortInfo:Denis Shienkov2011-12-012-11/+16
* SerialPort: Added new method atEnd(), like QAbstractSocket.Denis Shienkov2011-11-301-1/+21
* SerialPort: Added desctiprions (comments) for SerialPortPrivate internal meth...Denis Shienkov2011-11-301-0/+239
* SerialPort: Added new methods readBufferSize(), setReadBufferSize(), similarl...Denis Shienkov2011-11-301-2/+55
* SerialPortInfo: Modify class description.unknown2011-11-301-3/+127
* SerialPort: Small class description fix.unknown2011-11-301-2/+2
* SerialPortInfo: Added small class description.unknown2011-11-301-3/+8
* SerialPort: Small description changes.unknown2011-11-301-3/+3
* SerialPort: Added class description.unknown2011-11-301-5/+130
* SerialPortInfo: Start added comments for generate documentations.unknown2011-11-291-0/+83
* SerialPort: Completion of adding comments to the basic methods of the class.unknown2011-11-291-12/+244
* SerialPort: Start adding comments in the style of QDoc to generate documentat...Denis Shienkov2011-11-291-0/+254
* *nix: SerialPort, modified transformation port name in port location for MacO...Denis Shienkov2011-11-261-6/+19
* MacOSX: SerialPortInfo, changed algorithm to find information about the ports.Denis Shienkov2011-11-261-77/+138
* Linux: SerialPortInfo, change mfg string for standard serial ports.Denis Shienkov2011-11-241-1/+1