profile/ivi/qtdeclarative.git
2012-03-20 Michael BrasserAlways enable value type support in v4.
2012-03-20 Michael BrasserSupport null -> QObject and QObject -> bool conversions...
2012-03-20 Andrew den... Remove warning about not explicitly initializing base...
2012-03-20 Bea LamPull out some duplicate focus-related code
2012-03-20 Martin JonesLoader could leak qml contexts if interrupted
2012-03-20 Martin JonesFix bitfield waste in QQmlContextData
2012-03-20 Martin JonesRestore view to sensible position if grab is cancelled.
2012-03-20 Matthew VogtAllow parent to be specified for Qt.createComponent
2012-03-19 Matthew VogtEnsure JS files imported inside modules work correctly
2012-03-19 Kent HansenFix compiler warnings in QQmlType
2012-03-19 Kent HansenFix typo in QQmlXMLHttpRequest::readEncoding()
2012-03-19 Lars KnollRemove refence to declarative in the docs
2012-03-19 Yoann LopesUse a single distance-field cache instance for all...
2012-03-19 Gunnar SlettaClean up dangling pointers in the particle system
2012-03-19 Gunnar SlettaReset all node pointers when item is cleaned up
2012-03-19 Gunnar SlettaSkip warning on perfectly valid usecase
2012-03-19 Yoann LopesFix possible crash in QSGContext::invalidate()
2012-03-19 Aurindam JanaQmlEngineDebug: Simplify the utility classes
2012-03-19 Aurindam JanaQmlEngineDebug: Rename to QmlEngineDebugClient in AutoTest
2012-03-19 Alan AlpertFix failed rebase
2012-03-19 Miikka HeikkinenFix data file checkout formats in Windows for some...
2012-03-19 Kai KoehneEasingCurveEditor: Remove generated headers from .pro...
2012-03-19 Kai KoehneDebugger: Optimize message sending in v8 profiler
2012-03-19 Kai KoehneDebugger: Always disable v4 optimizer if v8 debugger...
2012-03-19 Aurindam JanaQmlEngineDebugService: Rename service to QmlDebugger
2012-03-19 Simjees AbrahamDebugger: Add optional 'host' argument to -qmljsdebugger
2012-03-19 Aurindam JanaQmlDebuggingTests: Separate out public and private...
2012-03-19 Kai KoehneQmlProfiler: Make sure there's minimal overhead when...
2012-03-19 Kai KoehneQmlProfiler: Do not log expression for binding
2012-03-19 Charles YinSkip some font loader tests for Windows
2012-03-19 Charles YinDon't change the executable name if only build in debug...
2012-03-19 Charles YinFix qmldevtools library build error on Windows
2012-03-19 Charles YinMake qqmlinspector test work on Windows
2012-03-19 Chris AdamsNotify QQJSE::DW of expression deletion during dtor
2012-03-19 Kai KoehneDebugger: Fix compilation with C++11
2012-03-19 Aurindam JanaQmlDebugging: Object Tree and States List
2012-03-19 Martin JonesWhen clearing an incubator also clear incubators it...
2012-03-19 Martin JonesResetting a model can cause a crash in views with heade...
2012-03-19 Martin JonesEnsure section header/footer are cleaned up.
2012-03-19 Martin JonesDon't crash view while changing model.
2012-03-19 Andrew den... Fix QQuickCanvas test failure.
2012-03-19 Michael BrasserFix grabbing to wait until the image has actually been...
2012-03-15 Michael BrasserFix bug in v4 strict equality.
2012-03-15 Harald FernengelSmall LSB hacks
2012-03-15 Miikka HeikkinenWindows: Fix file URL issues in declarative autotests
2012-03-15 Miikka HeikkinenFix tst_qquickimageparticle test compilation with Visua...
2012-03-15 Martin JonesAllow threaded compilation in an async Loader
2012-03-15 Yoann LopesSupport for multiple textures in the default distance...
2012-03-15 Alan AlpertFix merge
2012-03-15 Alan AlpertDon't assert if focus is already clear.
2012-03-15 Andrew den... Don't leak function objects created by VisualDataModel.
2012-03-15 Martin JonesSet more sensible Flickable default input filtering...
2012-03-15 Chris AdamsFix crash caused by dereferencing collected v8 data
2012-03-15 Chris AdamsDon't allow tst_QJSEngine or tst_QJSValue instance...
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-14 Chris AdamsEnsure that dynamic property storing QObject ptr notifi...
2012-03-14 Kent HansenLet V8 throw the exception when QML property lookup...
2012-03-14 Miikka HeikkinenRemove warning about missing file from parserstress...
2012-03-14 Miikka HeikkinenWindows: Mark several declarative test cases insignificant
2012-03-14 Kent HansenUse the same ReferenceError message wording as V8
2012-03-14 Andrew den... Don't store duplicate glyph data in a distance field...
2012-03-14 Kai KoehneDebugger: Print informational messages via qDebug
2012-03-14 Kai KoehneDebugger: Fix autotest for shadow builds
2012-03-14 Gunnar Slettafix gl under example to work also on trivial render...
2012-03-14 Kai KoehneDebugger: Fix autotests on Windows
2012-03-14 Frederik GladhornRemove all accessibility updates to allow changes in...
2012-03-14 Caroline ChaoCodeCoverage: Skip headersclean test.
2012-03-14 Luis Gabriel... Fix AND expression in v4
2012-03-14 Andrew den... Fix memory leak with the shared distance field glyph...
2012-03-14 Chris AdamsDisable particle-related examples from tst_examples
2012-03-14 Gunnar SlettaFix wrap modes not being set.
2012-03-14 Gunnar SlettaRemove use of redundante nullPixmap image reference
2012-03-14 Martin JonesReuse a QQuickCanvas in examples auto test.
2012-03-14 Charles YinRefactor canvas examples by following the new example...
2012-03-14 Michael BrasserSupport module api objects in v4.
2012-03-14 Martin JonesReuse QQuickView in GridView table driven tests
2012-03-13 Charles YinMore refactoring on animation controller
2012-03-13 Casper van... Remove the usage of deprecated qdoc macros.
2012-03-13 Charles YinImplement mouseDrag
2012-03-13 Frederik GladhornSend accessibility updates for the right item.
2012-03-13 Thomas HartmannAdding a custom easing curve editor to declarative...
2012-03-13 Andrew den... Remove unused init function.
2012-03-13 Aurindam JanaQmlDebugging: Modify test JSDebug test cases
2012-03-13 Kai KoehneDebugger: Use QStringLiteral where appropriate
2012-03-13 Martin JonesReuse QQuickView in ListView table driven tests
2012-03-13 Christiaan... QmlProfiler: updated standalone app
2012-03-13 Toby TomkinsDefault image scaling behaviour has changed; fix autotest.
2012-03-13 Chris AdamsFix crash when writing property after engine deletion
2012-03-13 Aaron McCarthyOnly attempt to load QML test cases from source directo...
2012-03-13 Charles YinRefactor XMLHttpRequest example.
2012-03-13 Charles YinRefactor localstorage example
2012-03-13 Aaron KennedyMove binding and expression classes to separate files
2012-03-13 Martin JonesSpeed up view flick tests.
2012-03-13 Jason McDonaldtestlib: Improve verbose and XPASS output
2012-03-13 Martin JonesListView.contentHeight does not include header and...
2012-03-13 Chris AdamsFix leak in tst_qquicklistmodel unit test
2012-03-13 Bea LamDisplaced items were moving unnecessarily
2012-03-13 Martin JonesImprove interaction of nested Flickables and PathView
2012-03-13 Andrew den... Declare change set and compositor structs as movable...
2012-03-13 Glenn WatsonChange repeater item to handle model being deleted.
next