aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* V4 JIT: fix usage of d1 on ARM.Erik Verbruggen2014-05-261-1/+0
* Fix failing assertion inside MSVC STL in debug buildsSimon Hausmann2014-05-211-2/+2
* Fix Number.toExponential with parameterSimon Hausmann2014-05-211-1/+1
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-204-19/+22
|\
| * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-4/+9
| * Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
| * Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
* | Doc: Polish property binding explanationsSze Howe Koh2014-05-163-54/+39
* | Doc: Describe property bindings in terms of relationshipsSze Howe Koh2014-05-165-48/+78
* | V4 IR: change BasicBlockSet::const_iterator to use std::find.Erik Verbruggen2014-05-151-20/+12
* | Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-141-6/+3
* | Implement proper support for layoutChange in QQmlDelegateModelDaniel Vrátil2014-05-124-7/+69
* | Remove V8 profiler serviceUlf Hermann2014-05-096-431/+0
* | V4 IR: remove unused fields from BasicBlockErik Verbruggen2014-05-091-3/+4
* | Remove references of QML as a 'declarative' languageKai Koehne2014-05-072-10/+14
* | QQmlPlatform: use QStringLiteral instead of QLatin1StringJ-P Nurmi2014-05-061-9/+9
* | Return "winphone" and "winrt" for Qt.platform.os when appropriateAndrew Knight2014-05-061-0/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0144-210/+506
|\|
| * v4: ignore quiet bit for NaNs in 32 bit value encodingFawzi Mohamed2014-04-301-10/+11
| * Doc: Remove references to the unimplemented 'time' typeSze Howe Koh2014-04-301-3/+0
| * v4: assert when an unsupported double value is stored in a valueFawzi Mohamed2014-04-301-2/+2
| * Fix linking of qmlimportscanner in MSVC debug builds.Friedemann Kleint2014-04-281-1/+1
| * Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-0/+4
| * Fix packaging buildsSimon Hausmann2014-04-281-2/+2
| * Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-285-17/+58
| * V4 regalloc: fix register spill choice under high pressure.Erik Verbruggen2014-04-241-1/+9
| * Fix crash when loading QML that tries to set non-existent group propertiesSimon Hausmann2014-04-241-1/+2
| * Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-2335-173/+417
* | V4 regalloc: optimize fixed interval creation.Erik Verbruggen2014-04-302-33/+42
* | V4 IR: more copy removal.Erik Verbruggen2014-04-303-37/+55
* | V4 IR: replace QSets with QBitArray and QVector.Erik Verbruggen2014-04-293-23/+27
* | Remove unneeded ;Albert Astals Cid2014-04-253-4/+4
* | Append the start time of the current loop to the animation time.Gunnar Sletta2014-04-241-1/+1
* | Reset loop counters when animations are started.Gunnar Sletta2014-04-242-1/+4
* | Fix sequential animations with uncontrolled looped children.Gunnar Sletta2014-04-241-2/+6
* | Fix nested parallel/sequential animations combined with animators.Gunnar Sletta2014-04-241-5/+10
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-247-12/+18
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-237-12/+18
| |\|
| | * Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
| | * Refine fix for dynamic properties on QObjects wrapped in JavaScriptSimon Hausmann2014-04-171-1/+1
| | * V4: fix register usage on ARM.Erik Verbruggen2014-04-172-6/+6
| | * Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-122-0/+8
| | * V4 IR: only mark blocks after iterator calculation as loop blocks.Erik Verbruggen2014-04-121-4/+2
* | | Fix time zone calculationFabian Bumberger2014-04-241-1/+1
|/ /
* | V4 IR: reduce runtime cost.Erik Verbruggen2014-04-155-35/+59
* | V4 IR: prevent accidental detaches of QVectors.Erik Verbruggen2014-04-154-9/+10
* | V4 IR: clean up basic-block management and statement access.Erik Verbruggen2014-04-1511-409/+662
* | V4 JIT: fix constant shifts.Erik Verbruggen2014-04-151-8/+28
* | V4 JIT: make call destination printing portable.Erik Verbruggen2014-04-152-2/+10
|/
* Document QJSEngine as reentrant.Michael Brasser2014-04-101-0/+1