aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2510-20/+69
|\
| * Doc: fix incorrect syntax in "Code-Behind Implementation Resource"Mitch Curtis2016-11-251-4/+4
| * V4: Fix JIT codegen for null/undefined conditional jumpsErik Verbruggen2016-11-231-2/+2
| * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-9/+6
| * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-184-3/+51
| * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
| * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
| * QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-5/+11
|\|
| * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
| * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-276-23/+44
|\|
| * Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
| * Fix docs about ownership when QObject has a parentSérgio Martins2016-10-141-2/+2
| * V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-135-17/+41
* | Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-129-28/+50
|\|
| * Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
| * Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8
| * Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37
| * QDoc: fix several typos an minor wording issues in documentationFrederik Schwarzer2016-10-063-4/+4
| * Fix some minor issues in documentationFrederik Schwarzer2016-10-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-5/+8
|\|
| * Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
| * QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-047-13/+47
|\|
| * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
| * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-306-13/+42
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-3012-161/+303
|\|
| * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-5/+8
| * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-288-152/+269
| * Add a facility to version type information for debugginghjk2016-09-221-0/+18
| * Give SquareButton types a side property to mediate being square.Edward Welbourne2016-09-213-5/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-164-7/+28
|\|
| * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+4
| |\
| | * QtQml: Disable new optimizer of MSVC2015/Update 3Friedemann Kleint2016-09-021-0/+4
| * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17
| * | Document that attached properties are created in C++Mitch Curtis2016-09-051-1/+2
| |/
| * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
| * Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1
* | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
* | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-2/+20
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-192-2/+2
|\|
| * Remove some double-meaning text from documentationFrederik Schwarzer2016-08-181-1/+1
| * QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-186-7/+16
|\|
| * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
| * Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-162-3/+10
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-153-3/+3
* | Doc: Remove references to Windows CEVenugopal Shivashankar2016-08-171-1/+0