aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow freely mixing non-ShapePath objects in ShapeLaszlo Agocs2017-06-085-38/+55
* Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-0814-222/+60
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-08197-3240/+2679
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0735-286/+393
| |\
| | * Disable ahead-of-time cache generation on AndroidSimon Hausmann2017-06-061-0/+5
| | * Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-06-031-2/+2
| | * QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-025-0/+75
| | * Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-022-12/+1
| | * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-3116-214/+184
| | |\
| | | * Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| | | * QML Settings: fix JS array handlingJ-P Nurmi2017-05-196-156/+81
| | | * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-195-2/+37
| | | * Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
| | | * don't try to pull in the regular config headers when bootstrappingOswald Buddenhagen2017-05-192-8/+12
| | * | remove bogus QTPLUGIN+=qsqlite magicOswald Buddenhagen2017-05-301-2/+0
| | * | Add sections and update purposes of featuresStephan Binner2017-05-302-17/+33
| | * | Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-292-0/+36
| | * | Revert "Fix compilation of QtScxml"Liang Qi2017-05-231-4/+0
| | * | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
| | * | Set LC_TIME in ecmascripttests/test262.pyJüri Valdmann2017-05-231-0/+1
| | * | Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
| | * | QtQml: Restrict alloca definition to MSVCFriedemann Kleint2017-05-231-1/+1
| | * | Software: Fix QQuickWidget rendering in QMdiAreaAndy Nichols2017-05-231-1/+1
| | * | Update qmltypesMarco Benelli2017-05-232-2/+3
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-06153-2974/+2128
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-06153-2974/+2128
| | |\| |
| | | * | Fix compilation of QtScxmlLars Knoll2017-05-221-0/+4
| | | * | LauncherList: Add some simple animations to help it look prettierRobin Burchell2017-05-202-36/+128
| | | * | Get rid of the MemoryManager pointer inside StringLars Knoll2017-05-195-14/+11
| | | * | Move the engine() accessor from Object to ManagedLars Knoll2017-05-1921-94/+76
| | | * | Get rid of the old way of defining builtin functionsLars Knoll2017-05-199-233/+118
| | | * | Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-194-1/+137
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-194-1/+137
| | | | |\|
| | | | | * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| | | | | * Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
| | | | | * Add changes file for 5.9.0Jani Heikkinen2017-05-101-0/+122
| | | * | | Optimize marking of prototypes in the InternalClass treeLars Knoll2017-05-192-17/+16
| | | * | | Give standard objects a bit more inline storage by defaultLars Knoll2017-05-191-1/+1
| | | * | | Optimize lookups in the internalClassLars Knoll2017-05-194-23/+47
| | | * | | Optimize lookups based on IC changesLars Knoll2017-05-193-24/+31
| | | * | | Move the prototype into the internal classLars Knoll2017-05-1917-119/+216
| | | * | | Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-1924-36/+81
| | | * | | Add support for storing the Vtable in the InternalClassLars Knoll2017-05-192-25/+59
| | | * | | Properly encapsulate all accesses to the vtableLars Knoll2017-05-194-15/+15
| | | * | | Add ICs for String, MemberData and ArrayDataLars Knoll2017-05-197-3/+18
| | | * | | Move the list of default internal classes into EngineBaseLars Knoll2017-05-1916-89/+97
| | | * | | Move the EngineBase class into it's own header fileLars Knoll2017-05-194-35/+101
| | | * | | Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-193-14/+9
| | | * | | Smaller cleanupsLars Knoll2017-05-191-22/+18
| | | * | | Optimizations to the generated byte codeLars Knoll2017-05-194-97/+10