summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_wince.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of a descriptor after unsuccessful openingDenis Shienkov2014-07-311-36/+47
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-201-28/+409
* Use Q_NULLPTR for null pointer purposes with NULL fallback for Qt 4Laszlo Papp2014-05-131-1/+1
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-1/+0
* Keep the DTR line state at changing of DCB propertiesDenis Shienkov2014-02-111-0/+3
* Initialize the DCB structure before using itDenis Shienkov2014-02-101-0/+3
* Rename the "descriptor" to handle on WindowsLaszlo Papp2014-02-101-27/+27
* Optimize access to the write bufferDenis Shienkov2014-01-151-9/+1
* Reimplement low level data sendingDenis Shienkov2013-12-301-6/+6
* Use direct access to the read bufferDenis Shienkov2013-11-281-29/+0
* Use local QLatin1Char as opposed to a static QLatin1StringLaszlo Papp2013-11-061-6/+4
* Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-171-2/+2
* Merge branch 'stable' into devSergio Ahumada2013-09-061-3/+3
|\
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-3/+3
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-1/+5
|/
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-10/+20
* Workaround for fix sending of data for WinCE platformDenis Shienkov2013-04-241-0/+3
* Fix of errors of compilation on WinCE platformDenis Shienkov2013-04-211-1/+2
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-241-1/+1
* Windows: Fix receive policies processingDenis Shienkov2013-03-161-3/+4
* 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
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-051-4/+18
* Implemented the handlers for the emit signal errorChanged()Denis Shienkov2013-01-311-5/+5
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+490