aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* Make cellWidth/cellHeight reals rather than ints.Michael Brasser2011-09-192-21/+21
* PathAnimation updates.Michael Brasser2011-09-193-18/+170
* Initialize variableLars Knoll2011-09-161-1/+1
* rename threadRendering to renderInThreadCharles Yin2011-09-162-22/+32
* update canvas item documentationsCharles Yin2011-09-163-126/+569
* 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-163-137/+82
* Fix warnings.Michael Brasser2011-09-163-9/+7
* Fix missing/outdated license headers.Jason McDonald2011-09-161-0/+41
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-09-161-9/+21
* 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
* 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
* fix declarative to work after broken refactorGunnar Sletta2011-09-136-38/+61
* Merge branch 'refactor'Gunnar Sletta2011-09-1349-1109/+1187
|\
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1229-1344/+1035
| |\
| * | Make QSGItem::update() work when called from inside QSGCanvasPlainRenderLoop:...Paul Olav Tvete2011-09-091-1/+1
| * | 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
| * | Avoid compiler warning on unused variable.Pekka Vuorela2011-09-081-1/+0
| * | 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
| * | 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
| * | Added QSGGeometry::Attribute::isPosition to give a hint about vertex dataGunnar Sletta2011-09-071-2/+2
| * | 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
| * | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-0120-53/+53
| * | Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-0123-403/+238
| * | Support font color with Text.StyledText in SceneGraphEskil Abrahamsen Blomfeldt2011-08-311-22/+72
| * | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-318-9/+12
| * | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-08-313-7/+251
| |\ \
| * \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-3113-128/+227
| |\ \ \
| * | | | Don't create the ShaderEffect node when attributes are missingGunnar Sletta2011-08-301-0/+7
| * | | | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-2912-43/+45
| * | | | 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-2544-767/+9615
| |\ \ \ \
| * | | | | Warn when grab() is called outside the GUI thread.Gunnar Sletta2011-08-241-0/+7