aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | QQmlImport: Clean up & rename getTypeForUrl to fetchOrCreateTypeForUrlRobin Burchell2017-01-251-34/+66
* | QQmlMetaType: Fix an invalid commentRobin Burchell2017-01-251-1/+1
* | qml: Rename importCache vars to typeNameCacheRobin Burchell2017-01-253-30/+30
* | Ensure that we never create empty MemberData objectsLars Knoll2017-01-251-3/+6
* | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-7/+0
* | Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-254-490/+505
* | Convert more builtin functions to the new calling conventionLars Knoll2017-01-255-302/+275
* | Convert more builtin methods to the new calling conventionLars Knoll2017-01-252-280/+287
* | QQmlTypeLoader: Deduplicate type resolution codeRobin Burchell2017-01-242-43/+9
* | Teach QQmlDirParser to ignore the classname keywordRobin Burchell2017-01-241-0/+9
* | Allow canceling incubationJ-P Nurmi2017-01-246-0/+51
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-192-3/+0
* | qml: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-171-1/+1
* | qmlInfo: Switch message level to QtInfoMsg, matching the function nameRobin Burchell2017-01-171-1/+1
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-162-3/+0
* | Remove QQuickWebView from QQmlEngine documentationRobin Burchell2017-01-161-2/+1
* | QQmlApplicationEngine: Yet another fix after QUrl behavior changes in QtBaseRobin Burchell2017-01-161-5/+10
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-145-14/+30
|\|
| * 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
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-115-8/+8
* | QQmlError: Fix code style a bitRobin Burchell2017-01-111-19/+32
* | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-115-28/+171
* | Remove Q_FLAGS about a enum/flags that don't exist at allAlbert Astals Cid2017-01-111-1/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-251-1/+1
|\|
| * QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-201-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1435-695/+220
|\|
| * 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
| |\