summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: SerialPortInfo, changed algorithm to search for serial portskuzulis2011-11-241-32/+49
* Linux: SerialPortInfo, modify macro from HAVE_UDEV to HAVE_LIBUDEV.kuzulis2011-11-241-1/+1
* *nix: SerialPortInfo, modified the algorithm scans the /dev directorykuzulis2011-11-211-9/+16
* *nix: Preparing for the implementation SerialPortInfo for variouskuzulis2011-11-202-3/+5
* *nix: SerialPortInfo: Preparing to Implement the code for FreeBSD.kuzulis2011-11-201-1/+3
* *nix: SerialPortEngine, setCustomRate(), for another (any) *nix fixedkuzulis2011-11-201-0/+2
* SerialPort: Methods open()/close() make in the standard form (forkuzulis2011-11-101-24/+24
* SerialPort: fix build with Qt4 < 4.7.0.kuzulis2011-11-091-1/+1
* Symbian: SerialPort: fixed compiler warning like: "comparison between signed ...Denis Shienkov2011-11-031-4/+4
* Symbian: SerialPort: fixed compiler warnings like: "enumeration value XX not ...Denis Shienkov2011-11-031-0/+3
* Symbian: SerialPort: *nix: SerialPort: revised mechanism for the preservation...Denis Shienkov2011-11-032-63/+24
* *nix: SerialPort: slight simplification in the method open().Denis Shienkov2011-11-031-6/+6
* *nix: SerialPort: Deleted unused methods.Denis Shienkov2011-11-031-4/+0