Debugger: Disable breakpoint relocation in JS
[profile/ivi/qtdeclarative.git] / src /
2011-11-29 Kai KoehneDebugger: Disable breakpoint relocation in JS
2011-11-29 Roberto RaggiFix the evaluation of JS switch statements in QML bindings.
2011-11-29 Chris AdamsProperly protect access to pixmap reader thread with...
2011-11-29 Andrew den ExterAdd a length property to TextEdit.
2011-11-29 Chris AdamsAdd indexed deleter to sequence wrapper, implement...
2011-11-29 Alan AlpertInitial window implementation
2011-11-29 Kent HansenRemove unused function magnitude()
2011-11-29 Kent HansenFix unused variable warning in QQuickItemParticle:...
2011-11-28 Aurindam JanaQDeclarativeInspectorService: Call updateStatus() in...
2011-11-28 Kent HansenFix unused variable warning in QSGContext constructor
2011-11-28 Kai KoehneDebugger: Fix compilation error with msvc
2011-11-28 Andrew den ExterAdd a getFormattedText function to TextEdit.
2011-11-28 Martin JonesFix multiline eliding and support eliding when height...
2011-11-28 Kent HansenRemove QtQuick1-specific define from declarative.pro
2011-11-28 Kent Hansenqml debugger: Create abstraction for State management
2011-11-28 Kim Motoyoshi KallandRemoved ShaderEffectItem and qt_ModelViewProjectionMatrix.
2011-11-28 Charles Yinqmltestrunner reports wrong LOC for failed test cases
2011-11-27 Michael BrasserRewrite Connections signal handlers at compile time.
2011-11-25 Aurindam JanaDeclarativeDebugServices: Cleanup Code
2011-11-25 Aurindam JanaV8DebugService: Optimize Code.
2011-11-25 Kent HansenRemove harfbuzz cruft from {declarative,qtquick1}.pro
2011-11-25 Friedemann KleintQtDeclarative: Fix building of tests on Windows.
2011-11-25 Andrew den ExterFix crash calling VisualDataGroup.setGroups during...
2011-11-25 Andrew den ExterFix searchs for insert positions in QDeclarativeListCom...
2011-11-25 Martin JonesRemove ints from mouse event handling.
2011-11-25 Andrew den ExterAdd getText(), insert(), and remove() functions to...
2011-11-24 Martin JonesImprove performance on touch event delivery.
2011-11-24 Kent HansenFix style issues
2011-11-24 Gunnar SlettaPropegate the smooth property to the textureprovider
2011-11-24 Aurindam JanaQDeclarativeDebugService: Crash fix
2011-11-24 Pekka VuorelaQQuickTextInput - Remove nonexisting method from header
2011-11-24 Pekka VuorelaTextInput elements not to have tentative commit in...
2011-11-24 Kim Motoyoshi KallandFixed assert during QQuickCanvas::hideEvent().
2011-11-24 Aurindam JanaConsoleAPI: Use environment variable
2011-11-24 Joona PetrellGet rid of unused inputMethodQuery and inputMethodEvent...
2011-11-24 Kent HansenMove registration of QtQuick 2 types to separate class
2011-11-24 Kent HansenMove QDeclarativeListModel and friends from util/ to...
2011-11-24 Kent HansenMove QDeclarativeApplication from util/ to qml/
2011-11-24 Martin JonesRemove unused code.
2011-11-23 Michael BrasserUse the AST for binding rewriting when possible.
2011-11-23 Kai KoehneDebugger: Don't register v8 callback until client is...
2011-11-23 Kai KoehneDebugger: Make registration of services explicit
2011-11-23 Gunnar SlettaIncrease the limit of the QDeclarativePixmapCache to...
2011-11-23 Gunnar SlettaRemove documentation for non-existing function
2011-11-23 Kent HansenDon't crash when importing script with syntax error
2011-11-23 Kent Hansenv4: Get rid of dependency on QQuickAnchorLine type
2011-11-23 Kent HansenAdd QtQuick1 plugin's major version to target path
2011-11-23 Martin JonesFix PathView insertion/removal/move item offset
2011-11-22 Aaron KennedyDon't disconnect mid binding evaluation
2011-11-22 Kai KoehneProfiler: Preserve line information also for optimized...
2011-11-22 Kai KoehneDebugger: Move server into it's own thread
2011-11-22 Bea LamFix inserting before the visible area into cache buffer
2011-11-22 Martin JonesMove path with highlightMoveDuration: 0
2011-11-22 Martin JonesQt.locale() and JS locale type extension.
2011-11-22 Glenn WatsonEmit destruction signal before child contexts are destr...
2011-11-22 Glenn WatsonFix default property preventing signals from being...
2011-11-21 Aaron KennedyAdding custom easing curves to property animations
2011-11-21 Friedemann KleintFix compile.
2011-11-21 Kai KoehneSilence compiler warnings about unused variables (MSVC)
2011-11-21 Kai KoehneFix MSVC warning about struct vs class declaration
2011-11-21 Alan AlpertClean up static analysis issues.
2011-11-21 Martin JonesDoc: Canvas doc review.
2011-11-21 Andrew den ExterDon't leak objects when a VisualDataModel is destroyed...
2011-11-21 Rohan McGovernFixed more declarative -qtnamespace compilation issues.
2011-11-21 Toby TomkinsFix Qt Declarative namespace compilation.
2011-11-21 Martin JonesGridView sometimes lays out one less column than expected
2011-11-20 Glenn WatsonFix v8 handle leak in incubator code.
2011-11-20 Michael BrasserRewrite signal handlers at compile time.
2011-11-18 Gunnar SlettaCopy QSGEngine functions to QQuickCanvas.
2011-11-18 Andrew den ExterParent delegate items to PathView.
2011-11-17 Chris AdamsFix leak in QQuickParticleData
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
next