summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_wince.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build on winceqt4-devGeorge Hopkins2016-02-181-1/+0
* Remove unused QSPP::baudRateFromSetting() methodDenis Shienkov2015-10-071-9/+0
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-241-56/+2
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-09-021-7/+7
* Fix the QSerialPort::ParityError error stringDenis Shienkov2015-09-021-1/+1
* Fix the typo for the ParityError detection on WindowsDenis Shienkov2015-09-021-1/+1
* Handle ERROR_PATH_NOT_FOUND error code on WindowsDenis Shienkov2015-08-261-0/+3
* Give custom descriptions to errors which had none beforeDenis Shienkov2015-07-101-12/+10
* Improve the processing of errorsDenis Shienkov2015-07-101-57/+44
* WinCE: Fix reading of data from serial portTobias Koenig2015-07-041-1/+1
* WinCE: Fix closing the serial portTobias Koenig2015-07-041-6/+5
* Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-021-5/+0
* Update the licenses and its headersDenis Shienkov2015-02-171-13/+21
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Use Q_NULLPTR where it is possibleDenis Shienkov2015-01-061-9/+9
* Simplify and improve the QSP::TimeoutError handlingDenis Shienkov2014-11-281-11/+4
* Allow to use custom devices pathsDenis Shienkov2014-11-271-16/+0
* Declare QElapsedTimer closer to usageDenis Shienkov2014-11-221-2/+0
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+15
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-6/+13
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-0/+5
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* 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