summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark most of the the data error policy as deprecatedLaszlo Papp2013-11-011-0/+3
* Make the enum value descriptions consistentLaszlo Papp2013-10-301-29/+48
* Do not print a warning for the serialport closure if it is not openLaszlo Papp2013-10-111-1/+0
* Add warnings to the methods requiring open serial portLaszlo Papp2013-10-091-0/+16
* Return in certain methods if the device is not openLaszlo Papp2013-10-061-12/+58
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-0/+1
* Set the NotOpenError error code also for closingLaszlo Papp2013-10-051-0/+4
* Document that the serial port parameters cannot be set before openingLaszlo Papp2013-10-041-0/+60
* Fix a grammar issue of the open method documentationLaszlo Papp2013-10-041-1/+1
* Add a new error value called "NotOpenError"Laszlo Papp2013-10-041-0/+44
* Use the "\note" qdoc command instead of the raw "Note" termLaszlo Papp2013-10-041-4/+5
* Merge branch 'stable' into devSergio Ahumada2013-09-061-18/+18
|\
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-18/+18
* | Add a "manual since" for the TimeoutError introduced in 5.2Laszlo Papp2013-09-041-1/+1
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-1/+1
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+12
|/
* Do not use the const specifier for Q_D inside non-const methodsLaszlo Papp2013-07-241-3/+3
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-44/+0
* Add property to set exclusivityAlex Henrie2013-07-031-0/+44
* Doc: Updates based on sanity checkv5.1.0-beta1Venugopal Shivashankar2013-05-061-95/+35
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-14/+3
* Eliminate the blocking terminal example notes as it still does not existLaszlo Papp2013-04-301-1/+1
* API change: setBreak -> setBreakEnabledThiago Macieira2013-04-271-1/+1
* Mentioning of Unbuffered mode in the open() method is removedDenis Shienkov2013-04-101-2/+1
* Use the proper signature for the data error policy changed signalLaszlo Papp2013-04-081-1/+1
* remove dependence of working QSerialPortInfoIsrael Lins2013-03-271-1/+1
* baudRateChanged not emitted when neededIsrael Lins2013-03-191-1/+1
* Remove description for QSerialPort::close() methodDenis Shienkov2013-03-141-3/+0
* Fix a few issues in the QSerialPort documentation (likely typo)Laszlo Papp2013-02-281-5/+5
* Replace the deprecated commands (\i, \o, \bold) with the new onesLaszlo Papp2013-02-281-21/+21
* Assign a new method name for the port name setting APILaszlo Papp2013-02-231-5/+5
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-26/+28
* Remove the device is not opened error handlingLaszlo Papp2013-02-221-3/+0
* Set the error string properly once the setError is calledLaszlo Papp2013-02-211-1/+8
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-191-12/+13
* Extend and fix the lines() related public documentationLaszlo Papp2013-02-181-10/+15
* Make the isDataTerminalReady/RequestToSend methods non constLaszlo Papp2013-02-161-2/+2
* Establish proper error handling for lines() methodSergey Belyashov2013-02-111-1/+2
* Do not do the same explicitly as isDataTerminalReady/RequestToSendLaszlo Papp2013-02-111-4/+2
* Modify the restore settings on close API to lean towards the Qt'ish styleLaszlo Papp2013-02-101-10/+10
* Emit the property changed signals only when the properties really changeLaszlo Papp2013-02-091-18/+50
* Establish internal variables for aiding the signal emission fixLaszlo Papp2013-02-091-2/+12
* Amend the missing emit statements for two signal handlingsLaszlo Papp2013-02-081-2/+2
* Fix a regression introduced by the signal naming change for errorLaszlo Papp2013-02-081-3/+3
* Rename the errorChanged() signal to error()Laszlo Papp2013-02-081-2/+2
* 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
* Refactor the API for boolean accessors as the Qt styleLaszlo Papp2013-02-071-5/+5
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-051-1/+4
* Rewrite certain part of the error enumeration APILaszlo Papp2013-02-041-7/+7