Debugger: Fix QPacketProtocol autotest on Windows
[profile/ivi/qtdeclarative.git] / src /
2011-11-17 Aaron KennedyFix crash in incubator when a guarded context is deleted
2011-11-17 Aurindam JanaQDeclarativeDebugServer: Crash Fix
2011-11-17 Kim Motoyoshi KallandFixed QQuickShaderEffect::lookThroughShaderCode(),...
2011-11-17 Yoann LopesFixes crash in QSGDefaultDistanceFieldGlyphCache::resiz...
2011-11-17 Gunnar SlettaAdd debug description to shader effects
2011-11-17 Tero TiittanenPerformance optimization in transform node traversal.
2011-11-17 Charles YinOptimization for context2d painting
2011-11-16 Gunnar SlettaUse QQuickChangeListener for better performance
2011-11-16 Kai KoehneDebugger: Add unit tests for v8 profiler service
2011-11-16 Jędrzej NowackiFix console.log function.
2011-11-16 Kent HansenChange destruction order to avoid accessing deleted...
2011-11-16 Aaron KennedyAllow aliases to QVariant properties
2011-11-16 Gunnar SlettaImproved comments on threaded renderer a bit
2011-11-16 Kent HansenMake non-threaded VME interpreter work again
2011-11-16 Bea LamFix for moving multiple items to top of view
2011-11-16 Kim Motoyoshi KallandAvoid calling maybeUpdate() during ShaderEffectSource...
2011-11-16 Tero TiittanenFixed some copy-paste errors is documentation.
2011-11-16 Tero TiittanenTexture coordinates fixed in subrect tiling in SG image...
2011-11-16 Kim Motoyoshi KallandFixed deferred deletion of objects in the render thread...
2011-11-16 Bea LamFix refill where zero-size items are involved
2011-11-16 Glenn WatsonAdd optional count parameter to ListModel.remove
2011-11-16 Martin JonesRemove unused code in qquickimplicitsizeitem.
2011-11-16 Michael BrasserRemove events from the revert list.
2011-11-15 Alan AlpertAdd propagateComposedEvents property to MouseArea
2011-11-14 Gunnar SlettaMake shader effects visible even if source is initially...
2011-11-14 Roberto RaggiFix parsing of unary expressions.
2011-11-14 Roberto RaggiUse the property cache when compiling the V4 instructions.
2011-11-14 Gunnar SlettaRemoved annoying warning about threading
2011-11-14 Gunnar SlettaFixed assert during QML shutdown
2011-11-14 Yoann LopesDistance field glyph cache refactoring.
2011-11-14 Kim Motoyoshi KallandImproved QQuickShaderEffect::lookThroughShaderCode...
2011-11-14 Charles YinFix memory leaks&uninitialized members in QQuickContext...
2011-11-14 Yann BodsonText.onLineLaidOut doc does not appear
2011-11-14 Alan AlpertDon't clobber unified timer settings
2011-11-11 Kai KoehneDebugger: Remove option to constantly send tracing...
2011-11-11 Aurindam JanaQV8ProfileService: Code refactor
2011-11-11 Aurindam JanaQV8Profiler: Rename the global static instance
2011-11-11 Jędrzej NowackiAdd missing includes.
2011-11-11 Aurindam JanaQV8Engine: Console APIs
2011-11-11 Kai KoehneDebugger: Fix trace service for tracing on startup...
2011-11-11 Glenn WatsonSupport JS objects in ListModel via QVariantMap
2011-11-11 Chris AdamsRemove unused codepaths from QV8SequenceWrapper
2011-11-11 Charles YinExport QSGDynamicTexture
2011-11-11 Bea LamGridView should re-layout if add/remove before visible...
2011-11-11 Michael BrasserMake compile and pass CI tests.
2011-11-10 Martin JonesPathView element's current item changes on insertion.
2011-11-10 Johannes ZellnerQStringLiteral does not build on arm gcc 4.5.2 in this...
2011-11-09 Glenn WatsonImprovements to listmodel implementation and tests.
2011-11-09 Aaron KennedyDelete nodes in the render thread at shutdown
2011-11-09 Aaron KennedyFix v4 crash when accessing invalid attached property
2011-11-09 Aaron KennedyReturn a string from resolvedUrl() to match 4.x behavior
2011-11-09 Aaron KennedyEnsure connection lists get cleaned
2011-11-09 Charles YinFix qmltestrunner crash bug when report filename and...
2011-11-09 Kai KoehneFix gcc compilation warnings
2011-11-09 Andrew den ExterFix expected failure in TextEdit hAlign_RightToLeft...
2011-11-09 Friedemann KleintQDeclarativePixmapCache: Add missing enumeration values...
2011-11-09 Michael BrasserBehavior on a value type should not cancel previous...
2011-11-09 Martin Jonestst_QSGGridView enforceRange_rightToLeft fails
2011-11-09 Andrew den ExterAdd tests for the VisualDataGroup onChanged signal.
2011-11-09 Kai KoehneAdd console.time / console.timeEnd API
2011-11-09 Andrew den ExterExtend VisualDataModel tests to cover Package delegates.
2011-11-09 Michael BrasserFix crash on exit when overriding signal handlers in...
2011-11-09 Michael BrasserProperty changes in Component.onCompleted should trigge...
2011-11-08 Martin JonesVisualDataModel group change notification missing initi...
2011-11-08 Friedemann KleintDeclarative: Add define _CRT_SECURE_NO_WARNINGS for...
2011-11-08 Aaron KennedyDon't crash on invalid expression
2011-11-08 Aaron KennedyInclude correct line number when throwing an exception...
2011-11-08 Jiang JiangFix default glyph node after qtbase refactor
2011-11-07 Gunnar SlettaDon't create geometries for transparent Rectangle ...
2011-11-07 Friedemann KleintDeclarative: Fix compiler warnings.
2011-11-07 Kim Motoyoshi KallandMinor improvements to some of the node implementations.
2011-11-07 Kim Motoyoshi KallandEmit signal when texture is updated in ShaderEffectSource.
2011-11-07 Aurindam JanaQV8DebugService: Return JSON messages for internal...
2011-11-07 Damian JansenDocumentation fixes
2011-11-04 Aaron KennedyOptimization: Minimize refreshing when root context...
2011-11-04 Aurindam JanaQV8DebugService: Cancel DebugBreak Requests before...
2011-11-04 Aaron KennedyDon't crash if contexts are deleted during refreshExpre...
2011-11-04 Aaron KennedySkip the captured properties step in bindings
2011-11-04 Chris AdamsFix crash in object serialization due to sequences
2011-11-04 Andrew den ExterFix invalid remove cache indexes caused by consecutive...
2011-11-04 Chris AdamsFix module API provider registration function documentation
2011-11-04 Yann BodsonText.RichText ignores color property
2011-11-03 Christiaan JanssenQmlProfiler: Send trace start event when starting profiling
2011-11-03 Christiaan JanssenV8Profiler: fix block at start when profiling is disabled
2011-11-03 Aaron KennedyOnly issue non-threaded renderer warning once
2011-11-03 Kai KoehneProfiler: Fix profiling when disabled on startup
2011-11-03 Kai KoehneDebugger: Remove unused files
2011-11-03 Alan AlpertCursory docs for QQuickCanvas and QQuickView
2011-11-03 Alan AlpertFix Gravity
2011-11-02 Alan AlpertOnly simulate if particle was alive
2011-11-02 Kai KoehneDebugger: Remove widgets dependency for qtquick2 inspector
2011-11-02 Kai KoehneDebugger: Fix compile of qmldbg_qtquick1 plugin on...
2011-11-02 Alan AlpertMake initialize work despite pending resets
2011-11-02 Alan AlpertFix SizeRootObjectToView mode
2011-11-02 Andrew den ExterFix incorrect cache indexes when consecutive list items...
2011-11-02 Chris AdamsAdd support for more sequence types
2011-11-01 Yann BodsonQDeclarativeStyledText::parse on empty tag causes asser...
2011-11-01 Jani Uusi-RantalaFix most of the declarative bindings failing on ARM.
2011-11-01 Kai KoehneDebugger: Add QML_DEBUGGER_VERBOSE environment variable
2011-11-01 Kai KoehneDebugger: Split inspector plugin into a qtquick1 and...
next