summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows: Add PCI vendor and device identifier detectionv5.1.1Denis Shienkov2013-07-251-11/+26
* Do not set an error for timeout as there is no timeout error handled yetLaszlo Papp2013-07-242-4/+8
* Linux: Added enumeration of Motorola IMX serial portsDenis Shienkov2013-07-231-0/+1
* Use QT_INSTALL_HEADERS instead of QT_INSTALL_PREFIX/includeLaszlo Papp2013-07-191-1/+1
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-089-129/+24
* Add more "See also" references for the serial port info documentationLaszlo Papp2013-07-081-0/+22
* Use consistent style for local constLaszlo Papp2013-07-081-3/+2
* 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-039-24/+129
* | 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
* | Use debug_and_release_target for mixed release and build selectionLaszlo Papp2013-06-251-1/+1
|/
* 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
* Doc: Updates based on sanity checkv5.1.0-beta1Venugopal Shivashankar2013-05-067-275/+65
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-067-22/+11
* Fix examples directory layoutKai Koehne2013-05-031-1/+1
* Revert "Refactor the Windows port enumeration from GUID classes to devinterfa...Denis Shienkov2013-04-301-7/+12
* Eliminate the blocking terminal example notes as it still does not existLaszlo Papp2013-04-301-1/+1
* API change: setBreak -> setBreakEnabledThiago Macieira2013-04-272-6/+2
* 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
* Refactor the Windows port enumeration from GUID classes to devinterfacesDenis Shienkov2013-04-201-12/+7
* Add further device filters on Linux without libudevDenis Shienkov2013-04-191-1/+3
* doc: Minor changes to qtserialport.qdocconfSergio Ahumada2013-04-162-5/+8
* Mentioning of Unbuffered mode in the open() method is removedDenis Shienkov2013-04-101-2/+1
* Remove the namespace doc as the namespace usage was removedLaszlo Papp2013-04-081-32/+0
* Use the proper signature for the data error policy changed signalLaszlo Papp2013-04-081-1/+1
* Fix cast from ASCII in library codeThiago Macieira2013-04-071-5/+9
* Remove non-standard comma at the end of an enumThiago Macieira2013-04-071-1/+1
* doc: Removed the HTML template from the .qdocconf filesSergio Ahumada2013-04-051-1/+0
* Mac: Fixed the description() method for Bluetooth devicesDenis Shienkov2013-03-291-0/+8
* Win32: Truncate read buffer when ReadFile returns errorDenis Shienkov2013-03-291-2/+4
* Use explicit constructors where it is applicableLaszlo Papp2013-03-281-2/+2
* remove dependence of working QSerialPortInfoIsrael Lins2013-03-271-1/+1
* Add accessor methods for checking the availability of the PID/VIDLaszlo Papp2013-03-266-13/+49
* Change the return type of the vendor/productIdentifier() APILaszlo Papp2013-03-256-24/+23
* Fix the broken serialport information obtaining on MacLaszlo Papp2013-03-251-4/+4
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-245-20/+25
* Windows: Add missed error code ResourceError processingDenis Shienkov2013-03-231-1/+5
* baudRateChanged not emitted when neededIsrael Lins2013-03-191-1/+1
* Win32: Fix read sequence with considering the type of policyDenis Shienkov2013-03-171-1/+1
* Windows: Fix receive policies processingDenis Shienkov2013-03-163-14/+15
* Remove description for QSerialPort::close() methodDenis Shienkov2013-03-141-3/+0
* Use fromUtf8 for the conversion instead of copy assignmentLaszlo Papp2013-03-121-4/+4
* Mac: Add missed check for CFStringGetCString/CFNumberGetValue return valueDenis Shienkov2013-03-111-22/+22
* Prefer the library built in the project tree for the examples and testsLaszlo Papp2013-03-112-6/+6
* *nix: Fix unexpected clear errno when I/O failedDenis Shienkov2013-03-021-11/+15
* Mac: Added check for return value for IOServiceMatching()Denis Shienkov2013-03-011-0/+2