summaryrefslogtreecommitdiff
path: root/src/serialport/qserialportinfo_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSerialPortInfo: Extract Method anyOfPortAnton Kudryavtsev2016-07-151-22/+11
* Replace 'Q_NULLPTR' and 'NULL' with 'nullptr'Denis Shienkov2016-06-171-6/+6
* Replace local 'static const' integers with 'enum'Denis Shienkov2016-06-101-4/+4
* Merge 5.7 into 5.7.0Oswald Buddenhagen2016-05-201-3/+4
|\
| * Replace 'Q_FOREACH' with the range-based 'for'Denis Shienkov2016-05-131-3/+4
* | Replace 'forever' with 'for(;;)'Denis Shienkov2016-05-201-4/+4
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1Liang Qi2016-04-081-0/+2
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-03-211-0/+2
| |\
| | * Deprecate QSPI::isBusy() methodv5.6.0-rc1v5.6.05.6.0Denis Shienkov2016-02-181-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-12/+13
|\ \ \ | |/ /
| * | Get serial number of bluetooth USB dongle on WindowsDenis Shienkov2016-02-191-7/+13
| * | Move QSPI::standardBaudRates() in one placeDenis Shienkov2016-02-161-5/+0
| |/
* | Unify license header usageAntti Kokko2016-02-021-13/+19
|/
* Use C-style tokens array for query of device name from registryDenis Shienkov2015-12-101-5/+8
* Use the C-style array of GUID tokensDenis Shienkov2015-12-101-14/+13
* Use pre-defined class/interface devices GUIDsDenis Shienkov2015-12-101-8/+12
* Refactor QSPI code on WindowsDenis Shienkov2015-10-061-40/+34
* Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-0/+2
|\
| * Add missing QT_DEPRECATED_SINCE(5, 2) macroDenis Shienkov2015-07-161-0/+2
* | Fix getting duplicate serial ports with null charactersDenis Shienkov2015-07-091-5/+4
* | Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-03-271-7/+7
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-251-6/+6
|\ \ | |/
| * Use Q_NULLPTR where it is possibleDenis Shienkov2014-12-101-6/+6
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-15/+28
|\ \ | |/
| * Allow to use custom devices pathsDenis Shienkov2014-11-271-5/+18
| * Fix QSPI::isNull()Denis Shienkov2014-11-211-11/+11
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-1/+1
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-3/+3
|\
| * Allow for deviceInstanceIdentifier() to return an upper case stringDenis Shienkov2014-10-061-3/+3
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Pass a length of string to QString::fromWCharArrayDenis Shienkov2014-08-011-6/+17
* Return from the loop if a port name is foundDenis Shienkov2014-07-101-0/+3
* Wrap of getting the port properties on WindowsDenis Shienkov2014-07-091-50/+74
* Improve the serial number handling on WindowsDenis Shienkov2014-06-301-13/+31
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-201-6/+0
* Add API for querying the serial numberLaszlo Papp2014-03-021-0/+24
* Use QString for device propertiesDenis Shienkov2014-02-121-43/+22
* Rename the "descriptor" to handle on WindowsLaszlo Papp2014-02-101-6/+6
* Add enumeration through the SERIALCOMM registry entryDenis Shienkov2014-02-071-0/+40
* Add listing of virtual ports from the "AGG Software"Denis Shienkov2014-02-071-14/+23
* Add the additional enumeration through Device Interface Class GUIDDenis Shienkov2013-11-301-15/+40
* Remove the unnecessary and noisy comments for the serial port info filesLaszlo Papp2013-11-241-2/+0
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-5/+5
* Windows: acquire identifiers using the SetupDiGetDeviceInstanceId functionDenis Shienkov2013-08-181-1/+18
* Windows: Add PCI vendor and device identifier detectionv5.1.1Denis Shienkov2013-07-251-11/+26
* Revert "Refactor the Windows port enumeration from GUID classes to devinterfa...Denis Shienkov2013-04-301-7/+12
* Refactor the Windows port enumeration from GUID classes to devinterfacesDenis Shienkov2013-04-201-12/+7
* Add accessor methods for checking the availability of the PID/VIDLaszlo Papp2013-03-261-2/+4
* Change the return type of the vendor/productIdentifier() APILaszlo Papp2013-03-251-2/+2