aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pre-edit text in in QSGTextEditEskil Abrahamsen Blomfeldt2011-09-152-89/+178
* Separate declarative builtin functions from QV8Engine classJędrzej Nowacki2011-09-155-985/+1115
* Remove some unused includes.Jędrzej Nowacki2011-09-158-11/+1
* Split qjsconverter_p header.Jędrzej Nowacki2011-09-155-191/+282
* Remove dead code.Jędrzej Nowacki2011-09-151-15/+0
* Fix potential memory corruption.Jędrzej Nowacki2011-09-151-1/+17
* Cleanup includes in QDeclarativeData.Jędrzej Nowacki2011-09-151-1/+1
* We need to set the OpenGLSurface surface type on QSGCanvas.Samuel Rødal2011-09-151-0/+2
* Remove unnecessary updateInputContext function from QSGCanvasPrivateJoona Petrell2011-09-152-12/+0
* Pass Qt::ImQueryInput instead of Qt::CursorRectangle in QSgItem::updateMicroF...Joona Petrell2011-09-151-1/+1
* Fixed compile on mac (workaround for build system bug)Rohan McGovern2011-09-151-0/+13
* Fixed failing test in QSGFocusScope.Matthew Cattell2011-09-141-1/+4
* fix declarative to work after broken refactorGunnar Sletta2011-09-137-45/+62
* Merge branch 'refactor'Gunnar Sletta2011-09-13186-1723/+2329
|\
| * Fix QtDeclarative refactor branch clean compilationJoona Petrell2011-09-121-1/+1
| * changed include to use newly public qsgvertexcolormaterial headerMatthew Cattell2011-09-122-2/+2
| * Implement QSGVertexColorMaterial::compare and make the class publicGunnar Sletta2011-09-123-10/+10
| * orient the fbo rendering the same way as other fbo rendering and enable multi...Gunnar Sletta2011-09-121-3/+6
| * Merge branch 'master' into refactorGunnar Sletta2011-09-12141-2928/+6120
| |\
| * | Make QSGItem::update() work when called from inside QSGCanvasPlainRenderLoop:...Paul Olav Tvete2011-09-091-1/+1
| * | make quicktest build and modify to use qwindowMatthew Cattell2011-09-094-36/+37
| * | Only polish once pr frameGunnar Sletta2011-09-091-2/+0