aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a tab widget to QQuickWidget exampleLaszlo Agocs2016-06-207-4/+307
* Software Renderer: Call QBackingStore::beginPaint with correct QRegionAndy Nichols2016-06-205-10/+36
* Move type compilation independent bits out of QQmlTypeCompilerSimon Hausmann2016-06-205-31/+48
* Software Image Node: Do not make equality check in setTextureAndy Nichols2016-06-201-5/+3
* Script dependency handling cleanupSimon Hausmann2016-06-202-24/+21
* Minor cleanup for implicit import handlingSimon Hausmann2016-06-202-9/+7
* Clean up pragma singleton handling in the type loaderSimon Hausmann2016-06-204-66/+29
* Increase test coverage for the V4 memory managerFrank Meerkoetter2016-06-205-6/+77
* fix incorrect propagation of hover events in some casesShawn Rutledge2016-06-203-12/+13
* Clean up file/error handling in the type loaderSimon Hausmann2016-06-205-66/+62
* Added basic support for saving compilation units to diskSimon Hausmann2016-06-179-2/+320
* Move object/binding counter code to CompilationUnitSimon Hausmann2016-06-173-24/+31
* Moved import cache and type resolution cache codeSimon Hausmann2016-06-175-66/+79
* Separate QQmlPropertyValidator into a standalone fileSimon Hausmann2016-06-175-665/+772
* Remove remaining dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-174-148/+126
* Reduce dependency of QQmlPropertyValidator on QQmlTypeCompilerSimon Hausmann2016-06-172-20/+17
* Minor QQmlPropertyValidator/QQmlCustomParser cleanupSimon Hausmann2016-06-173-16/+15
* Added iterator interfaces to QV4::CompiledData::*Simon Hausmann2016-06-171-0/+67
* Convert QQmlPropertyCacheCreator to a templateSimon Hausmann2016-06-164-26/+35
* Move QQmlPropertyCacheCreator implementation into the header fileSimon Hausmann2016-06-162-414/+411
* Separate non-generic code out of QQmlPropertyCacheCreatorSimon Hausmann2016-06-162-29/+35
* Remove base-class dependency of QQmlPropertyCacheCreatorSimon Hausmann2016-06-164-39/+31
* Minor QQmlPropertyCacheCreator API cleanupSimon Hausmann2016-06-164-68/+57
* PropertyCacheCreator traversal cleanupSimon Hausmann2016-06-164-25/+68
* Small data structure cleanupSimon Hausmann2016-06-164-15/+15
* Clean up property cache array handlingSimon Hausmann2016-06-168-80/+107
* Clean up property cache creation codeSimon Hausmann2016-06-165-105/+144
* Expose QQmlComponentPrivate::setInitialProperties()J-P Nurmi2016-06-152-3/+4
* categorized logging: trace hover eventsShawn Rutledge2016-06-155-0/+13
* File naming cleanupSimon Hausmann2016-06-155-465/+580
* Use the QStringBuilder API to save allocationsFrank Meerkoetter2016-06-141-4/+2
* Cleanup: generalize type reference collection codeSimon Hausmann2016-06-145-30/+69
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devShawn Rutledge2016-06-1462-78/+411
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1362-78/+411
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-1059-64/+380
| | |\
| | | * Fix spelling error in QSGNode docsMitch Curtis2016-06-081-3/+3
| | | * Fix 'Threaded Render Loop' docsMitch Curtis2016-06-081-1/+1
| | | * KeyNavigation: fix the documentation for its propertiesGiuseppe D'Angelo2016-06-071-5/+28
| | | * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-072-2/+12
| | | * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-033-5/+40
| | | * Item: mention the actual type of the grab resultMitch Curtis2016-06-031-1/+2
| | | * Revert removal of "Fixed MouseArea threshold with preventStealing"Filippo Cucchetto2016-06-033-8/+25
| | | * Removed insignificant of qmltest againLiang Qi2016-06-0226-2/+13
| | | * Compile Fix for OpenBSD in C++11 modeRalf Nolden2016-06-021-1/+1
| | | * QQuickTextNodeEngine: early out if no document layout.Edward Welbourne2016-06-011-1/+4
| | | * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-312-2/+7
| | | |\
| | | | * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
| | | | * Fix links in changelogSimon Hausmann2016-05-191-2/+2
| | | * | RegAllocInfo: Initialize member _currentStmt.Edward Welbourne2016-05-301-0/+1
| | | * | V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5