| Commit message (Expand) | Author | Age | Files | Lines |
* | Import the internal QWinEventNotifier class from upstream Qt4 to support Qt4 | Laszlo Papp | 2012-04-03 | 2 | -0/+98 |
* | Import the internal (private) QRingBuffer class from Qt5 to support Qt4 | Laszlo Papp | 2012-04-03 | 4 | -1/+462 |
* | Propagate vendor/productIdentifier terming instead of the vague vid/pid | Laszlo Papp | 2012-04-02 | 6 | -30/+32 |
* | Fix the misleading documentation entry, plus add new documentation entries | Laszlo Papp | 2012-04-02 | 2 | -4/+7 |
* | Use the "otherwise returns false" pattern instead of "otherwise false" | Laszlo Papp | 2012-04-02 | 5 | -58/+58 |
* | Fix some typos in the public documentation of the serialport and serialportinfo | Laszlo Papp | 2012-03-30 | 2 | -11/+11 |
* | SerialPort, optimization notification and I/O subsystems. | Denis Shienkov | 2012-03-28 | 8 | -107/+158 |
* | SerialPortInfo, Windows, added Advanced Virtual COM Port support. | Denis Shienkov | 2012-03-28 | 1 | -5/+7 |
* | Now use private QRingBuffer instead of RingBuffer. | Denis Shienkov | 2012-03-23 | 4 | -381/+5 |
* | Add methods to convert the OS-specific baud rate. | Denis Shienkov | 2012-03-23 | 10 | -401/+329 |
* | SerialPortInfo, MacOSX added support get VID/PID | Denis Shienkov | 2012-03-22 | 1 | -62/+109 |
* | SerialPortInfo, Linux add support get VID/PID. | Denis Shienkov | 2012-03-20 | 2 | -53/+86 |
* | SerialPortInfo, Windows implemented support get VID/PID | Denis Shienkov | 2012-03-19 | 4 | -13/+58 |
* | Partial refactoring a class SerialPort | Denis Shienkov | 2012-03-19 | 9 | -633/+667 |
* | Fixed build in *nix | Denis Shienkov | 2012-03-18 | 3 | -3/+3 |
* | SerialPort: fix get/set custom baud rate in *nix | Denis Shienkov | 2012-03-18 | 2 | -304/+147 |
* | Removed the #ifndef check for ntddser.h | Denis Shienkov | 2012-03-13 | 1 | -28/+22 |
* | Minor changes the contents of the documentation. | Denis Shienkov | 2012-03-13 | 2 | -106/+94 |
* | The first attempt to add the documentation. | Denis Shienkov | 2012-03-04 | 6 | -21/+21 |
* | The first prepare QtSerialPort to the form of add-on, with the requirements o... | Denis Shienkov | 2012-02-29 | 23 | -307/+541 |
* | SerialPortInfo: Windows, added support detect for old version Eltima Virtual ... | kuzulis | 2012-01-18 | 1 | -1/+3 |
* | SerialPort: Of all the platforms, except for WinCE, removed WinCE | kuzulis | 2012-01-18 | 7 | -59/+12 |
* | SerialPort: Fix crash on terminate/close application. | kuzulis | 2012-01-18 | 1 | -0/+2 |
* | SerialPort: Removed method isRestrictedAreaSettings(). | unknown | 2012-01-18 | 6 | -82/+0 |
* | SerialPort: Windows, a stupid mistake when restoring settings. | unknown | 2012-01-18 | 1 | -1/+1 |
* | SerialPort: Windows, added handling for UnsupportedPortOperationError for def... | unknown | 2012-01-18 | 1 | -1/+5 |
* | SerialPort: | unknown | 2012-01-18 | 4 | -65/+23 |
* | Change macro HAVE_UDEV to HAVE_LIBUDEV for build in GNU/Linux. | kuzulis | 2012-01-18 | 1 | -1/+1 |
* | SerialPort: Windows, added Break Condition error processing. | Denis Shienkov | 2012-01-18 | 1 | -0/+2 |
* | Fixed StopReceivingError policy for platforms which has support for CMSPAR | Sergey Belyashov | 2012-01-18 | 2 | -15/+17 |
* | Added new error code: Break Condition | Sergey Belyashov | 2012-01-18 | 1 | -0/+2 |
* | An attempt to create a minimal configuration for QDoc documentation | kuzulis | 2012-01-18 | 5 | -144/+53 |
* | SerialPort: Small fixes description for internal class WinSerialPortEngine. | Denis Shienkov | 2012-01-18 | 1 | -5/+6 |
* | SerialPort: Small fixes in description internal class UnixSerialPortEngine. | Denis Shienkov | 2012-01-18 | 1 | -3/+3 |
* | Symbian: SerialPort, for some methods added check return values. | unknown | 2011-12-02 | 1 | -8/+12 |
* | SerialPort: Small fixes in description internal class WinSerialPortEngine. | unknown | 2011-12-02 | 1 | -1/+1 |
* | SerialPort: Small fixes in description internal class UnixSerialPortEngine. | unknown | 2011-12-02 | 1 | -5/+5 |
* | SerialPort: Added description for internal class SymbianSerialPortEngine. | unknown | 2011-12-02 | 1 | -3/+269 |
* | SerialPort: Small fixes in description a internal class WinSerialPortEngine. | unknown | 2011-12-02 | 1 | -17/+20 |
* | SerialPort: Added description for internal class UnixSerialPortEngine. | unknown | 2011-12-02 | 1 | -1/+302 |
* | SerialPort: For a internal class WinSerialPortEngine added description. | Denis Shienkov | 2011-12-02 | 1 | -2/+321 |
* | SerialPortInfo: | Denis Shienkov | 2011-12-01 | 2 | -11/+16 |
* | SerialPort: Added new method atEnd(), like QAbstractSocket. | Denis Shienkov | 2011-11-30 | 1 | -1/+21 |
* | SerialPort: Added desctiprions (comments) for SerialPortPrivate internal meth... | Denis Shienkov | 2011-11-30 | 1 | -0/+239 |
* | SerialPort: Added new methods readBufferSize(), setReadBufferSize(), similarl... | Denis Shienkov | 2011-11-30 | 1 | -2/+55 |
* | SerialPortInfo: Modify class description. | unknown | 2011-11-30 | 1 | -3/+127 |
* | SerialPort: Small class description fix. | unknown | 2011-11-30 | 1 | -2/+2 |
* | SerialPortInfo: Added small class description. | unknown | 2011-11-30 | 1 | -3/+8 |
* | SerialPort: Small description changes. | unknown | 2011-11-30 | 1 | -3/+3 |
* | SerialPort: Added class description. | unknown | 2011-11-30 | 1 | -5/+130 |