aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QSGFlatColorMaterial::compare for better sortingGunnar Sletta2011-09-012-0/+10
* add flags to node debug outputGunnar Sletta2011-09-011-1/+2
* Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-0137-98/+83
* Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-0124-404/+239
* Support font color with Text.StyledText in SceneGraphEskil Abrahamsen Blomfeldt2011-08-311-22/+72
* Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-3157-126/+150
* Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-318-42/+307
|\
| * Add #version 120 in more places.Alan Alpert2011-08-311-1/+1
| * Rename PointAttractor x,y to pointX,pointYAlan Alpert2011-08-311-12/+10
| * Allow initial property values to be defined with QSGLoaderChris Adams2011-08-315-27/+295
| * setting only colorVariation now worksAlan Alpert2011-08-311-1/+1
| * QtDeclarative does not use libQtSvgMartin Jones2011-08-311-1/+0
* | Merge branch 'master' into refactorGunnar Sletta2011-08-31155-11945/+10432
|\|
| * Support QT_TRID_NOOP in ListElement.Michael Brasser2011-08-311-2/+2
| * Custom Particle now supplies default codeAlan Alpert2011-08-311-20/+48
| * Add enums support to QObject module APIsChris Adams2011-08-311-0/+18
| * Do not deliver hover events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-311-1/+1
| * Fix extra hover enter events being sent by QSGCanvasCaio Marcelo de Oliveira Filho2011-08-311-15/+13
| * Fix the directory cache for case insensitive file systems.Roberto Raggi2011-08-301-2/+28
| * Fix diagnostic messages.Roberto Raggi2011-08-302-4/+6
| * Fix merge errors introduced while rebasing.Roberto Raggi2011-08-304-18/+10
| * Fix the search of QML types.Roberto Raggi2011-08-301-1/+1
| * Fix wrong assertion in StringRef::load.Roberto Raggi2011-08-301-1/+1
| * Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-3032-1435/+1282
| * Collect the source locations of the single and multiline comments.Roberto Raggi2011-08-301-0/+10
| * Fix the qmldir parser diagnostic messages.Roberto Raggi2011-08-303-7/+13
| * Fix lookup of non scriptable default properties.Roberto Raggi2011-08-301-7/+8
| * Fix property lookup in QDeclarativePropertyCache::create.Roberto Raggi2011-08-301-3/+4