summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_symbian.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-79/+5
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-6/+6
* Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-091-11/+0
* Optimize access to the write bufferDenis Shienkov2014-01-151-2/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-161-5/+10
|\
| * Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-031-4/+8
| * Obsolete the QSerialPort::UnknownParity enum value in QSerialPortLaszlo Papp2013-11-301-1/+2
* | Use direct access to the read bufferDenis Shienkov2013-11-281-11/+0
|/
* Merge branch 'stable' into devSergio Ahumada2013-09-061-5/+5
|\
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-5/+5
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+5
|/
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-8/+14
* Remove the const modifier from the pinoutSignals internal methodsLaszlo Papp2013-07-271-1/+1
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-6/+0
* Add property to set exclusivityAlex Henrie2013-07-031-0/+6
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-1/+1
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-8/+8
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-191-6/+6
* Switch to QMap implementation from QList<QPair<> > for maintainabilityLaszlo Papp2013-02-171-52/+43
* Establish proper error handling for lines() methodSergey Belyashov2013-02-111-1/+1
* Modify the restore settings on close API to lean towards the Qt'ish styleLaszlo Papp2013-02-101-1/+1
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-071-4/+0
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-071-0/+4
* Rewrite the the baud rate pair implementation from scratchLaszlo Papp2013-02-061-45/+51
* Rewrite certain part of the error enumeration APILaszlo Papp2013-02-041-8/+8
* Change the Dtr/Rts API to something less cryptic and more Qt'ishLaszlo Papp2013-02-021-2/+2
* Rename the PortError to SerialPortError to be more consistent and talkativeLaszlo Papp2013-02-021-2/+2
* Implemented the handlers for the emit signal errorChanged()Denis Shienkov2013-01-311-8/+8
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+648