aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create accessible interfaces only for items with attached propFrederik Gladhorn2012-04-104-10/+18
* QQmlDebugServer: Use Q_D(const )Aurindam Jana2012-04-101-2/+2
* QmlDebug: Enable/Disable toolAurindam Jana2012-04-104-12/+29
* QmlDebug: Remove Color ToolAurindam Jana2012-04-105-34/+1
* QmlDebug: Highlight select itemsAurindam Jana2012-04-101-2/+2
* QmlDebug: Inspect ToolAurindam Jana2012-04-103-9/+98
* QmlDebug: Combine Selection and Zoom ToolsAurindam Jana2012-04-1011-286/+121
* QmlDebug: Selection Tool HighlightAurindam Jana2012-04-101-2/+2
* Use relative position to when getting line from layout.Andrew den Exter2012-04-101-1/+1
* Fix compilation on LinuxAnselmo L. S. Melo2012-04-091-1/+1
* Fix erroneous signal emission in LoaderChris Adams2012-04-055-7/+143
* MultiPointTouchArea documentation not to use deprecated signalsPekka Vuorela2012-04-051-1/+1
* Properly copy all event parameters in deliverMouseEvent()Laszlo Agocs2012-04-053-13/+16
* Use the updated module api registration function in exampleChris Adams2012-04-052-1/+3
* Rewrite QAnimationGroupJob::clear() methodCharles Yin2012-04-051-5/+11
* Create plugins for Particles and Window submodulesMatthew Vogt2012-04-0517-34/+186
* Fix some issues with init_data() for qmltestCharles Yin2012-04-052-5/+86
* Fix access to uninitialised memory that might lead to crashesThiago Macieira2012-04-041-0/+5
* Remove sharing of V4 subscriptionsRoberto Raggi2012-04-044-15/+55
* 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-045-1/+70
* Revert "Do not execute overwritten bindings"Aaron Kennedy2012-04-045-95/+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-043-2/+9
* Do not execute overwritten bindingsMatthew Vogt2012-04-045-9/+95
* Support snapMode in PathViewMartin Jones2012-04-045-46/+244
* 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-048-878/+856
* 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-034-6/+57
* Fix QML_BINDINGS_TEST and the V4 auto testsRoberto Raggi2012-04-033-36/+67
* 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-037-43/+92
* 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-033-21/+26
* 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-033-1/+48
* Fix QQuickTextInput test instability.Andrew den Exter2012-04-031-1/+1