aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-081-1/+7
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-081-1/+3
* Improve documentation on component creation contextMichael Brasser2018-03-081-0/+3
* Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
* Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4
* Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2720-28/+28
* Remove unused testing codeSimon Hausmann2018-02-261-2/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2612-88/+66
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2686-726/+726
* doc: Correct mostly linking errorsMartin Smith2018-02-232-1/+3
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-221-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-182-0/+3
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-092-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-158-90/+132
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-128-90/+132
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-074-14/+25
| | |\|
| | | * Fix memory leak with deferred propertiesSimon Hausmann2018-02-061-1/+2
| | | * Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-064-13/+23
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-023-66/+95
| | |\|
| | | * Fix memory leak with value typesSimon Hausmann2018-02-021-0/+2
| | | * Fix dead lock / race in QML type loader when importing pluginsSimon Hausmann2018-02-021-66/+84
| | | * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+9
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-10/+12
| | |\|
| | | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
* | | | Fix typosJarek Kobus2018-02-141-1/+1
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-093-8/+9
* | | Remove unnecesary checksJesus Fernandez2018-02-071-2/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-0614-221/+220
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-0214-221/+220
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2414-220/+218
| | |\|
| | | * Allow for currentQmlContext to be inlinedErik Verbruggen2018-01-182-6/+12
| | | * Optimize QQmlProperty constructor for the common property caseSimon Hausmann2018-01-171-66/+70
| | | * Speed up PropertyChange state applicationSimon Hausmann2018-01-172-0/+18
| | | * Prevent a QVector detachErik Verbruggen2018-01-171-1/+1
| | | * Revert "Allow canceling incubation"J-P Nurmi2018-01-176-49/+0
| | | * Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
| | | * Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
| | | * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-041-13/+19
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-216-39/+56
* | | | Lift restriction for type registrations in QML module pluginsSimon Hausmann2018-02-021-9/+1
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-0215-70/+58
|/ / /
* | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-284-30/+30
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-283-7/+8
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-282-10/+5
* | | Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* | | Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* | | Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-124-11/+43
* | | Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-122-185/+185