aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * | Explicitly ask input method to commit preedit when focus lost.Pekka Vuorela2011-09-082-12/+2
| * | get various autotests working for refactorMatthew Cattell2011-09-081-0/+2
| * | rename QSGGeometry::stride() to sizeOfVertex for symetry with indexGunnar Sletta2011-09-086-20/+32
| * | 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
| * | Adapt to the input method changes in qtbaseLars Knoll2011-09-083-34/+48
| * | Fix QSGshaderEffectTexture cleanupGunnar Sletta2011-09-073-23/+27
| * | make render timing an environment variableGunnar Sletta2011-09-071-13/+26
| * | Added QSGGeometry::Attribute::isPosition to give a hint about vertex dataGunnar Sletta2011-09-075-34/+81
| * | move QSGNodeUpdater into private header where it belongsGunnar Sletta2011-09-074-42/+42
| * | qsgcanvas autotest made to work with refactor and added break statement to qs...Matthew Cattell2011-09-061-0/+1
| * | properly initialize the dptr of QSGCanvas in the default constructorZeno Albisser2011-09-021-1/+1