aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7
* testlib: print out milliseconds for datetimeLiang Qi2017-06-161-0/+6
* Doc: Avoid copyright text in the codeblock by using \snippetVenugopal Shivashankar2017-06-165-9/+12
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-1610-2/+33
* Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
* qmltest: fix compare() for urlsLiang Qi2017-06-142-0/+10
* Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-131-0/+6
* Doc: add doc and snippet to model/view documentationNico Vertriest2017-06-132-16/+46
* Doc: correct link issuesNico Vertriest2017-06-131-1/+1
* Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-132-0/+59
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-12/+13
* Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
* Change temp allocation when generating IRLars Knoll2017-06-095-56/+155
* Doc: Simplify documentation about integrating QML and C++Venugopal Shivashankar2017-06-086-1/+352
* Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
* Fix integer divisionErik Verbruggen2017-06-081-1/+3
* Don't detach temporary containerSérgio Martins2017-06-071-2/+2
* Jit: fix unary minus for integersErik Verbruggen2017-06-071-0/+9
* Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+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-022-0/+2
* Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-317-61/+84
|\
| * 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-191-3/+15
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-2/+3
| * 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
* | Add sections and update purposes of featuresStephan Binner2017-05-302-17/+33
* | Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-291-0/+3
* | 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
* | 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
* | Fix compilation of QtScxmlLars Knoll2017-05-221-0/+4
* | 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-198-229/+114
* | Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-193-1/+15
|\ \
| * | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-1/+15
| |\|
| | * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| | * Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* | | 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-1916-118/+215
* | | Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-1924-36/+81