summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of apps with QT_DISABLE_DEPRECATED_BEFORE=0x050300Marcel Krems2014-08-111-0/+2
* Improve error handling for the waitForXX() methods on WindowsDenis Shienkov2014-07-081-3/+3
* Use Q_NULLPTR for null pointer purposes with NULL fallback for Qt 4Laszlo Papp2014-05-131-3/+3
* Mark the settingsRestoredOnClose property deprecated since 5.3Denis Shienkov2014-04-281-3/+8
* Obsolete the "settings restore on close" APILaszlo Papp2014-03-071-4/+3
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-2/+2
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-111-10/+12
|\
| * Obsolete the TxD/RxD signalsv5.2.1Laszlo Papp2014-01-271-10/+12
* | Unify of the internal API of asynchronous handlingDenis Shienkov2014-01-151-3/+3
|/
* Use the signals/slots for internal events handling on WindowsDenis Shienkov2013-12-181-0/+6
* Do not remove obsolete enum values for gcc and clangv5.2.0Laszlo Papp2013-12-041-27/+11
* Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-031-20/+35
* Obsolete the QSerialPort::UnknownParity enum value in QSerialPortLaszlo Papp2013-11-301-0/+10
* Obsolete the isValid() method in QSerialPortInfoLaszlo Papp2013-11-301-4/+0
* Mark most of the the data error policy as deprecatedLaszlo Papp2013-11-011-2/+12
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-1/+2
* Add a new error value called "NotOpenError"Laszlo Papp2013-10-041-1/+2
* Merge branch 'stable' into devSergio Ahumada2013-09-061-4/+4
|\
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-4/+4
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-1/+2
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+8
|/
* Put Q_DECLARE_PRIVATE in the beginning of the classLaszlo Papp2013-07-271-1/+1
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-14/+1
* Add property to set exclusivityAlex Henrie2013-07-031-1/+14
* Enums intended as flags is moved to Q_FLAGS() macroDenis Shienkov2013-06-251-1/+2
* Fix an erratic name of enum "Rate" on "BaudRate" in Q_ENUMS macroDenis Shienkov2013-06-251-1/+1
* API change: setBreak -> setBreakEnabledThiago Macieira2013-04-271-5/+1
* Remove non-standard comma at the end of an enumThiago Macieira2013-04-071-1/+1
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-241-12/+12
* Assign a new method name for the port name setting APILaszlo Papp2013-02-231-2/+3
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-16/+16
* Remove the device is not opened error handlingLaszlo Papp2013-02-221-1/+0
* Make the slots ordinary methodsLaszlo Papp2013-02-221-3/+3
* Set the error string properly once the setError is calledLaszlo Papp2013-02-211-1/+1
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-191-9/+10
* Make the isDataTerminalReady/RequestToSend methods non constLaszlo Papp2013-02-161-2/+2
* Establish proper error handling for lines() methodSergey Belyashov2013-02-111-1/+2
* Modify the restore settings on close API to lean towards the Qt'ish styleLaszlo Papp2013-02-101-4/+4
* Remove the dash from the global serialport header file nameLaszlo Papp2013-02-081-1/+1
* Fix a regression introduced by the signal naming change for errorLaszlo Papp2013-02-081-1/+1
* 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
* Refactor the API for boolean accessors as the Qt styleLaszlo Papp2013-02-071-4/+4
* Fix the warning and potential breaks for the header includesLaszlo Papp2013-02-071-1/+1
* Start using the Qt namespace defines and clean up the mess in the global headerLaszlo Papp2013-02-061-0/+4
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-051-1/+3
* Rewrite certain part of the error enumeration APILaszlo Papp2013-02-041-5/+5
* Change the Dtr/Rts API to something less cryptic and more Qt'ishLaszlo Papp2013-02-021-8/+8
* Rename the PortError to SerialPortError to be more consistent and talkativeLaszlo Papp2013-02-021-6/+6
* Prepend class name to type names in signal definitions.Tilman Sauerbeck2013-02-011-7/+7