aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
* Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
* Fix QQmlExpression leaking QQmlError objectsRobert Griebl2017-02-231-0/+1
* Use QQmlType for looking up enums, even on singletonsUlf Hermann2017-02-081-5/+10
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-021-2/+2
* Doc: Fix documentation warningsTopi Reinio2017-01-303-8/+16
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
* QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-112-11/+13
* Clarified that QQmlListProperty can only be used for lists of QObject-derived...Kavindra Palaraja2017-01-051-2/+3
* Removed auto-generated links to internal classesKavindra Palaraja2016-12-281-0/+10
* QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-201-1/+1
* Get rid of QQmlJavaScriptExpression::setFunctionObject()Lars Knoll2016-12-093-14/+2
* Fix coding styleLars Knoll2016-12-091-10/+6
* Pass a QV4::Function to the QQmlBoundSignalExpression constructorLars Knoll2016-12-093-6/+6
* Avoid passing a FunctionObject to QQmlBinding::create()Lars Knoll2016-12-095-21/+8
* Directly store the referenced QV4::Function pointer in the binding functionLars Knoll2016-12-093-26/+3
* Don't store a source location in the QQmlBindingFunction anymoreLars Knoll2016-12-094-13/+4
* Add a setSourceLocation() methodLars Knoll2016-12-092-1/+9
* Get rid of FunctionObject::createQmlFunctionLars Knoll2016-12-093-10/+18
* Don't create a FunctionObject in createQmlBinding()Lars Knoll2016-12-091-5/+2
* Avoid the creation of a FunctionObject for most bindingsLars Knoll2016-12-095-3/+30
* Don't store a FunctionObject in QQmlJavaScriptExpression anymoreLars Knoll2016-12-092-18/+29
* Limit access to m_function to QQmlJavaScriptExpressionLars Knoll2016-12-095-10/+28
* Don't create a QML function is the signal parameters are invalidLars Knoll2016-12-091-3/+1
* Remove some dead codeLars Knoll2016-12-091-4/+0
* Avoid using the FunctionObject in QQmlJavaScriptExpression::evaluate()Lars Knoll2016-12-091-3/+10
* Change signature of QQmlBinding::create to take a FunctionObject *Lars Knoll2016-12-093-4/+4
* Mostly use the QV4::Function in javascript expressionsLars Knoll2016-12-095-33/+23
* Remove unused argumentLars Knoll2016-12-092-8/+4
* Minor cleanupLars Knoll2016-12-091-5/+6
* Add sourceLocation() accessor to QQmlJavascriptExpressionLars Knoll2016-12-095-15/+9
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Lars Knoll2016-12-072-3/+2
|\
| * Don't read members of the binding after it has been freedLars Knoll2016-12-061-2/+1
| * Fix caching of the current qmlContext in QQmlObjectCreatorLars Knoll2016-11-291-1/+1
* | Cleanup and reduce the number of overloads for QQmlBinding::create()Lars Knoll2016-12-062-31/+2
* | Start cleaning up the QmlContextWrapperLars Knoll2016-12-0413-444/+4
* | Cleanup Value::isObject/objectValue usagesLars Knoll2016-11-291-1/+1
* | Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-292-32/+38
* | Get rid of most QT_NO_FOO usagesLars Knoll2016-11-2915-45/+35
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-284-1/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-254-1/+10
| |\
| | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-182-0/+8
| | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
| | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
* | | Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-261-1/+1
* | | Fix OS platform label documentationMaurice Kalinowski2016-11-241-1/+1
* | | QML: Add another specialization for QQmlPropertyCache::propertyErik Verbruggen2016-11-162-0/+9
* | | QML: Hint LTO to never inline QQmlPropertyCache::resolveErik Verbruggen2016-10-251-2/+2
* | | QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-182-10/+23