aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip tests that fail on platforms that don't implement grabWindowVolker Hilsheimer2022-01-244-4/+4
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-0/+25
* Skip borderImageMesh test with the software backendLaszlo Agocs2022-01-231-0/+7
* Skip the shapes tests on offscreen platformShawn Rutledge2022-01-231-10/+10
* Add offscreen platform skip where missing in tst_qquickitemlayerLaszlo Agocs2022-01-231-0/+9
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-223-0/+21
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-0/+2
* tst_qjsengine: Fix some memory leaksUlf Hermann2022-01-211-6/+6
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-212-0/+6
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-215-9/+9
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-201-0/+49
* QmlCompiler: Respect revisionsUlf Hermann2022-01-214-5/+38
* Remove unused .qrc filesJoerg Bornemann2022-01-2022-202/+0
* CMake: Don't cross-compile qjtestAlexandru Croitor2022-01-201-2/+2
* V4: Fix naming of array data classesUlf Hermann2022-01-201-2/+2
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-202-0/+173
* Stabilize tst_qpauseanimationjob.cpp some moreUlf Hermann2022-01-202-8/+3
* Document qmltc toolAndrei Golubev2022-01-191-0/+5
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2022-01-191-0/+15
* Fix build with tests when qtshadertools is not availableJoerg Bornemann2022-01-181-0/+4
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-183-0/+34
* Simplify QQmlMetaTypeInterface and QQmlListMetaTypeInterfaceUlf Hermann2022-01-181-0/+1
* Move propertyCache- and metaObject-related functions into QQmlMetaTypeUlf Hermann2022-01-181-7/+5
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-1/+1
* QmlCompiler: Construct multi-part URIs with '.' rather than '/'Ulf Hermann2022-01-184-0/+17
* qmltc: Do not generate bindables and setters for QQmlListPropertyUlf Hermann2022-01-182-2/+12
* qmlcompiler: Add proper null typeMaximilian Goldstein2022-01-173-0/+18
* qmllint: Offer suggestions for typosMaximilian Goldstein2022-01-177-0/+56
* qmllint: Enable compiler warnings for pragma StrictMaximilian Goldstein2022-01-172-9/+27
* tst_baseline_scenegraph: Remove unused private fieldMaximilian Goldstein2022-01-171-1/+0
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-155-0/+44
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-152-5/+5
* ShaderEffect: Make uniform setting saferLaszlo Agocs2022-01-146-0/+117
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-141-0/+23
* qqmljstypepropagator: Add compiler error for unknown function callsMaximilian Goldstein2022-01-131-0/+2
* tst_qmllint: Fix settings testsMaximilian Goldstein2022-01-138-3/+23
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-135-1/+6
* tests: port to QMutableEventPoint static APIMarc Mutz2022-01-134-54/+54
* tst_qquickcanvasitem: Avoid interleaved executionFabian Kosmale2022-01-134-69/+129
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-071-0/+33
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-0/+3
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-10/+30
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-051-32/+31
* qmlls: Rename lifecycle testUlf Hermann2022-01-035-8/+8
* Enhance tst_qmltc::componentTypes() by verifying that ids are correctAndrei Golubev2021-12-281-0/+9
* qmltc: Support Component rootsAndrei Golubev2021-12-277-1/+98
* Skip tst_qmltc::listView() under QEMUAndrei Golubev2021-12-262-0/+6
* Separate JS files from QML files in qmltc-calling cmake commandAndrei Golubev2021-12-231-1/+4
* dialogs: move accept label next to reject labelMitch Curtis2021-12-231-8/+8
* qqmlcomponent: Test interesting Component-based typesAndrei Golubev2021-12-233-0/+71