aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |\ \
| * \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-31155-11945/+10432
| |\ \ \
| * | | | Compile, qtextureglyphcache_gl_p.h -> qopengltextureglyphcache_p.hSamuel Rødal2011-08-301-1/+1
| * | | | Don't create the ShaderEffect node when attributes are missingGunnar Sletta2011-08-301-0/+7
| * | | | Implement backtrace debug output of leaked texturesGunnar Sletta2011-08-301-13/+91
| * | | | Fix crash due to uninitialized QOpenGLContext.Morten Sorvig2011-08-291-1/+2
| * | | | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-2944-198/+214
| * | | | Respect QPlatformIntegration::ThreadedOpenGL and fix thread affinity of the Q...Gunnar Sletta2011-08-292-6/+15
| * | | | implement non-threaded renderer againGunnar Sletta2011-08-291-1/+83
| * | | | separated out render thread codeGunnar Sletta2011-08-293-90/+169
| * | | | Merge branch 'master' into refactorGunnar Sletta2011-08-25262-5259/+14669
| |\ \ \ \
| * | | | | Warn when grab() is called outside the GUI thread.Gunnar Sletta2011-08-241-0/+7
| * | | | | export QSGTextureProviderGunnar Sletta2011-08-221-1/+1
| * | | | | QT += sql as we are always using itGunnar Sletta2011-08-221-1/+1
| * | | | | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-2212-40/+66
| * | | | | show also blocked subtree's when dumping the graphGunnar Sletta2011-08-221-2/+0
| * | | | | Don't create the scale grid in the rendering thread.Gunnar Sletta2011-08-221-5/+10
| * | | | | Reintroduce the QSGTextureProvider as a separate objectGunnar Sletta2011-08-2213-112/+211
| * | | | | Move QSGShaderEffectMaterial into the QSGShaderEffectNode. Now owned by Rende...Gunnar Sletta2011-08-224-10/+17
| * | | | | added frame swap notification to notify compositor that frame was swappedMatthew Cattell2011-08-182-1/+5
| * | | | | The QSGShaderEffectTexture needs to be deleted in the rendering threadGunnar Sletta2011-08-182-6/+25
| * | | | | Fix crash-on-exit in qmlsceneMorten Sorvig2011-08-171-1/+1
| * | | | | Merge branch 'master' into refactorGunnar Sletta2011-08-1191-541/+6661
| |\ \ \ \ \
| * | | | | | improved debug messages a bitGunnar Sletta2011-08-111-1/+10