aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create plugins for Particles and Window submodulesMatthew Vogt2012-04-0512-22/+178
* Fix some issues with init_data() for qmltestCharles Yin2012-04-051-5/+8
* Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-04-041-0/+5
* Remove sharing of V4 subscriptionsRoberto Raggi2012-04-042-15/+22
* Inline the methods of the V4 Register classRoberto Raggi2012-04-041-40/+40
* Remove obsolete codeRoberto Raggi2012-04-046-54/+2
* Do not execute overwritten bindingsAaron Kennedy2012-04-041-1/+13
* Revert "Do not execute overwritten bindings"Aaron Kennedy2012-04-041-39/+9
* Flickable should only call ungrabMouse() if it is the mouse grabberAndras Becsi2012-04-041-1/+2
* Do not crash on invalid binding diagnosticMatthew Vogt2012-04-041-2/+3
* Do not execute overwritten bindingsMatthew Vogt2012-04-041-9/+39
* Support snapMode in PathViewMartin Jones2012-04-043-46/+113
* Use wasDeleted function to check for deletionMatthew Vogt2012-04-041-8/+1
* Use the GCC pragma on GCC onlyThiago Macieira2012-04-041-1/+1
* Silence warning about non-standard comma at the end of enumThiago Macieira2012-04-041-1/+1
* Remove workaround for QTBUG-22919.Andrew den Exter2012-04-041-3/+0
* Fixed crash when using 'var' property in ShaderEffect.Kim Motoyoshi Kalland2012-04-047-875/+854
* Restore the declarative_debug config for qmltestCharles Yin2012-04-041-2/+2
* Update for API changes in the QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-04-032-18/+18
* Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-032-5/+27
* Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-032-4/+23
* Add Throw instruction to the V4 virtual machineRoberto Raggi2012-04-037-2/+49
* Fix constant folding for simple binary expressionRoberto Raggi2012-04-033-6/+33
* Add support for floating conversions.Roberto Raggi2012-04-036-12/+61
* Add floats to the high level IR type system.Roberto Raggi2012-04-034-3/+10
* Change V4 to explicitly use doubles to represent numbers.Roberto Raggi2012-04-0311-383/+298
* Do not automatically mark all text items as accessible.Frederik Gladhorn2012-04-031-3/+0
* Properly swizzle texture data before upload in QQuickPaintedItem.Samuel Rødal2012-04-032-2/+7
* Fix the conversion of a colour from a string.Thiago Macieira2012-04-031-1/+1
* Use scope, not owner to look up enums in QQmlBoundSignal.Michael Brasser2012-04-035-12/+11
* Revert "Add QQmlBoundSignalNoParams"Michael Brasser2012-04-035-123/+12
* Fix visibility of trailing preedit text.Andrew den Exter2012-04-031-6/+13
* Add init_data() function for default data driven testingCharles Yin2012-04-032-6/+26
* Allow objects created in QML with incubateObject to be destroyed.Michael Brasser2012-04-031-1/+2
* Set cursorVisible to false when im cursor length is 0.Andrew den Exter2012-04-026-38/+112
* Fix crash when changing the grandparent of an item with focus.Andrew den Exter2012-04-022-1/+9
* Debugger: Use "QML" also in macro namesKai Koehne2012-03-302-3/+3
* irrelevant qDebug removedSimjees Abraham2012-03-301-1/+0
* Fix exit crash when running samegame-desktop in qmlscene.Friedemann Kleint2012-03-301-1/+2
* Allocate QQuickView on heap instead of stackCharles Yin2012-03-301-18/+16
* Improve the documentation of clearComponentCache()Matthew Vogt2012-03-301-3/+11
* Allow V8 bindings to be assigned to aliasesAaron Kennedy2012-03-306-56/+62
* Loosen shared binding testsAaron Kennedy2012-03-306-25/+42
* Fix warnings in qtdeclarative.Friedemann Kleint2012-03-304-13/+9
* Fix crash in QUrl-to-int conversion in v4Chris Adams2012-03-302-6/+5
* Fix forceActiveFocus() with multiple items having focus: trueAndrew den Exter2012-03-301-1/+23
* Size loaded item before bindings are evaluatedMartin Jones2012-03-306-21/+85
* When async loading a view, ensure its delegates are also async.Martin Jones2012-03-301-1/+1
* Fix context2d transform issuesCharles Yin2012-03-303-273/+459
* Use metaObjectForType in the v4 compiler.Michael Brasser2012-03-301-1/+1