profile/ivi/qtdeclarative.git
2011-10-17 Kai KoehneDebugger: Remove outdated test stub
2011-10-17 Kai KoehneDebugger: Move debugging autotests into own folder
2011-10-17 Bea LamFix GridView to repaint when geometry changes
2011-10-17 Toby TomkinsRemove insignificant flag from tests, some failing...
2011-10-17 Alan AlpertAdd Affector Benchmark
2011-10-17 Alan AlpertStabilize Particles Tests
2011-10-17 Alan AlpertInitial particle system benchmark
2011-10-17 Bea LamFix tests
2011-10-16 Martin JonesCannot flick to the end of a horizontal ListView with...
2011-10-16 Aaron KennedyMerge PropertyCache::Data and ValueTypeData
2011-10-16 Alan AlpertAllow sizing of TrailEmitter emit area based on particl...
2011-10-14 Rohan McGovernEliminated usage of qttest_p4.prf.
2011-10-14 Alan AlpertAdd Move affector
2011-10-14 Bea LamFix insertions above the visible index
2011-10-14 Friedemann... Remove QMetaObjectBuilder from declarative.
2011-10-14 juhvu(private-) export QSGShaderEffectTexture
2011-10-14 Michael BrasserAdd missing autotests to declarative.pro.
2011-10-14 Michael BrasserMore use of TESTDATA macro.
2011-10-14 Charles Yinonly use one QSGView instance for all qml test cases
2011-10-14 Damian JansenTst_qsgitem2 test update inline with refactor
2011-10-14 Aaron KennedyQDeclarativeIncubator wasn't calling statusChanged...
2011-10-14 Bea LamFix creation context for delegates
2011-10-14 Kent HansenRemove unneeded include
2011-10-14 Michael BrasserUse TESTDATA macro in declarative tests.
2011-10-13 Jason McDonaldDon't build empty tests.
2011-10-12 Kai KoehneQDeclarativeDebugTrace: Speed up appending elements...
2011-10-12 Mikko HarjuFix V8 heap snapshot in profiler service
2011-10-12 Simon HausmannFix compilation on Harmattan
2011-10-12 Rohan McGovernRemoved references to unused PULSE_TESTS variable
2011-10-12 Toby TomkinsModify existing behavior to explicitly test functionality.
2011-10-12 Andrew den... Provide a context when constructing a TextInput cursor...
2011-10-12 Aaron KennedyRename QDeclarativeV4 -> QV4
2011-10-12 Toby TomkinsRemove insignificant test status and explicitly mark...
2011-10-12 Toby TomkinsRemove insignificant flag for passing tests.
2011-10-12 Charles Yinfix crash bug when unloading canvas
2011-10-12 Charles Yinfix several canvasitem bugs
2011-10-12 Andrew den... Allow 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... QmlProfiler: send end of trace event
2011-10-11 Jiang JiangMore accurate timing for rendering thread
2011-10-11 Christiaan... QmlProfiler: tracking animations
2011-10-11 Sami KananojaQInputPanel exposed as a property from QDeclarativeAppl...
2011-10-11 Rohan McGoverntests: eliminated usage of qttest_p4.prf
2011-10-11 Toby TomkinsRemove insignificant test status and explicitly mark...
2011-10-11 Andrew den... Fix 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 AlpertStabilize Particles tests
2011-10-11 Alan AlpertInitialize new particle data members
2011-10-11 Alan AlpertWe no longer depend on qtsvg
2011-10-11 Michael BrasserGeneric solution for finding QtDeclarative test data.
2011-10-10 Bradley T.... Use QBasicAtomicInt load() and store() instead of impli...
2011-10-10 Alan AlpertUpdate SpriteImage to modern standards
2011-10-10 Bradley T.... Use QBasicAtomicInt load() and store() instead of impli...
2011-10-10 Martin JonesAdd "asynchronous" property to Loader.
2011-10-10 Aaron KennedyCompile
2011-10-10 Andrew den... Don't skip over the majority of the GridView tests.
2011-10-10 Andrew den... Add 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 HansenMake qmlmin use QmlDevTools library for QML parsing
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... Fix ListView components being unable to access context...
2011-10-07 Aaron KennedyQDeclarativeIncubator autotests
2011-10-07 Charles Yinmake qmlmin happy with '\0' in string
2011-10-07 Martin JonesFix waiting for active window breakage
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... QV8Profiler service
2011-10-06 Christian Kammqmlplugindump: Don't dump implicit signals.
2011-10-06 Christian Kammqmlplugindump: Explicitly add QSGMouseEvent to be dumped.
2011-10-06 Simon HausmannFix QJSEngine::newQObject ownership behaviour
2011-10-06 Andrew den... Add 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... Don't call componentComplete() on a VDM until its view...
2011-10-06 Damian JansenAdd Particles basic acceptance manual tests.
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 Alan AlpertDisable particle system tests for CI
2011-10-06 Aaron KennedyAllow incubators to be driven recursively
2011-10-06 Aaron KennedyAlways delete object if incubator is cancelled
2011-10-06 Toby TomkinsMark failing tests as insignificant.
2011-10-06 Chris AdamsAdd JavaScript "var" property type to QML
2011-10-06 Andrew den... Add support for filtering VisualDataModels.
2011-10-06 Charles YinAdd more unit tests for qsgcanvasitem and fix unstable...
2011-10-05 Joona PetrellFix TextInput and TextEdit cursorRectangleSize autotests
2011-10-05 Eskil Abrahamsen... Don't overwrite block formats in QSGText
next