aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
* Build with qt-in-namespaceKent Hansen2011-09-283-2/+7
* Don't crash when Image.source changeGunnar Sletta2011-09-282-0/+5
* Add support for onLinkActivated with Text.StyledTextYann Bodson2011-09-282-7/+49
* Manually apply SnapOneItem/Row changes from Qt 4.7Martin Jones2011-09-284-154/+214
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-271-0/+2
* Add convenience macro for fast connects in declarative.Michael Brasser2011-09-275-44/+8
* Make surface format plugable from the scene graph pluginGunnar Sletta2011-09-261-1/+2
* Support margins in Flickable.Martin Jones2011-09-266-36/+249
* Fix QSGTextEdit::closeSoftwareInputPanel()Joona Petrell2011-09-231-1/+1
* Fix extra selection in QML TextEditEskil Abrahamsen Blomfeldt2011-09-222-2/+2
* Constrain while loop on item countAlan Alpert2011-09-221-4/+4
* Additional ListView section header placement optionsMartin Jones2011-09-222-150/+376
* Use QDeclarativeChangeSet to communicate changes to views.Andrew den Exter2011-09-2110-320/+229
* Refactor QSGVisualDataModel.Andrew den Exter2011-09-2111-1401/+1998
* Added PerformanceHints flags to QSGPaintedItem.Yoann Lopes2011-09-203-0/+76
* Fix QSGVisualDataModel test failure.Andrew den Exter2011-09-201-2/+2
* 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