summaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-046-6/+6
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-3/+3
* Replace PUBLIC_LIBRARIES with LIBRARIES in qt_internal_add_manual_testAmir Masoud Abdol2023-04-134-4/+4
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-175-9/+0
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* tests: Add project files of highdpi both for qmake and cmakeLiang Qi2022-11-256-63/+50
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-141-2/+7
* Use SPDX license identifiersLucie Gérard2022-05-166-162/+12
* Tests: Use REQUIRED COMPONENTS in find_package(Qt6...)Kai Köhne2021-12-133-9/+3
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-223-3/+3
* Add ScreenGadget utilityMorten Johan Sørvig2021-04-193-0/+266
* Update DprGadadgetMorten Johan Sørvig2021-04-192-34/+128
* CMake: Update usage of add_qt_gui_executableAlexandru Croitor2020-10-292-2/+2
* Prepare for having multiple highdpi manual testsMorten Johan Sørvig2020-10-2312-10/+10
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-0/+2
* Say hello to PixelGadgetMorten Johan Sørvig2020-09-183-0/+445
* Say hello to DprGadgetMorten Johan Sørvig2020-09-183-0/+209
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-102-3/+3
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-13/+1
* Deprecate and remove all uses of AA_UseHighDpiPixmapsTor Arne Vestbø2020-08-311-34/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-6/+0
* Fix some compiler errors caused by bit-rot in manual testsEdward Welbourne2020-07-271-1/+1
* CMake: Regenerate manual testsAlexandru Croitor2020-07-081-2/+2
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-071-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-2/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-243-138/+346
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-7/+130
| |\|
| | * Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-043-133/+218
| |\|
| | * More polish of the manual High DPI testFriedemann Kleint2019-11-281-22/+76
| | * Polish the manual High DPI testFriedemann Kleint2019-11-283-114/+145
| * | Fix compile errors related to missing Qt:: namespaceLeander Beernaert2019-11-111-1/+1
| |/
* | Convert all of tests/manualLeander Beernaert2019-11-141-0/+41
* | Fix compile errors related to missing Qt:: namespaceLeander Beernaert2019-11-121-1/+1
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-1/+1
|\
| * tests: fix typo in commentRolf Eike Beer2019-09-231-1/+1
* | HighDPI: Add “metrics” manual testMorten Johan Sørvig2019-08-231-0/+89
* | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-0/+1
* | test: migrate highdpi manual test to QRegularExpressionSamuel Gaist2019-06-101-1/+1
|/
* Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
* Minor test cleanup: nullptr, unused variableFrederik Gladhorn2018-07-162-10/+9
* QGraphicsView: Improve high-DPI item cachingMorten Johan Sørvig2018-04-261-1/+27