aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for QML/JS pragma directives.Roberto Raggi2011-09-192-0/+119
* Fix automatic semicolon insertion.Roberto Raggi2011-09-194-18/+23
* Fix compile when the parser is included in non GUI applications.Roberto Raggi2011-09-191-1/+1
* Fix the implementation of Lexer::tokenText().Roberto Raggi2011-09-192-7/+11
* Introduced a QML scanning mode.Roberto Raggi2011-09-193-32/+35
* Re-enable QtQuickTest.Rohan McGovern2011-09-192-4/+2
* Get rid of QDeclarativeUtilsKent Hansen2011-09-196-127/+31
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-191-1/+10
* Make cellWidth/cellHeight reals rather than ints.Michael Brasser2011-09-192-21/+21
* PathAnimation updates.Michael Brasser2011-09-196-40/+200
* JSDebugging: Enable break on events.Aurindam Jana2011-09-173-12/+100
* Remove QmlChanges.txt fileAaron Kennedy2011-09-161-364/+0
* Fix an assertion in QDeclarativeNotifierEndpointLars Knoll2011-09-161-1/+1
* Initialize variableLars Knoll2011-09-161-1/+1
* Add Age exampleAlan Alpert2011-09-162-5/+51
* Fix aliasing bug when compiled with gcc 4.6Aaron Kennedy2011-09-161-9/+16
* Reference V4 program dataAaron Kennedy2011-09-163-5/+11
* rename threadRendering to renderInThreadCharles Yin2011-09-162-22/+32
* update canvas item documentationsCharles Yin2011-09-163-126/+569
* fix context2d composition bug, lighter should map to qt ligten composite modeCharles Yin2011-09-161-3/+3
* fix broken canvas blur after merging refactor branchCharles Yin2011-09-163-137/+82
* Fix warnings.Michael Brasser2011-09-165-13/+11
* Update system offset every frameAlan Alpert2011-09-162-19/+8
* Documentation AugmentationAlan Alpert2011-09-161-2/+4
* Update Turbulence on noiseSource changeAlan Alpert2011-09-161-1/+2
* Remove invalid ASSERTAlan Alpert2011-09-161-4/+5
* Fix missing/outdated license headers.Jason McDonald2011-09-162-0/+82
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-09-162-18/+42
* When we create textureprovider, initialize it with the texture if we got itGunnar Sletta2011-09-151-5/+5
* Support preedit text in QSGTextInputEskil Abrahamsen Blomfeldt2011-09-152-55/+74
* Use QWindow's surface format for QSGCanvas' GL contextGunnar Sletta2011-09-151-0/+1