summaryrefslogtreecommitdiffstats
path: root/src/serialportinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add methods to convert the OS-specific baud rate.Denis Shienkov2012-03-231-51/+2
* SerialPortInfo, Linux add support get VID/PID.Denis Shienkov2012-03-201-53/+84
* Fixed build in *nixDenis Shienkov2012-03-181-1/+1
* The first prepare QtSerialPort to the form of add-on, with the requirements o...Denis Shienkov2012-02-291-34/+48
* 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
* *nix: SerialPortInfo, modified the algorithm scans the /dev directorykuzulis2011-11-211-9/+16
* *nix: Preparing for the implementation SerialPortInfo for variouskuzulis2011-11-201-2/+4
* *nix: SerialPortInfo: Preparing to Implement the code for FreeBSD.kuzulis2011-11-201-1/+3
* 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
* Fixed names of Qt header filesSergey Belyashov2011-10-031-5/+5
* Added support for Qt namespaceSergey Belyashov2011-10-031-0/+2
* Replaced big switch/case by qBinaryFind in SerialPortInfo::standardRates()Sergey Belyashov2011-10-031-17/+20
* Fix method standardRates() for Linux.kuzulis2011-09-211-2/+4
* Attempt implement method standardRates() for Linux class SerialPortInfo.kuzulis2011-09-211-0/+40
* Cosmetic changes.kuzulis2011-09-211-4/+6
* For MacOSX and Linux class SerialPortInfo implemented method isValid().kuzulis2011-09-211-3/+4
* Cosmetic changes: removed not informative comments.kuzulis2011-09-211-7/+2
* Cosmetic changes related to the alignment source code with QtCreator 2.3.0.Denis Shienkov2011-09-181-4/+2
* In methods SerialPortInfo::standardRates() changed from QList<int> to QList<q...Denis Shienkov2011-09-181-2/+2
* Implemented (completed yet) basic functionality of the SerialPort class for *...Denis Shienkov2011-08-181-1/+1
* For a class SerialPortInfo on Linux added the ability to determine thekuzulis2011-08-121-20/+61
* Cosmetic changes in the class SerialPortInfo.Denis Shienkov2011-07-271-1/+5
* Class SerialPort: added topology classes, similar to QAbsrtactSocket.Denis Shienkov2011-06-281-1/+0
* Linux, SerialPortInfo: Fix availablePorts().Denis Shienkov2011-06-261-32/+35
* For Linux for the class SerialPortInfo implemented a method availablePorts().Denis Shienkov2011-06-251-1/+109
* A preliminary compile version of #2.Denis Shienkov2011-06-231-0/+3