summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialportinfo_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Refactor certain variable names, remove useless comments and so forthLaszlo Papp2013-02-011-11/+11
* Move the file scope variables to function scopeLaszlo Papp2013-01-311-7/+7
* Avoid the hardcoding of the vid/pid prefix and sizes right in the middleLaszlo Papp2013-01-301-4/+11
* Windows: Fixed VID/PID detectingDenis Shienkov2013-01-281-2/+6
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+220