aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-028-76/+151
|\
| * Doc: add C++11 lambda examples for qmlRegisterSingletonType()J-P Nurmi2018-02-021-0/+25
| * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+3
| * 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
| * Improve persistent/weak value allocation performanceSimon Hausmann2018-01-311-10/+24
| * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-313-0/+13
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-313-20/+35
|\|
| * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-10/+12
| * Fix segfault when alias target refers to lowercase-named typeMitch Curtis2018-01-272-10/+23
* | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-244-45/+49
|\|
| * Fix namespace builds with -no-qml-debugJoni Poikelin2018-01-231-0/+5
| * Doc: Do make 'Licenses and Attributions' valid for multiple Qt versionsKai Koehne2018-01-221-2/+3
| * Avoid repeated calls into thread local storage to get the animation timerLars Knoll2018-01-222-43/+41
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2441-377/+504
|\|
| * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| * 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
| * Use a more optimized lookup for global propertiesLars Knoll2018-01-177-14/+23
| * Have more bindingBits available inlineLars Knoll2018-01-172-43/+40
| * Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
| * Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-1/+1
| * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
| * Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
| * Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-1/+1
| * Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
| * Compile under QNX 7.0 with qcc 5.4 for instanceAdam Treat2018-01-091-1/+1
| * Fix segfault on invalid property alias syntaxMitch Curtis2018-01-041-1/+5
| * Doc: state that property aliases do not work with grouped propertiesMitch Curtis2018-01-041-7/+32
| * Qml Profiling: Track signals globallyUlf Hermann2018-01-041-4/+10
| * Allow QQmlComponent::loadUrl() to load absolute URLs with relative pathsMitch Curtis2018-01-042-13/+77
| * Remove extra addrefMichael Brasser2017-12-291-1/+0
| * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-2121-60/+124
| * Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1
| * Add logging categories for GC statisticsLars Knoll2017-12-112-99/+70
* | Fix regression with simple qsTr() bindings on non-string propertiesSimon Hausmann2018-01-091-2/+7
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Shawn Rutledge2018-01-0420-76/+301
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-0420-76/+301
| |\|
| | * Restore a temporary QQmlInstanceModel::object() overloadJ-P Nurmi2017-12-011-0/+1
| | * Add a means to unregister custom qml typesAndy Shaw2017-12-012-0/+23
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-305-0/+29
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-306-20/+19
| | * Check linked contexts for context objects being deletedUlf Hermann2017-11-281-1/+4
| | * Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.9" into refs/stagin...Liang Qi2017-11-252-1/+11
| | |\
| | | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-232-1/+11
| | | |\
| | * | | More fine-grained deferred property executionJ-P Nurmi2017-11-254-13/+113