aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | Explicitly ask input method to commit preedit when focus lost.Pekka Vuorela2011-09-082-12/+2
| * | uncomment testsMatthew Cattell2011-09-081-584/+584
| * | get various autotests working for refactorMatthew Cattell2011-09-086-607/+633
| * | rename QSGGeometry::stride() to sizeOfVertex for symetry with indexGunnar Sletta2011-09-087-22/+34
| * | Avoid compiler warning on unused variable.Pekka Vuorela2011-09-081-1/+0
| * | Fix TextInput and TextEdit software input panel on qtquick1Pekka Vuorela2011-09-082-10/+6
| * | Adjust to the changes in the QInputMethodQuery event.Lars Knoll2011-09-081-2/+9
| * | Fix TextInput and TextEdit open/closeSoftwareInputPanel functionsJoona Petrell2011-09-082-24/+8
| * | make sure we polishItems also in plain render loopGunnar Sletta2011-09-082-5/+6
| * | compile againGunnar Sletta2011-09-082-4/+21
| * | Rename ImMicroFocus to ImCursorrRctangleLars Knoll2011-09-082-4/+4
| * | Handle ImEnabled and ImHints input method queries in QSGTextInput and QSGText...Joona Petrell2011-09-082-1/+19
| * | Fix a typo in the method nameLars Knoll2011-09-081-2/+1
| * | Ensure the itemTransform in QInputPanel is always up to dateLars Knoll2011-09-082-0/+11