aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Allow creating attached properties for objects instantiated in C++Frederik Gladhorn2017-05-041-2/+2
* QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-042-33/+33
* QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-032-0/+36
* C++11 scoped enum support for QMLMichael Brasser2017-05-035-6/+265
* Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0213-3/+34
|\
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-2612-0/+24
| * Doc: correct link errorNico Vertriest2017-04-261-1/+1
| * QQmlApplicationEngine: Fix using invalid pointersRainer Keller2017-04-261-2/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-1/+2
|\|
| * Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-114-25/+19
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-114-25/+19
| |\
| | * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-104-25/+19
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-081-0/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-0/+4
| |\| |
| | * | Fix build without features.animationTasuku Suzuki2017-04-031-0/+4
* | | | Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-1/+1
|/ / /
* | | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-072-5/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-301-0/+1
|\| |
| * | Add missing header inclusionKimmo Ollila2017-03-281-0/+1
* | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-272-8/+47
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-252-8/+47
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+47
| | |\|
| | | * Fix QQmlTypeLoader::Blob::qmldirDataAvailable memory overwriteJosh Faust2017-03-141-1/+2
| | | * Fix caching of QML singleton typesSimon Hausmann2017-03-132-2/+36
| | | * Clean up type dependency hashing for QML cachingSimon Hausmann2017-03-132-7/+11
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-236-73/+92
|\| | |
| * | | Speed up source code readingSimon Hausmann2017-03-221-1/+9
| * | | Avoid an extra stat() on the source .qml file when loading cacheSimon Hausmann2017-03-222-10/+10
| * | | Avoid reading (not parsing) .qml files when using the cacheSimon Hausmann2017-03-212-36/+54
| * | | Simplify internal source access APISimon Hausmann2017-03-212-37/+30
| * | | Remove unused macroSimon Hausmann2017-03-171-4/+0
| * | | Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-1/+1
| * | | Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-151-4/+8
| |/ /
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-3/+3
| |\|
| | * QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-061-1/+1
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-152-1/+41
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-35/+9
|\| |
| * | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-091-1/+4
| * | Allow import static plugins even when library feature is disabledKimmo Ollila2017-03-031-34/+5
* | | Incremental garbage collectionLars Knoll2017-03-091-1/+1
* | | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-26/+28
* | | Add a set() method to HeapValue as wellLars Knoll2017-03-091-4/+4
* | | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-092-3/+3
* | | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-2/+2
* | | Refactor how we define Heap objectsLars Knoll2017-03-092-6/+6
* | | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-1/+1
* | | New mark table implementationLars Knoll2017-03-092-27/+16
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-025-15/+29
|\| |