aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Add defaultLogLevel to LoggingCategoryTomasz Olszak2018-06-253-4/+49
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-257-8/+11
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-257-8/+11
| |\
| | * Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-196-7/+7
* | | Fix compiler warningSimon Hausmann2018-06-251-1/+1
* | | Add Proxy support for prototype handlingLars Knoll2018-06-254-16/+16
* | | Implement a virtual interface for getOwnPropertyLars Knoll2018-06-254-19/+22
|/ /
* | Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-215-9/+120
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-9/+1
|\|
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Ensure we read context properties before the global objectLars Knoll2018-06-172-4/+17
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-082-5/+20
* | Cleanup JS stack allocationsLars Knoll2018-05-261-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-242-9/+12
|\|
| * On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
| * Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* | Allow partial creation of more than 10 QQmlComponent instancesRichard Weickelt2018-05-182-15/+3
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-168-9/+49
* | Fix QQmlExtensionPlugin::baseUrl() in static buildsJ-P Nurmi2018-05-151-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-4/+1
|\|
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-4/+1
* | Add QQmlDirParser::className()J-P Nurmi2018-05-142-1/+11
* | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-111-0/+28
* | Minor QQmlOpenMetaObjectPrivate constructor cleanupSimon Hausmann2018-05-111-18/+10
* | Fix storing QObject pointers in dynamic role modelsSimon Hausmann2018-05-111-1/+9
* | Clean up QQmlOpenMetaObject property data structureSimon Hausmann2018-05-112-39/+52
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-093-8/+9
|\|
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-083-8/+9
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-045-17/+39
|\|
| * Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-302-5/+13
| * Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-271-2/+2
| * Normalize URL before loading typesErik Verbruggen2018-04-272-10/+24
* | Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-021-1/+1
* | Fix heap-use-after-freeSimon Hausmann2018-05-021-2/+3
* | Remove static localTZA variableLars Knoll2018-05-021-1/+1
* | Don't use stringForId() anymoreLars Knoll2018-05-021-1/+1
* | Garbage collect identifiersLars Knoll2018-05-021-1/+1
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-029-27/+65
* | Unify MemberData::Index and ArrayData::IndexLars Knoll2018-05-021-1/+1
* | Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-3/+3
* | Remove the QString member from IdentifierLars Knoll2018-05-021-2/+5
* | Internally document the VME abbreviationMitch Curtis2018-04-271-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-271-0/+2
|\|
| * Clarify ownership around QQmlEngine::setNAMFMÃ¥rten Nordheim2018-04-261-0/+2
* | Minor cleanup in QQmlRefPointerSimon Hausmann2018-04-261-0/+16
* | Clean up manual reference counting of QQmlQmldirDataSimon Hausmann2018-04-262-25/+9
* | Clean up manual reference counting of blob dependenciesSimon Hausmann2018-04-262-12/+16
* | Clean up manual reference counting of QQmlScriptDataSimon Hausmann2018-04-263-12/+7
* | Clean up manual reference counting of QQmlScriptBlobSimon Hausmann2018-04-262-28/+20