aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlListModel: Optimize model updatesArnaud Vrac2017-05-052-6/+11
* Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-2/+2
* QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-044-21/+21
* QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-046-43/+43
* QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-034-30/+39
* C++11 scoped enum support for QMLMichael Brasser2017-05-038-19/+336
* Correctly set the black bit for stack allocated contextsLars Knoll2017-05-021-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0242-208/+331
|\
| * Fix memory leak in the memory managerLars Knoll2017-04-281-2/+32
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-04-277-173/+195
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-277-173/+195
| | |\
| | | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-183-157/+184
| | | * fix QtQmlDevTools in framework builds in a better wayOswald Buddenhagen2017-04-111-4/+0
| | | * switch to new way to refer to libdlOswald Buddenhagen2017-04-111-1/+1
| * | | Fix calling of JS functions with more than 6 parameters from C++Simon Hausmann2017-04-271-1/+1
| * | | Run includemocs in qtdeclarativeThiago Macieira2017-04-2631-0/+57
| * | | Doc: correct link errorNico Vertriest2017-04-261-1/+1
| * | | Doc: Update documentation for QML module definition fileVenugopal Shivashankar2017-04-261-29/+36
| * | | QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
| |/ /
* | | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-273-0/+80
* | | QObjectWrapper: Try harder to avoid creating wrappers if we canRobin Burchell2017-04-252-57/+100
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-227-1/+18
|\| |
| * | Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7
| * | Fix build without features.qml-interpreterTasuku Suzuki2017-04-211-1/+1
| * | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-205-0/+10
* | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-212-28/+67
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-212-1/+6
|\| |
| * | QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+4
| * | Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* | | MM: Provide information about object types on sweepRobin Burchell2017-04-203-20/+59
* | | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-131-3/+2
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-117-45/+37
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-117-45/+37
| |\|
| | * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-106-39/+27
| | * Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-03-281-6/+10
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-0825-567/+802
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-0725-567/+802
| |\| |
| | * | Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
| | * | Fix locals register allocation on ARM when cross-compilingSimon Hausmann2017-04-061-1/+1
| | * | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-065-423/+544
| | * | Fix double conversion code generation when cross-compilingSimon Hausmann2017-04-062-7/+15
| | * | Fix shadow stack space handling when cross-compilingSimon Hausmann2017-04-061-7/+1
| | * | Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-062-1/+2
| | * | Fix architecture selection when cross-compiling cache filesSimon Hausmann2017-04-061-4/+4
| | * | Fix engine parameter passing when cross-compilingSimon Hausmann2017-04-061-1/+1
| | * | Fix loading of strings when cross-compiling from 64-bit host to 32-bitSimon Hausmann2017-04-061-1/+1
| | * | Don't waste CPU cycles when checking whether a breakpoint is activeLars Knoll2017-04-041-5/+6
| | * | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
| | * | Doc: remove const from QQmlListProperty getterMitch Curtis2017-04-032-2/+2
| | * | Fix Clang warning about member in template class not definedThiago Macieira2017-04-032-3/+3