platform/upstream/qtdeclarative.git
2013-11-04 Lars KnollBetter way of handling string additions
2013-11-04 Lars KnollFix a bug in LifetimeInterval:covers()
2013-11-04 Topi ReinioDoc: Add missing image to XmlListModel documentation
2013-11-04 Simon HausmannFix unused variable warning in release builds
2013-11-04 Topi ReinioDoc: Fix warnings in StocQt Qt Quick demo
2013-11-04 Erik VerbruggenFix various compiler warnings in order to remove warn_o...
2013-11-01 Simon HausmannAvoid exception checks after calls to some run-time...
2013-11-01 Simon HausmannAvoid unnecessary saving of the instruction pointer...
2013-11-01 Simon HausmannImprove debugging of QML expressions
2013-11-01 Gunnar SlettaSay hello to the scene graph sanity-tests for rendering
2013-11-01 Liang Qitests: fix tst_qqmlmoduleplugin::incorrectPluginCase()
2013-11-01 Erik VerbruggenV4: make Scope uncopyable.
2013-11-01 Richard Moe... QQuickWindowPrivate: implement clearFocusObject
2013-11-01 Lars KnollFix a bug in the inserting setters
2013-11-01 Lars KnollDon't assert on (++1), rather throw a ReferenceError
2013-11-01 Simon HausmannFix valgrind errors in tst_qqmlecmascript::revision
2013-11-01 Tobias HungerFix build using clang
2013-11-01 Frederik GladhornKeyNavigation should use forceActiveFocus
2013-11-01 Gunnar SlettaAdded private API for enabling sharing between the...
2013-11-01 Gunnar SlettaFix rendering bug with batched translucent elements.
2013-11-01 Alan AlpertFix qml runtime when loading files that imported other...
2013-11-01 BogDan VatraFix compile.
2013-10-31 Simon HausmannSpeed up lookups of imported scripts
2013-10-31 Liang Qitests: replace nokia with qtproject in tst_qqmlmoduleplugin
2013-10-31 Lars KnollOptimize string additions
2013-10-31 Lars KnollOptimize lookup code
2013-10-31 Simon HausmannImplement loading of resolved imported scripts
2013-10-31 Simon HausmannImplement setting of values to resolved QObject properties
2013-10-31 Gunnar SlettaBe consistent when checking for blocked subtrees.
2013-10-31 Kai KoehneFix compilation with Mingw.org headers
2013-10-31 Simon HausmannPropagate bool/int/double/string types from QML into...
2013-10-31 Simon HausmannResolve member expressions of QObject members
2013-10-31 Shawn RutledgeQtQuick.Dialogs DefaultFontDialog: visual improvements
2013-10-31 Simon HausmannFix hanging debug engine auto-tests
2013-10-31 Sean HarmerRefactor shaders into seprate GLSL source files
2013-10-31 Simon HausmannInitial support for resolving meta-property access...
2013-10-31 Simon HausmannFix crash in QObject tree destruction
2013-10-30 Alan AlpertLoad image data on main thread
2013-10-30 Shawn RutledgeQtQuick examples make use of the new pixelDensity property
2013-10-30 Shawn RutledgeQtQuick.Dialogs DefaultFileDialog: visual improvements
2013-10-30 Shawn RutledgeQtQuick.Dialogs MessageDialog: use Flow for button...
2013-10-30 Shawn RutledgeQtQuick.Dialogs: fake window decoration clips, is opaqu...
2013-10-30 Shawn RutledgeQtQuick.Dialogs: handle more keyboard shortcuts
2013-10-30 Gunnar SlettaWork around Nouveau driver bugs
2013-10-30 Jan Arve SaetherDon't let contentItem be FINAL in order to allow shadowing.
2013-10-30 Lars KnollRemove the last C++ exceptions from QtQml
2013-10-30 Liang QiTest: qmltest/fontloader were fixed
2013-10-30 Lars KnollFix a regression introduced in I6e141a425c2b4cc0cd64c7f...
2013-10-30 Lars KnollUse lookups in the interpreter
2013-10-30 Lars KnollOptimize some unops and binops for moth
2013-10-30 Lars KnollMoth: Inline a couple of binops
2013-10-30 Gunnar SlettaUse one render loop per QQuickWindow
2013-10-30 Shawn Rutledgeqml tool: compiles with clang
2013-10-30 Alan AlpertFix qqmllocale test
2013-10-29 Simon HausmannCleanup QML specific JS code generator
2013-10-29 kakaduFix adding created objects to instantiator.
2013-10-29 kakaduAdd support of hidden files to folder list model.
2013-10-29 Simon HausmannSpeed up id object lookups
2013-10-29 Lars KnollInline unary operations in moth
2013-10-29 Gunnar SlettaRemove superfluous code.
2013-10-29 Antti PiiraModify SameGame to use QML Singleton
2013-10-29 Gunnar SlettaMake sure custom particles mark themselves dirty.
2013-10-29 Sean HarmerPrevent bogus warning message flood on nVidia driver...
2013-10-29 J-P NurmiQQmlSettings: fix loading of initial values
2013-10-29 J-P NurmiQQmlSettings: fix indentation
2013-10-29 Lars KnollRework parameter handling for moth
2013-10-29 Lars KnollRemove the LoadValue instruction
2013-10-29 Lars KnollMove constants into the compiled data for the interpreter
2013-10-29 Lars KnollAdd a constant table to the compiled data
2013-10-29 Frederik GladhornSeed Math.random in v4
2013-10-29 Gunnar SlettaTrack size changes from transform animators.
2013-10-29 Gunnar SlettaAdd references to Animators from the QML Type Reference
2013-10-29 Simon HausmannDisable DST related locale test temporarily
2013-10-29 Simon HausmannFix interpreter without computed goto and new exception...
2013-10-29 Lars KnollRemove qv4unwindhelper class
2013-10-29 Lars KnollCleanup: Remove now unused throwInternal() method
2013-10-29 Lars KnollFix the remaining try/catch statements in C++
2013-10-29 Lars KnollProtect write accesses to objects
2013-10-29 Lars KnollAvoid side effects when en exception has been thrown.
2013-10-29 Lars KnollCorrectly catch exceptions in the API methods
2013-10-29 Lars KnollProperly propagate parse errors
2013-10-29 Lars KnollExit the codegen in case we have thrown a parse error
2013-10-29 Lars KnollImplement new exception handling for moth
2013-10-29 Lars KnollRework IR code generation for try/catch/finally
2013-10-29 Lars KnollRework exception handling
2013-10-29 Lars KnollDisable the stack slot allocator
2013-10-26 Gunnar SlettaFix rendernode bug and enable rendernode test.
2013-10-25 Shawn RutledgeQtQuick.Dialogs: resolution-independent controls use...
2013-10-25 Shawn RutledgeScreen attached property: expose pixelDensity property
2013-10-25 Gunnar SlettaMake sure QQuickBorderImage sets its pixmapChanged...
2013-10-25 Antti PiiraUse finalUrl in QQmlTypeLoader::Blob::addPragma to...
2013-10-25 Tor Arne VestbøExplicitly mark subdirs as host_builds in SUBDIRS template
2013-10-25 Oswald Buddenhagensimplify host_build logic again
2013-10-25 Oswald Buddenhagensanitize dependencies surrounding qmlimportscanner
2013-10-25 Oswald Buddenhagenuntangle SUBDIRS
2013-10-25 Oswald Buddenhagenremove useless CONFIG-=app_bundle
2013-10-25 Tasuku SuzukiMake qtdeclarative compile with -no-gui
2013-10-25 Shawn RutledgeItem documentation: visibleChildren is a list of items...
2013-10-24 Alan AlpertClear text node references after sub-tree has been...
2013-10-24 VenuDoc: Fixed broken links
next