aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: implement support for letting the user resize rows and columnsRichard Moe Gustavsen2022-11-093-160/+450
* testbench: add icons to buttonsMitch Curtis2022-11-031-1/+24
* testbench: set checkable for checked buttonsMitch Curtis2022-11-021-5/+5
* Pointer Handlers manual test: nested DragHandlersShawn Rutledge2022-10-111-0/+50
* Move Settings out of Qt.labs moduleYuhang Zhao2022-09-292-5/+4
* QuickControls2: implement icons for submenusVladimir Belyavsky2022-09-201-0/+13
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-0738-38/+38
* CMake: Skip text manual test for top-level buildsJoerg Bornemann2022-08-091-0/+11
* CMake: Rename tests to be unique for top-level buildsAlexandru Croitor2022-07-283-7/+7
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2831-32/+32
* testbench: revert debugging codeMitch Curtis2022-07-261-1/+0
* Imagine: don't show hover effects when disabledMitch Curtis2022-07-201-0/+1
* Add checkbox for enabled property in text manual testShawn Rutledge2022-07-191-2/+13
* testbench: clean up DelayButton pageMitch Curtis2022-07-151-3/+2
* Test all 4 field types in the text manual testShawn Rutledge2022-07-095-89/+415
* Add license headers to cmake filesLucie Gérard2022-07-0838-0/+114
* Let Controls inherit palettes and fonts from parentsJiDe Zhang2022-07-081-30/+68
* Use SPDX license identifiersLucie Gérard2022-06-11279-11422/+559
* FileDialog: make selectedFile writableMitch Curtis2022-06-021-1/+1
* Add ColorDialog to QtQuick.DialogsOliver Eftevaag2022-05-314-1/+199
* Implement FrameAnimation Quick elementKaj Grönholm2022-05-254-0/+364
* QQuickFlickable: fix flicking when item is rotatedShawn Rutledge2022-05-111-0/+84
* Quick Animations: Fix crashFabian Kosmale2022-05-041-0/+74
* QQuickTableView: keep selection model and tableview model in syncRichard Moe Gustavsen2022-04-111-3/+1
* manual test: add hoverpropagation testRichard Moe Gustavsen2022-03-281-0/+281
* testbench: link to Qt::CorePrivateMitch Curtis2022-03-211-0/+1
* Remove pointer manual test from the buildShawn Rutledge2022-03-051-1/+0
* QQuickTreeView: add expandToIndex()Richard Moe Gustavsen2022-02-181-0/+21
* TreeViewDelegate: allow app to add custom pointer handlersRichard Moe Gustavsen2022-02-101-6/+9
* Remove unused .qrc filesJoerg Bornemann2022-01-207-74/+0
* dialogs: move accept label next to reject labelMitch Curtis2021-12-231-8/+8
* Restructure Qt Quick Dialogs testsMitch Curtis2021-12-2315-2/+2
* FolderDialog: undocument ShowDirsOnly optionMitch Curtis2021-12-221-9/+1
* dialogs: rename file => folderMitch Curtis2021-12-221-9/+8
* Implement remaining non-native FolderDialog stylesMitch Curtis2021-12-171-0/+3
* Add FolderDialogMitch Curtis2021-12-105-1/+231
* controls: add TreeViewDelegateRichard Moe Gustavsen2021-12-094-37/+146
* Add MessageDialog to QtQuick.DialogsOliver Eftevaag2021-12-094-0/+345
* quick: add qquicktreeviewRichard Moe Gustavsen2021-12-045-0/+530
* Move the scenegraph lancelot test into the new baseline test categoryEirik Aavitsland2021-11-30306-12135/+0
* Fix license of tests from LGPL3 to GPL-EXCEPTKai Köhne2021-11-2939-663/+351
* lancelot test: fix screen grab sizeEirik Aavitsland2021-11-041-0/+10
* QQuickDialogs manual test: remove duplicate import statementsOliver Eftevaag2021-10-291-2/+0
* Fix error in buttons manual testMitch Curtis2021-10-251-1/+2
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Implement horizontal rule rendering in textShawn Rutledge2021-10-141-0/+19
* Fix distorted text with subpixel matrix translationEskil Abrahamsen Blomfeldt2021-10-131-0/+91
* Stop using QHash::unite() in storage model manual testShawn Rutledge2021-10-051-11/+14
* Flickable manual test: add sliders to adjust flick-speed metricsShawn Rutledge2021-10-041-2/+32
* FileDialog example: allow selecting imagesShawn Rutledge2021-09-301-1/+1