aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-0/+4
* Prevent a crash when the item is deleted but not removed from cacheAndy Shaw2014-04-181-1/+1
* Doc: Fix some code snippet warningsSergio Ahumada2014-04-031-2/+2
* Work around warning by GCC 4.8 with -O3 about array out of boundsThiago Macieira2014-04-021-2/+2
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-024-21/+11
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-294-5/+4
* Eliminate noop translation bindingsSimon Hausmann2014-03-292-37/+7
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-192-2/+1
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-182-4/+4
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* Fix crash when appending arrays to sub models in list modelsSimon Hausmann2014-03-141-0/+3
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+2
* Doc: Qt QML: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-113-9/+17
* Remove old compiler and VMESimon Hausmann2014-03-075-241/+22
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-024-10/+11
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-021-2/+3
* [new compiler] Fix error location when id property is used in list model elem...Simon Hausmann2014-03-021-1/+1
* Fix ListModel::setProperty() to accept date rolesJ-P Nurmi2014-02-201-0/+1
* [new compiler] Match class and file nameSimon Hausmann2014-02-161-1/+1
* Fix memory management issue with accessorsSimon Hausmann2014-02-071-14/+14
* [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-051-1/+1
* Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-0/+3
* Rename some filesLars Knoll2014-01-312-2/+2
* fix whitespaceOswald Buddenhagen2014-01-221-6/+6
* Split ManagedVTable into two classesLars Knoll2014-01-212-12/+12
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-202-0/+166
* Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-091-0/+4
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-17/+26
* Rework array handling for JS objectsLars Knoll2014-01-092-7/+7
* [new compiler] Initial support for custom parsersSimon Hausmann2014-01-082-0/+39
* [new compiler] Preliminary support for QQmlIncubatorSimon Hausmann2014-01-081-5/+10
* Doc: Fixed a few broken links and snippetsVenu2013-12-231-2/+2
* Doc: Made copy of the QML files in the snippets directoryVenu2013-12-131-3/+3
* Encapsulate the current context and fix it's usageLars Knoll2013-12-042-7/+7
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-042-4/+4
* Simplify & speed up function callingLars Knoll2013-11-093-11/+11
* Doc: Fix broken linksSze Howe Koh2013-11-052-3/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-042-6/+5
* Fix adding created objects to instantiator.kakadu2013-10-291-1/+1
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-14/+11
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-12/+11
* Properly propagate parse errorsLars Knoll2013-10-291-5/+7
* Reset on model layout changedAlbert Astals Cid2013-10-211-2/+1
* Remove internal method from public APILars Knoll2013-10-191-2/+2
* inline get_element callsLars Knoll2013-10-141-0/+1
* Remove some unused flags from ManagedLars Knoll2013-10-121-1/+0
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-3/+5
* Remove more direct usages of Managed pointersLars Knoll2013-10-112-29/+33
* Change exception handling APISimon Hausmann2013-10-021-11/+6