Don't build empty tests.
[profile/ivi/qtdeclarative.git] / src /
2011-10-12 Kai KoehneQDeclarativeDebugTrace: Speed up appending elements...
2011-10-12 Mikko HarjuFix V8 heap snapshot in profiler service
2011-10-12 Andrew den ExterProvide a context when constructing a TextInput cursor...
2011-10-12 Aaron KennedyRename QDeclarativeV4 -> QV4
2011-10-12 Charles Yinfix crash bug when unloading canvas
2011-10-12 Charles Yinfix several canvasitem bugs
2011-10-12 Andrew den ExterAllow view items to be preserved.
2011-10-11 Aaron KennedyRemove aggregated heap snapshots
2011-10-11 Aaron KennedyOptimize signal handling
2011-10-11 Aaron KennedyComponent.incubateObject() autotest
2011-10-11 Yann BodsonImprovements to text layouting in QML
2011-10-11 Christiaan JanssenQmlProfiler: send end of trace event
2011-10-11 Jiang JiangMore accurate timing for rendering thread
2011-10-11 Christiaan JanssenQmlProfiler: tracking animations
2011-10-11 Sami KananojaQInputPanel exposed as a property from QDeclarativeAppl...
2011-10-11 Andrew den ExterFix layout issues with recently removed items.
2011-10-11 Charles Yinfix canvas bug
2011-10-11 Alan AlpertExpand QSGImageParticle test
2011-10-11 Alan AlpertDocumentation Augmentation
2011-10-11 Alan AlpertInitialize new particle data members
2011-10-10 Bradley T. HughesUse QBasicAtomicInt load() and store() instead of impli...
2011-10-10 Alan AlpertUpdate SpriteImage to modern standards
2011-10-10 Bradley T. HughesUse QBasicAtomicInt load() and store() instead of impli...
2011-10-10 Martin JonesAdd "asynchronous" property to Loader.
2011-10-10 Andrew den ExterAdd DropArea item and Drag attached property.
2011-10-10 Alan AlpertDocumentation Augmentation
2011-10-10 Charles Yinmake it possible to run single qml test case file by...
2011-10-10 Chris AdamsFix crashes caused by handle management in worker threads
2011-10-10 Charles Yinfix doc errors
2011-10-10 Charles Yinenable multisampling when paint on FBO with smooth...
2011-10-07 Kai KoehneDebugger: Fix lock when profiling
2011-10-07 Kai KoehneDebugger: Warn if we receive corrupted packets
2011-10-07 Kent HansenRemove redundant checks in qdeclarativestategroup
2011-10-07 Kent HansenSay hello to QtQmlDevTools library
2011-10-07 Aaron KennedyFix possible crash with an empty handle
2011-10-07 Andrew den ExterFix ListView components being unable to access context...
2011-10-07 Aaron KennedyQDeclarativeIncubator autotests
2011-10-06 Chris AdamsFix v8 handle management in QSGLoader
2011-10-06 Kai KoehneDebugger: Call removeEngine also for QV8DebugService
2011-10-06 Eskil Abrahamsen... Fix missing inline images
2011-10-06 Christiaan JanssenQV8Profiler service
2011-10-06 Simon HausmannFix QJSEngine::newQObject ownership behaviour
2011-10-06 Andrew den ExterAdd a get function to VisualDataGroup.
2011-10-06 Martin JonesEnsure view delegates are object parented to the conten...
2011-10-06 Yann BodsonFix for qsgtext autotests
2011-10-06 Andrew den ExterDon't call componentComplete() on a VDM until its view...
2011-10-06 Charles Yinadd canvas drawImage unit tests
2011-10-06 Chris AdamsQSGLoader shouldn't load component when active is false
2011-10-06 Aaron KennedyAllow incubators to be driven recursively
2011-10-06 Aaron KennedyAlways delete object if incubator is cancelled
2011-10-06 Chris AdamsAdd JavaScript "var" property type to QML
2011-10-06 Andrew den ExterAdd support for filtering VisualDataModels.
2011-10-06 Charles YinAdd more unit tests for qsgcanvasitem and fix unstable...
2011-10-05 Eskil Abrahamsen... Don't overwrite block formats in QSGText
2011-10-05 Gunnar SlettaDon't accidentally use atlas images in particle nodes
2011-10-05 Eskil Abrahamsen... Fix floating images in QSGTextNode
2011-10-05 Gunnar SlettaMake sure the Image texture provider does not return...
2011-10-05 Gunnar SlettaSupport atlased textures in QSGNinePatchNode
2011-10-05 Kai KoehneV8Debugger: Code beautification
2011-10-05 Chris AdamsEnsure all persistent handles are disposed properly
2011-10-05 Aaron KennedySet isRoot correctly for value types
2011-10-05 Friedemann KleintDeclarative: Compile on Windows.
2011-10-05 Alan AlpertSprites can now have varying width and height
2011-10-05 Alan AlpertSplit GroupGoal out of SpriteGoal
2011-10-05 Alan AlpertMissed a spot when refactoring activeGroup
2011-10-04 Kent HansenUse QCoreApplication to get the qml debug arguments
2011-10-04 Kent HansenInitialize members in the right order
2011-10-04 Gunnar Slettamore debug
2011-10-04 Gunnar SlettaAdd debug description to QSGDistanceFieldGlyphNode
2011-10-04 Gunnar Slettamove depth logic out of QSGRenderer
2011-10-04 Gunnar SlettaHave textureId() return the correct value and document...
2011-10-04 juhvu(private-) export of QSGShaderEffectSource.
2011-10-04 Aaron KennedyQDeclarativeIncubator autotests
2011-10-04 Andrew den ExterFix incorrect index when accumulating multiple removes.
2011-10-04 juhvuExported QSGMouseArea and QSGMouseEvent as private...
2011-10-03 Chris AdamsAllow .pragma library scripts to import other scripts
2011-10-03 Gunnar Slettause QWindows's format so users can override
2011-10-03 Aaron KennedyQDeclarativeIncubator::clear() and autotests
2011-10-03 Alan AlpertDon't draw itty-bitty particles
2011-10-03 Bea LamDon't layout while applying model changes
2011-10-03 Bea LamcurrentIndex not updated correctly if list is initially...
2011-10-03 Alan AlpertInitial commit of particle system autotests
2011-10-03 Martin JonesFix order of QSGItem mouse filtering.
2011-10-02 Bea LamDon't move content forwards when items are moved down
2011-10-02 Friedemann KleintDeclarative: Compile fix for Windows.
2011-09-30 Gunnar SlettaInclude the textureid/glyph cache in the material sorting
2011-09-30 Friedemann KleintDeclarative: Fix ASCII conversion warnings.
2011-09-30 Charles Yintests for canvas and a few bug fixes
2011-09-30 Chris AdamsModify JS Object to QVariant conversion
2011-09-30 Kent HansenRemove a few unneeded includes
2011-09-30 Kent HansenFix compilation with c++0x
2011-09-30 Alan AlpertRefactor ParticleSystem members
2011-09-30 Aaron KennedyImprove QDeclarativeIncubator JS API
2011-09-30 Aaron KennedyAdd a QSGCanvas incubation controller
2011-09-30 Michael BrasserFix issue with interpolating more than one path segment...
2011-09-30 Yann BodsonText format AutoText should use StyledText instead...
2011-09-30 Aaron KennedyRemove unnecessary members
2011-09-30 Chris AdamsExpand documentation for QObject Module APIs
2011-09-30 Eskil Abrahamsen... Support rich text elements in QSGTextNode
2011-09-30 Chris AdamsEnsure JS-owned QObjects are cleaned up on v8engine...
next