aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Minor XXX fixupsAaron Kennedy2011-06-0920-172/+204
| * | | | | | | | Remove QtScript code from QDeclarativeExpressionAaron Kennedy2011-06-092-13/+0
| * | | | | | | | Fix initialization bugs in d9d952d3c0475b1e7f7b8df2b062f85f24387acaAaron Kennedy2011-06-091-1/+3
| * | | | | | | | Remove QtScript code from QDeclarativeEngineAaron Kennedy2011-06-095-62/+5
| * | | | | | | | Remove QtScript code from XmlListModelAaron Kennedy2011-06-092-9/+13
| * | | | | | | | Remove leftover QtScript code from ListModelAaron Kennedy2011-06-094-107/+1
| * | | | | | | | Port Canvas and Context2D to V8Aaron Kennedy2011-06-095-435/+795
| * | | | | | | | Allow extensions to register with the QV8EngineAaron Kennedy2011-06-092-2/+74
| * | | | | | | | Create a copy of the imported script array handlesAaron Kennedy2011-06-081-1/+4
| * | | | | | | | Implement global handle trackingAaron Kennedy2011-06-0819-124/+196
| * | | | | | | | Allow methods to be changed by debuggerAaron Kennedy2011-06-085-58/+10
| * | | | | | | | Implement gc() methodAaron Kennedy2011-06-083-2/+17
| * | | | | | | | Enter context before running bindingsAaron Kennedy2011-06-081-0/+1
| * | | | | | | | Implement ListModel in V8Aaron Kennedy2011-06-0712-200/+408
| * | | | | | | | Dispose of WorkerScripts in correct IsolateAaron Kennedy2011-06-071-3/+4
| * | | | | | | | Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-074-30/+137
| * | | | | | | | Merge branch 'master' into v8Michael Brasser2011-06-07385-5858/+12784
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Initial V8 integrationAaron Kennedy2011-06-0699-5970/+12970
* | | | | | | | | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-08274-4668/+4668
* | | | | | | | | | 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-24160-7188/+5093
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| | |\ \ \ \ \ \ \