aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-08246-4192/+4192
* Replace the QGraphicsSceneHoverEvent with a QHoverEventLars Knoll2011-07-077-80/+55
* Fix possible index out of bounds exceptionAlan Alpert2011-07-071-1/+5
* Use QWheelEvent instead of QGraphicsSceneWheelEventLars Knoll2011-07-077-28/+20
* Squashed Particle System Stateful RewriteAlan Alpert2011-07-0639-1054/+2023
* Avoid crash on exitAlan Alpert2011-07-041-1/+1
* Fix compilationOlivier Goffart2011-07-011-4/+4
* Support setting an FBO as the render target for a canvasGunnar Sletta2011-07-015-5/+60
* Fix text color in some cases of QML and QStaticTextEskil Abrahamsen Blomfeldt2011-06-302-7/+10
* Document threading issues with QSGEngine signalsGunnar Sletta2011-06-301-0/+7
* Correct example snippet in QML positioner documentationAlan Alpert2011-06-301-3/+3
* Clean up addTextDecorations codeJiang Jiang2011-06-292-33/+62
* Fix UiPublicMember::lastSourceLocation.Christian Kamm2011-06-291-0/+2
* Don't crash when QSGCanvas::sceneGraphContext() is called prematurlyGunnar Sletta2011-06-281-1/+1
* Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingAaron Kennedy2011-06-24125-467/+12765
|\
| * Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-233-6/+2
| * Merge multiple lines of text into a single geometry nodeGunnar Sletta2011-06-233-19/+72
| * Fix regression against 4.7Aaron Kennedy2011-06-231-0/+1
| * Correctly wait for render thread to exitAaron Kennedy2011-06-221-0/+7
| * Make QSGCanvas::grabFrameBuffer() more reliableAaron Kennedy2011-06-221-2/+2
| * Drag items relative to their scene position.Andrew den Exter2011-06-212-6/+11
| * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-211-0/+2
| |\
| | * Only print debugging when THREAD_DEBUG is enabledAaron Kennedy2011-06-211-0/+2
| * | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-2158-852/+1054
| |\|
| | * Start out with a distance field cache that fits more charactersGunnar Sletta2011-06-201-2/+3
| | * Compile when qreal is not a doubleGunnar Sletta2011-06-201-2/+2
| | * Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-202-3/+14
| | * Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-203-14/+23
| | * Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-204-3/+608
| | |\
| | | * Add "DELETE" support to XMLHttpRequestAaron Kennedy2011-06-201-3/+6
| | | * Add QDeclarativeChangeSet.Andrew den Exter2011-06-203-0/+602
| | * | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-201-1/+36
| | |\ \
| | * \ \ Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1551-813/+359
| | |\ \ \
| | * \ \ \ Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-151-1/+0
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-154-15/+10
| * | | | | Rewrite last rewriteAlan Alpert2011-06-2118-672/+459
| * | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-161-1/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Remove annoying warningGunnar Sletta2011-06-151-1/+0
| | |/ / /
| * | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-153-0/+17
| |\| | |
| | * | | Print out a warning when attributes are enabledGunnar Sletta2011-06-151-0/+15
| | * | | Disable attributes from shader effectsGunnar Sletta2011-06-151-0/+1
| | * | | Initialize member variableGunnar Sletta2011-06-141-0/+1
| * | | | Rewrite particle system to cope with changing particle countsAlan Alpert2011-06-1517-388/+547
| |/ / /
| * | | Safer cleanup in model/item particleAlan Alpert2011-06-142-12/+14
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-1410-51/+120
| |\ \ \
| | * | | QDeclarativeDebug: Don't hang if started with ',block' argumentKai Koehne2011-06-101-0/+2
| | * | | QDeclarativeDebug: Fix QJSDebugService if launched with ',block'Kai Koehne2011-06-103-1/+24
| | * | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-103-37/+24
| | |\ \ \
| | * | | | Disable vsync animations by defaultGunnar Sletta2011-06-103-13/+64
| | * | | | Create property cache in case of Component{} rootAaron Kennedy2011-06-101-0/+6