platform/upstream/qtdeclarative.git
2013-08-20 Simon HausmannMerge branch 'wip/v4' of ssh://codereview.qt-project...
2013-08-20 Lars KnollClean up one more header dependency for the compiler
2013-08-20 Lars KnollRemove QV4::DiagnosticMessage
2013-08-20 Erik VerbruggenAdd the constant condition evaluation optimization.
2013-08-20 Erik VerbruggenVarious fixes to the optimizer.
2013-08-20 Shawn RutledgeFolderListModel: count property has countChanged notifier
2013-08-19 J-P NurmiQQuickWindow: handle QWheelEvent::phase
2013-08-19 Erik VerbruggenAdd linear scan register allocation.
2013-08-19 Simon HausmannCleanup: Determine the root/entry function in isel...
2013-08-19 Simon HausmannFix ARM build
2013-08-19 Simon HausmannFix class vs. struct mismatch
2013-08-19 Simon HausmannProspective MSVC build fix
2013-08-19 Simon HausmannRemove unused references to qtjsbackend from sync.profile
2013-08-19 Frederik GladhornMerge remote-tracking branch 'origin/stable' into dev
2013-08-19 Martin JonesDragging MouseArea nested in Flickable does not work...
2013-08-18 Simon HausmannProspective build fix for namespaced Qt builds
2013-08-18 Lars KnollOptimize setting new properties on objects
2013-08-18 Simon HausmannCleanup: Make isel subclass the unit generator
2013-08-18 Simon HausmannGet rid of engine pointer in isel
2013-08-18 Simon HausmannFix invalid reads with strings
2013-08-18 Simon HausmannFix eval operating on incorrect runtime data
2013-08-17 Lars KnollRemove unused overload of newCallContext()
2013-08-17 Erik VerbruggenSmall typo fixes.
2013-08-17 Peter VargaFactor out protoHasArray and hasAccessorProperty
2013-08-17 Lars KnollSimplify __qmljs_call_property_lookup
2013-08-17 Lars KnollNever convert the this object when calling a builtin...
2013-08-17 Lars KnollMove arguments object creation into the generated code
2013-08-17 Lars KnollOptimize contruction of Arguments objects
2013-08-17 Lars KnollFix two small issues when construcint Array objects
2013-08-17 Lars KnollOptimize Function.prototype.apply/call()
2013-08-16 Simon HausmannRemove unused Function::engine member and line number...
2013-08-16 Simon HausmannMerge Function::init with the constructor
2013-08-16 Simon HausmannEliminate all vm functions on the isel side
2013-08-16 Simon HausmannUse indices into the runtime functions array instead...
2013-08-16 Alan AlpertDoc fix
2013-08-16 David FaureFix tst_qquickfolderlistmodel flakiness using QSignalSp...
2013-08-16 Simon HausmannGet rid of the functions list in QV4::ExecutionEngine
2013-08-16 Simon HausmannRefcount the compilation unit and remove refcount from...
2013-08-16 Simon HausmannReduce ExecutionEngine dependencies in the moth and...
2013-08-16 Simon HausmannGet rid of QV4::Function::lineNumberMappings by porting...
2013-08-16 Simon HausmannGet rid of QV4::Function::generatedValues by porting...
2013-08-16 Simon HausmannPorted identifiers in moth to use runtime strings
2013-08-16 Simon HausmannInitial port of moth to the new compile data structures
2013-08-16 Nils JeiseckeFix currentIndex in Qml itemView when assigning an...
2013-08-16 Simo FältMarking tst_qquickgridview as insignificant in win...
2013-08-16 Simo FältMarking tst_qquicktextedit as insignificant in win
2013-08-16 Simon HausmannGet rid of the QV4::Function in the masm isel
2013-08-16 Simon HausmannPorted the compile-time class setup for object literals...
2013-08-16 Simon HausmannCleanup: Store lookup tables inside the CompilationUnit
2013-08-16 Gunnar SlettaMake compare check against the right color
2013-08-16 Mitch CurtisDon't repaint the Canvas if it's just changing position.
2013-08-16 Simon HausmannStore line number mappings in the compiled function
2013-08-16 Simon HausmannPorted regular expressions over to be run-time generate...
2013-08-15 Sergio AhumadaMerge remote-tracking branch 'origin/release' into...
2013-08-15 Alan AlpertAdd changes-5.1.1 file
2013-08-15 Simo FältMarking tst_qquickitem as insignificant in win
2013-08-15 Simo FältMarking tst_qquickmousearea as insignificant on win
2013-08-15 Gunnar SlettaMake sure we propegate the filtering state to the inter...
2013-08-15 Sergio Ahumadatest: Remove v8-private for tst_pointers
2013-08-15 Simon HausmannRemove identifier() from masm isel
2013-08-15 Simon HausmannFix crashes with unmarked runtime strings
2013-08-15 Simon HausmannFix valgrind errors in strings in compiled data
2013-08-15 Simon HausmannPorted lookups to use the compiled data infrastructure
2013-08-15 Simon HausmannConvert more of the masm backend to generate code for...
2013-08-15 Shawn RutledgeFileDialogs example: added option to open the files
2013-08-15 Shawn Rutledgeexamples: set application name and organization for...
2013-08-15 Simon HausmannPrepare MASM for better runtime string handling
2013-08-15 Simon HausmannImprove reliability of v4 debugger tests
2013-08-15 Simon HausmannInitialize formals and locals from the compiled functio...
2013-08-15 Simon HausmannStore the file name per compilation unit, not per compi...
2013-08-15 Simon HausmannMove codeRef out of QV4::Function
2013-08-15 Simon HausmannMove the masm compilation unit entirely into qv4isel_masm
2013-08-15 Simon HausmannMove QV4::Function::sourceFile to CompiledFunction
2013-08-15 Simon HausmannGet rid of flags in QV4::Function and use CompiledFunct...
2013-08-15 Simon HausmannFix writing the function offset table and initialize...
2013-08-15 Simon HausmannBegin using the compiled data structures for runtime...
2013-08-15 Simon HausmannInitial version of generator for new data structures
2013-08-14 Daiwei LiUnset the cursor when an Item is unparented
2013-08-14 J-P NurmiAdd changes-5.2.0 file
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 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/release...
2013-08-13 Sergio Ahumadatest: Mark tst_qqmlmoduleplugin::incorrectPluginCase...
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 HausmannMerge branch 'dev' of ssh://codereview.qt-project.org...
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 Josh FaustFix hover event crash
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
next