aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a feature Qt Quick RepeaterUlf Hermann2018-01-155-3/+28
* QQmlProfilerService: Avoid type ambiguitiesUlf Hermann2018-01-151-5/+8
* Move the freeList from Heap::ArrayData to SparseArrayLars Knoll2018-01-155-20/+18
* Get rid of BuiltinFunctionLars Knoll2018-01-1510-115/+19
* Move the last builtin methods over to the new calling conventionLars Knoll2018-01-151-31/+31
* Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* Convert particles over to new calling convention for builtin functionsLars Knoll2018-01-121-26/+26
* Convert canvas2d methods to new calling conventionLars Knoll2018-01-121-457/+459
* Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-128-22/+60
* Arguments passed to functions should shadow the function nameLars Knoll2018-01-122-6/+10
* Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-122-185/+185
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-1225-166/+165
* Add setContextProperties()Thomas Hartmann2018-01-122-0/+48
* 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
* Optimize inc/dec operationsLars Knoll2018-01-091-24/+63
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-0940-165/+468
|\
| * Fix regression with simple qsTr() bindings on non-string propertiesSimon Hausmann2018-01-091-2/+7
| * Prevent errors when unloading LoaderMichael Brasser2018-01-051-0/+12
| * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-0437-162/+448
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0437-162/+448
| | |\
| | | * 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-053-41/+35
| | | * 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-012-0/+23
| | | * QQuickListView/GridView: load items that results from model changes synchrono...Richard Moe Gustavsen2017-11-302-4/+4
| | | * 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-3012-34/+37
| | | * 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-281-2/+9
| | | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-253-5/+16
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-233-5/+16
| | | | |\
| | | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113
| | | * | | QmlInspector: Make window flags explicit when adding WindowStaysOnTopUlf Hermann2017-11-241-1/+17
| | | * | | Re-enable QML memory profilingUlf Hermann2017-11-235-20/+44
| | | * | | 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-221-2/+2
| | | * | Fix URL interception for qmldir filesUlf Hermann2017-11-223-17/+59
| | | * | Document QQuickGrabGestureEventShawn Rutledge2017-11-172-1/+39
| * | | | Avoid setting DirtyOpacity flag if it has not been changedVaL Doroshchuk2017-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