summaryrefslogtreecommitdiff
path: root/src/serialport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rejection of the reset() and replacing it an extended clear() methodDenis Shienkov2012-09-081-8/+11
* The new concept of the internal structureDenis Shienkov2012-09-051-493/+70
* Unify the "#if (!)defined" handling into "#if(n)def"Laszlo Papp2012-08-061-5/+5
* Clean up the private and public comments that are not matching the Qt styleLaszlo Papp2012-06-301-9/+0
* Moved common static methods to SerialPortPrivate.Denis Shienkov2012-06-291-3/+3
* The overall optimization of the SerialPort classDenis Shienkov2012-06-111-414/+69
* Replaced the C-style casts to C++-style castsDenis Shienkov2012-06-041-2/+2
* Replacement ternary conditional to qMax() macroDenis Shienkov2012-05-271-3/+3
* Bringing the source code of library to the Qt-code style.Denis Shienkov2012-05-271-35/+28
* Correction a common coding-style.Denis Shienkov2012-05-271-1/+1
* Added a modifier "const" for variables whose values ​​do not change.Denis Shienkov2012-05-271-13/+13
* Eliminate the unnecessary and explicit qint64 castsLaszlo Papp2012-05-111-5/+5
* Move a common IoError processing to the SerialPortPrivate class.Denis Shienkov2012-05-101-12/+13
* On Windows, fix high CPU load while reading.Denis Shienkov2012-05-101-16/+60
* Add license information to the header and source filesLaszlo Papp2012-05-031-3/+43
* Improve the documentation further on inside the serialport source fileLaszlo Papp2012-05-011-15/+15
* Improve the documentation inside the serialport source codeLaszlo Papp2012-05-011-276/+267
* Small fixes of documentation.Denis Shienkov2012-04-191-11/+16
* Overworked documentation.Andre Hartmann2012-04-161-48/+48
* Reject use bytesAvailable() by notify reading.Denis Shienkov2012-04-091-5/+8
* Fix the misleading documentation entry, plus add new documentation entriesLaszlo Papp2012-04-021-1/+1
* Use the "otherwise returns false" pattern instead of "otherwise false"Laszlo Papp2012-04-021-19/+19
* Fix some typos in the public documentation of the serialport and serialportinfoLaszlo Papp2012-03-301-10/+10
* SerialPort, optimization notification and I/O subsystems.Denis Shienkov2012-03-281-0/+3
* Partial refactoring a class SerialPortDenis Shienkov2012-03-191-163/+156
* Minor changes the contents of the documentation.Denis Shienkov2012-03-131-83/+85
* The first attempt to add the documentation.Denis Shienkov2012-03-041-2/+2
* The first prepare QtSerialPort to the form of add-on, with the requirements o...Denis Shienkov2012-02-291-1/+5
* SerialPort:unknown2012-01-181-2/+1
* Added new error code: Break ConditionSergey Belyashov2012-01-181-0/+2
* An attempt to create a minimal configuration for QDoc documentationkuzulis2012-01-181-19/+30
* 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
* SerialPort: Small class description fix.unknown2011-11-301-2/+2
* SerialPort: Small description changes.unknown2011-11-301-3/+3
* SerialPort: Added class description.unknown2011-11-301-5/+130
* 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
* 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
* *nix: SerialPort: revised mechanism for the preservation and restorationkuzulis2011-11-031-0/+13
* 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
* SerialPort: fix crash (appeal to a null engine pointer)Denis Shienkov2011-10-171-1/+4
* From all methods of class SerialPortEngine (and heirs) removed all 'native' m...Denis Shienkov2011-10-131-25/+25
* class SerialPortPrivate: added destructorDenis Shienkov2011-10-111-0/+6
* Removed methods:Denis Shienkov2011-10-101-54/+0
* Added methods lockNotification(), unlockNotification() to lock mutexes method...Denis Shienkov2011-10-101-13/+5
* Added method SerialPortEngine::processNativeIOErrors() for detect frame, pari...Denis Shienkov2011-10-101-6/+1