aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop managing lifetime of materialAlan Alpert2011-09-221-9/+5
* Change burst to use ms instead of sAlan Alpert2011-09-223-20/+20
* Constrain while loop on item countAlan Alpert2011-09-221-4/+4
* Recognize deformable performance level properlyAlan Alpert2011-09-221-1/+2
* Tighter bounding box checkAlan Alpert2011-09-221-2/+9
* Wheel event support in qmltestlib + few fixes.juhvu2011-09-223-11/+84
* Additional ListView section header placement optionsMartin Jones2011-09-222-150/+376
* Fix compilation with QT_NO_*Tasuku Suzuki2011-09-211-0/+2
* Fix processing of unary T_MINUS_MINUS tokens after semicolon insertion.Roberto Raggi2011-09-211-1/+1
* Zero-initialize QSGParticleGroup::m_system.Christian Kamm2011-09-211-0/+1
* Use QDeclarativeChangeSet to communicate changes to views.Andrew den Exter2011-09-2110-320/+229
* Refactor QSGVisualDataModel.Andrew den Exter2011-09-2111-1401/+1998
* Compress consecutive removals.Andrew den Exter2011-09-211-0/+16
* Augment DocumentationAlan Alpert2011-09-211-1/+7
* Make turbulence respect offsetAlan Alpert2011-09-211-0/+1
* CustomEmitter/Affector now affect whole lists at onceAlan Alpert2011-09-217-34/+87
* QDeclarativeDebug: Allow reconnects to QML debugger portKai Koehne2011-09-202-60/+55
* Added PerformanceHints flags to QSGPaintedItem.Yoann Lopes2011-09-205-4/+104
* Refactor QSGParticleAffector internalsAlan Alpert2011-09-203-33/+40
* More ImageParticle sharingAlan Alpert2011-09-202-29/+88
* Fix QSGVisualDataModel test failure.Andrew den Exter2011-09-201-2/+2
* Initial ImageParticle sharingAlan Alpert2011-09-204-53/+253
* Debugger: Fix compilation warningsKai Koehne2011-09-191-13/+16
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-191-1/+5
* Move JS RegExp flag definitions to header fileKent Hansen2011-09-192-11/+11
* Fix typo when recognizing escape charactersRoberto Raggi2011-09-191-1/+1
* Add the method tokenKind() to the QML/JS lexer.Roberto Raggi2011-09-192-0/+6