summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Windows: SerialPort: revised mechanism for the preservation and restorationDenis Shienkov2011-11-032-107/+58
* *nix: SerialPort: revised mechanism for the preservation and restorationkuzulis2011-11-035-55/+32
* Windows: WinSerialPortEngine: For optimization, setting configuration errors ...Denis Shienkov2011-11-011-23/+21
* *nix: UnixSerialPortEngine::open() changed comments.kuzulis2011-11-011-3/+4
* Fixed DataErrorPolicy for space/mark emulationSergey Belyashov2011-11-011-11/+27
* Implemented basic support for DataErrorPolicy for UNIXSergey Belyashov2011-11-011-3/+39
* updateTermious() renamed to updateTermios()Sergey Belyashov2011-11-012-8/+8
* Removed dublicated code near each call of updateTermious()Sergey Belyashov2011-11-011-21/+14
* Data error policy changes only when new value differs from previousSergey Belyashov2011-11-011-4/+3
* Fixed bytesAvailable/bytesToWrite impl.Sergey Belyashov2011-11-011-4/+10
* WinCE: SerialPort, alignment code.unknown2011-10-251-3/+3
* WinCE: SerialPort, changing the switch/case to the standard form.unknown2011-10-251-3/+6
* WinCE: SerialPort, fixed get mutex address.unknown2011-10-251-2/+2
* Linux: SerialPortInfo, added comment about possible errors in the use ofkuzulis2011-10-241-2/+3
* Linux: Add sort rates list.kuzulis2011-10-241-0/+1
* Symbian: SerialPortInfo, added ACM support.kuzulis2011-10-221-1/+24
* SerialPort: fix crash (appeal to a null engine pointer)Denis Shienkov2011-10-171-1/+4
* Linux: fix build /test/guidevtestkuzulis2011-10-151-1/+0
* Linux: fix build librarykuzulis2011-10-151-1/+0
* Modify src.pri fileDenis Shienkov2011-10-151-24/+22
* From all methods of class SerialPortEngine (and heirs) removed all 'native' m...Denis Shienkov2011-10-138-218/+218
* Symbian: added support "ECACM" module (CDC ACM).Denis Shienkov2011-10-111-3/+6
* class SerialPortPrivate: added destructorDenis Shienkov2011-10-112-0/+7
* Change comment.Denis Shienkov2011-10-111-1/+1
* Symbian: fix build.Denis Shienkov2011-10-111-1/+1
* Symbian: Before opening the port, added the automatic loading of a specific m...Denis Shienkov2011-10-111-3/+7
* Removed methods:Denis Shienkov2011-10-109-130/+2
* Added methods lockNotification(), unlockNotification() to lock mutexes method...Denis Shienkov2011-10-108-13/+92
* Removed class SerialPortNotifier.Denis Shienkov2011-10-101-13/+2
* 1. Check Q_ASSERT(parent) moved only to the constructor.Denis Shienkov2011-10-103-10/+11
* Added method SerialPortEngine::processNativeIOErrors() for detect frame, pari...Denis Shienkov2011-10-108-26/+39
* Global restructuring of the project.Denis Shienkov2011-10-1017-1502/+1633
* Simple style fixes (in switch/case).Denis Shienkov2011-10-043-183/+464
* Symbian: optimized method SerialPortInfo::standardRates().Denis Shienkov2011-10-041-28/+11
* Merge commit 'refs/merge-requests/7' of git://gitorious.org/qserialdevice/qse...Denis Shienkov2011-10-0420-101/+147
|\
| * Fixed names of Qt header filesSergey Belyashov2011-10-0313-30/+30
| * Added support for Qt namespaceSergey Belyashov2011-10-0320-22/+63