aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-1225-166/+165
* | Add setContextProperties()Thomas Hartmann2018-01-123-0/+75
* | Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-104-4/+5
* | Drop the qml-interpreter featureUlf Hermann2018-01-106-42/+14
* | Fix calculation of String hash values for char *Lars Knoll2018-01-101-1/+1
* | Cleanup IdentifierHashLars Knoll2018-01-107-94/+54
* | Simplify and cleanup code in QQmlContextLars Knoll2018-01-101-37/+1
* | test: tst_qquickflickable::flickOnRelease() got fixedLiang Qi2018-01-091-6/+0
* | Revert "Blacklist tst_QQmlProfilerService::translationBinding()"Ulf Hermann2018-01-091-3/+0
* | Optimize inc/dec operationsLars Knoll2018-01-091-24/+63
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0964-336/+59686
|\|
| * Fix regression with simple qsTr() bindings on non-string propertiesSimon Hausmann2018-01-091-2/+7
| * Add binary compatibility files to QtDeclarative to 5.10Milla Pohjanheimo2018-01-084-0/+57891
| * Prevent errors when unloading LoaderMichael Brasser2018-01-054-0/+197
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-0454-175/+1485
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0454-175/+1485
| | |\
| | | * QQuickWidget: preserve QMouseEvent::source when mapping to the QQ windowShawn Rutledge2017-12-061-7/+10
| | | * qtquicktest: remove dead INSTALLS from qmltest.proGatis Paeglis2017-12-061-6/+0
| | | * grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-055-41/+137
| | | * D3D12: Fix compilation with clang-clFriedemann Kleint2017-12-051-1/+1
| | | * Restore a temporary QQmlInstanceModel::object() overloadJ-P Nurmi2017-12-011-0/+1
| | | * Add a means to unregister custom qml typesAndy Shaw2017-12-015-0/+232
| | | * QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-304-4/+157
| | | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-306-3/+38
| | | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-3013-43/+46
| | | * don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-292-1/+4
| | | * Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
| | | * Fix crash when moving items during asynchronous creationJoni Poikelin2017-11-283-2/+85
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-254-5/+89
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-234-5/+89
| | | | |\
| | | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-255-13/+265
| | | * | | QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
| | | * | | Re-enable QML memory profilingUlf Hermann2017-11-238-21/+84
| | | * | | Software Adaptation: Fix cliping logic error with empty clip regionsAndy Nichols2017-11-231-2/+2
| | | |/ /
| | | * | watch for the actual render window if there is a QQuickRenderControlMarco Martin2017-11-221-0/+3
| | | * | Don't reject plugin-only qmldir filesUlf Hermann2017-11-223-14/+43
| | | * | Fix URL interception for qmldir filesUlf Hermann2017-11-226-17/+321
| | | * | Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
| * | | | tst_qquickloader: use QScopedPointer instead of manual deletionMitch Curtis2018-01-021-149/+74
| * | | | tst_qquickloader: use local engines instead of one global engineMitch Curtis2018-01-021-11/+33
| * | | | Avoid setting DirtyOpacity flag if it has not been changedVaL Doroshchuk2017-12-201-1/+1
| * | | | Bump versionOswald Buddenhagen2017-12-201-1/+1
* | | | | V4 Profiler: Re-add memory profiling macrosUlf Hermann2018-01-091-0/+12
* | | | | QML Profiler: Don't assume a non-null object in RefLocationUlf Hermann2018-01-091-2/+13
* | | | | Blacklist tst_QQuickOpenGLInfo::testProperties() on b2qtLiang Qi2018-01-081-0/+3
* | | | | Blacklist tst_QQuickFramebufferObject::testThatStuffWorks() andLiang Qi2018-01-081-0/+4
* | | | | Blacklist tst_qquickanimatedsprite::test_largeAnimation() on b2qtLiang Qi2018-01-081-0/+3
* | | | | Blacklist tst_QQmlProfilerService::translationBinding()Liang Qi2018-01-081-0/+3
* | | | | Blacklist qmltest ShortCut::test_shortcut()Liang Qi2018-01-083-1/+0
* | | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-08147-1649/+3241
|\ \ \ \ \