aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-293-3/+87
* Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-286-0/+25
* DeclarativeDebugServices: Cleanup CodeAurindam Jana2011-11-251-6/+3
* QtDeclarative: Fix building of tests on Windows.Friedemann Kleint2011-11-251-2/+2
* ConsoleAPI: Use environment variableAurindam Jana2011-11-241-15/+19
* Move registration of QtQuick 2 types to separate classKent Hansen2011-11-241-8/+2
* Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-2412-3/+3652
* Move QDeclarativeApplication from util/ to qml/Kent Hansen2011-11-244-0/+209
* Remove unused code.Martin Jones2011-11-241-31/+0
* Use the AST for binding rewriting when possible.Michael Brasser2011-11-234-8/+8
* Don't crash when importing script with syntax errorKent Hansen2011-11-231-4/+12
* v4: Get rid of dependency on QQuickAnchorLine typeKent Hansen2011-11-235-13/+40
* Don't disconnect mid binding evaluationAaron Kennedy2011-11-221-0/+2
* Profiler: Preserve line information also for optimized bindingsKai Koehne2011-11-223-3/+8
* Qt.locale() and JS locale type extension.Martin Jones2011-11-2213-6/+1353
* Emit destruction signal before child contexts are destroyed.Glenn Watson2011-11-221-8/+8
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-225-22/+279
* Adding custom easing curves to property animationsAaron Kennedy2011-11-212-1/+52
* Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-211-0/+1
* Fix MSVC warning about struct vs class declarationKai Koehne2011-11-212-2/+2
* Fixed more declarative -qtnamespace compilation issues.Rohan McGovern2011-11-211-0/+4
* Fix v8 handle leak in incubator code.Glenn Watson2011-11-211-0/+1
* Rewrite signal handlers at compile time.Michael Brasser2011-11-205-7/+16
* Fix crash in incubator when a guarded context is deletedAaron Kennedy2011-11-172-1/+2
* Fix console.log function.Jędrzej Nowacki2011-11-161-3/+5
* Allow aliases to QVariant propertiesAaron Kennedy2011-11-161-1/+2
* Make non-threaded VME interpreter work againKent Hansen2011-11-161-2/+4
* Fix parsing of unary expressions.Roberto Raggi2011-11-141-2/+3
* Use the property cache when compiling the V4 instructions.Roberto Raggi2011-11-144-30/+28
* Add missing includes.Jędrzej Nowacki2011-11-112-0/+2
* QV8Engine: Console APIsAurindam Jana2011-11-113-23/+87
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-112-36/+1
* Make compile and pass CI tests.Michael Brasser2011-11-112-0/+3
* Fix v4 crash when accessing invalid attached propertyAaron Kennedy2011-11-091-1/+2
* Return a string from resolvedUrl() to match 4.x behaviorAaron Kennedy2011-11-091-3/+3
* Ensure connection lists get cleanedAaron Kennedy2011-11-091-0/+2
* Fix gcc compilation warningsKai Koehne2011-11-093-4/+4
* Add console.time / console.timeEnd APIKai Koehne2011-11-094-0/+54
* Property changes in Component.onCompleted should trigger Behaviors.Michael Brasser2011-11-091-12/+12
* Don't crash on invalid expressionAaron Kennedy2011-11-081-0/+1
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-081-1/+2
* Declarative: Fix compiler warnings.Friedemann Kleint2011-11-071-2/+2
* Optimization: Minimize refreshing when root context changesAaron Kennedy2011-11-043-23/+37
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-049-72/+196
* Skip the captured properties step in bindingsAaron Kennedy2011-11-0411-131/+399
* Fix crash in object serialization due to sequencesChris Adams2011-11-041-15/+17
* Fix module API provider registration function documentationChris Adams2011-11-041-116/+0
* Add support for more sequence typesChris Adams2011-11-029-21/+877
* Fix most of the declarative bindings failing on ARM.Jani Uusi-Rantala2011-11-012-2/+2
* Ensure that chained incubation works from componentCompleted.Martin Jones2011-11-017-22/+36