aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add (and ignore for now) type assertions to QMLUlf Hermann2019-11-271-0/+42
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-264-0/+124
|\
| * QQmlDirParser: Fix lifecycle managementUlf Hermann2019-11-231-0/+3
| * QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-232-0/+91
| * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-231-0/+30
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-257-42/+39
* | QQmlDelegateModel: Set extraObject only if required properties givenUlf Hermann2019-11-222-0/+37
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-11-2213-10/+374
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-2213-10/+374
| |\|
| | * TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-203-0/+43
| | * Fix: NativeRendering text for non-integer screen scalingEirik Aavitsland2019-11-181-0/+37
| | * mouseDrag(): never drag along an axis that wasn't requestedMitch Curtis2019-11-141-0/+132
| | * QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-143-0/+50
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-141-2/+32
| | |\
| | | * QQuickAccessibleAttached: keep track of name being explicitly setMitch Curtis2019-11-061-2/+32
| | * | Qt Quick Layouts: Do not assert when specifying an invalid row/columnJan Arve Sæther2019-11-131-0/+33
| | * | Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-11-131-1/+1
| | * | autotest, tableview: silence compiler warningRichard Moe Gustavsen2019-11-121-1/+1
| | * | QQuickTableView::forceLayout(): rebuild table if the size of the model has ch...Richard Moe Gustavsen2019-11-121-0/+24
| | * | lancelot graphics test: Use application bundle on MacEirik Aavitsland2019-11-073-4/+15
| | * | Blacklist tst_qquicktextedit::mouseSelectionMode on OpenSuse 15Ulf Hermann2019-11-071-0/+4
* | | | manual test, tableview: Ensure we modify the right modelRichard Moe Gustavsen2019-11-211-10/+4
|/ / /
* | | QML: Consider the semicolon as part of expression statementsUlf Hermann2019-11-181-0/+41
* | | qmllint: CleanupUlf Hermann2019-11-182-4/+4
* | | 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