aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
* Doc: resize tables with overflowNico Vertriest2015-06-259-10/+27
* Doc: document work-around for static builds using dynamic object creationRichard Moe Gustavsen2015-06-181-0/+9
* Improve qml error message "invalid alias location"Aleix Pol2015-06-101-3/+3
* Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-284-9/+12
* Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+2
* Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
* Fix MSVC warning about unused variableSimon Hausmann2015-05-191-0/+1
* MSVC: Fix compiler warningKai Koehne2015-05-191-0/+1
* QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-122-7/+1
* Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-082-0/+16
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-083-9/+33
* Avoid uninitialized bytes in QV4::CompiledDataSimon Hausmann2015-05-081-0/+1
* Fix memory corruption in array handlingSimon Hausmann2015-05-081-3/+2
* Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-084-21/+25
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-05-041-1/+1
|\
| * Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-1/+1
* | Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* | Fix uninitialized variables/dataSimon Hausmann2015-04-293-2/+3
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Simon Hausmann2015-04-273-3/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-273-3/+11
| |\|
| | * Doc: corrected error on return value qmlRegisterTypeNico Vertriest2015-04-241-1/+1
| | * QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
| | * fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
* | | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-272-15/+43
|/ /
* | Instantiator: Make asynchronous mode workGabriel de Dietrich2015-04-252-7/+33
* | Fix regression with nested objects served by custom parsersSimon Hausmann2015-04-231-1/+1
* | V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-04-221-0/+1
* | Eliminate remaining property cache string lookups upon object instantiationSimon Hausmann2015-04-212-4/+10
* | Speed up instantiation of objects that are assigned to list propertiesSimon Hausmann2015-04-211-3/+10
* | Speed up property binding initialization on object creationSimon Hausmann2015-04-216-72/+93
* | Always return a proper Value from JIT generated codeLars Knoll2015-04-201-1/+14
* | Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-204-0/+12
* | Doc: Expand on QJSEngine exception handlingSze Howe Koh2015-04-183-10/+25
* | Fix forward declaration of QQmlSourceLocation.Friedemann Kleint2015-04-171-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-162-4/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-162-4/+11
| |\|
| | * Protect the RegExp against early garbage collectionAlbert Astals Cid2015-04-141-1/+1
| | * V4 JIT: fix typo in Binop::int32BinopJulien Brianceau2015-04-141-2/+2
| | * Add note clarifying return value of Qt.openUrlExternally()Aaron McCarthy2015-04-021-2/+9
* | | Speed up composite type instantiation with lots of IDsSimon Hausmann2015-04-163-28/+13
* | | Speed up object creationSimon Hausmann2015-04-1611-26/+41
* | | Speed up object creation with lots of id name objectsSimon Hausmann2015-04-163-32/+44
* | | Speed up script binding initializationSimon Hausmann2015-04-164-6/+21
* | | Avoid strict mode for the surrounding QML call contextsSimon Hausmann2015-04-161-1/+1
* | | Speed up creation of objects without script bindingsSimon Hausmann2015-04-162-28/+31
* | | Speed up copying of value types in bindingsSimon Hausmann2015-04-163-0/+32
* | | Speed up value type binding creationSimon Hausmann2015-04-166-44/+65
* | | Changed QML type lockingSimon Hausmann2015-04-163-47/+47
* | | Speed up creation of objects that don't import scriptsSimon Hausmann2015-04-161-1/+1