aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow AnimatedSprite to finish on the last frameMichael Brasser2019-11-132-0/+44
* instanceof: return false instead of throwingFabian Kosmale2019-11-081-6/+6
* qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-081-2/+1
* tst_qqmltypeloader: Avoid memory leaksUlf Hermann2019-11-071-0/+10
* Register compiled-in QML typesUlf Hermann2019-11-074-2/+66
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-078-0/+149
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-318-0/+149
| |\
| | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-0/+21
| | * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-0/+25
| | * QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-292-0/+20
| | * Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+54
| | * Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-243-0/+29
* | | Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-043-0/+145
* | | Cleanup and document AnimatedSprite::start()/stop()Michael Brasser2019-11-011-0/+37
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Simon Hausmann2019-10-291-0/+0
|\| |
| * | Adapt test case to avoid null characters in directory namesUlf Hermann2019-10-291-0/+0
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-263-1/+92
|\| |
| * | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-243-1/+92
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2412-9/+149
|\| |
| * | Fix typoRobert Loehning2019-10-211-1/+1
| * | Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-213-1/+19
| * | Fix interface handling in bindingsFabian Kosmale2019-10-212-0/+106
| * | QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-164-0/+4
| * | Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-0/+1
| * | Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-7/+18
* | | QQmlIncubationController::incubateWhile: port to atomic<bool>Giuseppe D'Angelo2019-10-211-33/+33
* | | Add support for primitive self-references in composite typesSimon Hausmann2019-10-214-0/+82
* | | Add test-case for self-instantiation producing an errorSimon Hausmann2019-10-213-0/+8
* | | qqmllanguage: check for expected duplicate alias errorFabian Kosmale2019-10-213-0/+15
* | | tst_qqmllanguge: remove obsolete comment about test failingFabian Kosmale2019-10-182-2/+0
* | | Handle -no-feature-shortcutFriedemann Kleint2019-10-184-7/+54
* | | Provide methods to query and remove a dynamically loaded pluginUlf Hermann2019-10-161-0/+21
* | | QQmlObjectCreator: Unify deferred setup of bindingsUlf Hermann2019-10-161-2/+4
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-168-1/+78
|\| |
| * | qmlplugindump: Fix prototype and name for composite typesUlf Hermann2019-10-154-1/+18
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-152-0/+35
| |\|
| | * QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-112-0/+35
| * | Fix float value binding to an integerTeemu Holappa2019-10-112-0/+25
* | | qmllint: Parse .mjs files as JavaScript rather than QMLUlf Hermann2019-10-152-0/+3
* | | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-152-15/+15
* | | VDMAbstractItemModelDataType: ensure meta-type is initializedRichard Moe Gustavsen2019-10-145-0/+269
* | | ParentChange: Restore old position correctlyFabian Kosmale2019-10-112-0/+89
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1117-12/+345
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-1015-0/+302
| |\ \
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-1015-0/+302
| | |\|
| | | * Add signal spies to tst_QQuickPathView::flickNClick testShawn Rutledge2019-10-091-0/+39
| | | * PathView: grab mouse on press if already movingShawn Rutledge2019-10-093-0/+128
| | | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-0813-0/+238
| | | * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-0/+25
| * | | QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-101-0/+30