aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* tests for canvas and a few bug fixesCharles Yin2011-09-3010-287/+367
* Modify JS Object to QVariant conversionChris Adams2011-09-301-7/+1
* Remove a few unneeded includesKent Hansen2011-09-303-23/+1
* Fix compilation with c++0xKent Hansen2011-09-301-2/+2
* Refactor ParticleSystem membersAlan Alpert2011-09-3013-143/+144
* Improve QDeclarativeIncubator JS APIAaron Kennedy2011-09-304-20/+46
* Add a QSGCanvas incubation controllerAaron Kennedy2011-09-304-1/+76
* Fix issue with interpolating more than one path segment backwards.Michael Brasser2011-09-301-1/+2
* Text format AutoText should use StyledText instead of RichText.Yann Bodson2011-09-302-10/+13
* Remove unnecessary membersAaron Kennedy2011-09-302-15/+6
* Expand documentation for QObject Module APIsChris Adams2011-09-301-0/+5
* Support rich text elements in QSGTextNodeEskil Abrahamsen Blomfeldt2011-09-305-255/+423
* Ensure JS-owned QObjects are cleaned up on v8engine dtorChris Adams2011-09-301-0/+3
* Don't crash when QSGViewSection has a null parent.Christian Kamm2011-09-291-1/+1
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-2926-69/+69
* Fix warning: QString(const char*) is deprecatedKent Hansen2011-09-291-1/+1
* QDeclarativeIncubationController docsAaron Kennedy2011-09-291-2/+63
* Declarative: Compile on Windows.Friedemann Kleint2011-09-295-13/+14
* Fix compile of the non-threaded V4 interpreter.Roberto Raggi2011-09-292-2/+2
* Fix TextInput and TextEdit openInputPanel autotestsJoona Petrell2011-09-295-69/+15
* QDeclarativeIncubator docAaron Kennedy2011-09-294-24/+200
* Remove dead code in QDeclarativeSvgParserKent Hansen2011-09-291-19/+0
* Asynchronous component instantiationAaron Kennedy2011-09-2945-1087/+3798
* Better dirty markingAlan Alpert2011-09-292-4/+5
* Fix QSGCustomParticle initializationAlan Alpert2011-09-291-8/+8
* Added triple click on TextInput to select text.Rafael Brandao2011-09-292-0/+19
* Catch up with API change to QTestLog::qWarn().Jason McDonald2011-09-291-1/+1
* Build with qt-in-namespaceKent Hansen2011-09-289-5/+36
* Don't crash when Image.source changeGunnar Sletta2011-09-282-0/+5
* Add support for onLinkActivated with Text.StyledTextYann Bodson2011-09-282-7/+49
* Fix crash in String.arg()Chris Adams2011-09-282-12/+26
* Use QBasicTimer rather than QTimer in SmoothedAnimationMartin Jones2011-09-282-6/+14
* Manually apply SnapOneItem/Row changes from Qt 4.7Martin Jones2011-09-288-310/+437
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-275-11/+31
* Add convenience macro for fast connects in declarative.Michael Brasser2011-09-278-50/+39
* Disable reordering as it is currently brokenGunnar Sletta2011-09-261-1/+1
* Make surface format plugable from the scene graph pluginGunnar Sletta2011-09-263-4/+19
* Don't give move ids to moved inserts.Andrew den Exter2011-09-261-1/+2
* Call QWARN() instead of QTest::qWarn().Jason McDonald2011-09-261-1/+1
* Support margins in Flickable.Martin Jones2011-09-266-36/+249
* Fix QSGTextEdit::closeSoftwareInputPanel()Joona Petrell2011-09-231-1/+1
* Get rid of redundant type member from V4 instructionsKent Hansen2011-09-235-665/+500
* do not pollute the global namespaceGunnar Sletta2011-09-232-28/+29
* Defensive ProgrammingAlan Alpert2011-09-231-0/+3
* Fix documentationAlan Alpert2011-09-231-5/+4
* Use m_pleaseReset more consistentlyAlan Alpert2011-09-236-10/+2
* Further delay animation creation in Behavior.Michael Brasser2011-09-231-2/+4
* Fix extra selection in QML TextEditEskil Abrahamsen Blomfeldt2011-09-222-2/+2
* Make the QML/VME interpreter threadedKent Hansen2011-09-227-317/+420
* Make the QML-VME interpreter "threading"-friendlyKent Hansen2011-09-221-18/+19