aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* qmllint: Support aliases to listsMaximilian Goldstein2021-05-033-0/+14
* qmllint: Exclude children of custom parser elements from warningsMaximilian Goldstein2021-05-032-0/+17
* Add QJSEngine::registerModuleAlex Shaw2021-05-015-0/+93
* tst_qqmlpreview: translation file was already removedSamuli Piippo2021-04-301-1/+0
* qmllint: Handle UiArrayBindings properlyMaximilian Goldstein2021-04-302-0/+10
* qmllint: Fix multiple attached property bugsMaximilian Goldstein2021-04-294-0/+18
* qmllint: Do not choke on self attaching typesMaximilian Goldstein2021-04-292-0/+11
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-295-0/+189
* qmllint: Fix typename conflictsMaximilian Goldstein2021-04-293-0/+15
* Initialize the metatypes of extensionsUlf Hermann2021-04-282-0/+11
* Fix MSVC complaint about deprecated posix APIVolker Hilsheimer2021-04-281-8/+3
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-289-0/+93
* Make tst_PointHandler::tabletStylus pass on high-dpi screensShawn Rutledge2021-04-281-8/+12
* Use QKeyCombination to fix compiler warningVolker Hilsheimer2021-04-281-1/+1
* qmllint: Fix false positive warnings for non-list default propertyMaximilian Goldstein2021-04-282-0/+11
* Use qstrdup to silence MSVC warningVolker Hilsheimer2021-04-282-3/+3
* Fix warnings from int type mismatchesVolker Hilsheimer2021-04-272-2/+2
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-1/+1
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-272-0/+18
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-265-0/+20
* Implement debugtranslationserviceTim Jenssen2021-04-2623-55/+1313
* tst_qquickcanvas: Verfiy that canvas.context existsFabian Kosmale2021-04-231-0/+2
* qmllint: Fix several type checking issuesMaximilian Goldstein2021-04-235-5/+33
* tst_qqmllanguage: Adjust error message checkFabian Kosmale2021-04-221-1/+1
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-223-1/+17
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-224-1/+70
* tst_qquickstates: Prepare test for properties becoming bindableFabian Kosmale2021-04-211-12/+23
* Add QtCore moduleMitch Curtis2021-04-214-0/+141
* qmllint: Warn about multiline stringsMaximilian Goldstein2021-04-203-0/+21
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-192-0/+15
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-192-2/+7
* qmllint: Warn about deprecated functionsMaximilian Goldstein2021-04-195-0/+45
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-162-0/+46
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-162-0/+82
* qmltyperegistrar: Do not omit change signals from qmltypes filesFabian Kosmale2021-04-162-0/+6
* qmllint: Fix non-existent default property for ComponentMaximilian Goldstein2021-04-162-0/+6
* Rework qmljsrootgenUlf Hermann2021-04-161-2/+2
* Fix QQmlContext::nameForObject()Ulf Hermann2021-04-161-0/+6
* Provide an objectForName() function in QQmlContextUlf Hermann2021-04-162-18/+83
* Fix QQmlJSImportVisitor::visit(UiObjectBinding *)Andrei Golubev2021-04-149-3/+139
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-0/+64
* add "double" into the list of built in QML typesEvgeniy A. Dushistov2021-04-141-0/+1
* qmllint: Fix QQmlComponent default property incompatible type warningsMaximilian Goldstein2021-04-142-0/+6
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-1410-300/+433
* QQuickTableView: add API to get column widths and row heightsRichard Moe Gustavsen2021-04-131-0/+28
* QQuickTableView: add isColumnLoaded() and isRowLoaded()Richard Moe Gustavsen2021-04-132-0/+124
* Verify result of testVolker Hilsheimer2021-04-131-1/+1
* Implement optional chainingMaximilian Goldstein2021-04-138-0/+202
* QQmlJSImportVisitor: add find-or-create version of enterEnvironmentAndrei Golubev2021-04-135-0/+37
* Check also property type namesEvgeniy A. Dushistov2021-04-133-1/+14