aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | qqmltypenamecache.cpp: Fix warnings about deprecated string conversionsFriedemann Kleint2017-01-301-2/+2
* | Enable resolution of composite types in QQmlTypeNameCacheRobin Burchell2017-01-274-8/+71
* | QQmlImport: Decouple QQmlImportNamespace & Import type from qqmlimport.cppRobin Burchell2017-01-262-69/+76
* | Un-nest QQmlTypeLoader::QmldirContentRobin Burchell2017-01-263-62/+62
* | QQmlImport: Document some methods used by QQmlTypeLoaderRobin Burchell2017-01-261-0/+16
* | QQmlImport: Document populateCache methodRobin Burchell2017-01-261-0/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+1
|\|
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+1
* | Slight improvements to resolveType for the common caseRobin Burchell2017-01-251-9/+13
* | QQmlImport: Add a little documentation for QQmlImportNamespace & ImportRobin Burchell2017-01-251-7/+39
* | 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