summaryrefslogtreecommitdiffstats
path: root/src/qtdiag/qtdiag.cpp
Commit message (Expand)AuthorAgeFilesLines
* qtdiag: only print "Q_" and "QT" environment variablesThiago Macieira2023-12-041-2/+4
* Teach qtdiag about recently added rhi-related infoLaszlo Agocs2023-05-231-1/+20
* qtdiag: Follow rhi header changeLaszlo Agocs2023-05-221-13/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* qtdiag: Fix deprecation warning about QStyleHints::keyboardAutoRepeatRate()Friedemann Kleint2022-09-301-1/+1
* qtdiag: Fix missing output on WindowsFriedemann Kleint2022-06-201-3/+6
* Use SPDX license identifiersLucie Gérard2022-05-191-27/+2
* qtdiag: add a few more CPU features that qsimd can now detectThiago Macieira2022-02-241-1/+11
* qtdiag: stop reporting HLE and RTMThiago Macieira2022-02-101-2/+0
* qtdiag: Fix printing in hex in the rhi sectionLaszlo Agocs2021-12-021-1/+1
* qtdiag: Print recent QRhi features and limitsLaszlo Agocs2021-12-021-0/+8
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-1/+1
* qtdiag: Print the QRhiDriverInfo struct as wellLaszlo Agocs2021-01-141-0/+14
* qtdiag: Fix deprecation warning about QVariant::TypeFriedemann Kleint2020-11-111-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-3/+2
* qtdiag: show touchscreen availableVirtualGeometry; formatting fixesShawn Rutledge2020-10-141-2/+7
* Fix compile after QNativeInterface changes in QtGuiLars Knoll2020-10-121-1/+1
* Fix compile after qtbase updatePaul Olav Tvete2020-10-111-2/+1
* qtdiag: Print recently added QRhi features and limitsLaszlo Agocs2020-09-301-0/+12
* Fix warnings from using deprecated QLibraryInfo APIVolker Hilsheimer2020-09-161-1/+1
* qtdiag/Windows: Use GPU information from the new native interfaceFriedemann Kleint2020-07-291-3/+6
* Drop RawPositions capability from QInputDeviceShawn Rutledge2020-07-131-2/+0
* qtdiag: Adapt to new QInputDevice classFriedemann Kleint2020-06-231-16/+32
* qtdiag: Print recently added RG8 texture format as wellLaszlo Agocs2020-05-271-0/+1
* QtDiag: remove QScreen::orientationUpdateMaskVolker Hilsheimer2020-05-111-1/+0
* Update dependenciesFriedemann Kleint2020-04-281-3/+5
* Replace QT_OPENGL_ES_2 macro with QT_CONFIGEskil Abrahamsen Blomfeldt2020-04-171-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-251-1/+53
|\
| * qtdiag: rhi: Output supported texture formats and sample countsLaszlo Agocs2020-02-211-1/+53
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-081-1/+107
|\|
| * Add RHI info to qtdiagEirik Aavitsland2020-01-071-1/+107
| * Fix Qt6 buildAlexandru Croitor2019-12-191-2/+2
| * Fix Qt6 buildAlexandru Croitor2019-12-191-3/+3
* | Fix build after removal of Qml1 APIs in qtbase/QLibraryInfoSimon Hausmann2019-10-151-1/+0
* | Fix Qt6 buildAlexandru Croitor2019-08-011-2/+2
* | Fix Qt6 buildAlexandru Croitor2019-07-291-3/+3
|/
* Fix deprecation warnings about deprecated container conversionsFriedemann Kleint2019-05-231-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-201-5/+9
|\
| * qtdiag/Windows: Output all graphics adaptersFriedemann Kleint2019-03-141-5/+9
* | Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-231-1/+1
|/
* Fix problems when building with -no-feature-processUlf Hermann2017-09-121-2/+2
* qtdiag: Add basic Vulkan infoLaszlo Agocs2017-08-031-0/+50
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-081-5/+15
|\
| * qtdiag: Show more useful information about styles and platform themesThiago Macieira2017-06-031-5/+15
* | qtdiag: Output available Open GL profilesFriedemann Kleint2017-05-111-1/+25
|/
* Fix build without QProcess and QLibrary supportKimmo Ollila2017-03-291-1/+3
* qtdiag: Show screen product informationPier Luigi Fiorini2017-01-281-0/+3
* foreach cleanup in the the smaller toolsFriedemann Kleint2016-12-221-4/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-021-1/+1
|\
| * qtdiag: Fix output of screen geometries for negative coordinatesFriedemann Kleint2016-07-201-1/+1