aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-264-0/+73
* Make qmllint read qmldir files and qmltypes files in app directoryUlf Hermann2019-09-255-0/+29
* Add dragThreshold property to Event HandlersShawn Rutledge2019-09-192-9/+155
* Fix regression when using CONFIG+=QtQuickCompiler and .qrc files in subdirsSimon Hausmann2019-09-193-4/+3
* Clean up qmllint testUlf Hermann2019-09-191-59/+65
* Required properties: Break binding to model on writeFabian Kosmale2019-09-182-0/+71
* qquicklistview: support required properties in sectionDelegateFabian Kosmale2019-09-122-1/+88
* Support required properties in model delegatesFabian Kosmale2019-09-1212-1/+576
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-1114-2/+160
|\
| * Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-104-0/+39
| * Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-099-1/+121
| * QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+0
* | Introduce required properties to QMLFabian Kosmale2019-09-0926-24/+317
* | Fix *.js files disappearing from RESOURCES when not using QtQmlSimon Hausmann2019-09-091-11/+7
* | Remove assert when setting binding to aliasFabian Kosmale2019-09-052-0/+34
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0517-4/+553
|\|
| * Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-044-3/+14
| * PathMultiline: handle directly-bound QVector<QPolygonF>Shawn Rutledge2019-09-032-0/+131
| * Allow semicolon after property declarationFabian Kosmale2019-09-032-0/+21
| * PathMultiline: allow lists/vectors of polygons or point lists/vectorsShawn Rutledge2019-09-023-0/+212
| * Enable PathPolyline to take a QPolygonF or QVector<QPointF> pathShawn Rutledge2019-09-023-0/+154
| * Merge dev into 5.14Kari Oikarinen2019-08-2731-36/+481
| |\
| * | Improve error message when setting to a property with unknown typeAleix Pol2019-08-235-1/+21
* | | qqmljs.g: reduce number of conflictsFabian Kosmale2019-09-031-0/+2
* | | qmllint: Take prefix into account when inserting namesUlf Hermann2019-08-302-0/+12
* | | qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-303-0/+17
* | | qmllint: Handle the default import and .ui.qml filesUlf Hermann2019-08-303-0/+18
* | | qmllint: Warn about magic signal handlersUlf Hermann2019-08-302-0/+25
* | | Deduplicate code in tst_qmllint.cppUlf Hermann2019-08-291-39/+25
* | | Use qmlRegisterAnonymousType in examples and testsUlf Hermann2019-08-273-3/+3
| |/ |/|
* | Make the qmllint test an actual testUlf Hermann2019-08-262-15/+19
* | Stabilize image and borderimage multiFrame testsShawn Rutledge2019-08-242-10/+28
* | Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-248-0/+133
* | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-233-9/+15
* | Fix deployment of QtQuick for Android with dummy_imports.qmlJan Arve Sæther2019-08-213-0/+24
* | Remove the last usages of deprecated APIsSona Kurazyan2019-08-205-12/+70
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-205-0/+46
|\ \
| * | tst_qquicklistview: make addOnCompleted more robust + sanity checkFabian Kosmale2019-08-072-0/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-0/+42
| |\ \
| | * | Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-303-0/+42
* | | | Introduce functions to set properties during creationFabian Kosmale2019-08-195-0/+156
| |_|/ |/| |
* | | qmllint: do not warn about the identifier of a catch statementFabian Kosmale2019-08-193-1/+32
* | | CMake: Provide API to allow handling of QML static pluginsAlexandru Croitor2019-08-175-0/+94
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-1629-14/+242
* | | Fix qquickfolderlistmodel autotest on AndroidJan Arve Sæther2019-08-141-1/+8
* | | Fix qqmlsqldatabase autotest for androidJan Arve Sæther2019-08-141-0/+8
* | | Fix qqmlvaluetypes autotest for androidJan Arve Sæther2019-08-141-2/+14
* | | Fix qqmllanguage autotest on AndroidJan Arve Sæther2019-08-143-45/+75
* | | Fix qqmlpropertymap autotest for androidJan Arve Sæther2019-08-142-0/+10
* | | Fix qqmltimer autotest for androidJan Arve Sæther2019-08-141-0/+9