aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-164-139/+84
* Fix warnings.Michael Brasser2011-09-165-13/+11
* Add exception for qpa, xcb platform for failing testToby Tomkins2011-09-161-0/+3
* Update system offset every frameAlan Alpert2011-09-162-19/+8
* Friction and Gravity examplesAlan Alpert2011-09-162-0/+208
* Documentation AugmentationAlan Alpert2011-09-162-5/+9
* 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-1616-70/+552
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-09-166-20/+141
* 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
* Fix QJSValue autotest.Jędrzej Nowacki2011-09-151-1/+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
* Update QtQuick 2 "What's New" docs.Martin Jones2011-09-151-16/+66
* Fixed compile of qtdeclarative examples.Rohan McGovern2011-09-152-4/+4
* Fix anchorRewindBug test failure.Michael Brasser2011-09-151-1/+5
* Test fixes.Michael Brasser2011-09-1548-73/+66
* Fixed compile on mac (workaround for build system bug)Rohan McGovern2011-09-151-0/+13
* Disable compilation of tests/auto/qmltestRohan McGovern2011-09-151-2/+2
* commented out broken autotestsMatthew Cattell2011-09-141-21/+21
* marked some tests as insignificant for nowMatthew Cattell2011-09-1415-13/+32
* Fixed failing test in QSGFocusScope.Matthew Cattell2011-09-142-16/+6
* fixed broken testMatthew Cattell2011-09-141-1/+1
* fix declarative to work after broken refactorGunnar Sletta2011-09-137-45/+62
* Merge branch 'refactor'Gunnar Sletta2011-09-13249-2270/+2755
|\
| * fixed failing autotestMatthew Cattell2011-09-121-9/+4
| * 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
| * Clang build fix: Add "this->" to avoid undeclared identifierTakumi ASAKI2011-09-120-0/+0
| * Merge branch 'master' into refactorGunnar Sletta2011-09-121533-46652/+40183
| |\
| * | fixed autotestMatthew Cattell2011-09-091-26/+13
| * | Make QSGItem::update() work when called from inside QSGCanvasPlainRenderLoop:...Paul Olav Tvete2011-09-091-1/+1
| * | partial build fix of qtquick1 autotestsMatthew Cattell2011-09-0911-15/+15
| * | fixup tests to build with refactorMatthew Cattell2011-09-0920-177/+146
| * | make quicktest build and modify to use qwindowMatthew Cattell2011-09-094-36/+37
| * | Only polish once pr frameGunnar Sletta2011-09-091-2/+0