platform/upstream/qtdeclarative.git
2013-08-14 Peter VargaFix Array.prototype.concat
2013-08-14 Erik VerbruggenAdd utility conversion methods for use in the JIT.
2013-08-14 Erik VerbruggenMake some clone methods statically accessible.
2013-08-14 Erik VerbruggenMove the Param struct out of the Instr union.
2013-08-14 Erik VerbruggenAdded an iterative version of factorial as a (performan...
2013-08-13 J-P NurmiSay hello to Qt.labs.settings
2013-08-13 Erik VerbruggenChange post-increment/-decrement to not use a built-in.
2013-08-13 Jerome PasionDoc: Renamed accessibility example to "quick-accessibil...
2013-08-13 Jerome PasionDoc: Renamed and moved examples/qml/i18n to examples...
2013-08-13 Simon HausmannFix memory leak in identifier table
2013-08-13 Simon HausmannRemove dependency to qtjsbackend from sync.profile
2013-08-13 Simon HausmannFix leaks in Phi nodes in the V4 IR
2013-08-12 Simon HausmannFix leak of QString in V4 IR
2013-08-12 Gunnar SlettaDon't set opacity when we are not told
2013-08-12 Gunnar SlettaPublic API for creating atlas textures, when available.
2013-08-12 Gunnar SlettaFix QSGSimpleTextureNode's dirty signals for atlas...
2013-08-12 Simon HausmannRe-enable JIT
2013-08-12 Simon HausmannFix build on QNX
2013-08-12 Frederik GladhornMerge "Merge remote-tracking branch 'origin/stable...
2013-08-12 Alex BlascheExport V4::PersistentValuePrivate
2013-08-12 Simon HausmannAdd reference counting to the VM functions
2013-08-12 Simon HausmannImprove reliability of tst_qqmlcomponent::onDestruction...
2013-08-12 Frederik GladhornMerge remote-tracking branch 'origin/stable' into dev
2013-08-12 Gunnar SlettaSupport opt-in QSGNode descriptions without breaking...
2013-08-12 Gunnar SlettaIntroduce QSGMaterial::CustomCompileStep
2013-08-12 Simon HausmannGet rid of unused outer function pointer of QV4::Function
2013-08-10 Tomasz Siekierda... Document parenting behaviour of delegates in QML ListVi...
2013-08-09 Sergio Ahumadatest: Adapt to Qt.platform.os rename ("mac" -> "osx")
2013-08-09 Simon HausmannFix binop related crashes in the interpreter
2013-08-09 Erik VerbruggenFix invalid condition in comparisson.
2013-08-09 Jerome PasionDoc: Moved QML "plugins" example to "qmlextensionplugins"
2013-08-09 Kai KoehneFix needless conversion from char * to QString
2013-08-09 Kai KoehneRemove unused local variables
2013-08-08 Simon HausmannTrivial compile fix for tools/v4/v4
2013-08-08 Simon HausmannFix tst_qqmlecmascript::scope() and behavioural compati...
2013-08-08 Alex BlascheExport QJSValuePrivate
2013-08-08 Simon HausmannFix another bug with automatic semicolon insertion
2013-08-08 Simon HausmannFix hasOwnProperty on various types wrapped in QML
2013-08-08 Lars KnollClean up some header dependencies
2013-08-08 Lars KnollThe Moth VME is actually part of the runtime, not the...
2013-08-08 Lars KnollMove the parser folder from src/qml/qml to src/qml
2013-08-08 Lars KnollMove the JS Api into it's own folder
2013-08-08 Lars KnollRemove outdated notes file
2013-08-08 Gunnar SlettaAvoid redundant state changes in distancefield text...
2013-08-08 Lars KnollDisable the udis86 disassembler by default
2013-08-08 Lars KnollRemove the now unused rewriter directory
2013-08-08 Lars KnollRestructure source code
2013-08-08 Lars KnollRemove the llvm isel backend
2013-08-07 Lars KnollOptimize the JS == operator
2013-08-07 Lars KnollRemove context argument from most binops
2013-08-07 Lars KnollSpeed up JS comparison operations
2013-08-07 Richard Moe... Enable QtDeclarative for iOS
2013-08-07 Simon HausmannProspective fix for builds in the CI system on Windows...
2013-08-07 Gunnar SlettaStop the update timer when no windows are visible
2013-08-06 Sergio Ahumadasync.profile: Point dependencies to an empty string...
2013-08-06 Sergio AhumadaMerge "Merge branch 'stable' into dev" into refs/stagin...
2013-08-06 Thiago MacieiraRemove C-style casts from public headers.
2013-08-06 Simon HausmannMerge branch 'wip/v4' of ssh://codereview.qt-project...
2013-08-06 Nico VertriestDoc: createObject: adapted description of example
2013-08-06 Simon HausmannFix some GC related tests to work with MSVC
2013-08-06 Michael BrasserImprove memory usage of QQuickTextNode.
2013-08-05 Simon HausmannSkip the date time conversion tests on Windows
2013-08-05 Simon HausmannDisable some GC sensitive tests with MSVC
2013-08-05 Simon HausmannFix integer preserving arithmetics with the interpreter
2013-08-05 Simon HausmannFix line number resolution with the interpreter and...
2013-08-05 Duncan CunninghamFix crash in QQmlDebugService::objectForLocationInfo()
2013-08-05 Lars KnollOptimize lookups in the property cache
2013-08-05 Mitch CurtisSupport multiple quoted font families in Context2D...
2013-08-05 Simon HausmannFix stack traces into interpreter code
2013-08-05 Simon HausmannFix race condition in tst_QQuickFolderListModel::basicP...
2013-08-05 Jerome PasionDoc: Updated Qt QML and Qt Quick module pages.
2013-08-05 Albert Astals CidAllow passing a message to tryCompare
2013-08-05 Sergio AhumadaMerge branch 'stable' into dev
2013-08-04 Wesley Ceraso... Fixed wrong Context2d text baseline offset ajust
2013-08-02 Rafael RoquettoFix tst_qquickpath not to use fuzzy compare
2013-08-02 Rafael RoquettoFix tst_qquicktextedit
2013-08-02 Gunnar Slettaavoid redundant calls to glActiveTexture
2013-08-02 Gunnar SlettaRemove redundant calls...
2013-08-01 Michael BrasserAvoid using connect in QQuickImplicitSizeItem.
2013-08-01 Michael BrasserFix crash when changing non-cached source of image...
2013-08-01 Gunnar SlettaRemove comment that QQuickPaintedItem is only useful...
2013-08-01 Yoann LopesFixed distance field text getting clipped at small...
2013-08-01 Shawn RutledgeMore QUrl/QString conversion in FileDialog implementation
2013-08-01 Topi ReinioDoc: Clean up docs for PathView.highlightRangeMode...
2013-08-01 Gunnar SlettaRectangle which only draw an opaque border should not...
2013-07-31 Simon HausmannProspective iOS build fix
2013-07-31 Friedemann... Stabilize tst_qquickitem.
2013-07-31 Friedemann... Add diagnostic output to tst_qquickpathview::cancelDrag().
2013-07-31 Nils JeiseckeCorrectly update flickable visibleArea.heightRatio...
2013-07-31 Erik VerbruggenMacOS: get instruction stream after closing buffer.
2013-07-31 Alan AlpertClean up objects in QQmlApplicationEngine earlier
2013-07-30 Simon HausmannDisable qtdeclarative on iOS
2013-07-30 Erik VerbruggenAdded convertUInt32ToDouble for X86(_64)
2013-07-30 Simon HausmannDisable the JIT on Windows 64-bit again until the excep...
2013-07-30 Alan AlpertFix image URL
2013-07-29 J-P NurmiQQuickListViewPrivate::updateStickySections(): add...
2013-07-29 Rafael RoquettoFix tst_QQuickDrag::recursion()
2013-07-29 Friedemann... FolderListModel: Do not return invalid URLs like "file...
2013-07-29 Friedemann... FolderListModel: Fix setting of directory in componentC...
2013-07-29 Simon HausmannImprove reliability of GC related tests
next