summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-1/+1
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-301-16/+12
* Remove qFind usage from QSerialPortPrivateJoerg Bornemann2013-10-231-2/+5
* Do not call CancelIo() in the AbstractOverlappedEventNotifier destructorv5.2.0-beta1Denis Shienkov2013-10-211-1/+0
* Replace the reinterpret_cast to qobject_cast for the QObject'sDenis Shienkov2013-10-171-1/+1
* Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-171-0/+6
* Eliminate the ifdef in the code for imported headers (qt4support)Laszlo Papp2013-10-091-4/+0
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-2/+3
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-221-1/+1
|\
| * Do not time out for -1 msec (wait methods)old/5.1Denis Shienkov2013-09-221-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-09-061-5/+5
|\|
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-5/+5
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-0/+3
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+6
|/
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-24/+50
* Remove the const modifier from the pinoutSignals internal methodsLaszlo Papp2013-07-271-1/+1
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-2/+4
|\
| * Do not set an error for timeout as there is no timeout error handled yetLaszlo Papp2013-07-241-2/+4
* | Catch only the WinEventAct for the event notifier for process completionFrancisco Gonzalez2013-07-241-1/+4
|/
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-6/+0
* Merge branch 'release' into stableSergio Ahumada2013-07-031-1/+1
|\
| * Windows: Fix waitAnyEvent() methodDenis Shienkov2013-07-031-1/+1
* | Add property to set exclusivityAlex Henrie2013-07-031-0/+6
|/
* Windows: Fix no longer receive data after EV_TXEMPTY triggered for CDC ACM de...v5.1.0-rc2v5.1.0-rc1v5.1.0Denis Shienkov2013-06-071-4/+2
* Windows: Fix false ResourceError triggering for CDC ACM devicesDenis Shienkov2013-06-061-2/+9
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-3/+3
* Win32: Truncate read buffer when ReadFile returns errorDenis Shienkov2013-03-291-2/+4
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-241-4/+4
* Windows: Add missed error code ResourceError processingDenis Shienkov2013-03-231-1/+5
* Win32: Fix read sequence with considering the type of policyDenis Shienkov2013-03-171-1/+1
* Windows: Fix receive policies processingDenis Shienkov2013-03-161-10/+10
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-8/+8
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-191-6/+6
* Windows: Fixed I/O bug in the CommOverlappedEventNotifierDenis Shienkov2013-02-131-1/+1
* Establish proper error handling for lines() methodSergey Belyashov2013-02-111-2/+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 a variable name typo that can cause runtime issuesThiago A. Correa2013-02-071-1/+1
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-071-0/+4
* Fix the build issue on Windows caught by the CI integrationLaszlo Papp2013-02-071-1/+1
* Rewrite the the baud rate pair implementation from scratchLaszlo Papp2013-02-061-57/+83
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-051-34/+62
* Rewrite certain part of the error enumeration APILaszlo Papp2013-02-041-6/+6
* Change the Dtr/Rts API to something less cryptic and more Qt'ishLaszlo Papp2013-02-021-2/+2
* Rename the PortError to SerialPortError to be more consistent and talkativeLaszlo Papp2013-02-021-2/+2
* Windows: Fixed duplicate call startAsyncRead() when installed SkipPolicyDenis Shienkov2013-02-021-1/+1
* Fix build on WindowsDenis Shienkov2013-02-011-1/+1
* Remove the TODOs, and set the errors properly.Laszlo Papp2013-02-011-3/+2
* Implemented the handlers for the emit signal errorChanged()Denis Shienkov2013-01-311-10/+10
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+1025