aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
* Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-251-1/+1
|\
| * Update QtQuick import value to 2.3Samuel Gaist2014-06-231-1/+1
* | Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-232-7/+28
* | Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-232-6/+4
* | QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
* | Fix QQmlComponent detailed description.Mitch Curtis2014-06-201-1/+1
* | Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
* | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+8
|\|
| * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | Doc: Clarify where JavaScript fits in QML codeSze Howe Koh2014-06-132-47/+42
|/
* add missing signal declaration in Exposing Attributes to QML exampleShawn Rutledge2014-06-101-0/+2
* Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-051-3/+4
* Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
* Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-4/+4
* Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-302-8/+13
* Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-292-4/+43
* Fix compilation on MSVC 2008Simon Hausmann2014-05-271-5/+16
* Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-1/+1
* Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-1/+3
* Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-23/+31
* Fix cached compilation units for file importsSimon Hausmann2014-05-261-0/+2
* 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