summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport.h
Commit message (Expand)AuthorAgeFilesLines
* Replace QSP::error signal with QSP::errorOccurredDenis Shienkov2016-08-091-0/+3
* Add missng default parameters to waitFor() methodsDenis Shienkov2016-07-281-2/+2
* Replace 'Q_NULLPTR' and 'NULL' with 'nullptr'Denis Shienkov2016-06-171-3/+3
* Drop the Win CE supportDenis Shienkov2016-05-021-1/+1
* Unify license header usageAntti Kokko2016-02-021-13/+19
* QSerialPort::atEnd(): remove code duplicationAlex Trotsenko2016-01-211-1/+1
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-241-0/+8
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-091-2/+0
|\
| * Improve the processing of errorsDenis Shienkov2015-07-081-2/+0
* | Use the new Q_ENUM and Q_FLAG macroDenis Shienkov2015-07-081-3/+9
|/
* Mark some signals as deprecated since 5.5Denis Shienkov2015-06-061-2/+2
* Mark the signal QSP::settingsRestoredOnCloseChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* Add the missed macro QT_DEPRECATED for QSP::sendBreak()Denis Shienkov2015-05-121-1/+1
* Mark the signal QSP::dataErrorPolicyChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-121-2/+2
* Update copyright headersJani Heikkinen2015-02-131-6/+6
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-1/+1
| |\
| | * Remove Q_OS_WIN64 since Q_OS_WIN32 defines 64-bit tooDenis Shienkov2014-11-241-1/+1
* | | Improve usage of the break state for the Tx lineDenis Shienkov2015-01-151-0/+5
|/ /
* | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-271-3/+1
* | Use QIODevicePrivate for PIMPLDenis Shienkov2014-11-161-1/+2
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-2/+1
|\
| * Fix Qt 4 buildSamuel Gaist2014-09-121-2/+0
| * Fix a race condition at writing on Windowsv5.3.25.3.2Denis Shienkov2014-08-281-0/+1
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* 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