aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Properly initialize the memberdata to undefinedLars Knoll2015-08-181-1/+4
* | Use the proper static ValueTypeProvider as intendedFrank Meerkoetter2015-08-181-1/+1
* | Remove special case for var propertiesFrank Meerkoetter2015-08-182-9/+7
* | Allocate a JS wrapper if there are any propertiesFrank Meerkoetter2015-08-181-2/+2
* | Use QV4::MemberData for property storageFrank Meerkoetter2015-08-182-194/+129
* | Update copyright notice.Frank Meerkoetter2015-08-183-0/+3
* | Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-181-9/+1
* | Remove unused codeFrank Meerkoetter2015-08-181-25/+2
* | Mark methods as overridesFrank Meerkoetter2015-08-181-11/+11
* | Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-183-57/+0
* | Remove the QQmlVMEVariant implementationFrank Meerkoetter2015-08-181-363/+0
* | Remove the QQmlVMEVariant array memberFrank Meerkoetter2015-08-182-5/+1
* | Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-184-122/+90
* | Port QVariant away from QQmlVMEVariantFrank Meerkoetter2015-08-181-6/+23
* | Port QObject* away from QQmlVMEVariantFrank Meerkoetter2015-08-182-20/+54
* | Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-183-60/+0
* | Port list properties away from QQmlVmeVariantFrank Meerkoetter2015-08-181-2/+2
* | Port QDate/QDateTime/QRectF away from QQmlVmeVariantFrank Meerkoetter2015-08-182-9/+96
* | Port QUrl/QSizeF away from QQmlVmeVariantFrank Meerkoetter2015-08-182-6/+65
* | Store all properties in one Javascript arrayFrank Meerkoetter2015-08-182-61/+28
* | Store int/bool/double/string and sizef as QV4::Value in a Javascript arrayFrank Meerkoetter2015-08-182-16/+189
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-08-18112-465/+1713
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-18112-465/+1713
| |\|
| | * Fix casing in Models and Views documentation.Mitch Curtis2015-08-171-1/+1
| | * Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-172-18/+26
| | * Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| | * Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis2015-08-121-0/+22
| | * Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
| | * Fix incorrectly formatted code in QQmlEngine documentation.Mitch Curtis2015-08-111-1/+1
| | * Make QQmlExtensionPlugin documentation clearer.Mitch Curtis2015-08-071-6/+13
| | * Doc: added documentation to undocumented methodsNico Vertriest2015-08-047-2/+65
| | * Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-042-7/+40
| | * Rephrase sentence about versioning in QQmlExtensionPlugin documentationMitch Curtis2015-08-031-1/+1
| | * Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-033-149/+85
| | * Fix typo in plugin documentation.Mitch Curtis2015-08-031-1/+1
| | * Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-032-5/+18
| | * Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-032-4/+15
| | * Work around ICC 16 beta compiler bug in SFINAE expansionThiago Macieira2015-07-311-2/+2
| | * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-283-20/+7
| | * qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
| | * Fix typo in squircle example.Mitch Curtis2015-07-281-2/+2
| | * Fix typo in QSGGeometryNode documentation.Mitch Curtis2015-07-281-1/+1
| | * Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
| | * add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
| | * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-238-16/+51
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-208-16/+51
| | | |\
| | | | * Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
| | | | * Remove testing of active window change on hideAlan Alpert2015-06-022-10/+0
| | | | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-023-3/+6
| | | | * Doc: Added the missing examples \group page for Qt QMLVenugopal Shivashankar2015-06-023-1/+37