summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for gadget serial devices on Linux for the serial port infoLaszlo Papp2012-06-151-0/+1
* The overall optimization of the SerialPort classDenis Shienkov2012-06-112-461/+69
* Change the TTYLocker class name to TtyLockerDenis Shienkov2012-06-055-12/+12
* TTYLocker: Added a "const" modifier for C-string directory listDenis Shienkov2012-06-051-1/+1
* On Windows removed intermediate method get_commstat_que()Denis Shienkov2012-06-041-12/+10
* Optimization of the metod WinSerialPortEngine::setFlowControl()Denis Shienkov2012-06-041-12/+4
* Optimization of Class TTYLockerDenis Shienkov2012-06-045-130/+62
* Replaced the C-style casts to C++-style castsDenis Shienkov2012-06-045-16/+16
* On Windows fix conversion of the port name from QString to wchar_t at open itDenis Shienkov2012-06-012-14/+5
* Replaced keyword "for(;;)" to keyword "forever"Denis Shienkov2012-05-311-2/+2
* Establish a command line enumerator example mostly for limited environmentsLaszlo Papp2012-05-306-1/+127
* For SerialPortEngine introduced a new method for decoding system errorsDenis Shienkov2012-05-297-97/+155
* In the "default" section <switch..case> added some missed the directive "break"Denis Shienkov2012-05-272-2/+5
* Reduction to the general style the static initialization of structureDenis Shienkov2012-05-271-2/+2
* Added missing const modifierDenis Shienkov2012-05-271-1/+1
* Replacement ternary conditional to qMax() macroDenis Shienkov2012-05-272-5/+5
* Bringing the source code of library to the Qt-code style.Denis Shienkov2012-05-277-160/+158
* Do not use a temporary variable unnecessarily while returning a retvalLaszlo Papp2012-05-274-26/+13
* Added missing modifier 'const' for not changing a variable.Denis Shienkov2012-05-271-1/+1
* Reduction to the general style of the code at the static initialization of st...Denis Shienkov2012-05-271-2/+2
* Correction a common coding-style.Denis Shienkov2012-05-273-4/+4
* Reduction to the general style of the code at the static initialization of ar...Denis Shienkov2012-05-271-29/+29
* Fixed the code on Qt-style for UnixSerialPortEngine::lines() method.Denis Shienkov2012-05-271-17/+23
* Corrected spelling of the method parceHardwareId()Denis Shienkov2012-05-271-3/+3
* Removed unused expression like: if (!ret) {...}Denis Shienkov2012-05-272-44/+0
* Added a modifier "const" for variables whose values ​​do not change.Denis Shienkov2012-05-276-46/+48
* Fix the broken tests with Qt4 due to the QSKIP API changeLaszlo Papp2012-05-231-32/+13
* Work around the build for unbreaking the linkage for the examples on MacLaszlo Papp2012-05-211-0/+10
* Prepared a first manual test example.Denis Shienkov2012-05-188-1/+355
* On *nix, fix getting count of bytes in the input/output queue.Denis Shienkov2012-05-141-14/+14
* Fix build on WinCE.Denis Shienkov2012-05-131-1/+1
* Eliminate the unnecessary and explicit qint64 castsLaszlo Papp2012-05-113-15/+15
* Improve the documentation further (examples and intro)Laszlo Papp2012-05-113-65/+65
* Move a common IoError processing to the SerialPortPrivate class.Denis Shienkov2012-05-104-35/+24
* On Windows, fix high CPU load while reading.Denis Shienkov2012-05-101-16/+60
* Add license information to the *.qdoc filesDenis Shienkov2012-05-039-24/+658
* For the Enumerator example a fix the Vendor/Product identifier.Denis Shienkov2012-05-031-2/+2
* Add license information to the header and source filesLaszlo Papp2012-05-0332-60/+2357
* Improve the documentation further on inside the serialport source fileLaszlo Papp2012-05-011-15/+15
* On Windows, fix some the names of class members for a better perception.Denis Shienkov2012-05-012-40/+40
* Improve the documentation inside the serialportinfo source codeLaszlo Papp2012-05-011-10/+12
* Improve the documentation inside the serialport source codeLaszlo Papp2012-05-011-276/+267
* Fix internal classes public documentation.Andre Hartmann2012-04-303-332/+284
* Improve the serialport.prf with some minor adjustmentsLaszlo Papp2012-04-301-5/+5
* Move creation a /include directory to the project build directory.Denis Shienkov2012-04-282-2/+2
* On Windows fix build examples for Qt4Denis Shienkov2012-04-281-1/+11
* On Windows from ClearCommError() removed the unused outputs.Denis Shienkov2012-04-281-4/+3
* To Terminal example changed the Label caption Vendor/Product IdentifierDenis Shienkov2012-04-281-2/+2
* Fix the shadow build with Qt4Laszlo Papp2012-04-272-2/+5
* Do not use the not preferred and actually unneccessary static_cast<int>Laszlo Papp2012-04-261-19/+19