qmldump: Fix export comparison.
[profile/ivi/qtdeclarative.git] / src /
2011-06-28 Gunnar SlettaDon't crash when QSGCanvas::sceneGraphContext() is...
2011-06-24 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-23 Thorbjørn LindeijerRemoved unnecessary qobject_cast in QSGItem::childAt
2011-06-23 Thorbjørn LindeijerQmlInspector: Introduced more self-contained selection...
2011-06-23 Thorbjørn LindeijerQmlInspector: Some code cleanups
2011-06-23 Thorbjørn LindeijerQmlInspector: Implemented context menu for SceneGraph
2011-06-23 Thorbjørn LindeijerQmlInspector: Implement tool tip handling for SceneGraph
2011-06-23 Thorbjørn LindeijerQmlInspector: Some cleanup in the Color Picker tool
2011-06-23 Thorbjørn LindeijerQmlInspector: Implemented selection for SceneGraph
2011-06-23 Thorbjørn LindeijerQmlInspector: Unified mouse and keyboard event handling
2011-06-23 Thorbjørn LindeijerQmlInspector: Removed private header postfix and Qt...
2011-06-23 Thorbjørn LindeijerQmlInspector: Share code between QGV/SG based QML debugging
2011-06-23 Thorbjørn LindeijerQmlInspector: Initial support for QSGView based applica...
2011-06-23 Kim Motoyoshi KallandUpdated tst_nodestest to use the DirtyForceUpdate flag.
2011-06-23 Gunnar SlettaMerge multiple lines of text into a single geometry...
2011-06-23 Aaron KennedyFix regression against 4.7
2011-06-22 Aaron KennedyCorrectly wait for render thread to exit
2011-06-22 Aaron KennedyMake QSGCanvas::grabFrameBuffer() more reliable
2011-06-21 Jiang JiangFix text decoration position for simple Text node
2011-06-21 Andrew den ExterDrag items relative to their scene position.
2011-06-21 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-21 Aaron KennedyOnly print debugging when THREAD_DEBUG is enabled
2011-06-21 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-21 Alan AlpertRewrite last rewrite
2011-06-20 Gunnar SlettaStart out with a distance field cache that fits more...
2011-06-20 Gunnar SlettaCompile when qreal is not a double
2011-06-20 Kim Motoyoshi KallandCompile fix for MSVC.
2011-06-20 Kim Motoyoshi KallandRemoved unnecessary calls to QSGNode::destroy().
2011-06-20 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-20 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-20 Gunnar SlettaImplement caching of the distance fields...
2011-06-20 Aaron KennedyAdd "DELETE" support to XMLHttpRequest
2011-06-19 Andrew den ExterAdd QDeclarativeChangeSet.
2011-06-16 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-15 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-15 Gunnar SlettaMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-15 Gunnar SlettaSpeed up distance field generation by another 20% or so.
2011-06-15 Gunnar SlettaSpeed up distance field generation by 5-20%
2011-06-15 Gunnar SlettaRenamed QMLRenderer -> QSGDefaultRenderer
2011-06-15 Gunnar SlettaRemove annoying warning
2011-06-15 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-15 Alan AlpertRewrite particle system to cope with changing particle...
2011-06-15 Gunnar SlettaPrint out a warning when attributes are enabled
2011-06-15 Gunnar SlettaDisable attributes from shader effects
2011-06-14 Gunnar SlettaInitialize member variable
2011-06-14 Alan AlpertSafer cleanup in model/item particle
2011-06-14 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-10 Kai KoehneQDeclarativeDebug: Don't hang if started with ',block...
2011-06-10 Kai KoehneQDeclarativeDebug: Fix QJSDebugService if launched...
2011-06-10 Kim Motoyoshi KallandUse linked list instead of QList for node children.
2011-06-10 Kim Motoyoshi KallandRemoved matrix stacks from QSGRenderer.
2011-06-10 Kim Motoyoshi KallandMake min-heap member of QMLRenderer instead of stack...
2011-06-10 Kim Motoyoshi KallandReplaced QStack with QDataBuffer in the node updater.
2011-06-10 Kim Motoyoshi KallandCut off blocked sub-trees one node earlier.
2011-06-10 Kim Motoyoshi KallandRemoved QSGNodeVisitor inheritance from QSGNodeUpdater.
2011-06-10 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-10 Gunnar SlettaDisable vsync animations by default
2011-06-10 Kim Motoyoshi KallandAdded QSGNode::removeAllChildNodes().
2011-06-10 Kim Motoyoshi KallandKeep track of the number of geometry nodes in a sub...
2011-06-10 Alan AlpertAdd delegate property to ItemParticle
2011-06-10 Aaron KennedyCreate property cache in case of Component{} root
2011-06-09 David BoddieDoc: Cleaned up the scene graph documentation a little.
2011-06-09 Gunnar SlettaMerge branch 'master' of scm.dev.nokia.troll.no:qt...
2011-06-09 Gunnar SlettaUse the Qt 4 function for updatesEnabled()
2011-06-09 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-09 Alan AlpertDo delegate management outside the render thread
2011-06-09 Andrew den ExterAdd a DragTarget element.
2011-06-09 Andrew den ExterNotify when the TextInput cursorRectangle property...
2011-06-09 Gunnar SlettaFix memory leak with AnimatedImage elements.
2011-06-09 Gunnar SlettaMerge branch 'master' into qtquick2
2011-06-09 Gunnar SlettaSupport calling update while syncing scenegraph.
2011-06-09 Aaron KennedyMerge branch 'master' into qtquick2
2011-06-09 Aaron KennedyMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-09 Alan AlpertAutomatically set system if parent is a ParticleSystem
2011-06-09 Gunnar SlettaMerge branch 'threaded3'
2011-06-09 Gunnar SlettaIntroduced simple material
2011-06-09 Aaron KennedyMerge branch 'master' into qtquick2
2011-06-09 Michael BrasserRemove clock_gettime() library dependency.
2011-06-09 Michael BrasserOptimized QDeclarativeScriptString constructor for...
2011-06-08 Alan AlpertMerge branch 'qtquick2' of scm.dev.nokia.troll.no:qt...
2011-06-08 Alan AlpertImmense Particles Refactor Part D
2011-06-08 Aaron KennedyDon't crash if GL context initialization failed
2011-06-08 Gunnar SlettaWake render thread when doing paint() and grab() as...
2011-06-07 Marius Storm-OlsenFix missing include->load conversion of qbase.pri
2011-06-07 axisUse feature profile loading instead of direct inclusion.
2011-06-07 axisFixed clock_gettime() library dependency.
2011-06-07 Alan AlpertImmense Particles Refactor Part B
2011-06-07 Alan AlpertImmense Particles Refactor Part A
2011-06-07 Bea LamFix docs on caching for images loaded by image providers
2011-06-06 Gabriel de DietrichFix crash for prematurely deleted QSGItemPrivate::itemN...
2011-06-06 Gunnar SlettaA better threaded renderer
2011-06-06 Gunnar SlettaRemoved warning
2011-06-06 Gunnar SlettaDon't fetch a context that is never to be used
2011-06-06 Gunnar SlettaFixed up command line options a bit
2011-06-06 Alan AlpertMerge branch 'master' into qtquick2
2011-06-03 Charles Yinrewrite context2d with direct QtScript binding
2011-06-03 Alan AlpertRevert some of "Make QMLViewer startup animation stop...
2011-06-02 Michael BrasserReplace QPerformanceTimer with QElapsedTimer.
2011-06-02 Michael BrasserAdd docs and test for Binding changes.
2011-06-02 Michael BrasserRestore original binding when Binding's when clause...
next