aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-142-2/+2
|\| | |
| * | | Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-261-1/+1