summaryrefslogtreecommitdiff
path: root/src/serialportinfo_symbian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updating a project tree for compilation fixingDenis Shienkov2012-11-051-253/+0
* The new concept of the internal structureDenis Shienkov2012-09-051-1/+1
* Move all dependent variables and methods to SerialPort namespaceDenis Shienkov2012-08-061-2/+1
* Unify the "#if (!)defined" handling into "#if(n)def"Laszlo Papp2012-08-061-3/+3
* Clean up the private and public comments that are not matching the Qt styleLaszlo Papp2012-06-301-2/+0
* Moved common static methods to SerialPortPrivate.Denis Shienkov2012-06-291-2/+2
* Bringing the source code of library to the Qt-code style.Denis Shienkov2012-05-271-5/+5
* Add license information to the header and source filesLaszlo Papp2012-05-031-3/+42
* Make the standardRates() method of the SerialPortInfo class staticLaszlo Papp2012-04-091-1/+1
* Add methods to convert the OS-specific baud rate.Denis Shienkov2012-03-231-19/+6
* The first prepare QtSerialPort to the form of add-on, with the requirements o...Denis Shienkov2012-02-291-1/+3
* Symbian: SerialPort: fixed compiler warning like: "comparison between signed ...Denis Shienkov2011-11-031-4/+4
* Symbian: SerialPortInfo, added ACM support.kuzulis2011-10-221-1/+24
* Symbian: optimized method SerialPortInfo::standardRates().Denis Shienkov2011-10-041-28/+11
* Fixed names of Qt header filesSergey Belyashov2011-10-031-1/+1
* Added support for Qt namespaceSergey Belyashov2011-10-031-0/+1
* Symbian: SerialPortInfo - update alignment of source code.Denis Shienkov2011-10-021-25/+25
* For Symbian implement class SerialPortInfo.Denis Shienkov2011-10-021-7/+190
* Preparation of blank templates to support the Symbian.Denis Shienkov2011-09-301-0/+38