aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-5038/+0
* Fix coding style issuesKent Hansen2011-10-171-20/+20
* Add DropArea item and Drag attached property.Andrew den Exter2011-10-101-18/+19
* Add convenience macro for fast connects in declarative.Michael Brasser2011-09-271-2/+2
* Pass Qt::ImQueryInput instead of Qt::CursorRectangle in QSgItem::updateMicroF...Joona Petrell2011-09-151-1/+1
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-0/+24
|\
| * Make state a public property of QSGItem.Michael Brasser2011-09-121-0/+12
| * Add new path functionality.Michael Brasser2011-09-081-0/+12
* | Adjust to the changes in the QInputMethodQuery event.Lars Knoll2011-09-081-2/+9
* | Rename ImMicroFocus to ImCursorrRctangleLars Knoll2011-09-081-3/+3
* | Adapt to the input method changes in qtbaseLars Knoll2011-09-081-14/+38
* | Remove the remaining dependencies onto QtWidgetsLars Knoll2011-09-011-3/+4
* | Use QMouseEvent instead of QGraphicsSceneMouseEventLars Knoll2011-09-011-9/+9
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-86/+1846
|\|
| * Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-121-5/+31
| * Add documentationAlan Alpert2011-08-091-81/+1806
| * Cancel mousearea pressed state when window is deactivatedCharles Yin2011-08-021-0/+7
| * Allow descendant chains to simultaneously be hovered.Alan Alpert2011-08-021-2/+17
* | Make textureProvider() a virtual accessor in QSGItem.Gunnar Sletta2011-08-221-0/+18
* | Merge branch 'master' into refactorGunnar Sletta2011-08-111-1/+1
|\|
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-1/+1
* | Ported use of QInputContext to QPlatformInputContext for nowGunnar Sletta2011-08-051-12/+5
* | Make QSGCanvas a QWindow instead of a QGLWidgetGunnar Sletta2011-08-051-13/+11
* | Build against refactor.Samuel Rødal2011-07-291-2/+2
|/
* Clip to bounding rectAlan Alpert2011-07-281-0/+1
* Update polish even when animations aren't runningAaron Kennedy2011-07-261-2/+6
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121-3/+1
* Merge branch 'v8'Aaron Kennedy2011-07-081-24/+50
|\
| * Merge branch 'master' into v8-cleanAaron Kennedy2011-07-011-4/+3
| |\
| * \ Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-221-3/+2
| |\ \
| * \ \ Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-101-0/+42
| |\ \ \
| * | | | Initial V8 integrationAaron Kennedy2011-06-061-24/+50
* | | | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* | | | | Replace the QGraphicsSceneHoverEvent with a QHoverEventLars Knoll2011-07-071-7/+7
* | | | | Use QWheelEvent instead of QGraphicsSceneWheelEventLars Knoll2011-07-071-2/+2
| |_|_|/ |/| | |
* | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingAaron Kennedy2011-06-241-0/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-151-3/+2
| |\ \ \ | | |_|/ | |/| |
| * | | Add a DragTarget element.Andrew den Exter2011-06-091-0/+42
| | |/ | |/|
* | | Removed unnecessary qobject_cast in QSGItem::childAtThorbjørn Lindeijer2011-06-231-4/+3
| |/ |/|
* | Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-101-2/+2
* | Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-091-1/+0
|/
* Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-021-1/+1
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+3143