platform/upstream/qtdeclarative.git
2014-03-07 Lars KnollFix test failure in qqmldebugjs autotest
2014-03-07 Lars KnollFixes to breakpoint handling
2014-03-07 Lars KnollAdd a Line instruction to the interpreter
2014-03-07 Lars KnollSimplify our breakpoint handling
2014-03-07 Simon HausmannRemove old compiler and VME
2014-03-07 Paul Olav TveteQQuickWidget: make sure to use the proper GL format
2014-03-07 Giorgos TsiapaliokasAdd the features of QLoggingCategory to QML's debugging...
2014-03-07 Erik VerbruggenV4 JIT: fix stack space reserving code
2014-03-07 Erik VerbruggenV4: fix address printing on 64bit platforms
2014-03-07 Erik VerbruggenFix MSVC2012 compiler warnings in disabled code.
2014-03-07 Erik VerbruggenV4 JIT: fix up register usage for linux/macos on x86_64.
2014-03-07 Erik VerbruggenFix more MSVC2012 compiler warnings.
2014-03-07 Friedemann... QML testlib: Do not modify the arguments passed into...
2014-03-07 Shawn RutledgeMouseArea: make clear containsMouse requires the cursor...
2014-03-06 Laszlo PappFix a couple of typos in the documentation
2014-03-06 Andrew KnightQSGBatchRenderer: return when a shader is not returned...
2014-03-06 Simon HausmannSwitch the code path from the old compiler and VME...
2014-03-06 Simon Hausmann[new compiler] Fix crash in tst_qquickpathview
2014-03-06 Simon Hausmann[new compiler] Fix potential infinite recursion when...
2014-03-06 Simon Hausmann[new compiler] Fix incorrect accelerated lookups to...
2014-03-06 Takumi AsakiDoc: Fix "Right-to-left User Interfaces"
2014-03-06 J-P NurmiStabilize tst_QQuickPathView:dataModel()
2014-03-06 J-P NurmiFix GridView flow enum docs
2014-03-05 Gunnar SlettaReset the expose cycle when polishAndSync aborts.
2014-03-05 Ulf HermannAdd some leading white space to generated code for...
2014-03-05 Simon Hausmann[new compiler] Fix designer integration
2014-03-05 Simon HausmannMake tst_qqmlincubator::chainedAsynchronousIfNested...
2014-03-05 Simon Hausmann[new compiler] Fix auto component creation with composi...
2014-03-05 Simon Hausmann[new compiler] Add support for deferred properties
2014-03-05 Simon Hausmann[new compiler] Fix invalid memory reads when JS closure...
2014-03-05 Andrew KnightFix qquickfolderlistmodel test compilation on WinRT
2014-03-05 Erik VerbruggenFix MSVC2012 compiler warnings.
2014-03-05 Friedemann... Add some error handling to the QWindowContainer example.
2014-03-05 Gunnar SlettaDon't sort batches when there are no changes.
2014-03-04 Simon Hausmann[new compiler] Fix property initialization order for...
2014-03-04 Simon HausmannFix crash when accessing var properties in objects...
2014-03-04 Simon HausmannCombine the source file, line and column number triplet...
2014-03-04 Simon Hausmann[new compiler] Fix profiler support
2014-03-04 Simon Hausmann[new compiler] Fix some qqmlincubator tests
2014-03-04 Mitch CurtisDocument qmlContext() and qmlEngine().
2014-03-04 Laszlo AgocsRemove isES() usage in scenegraph
2014-03-04 Erik VerbruggenV4 JIT: enable register allocator on win32.
2014-03-04 Michael BrasserReduce size of QQmlBoundSignalExpression in the common...
2014-03-04 Lars KnollMove all binop related code into qv4binop*
2014-03-03 Simon Hausmann[new compiler] Fix tst_qqmlvaluetypes
2014-03-03 Simon Hausmann[new compiler] Detect when writing to read-only value...
2014-03-03 Lars KnollRemove unused ExecutionEngine::allFunctions
2014-03-03 Lars KnollRemove unused codeSizes
2014-03-03 Lars KnollRemove nArguments and name from QV4::Function
2014-03-03 Simon Hausmann[new compiler] Fix tst_qquickloader::deleteComponentCra...
2014-03-03 Sergio AhumadaFix some typos
2014-03-03 Simon HausmannWork around MSVC having issues with nested classes...
2014-03-03 Jerome PasionDoc: Renamed Qt Quick Code Samples page.
2014-03-03 Erik VerbruggenV4 JIT: enable disassembler on windows.
2014-03-03 Erik VerbruggenV4 JIT: fix MSVC warning.
2014-03-03 Konstantin... Fix build with QT_FORCE_ASSERTS
2014-03-03 Sergio AhumadaPrefer to use normalised signal/slot signatures
2014-03-03 Simon Hausmann[new compiler] Set class name for QML types correctly
2014-03-03 Lars KnollFix a crash in the register allocator
2014-03-03 Albert Astals CidMake QQmlPropertyData::name const
2014-03-02 Simon HausmannMake it possible to call QQmlEngine::setObjectOwnership...
2014-03-02 Simon HausmannFix calls to overloaded slots for QObjects not created...
2014-03-02 Simon Hausmann[new compiler] Fix warnings in qml list model custom...
2014-03-02 Simon Hausmann[new compiler] Add the correct object index to the...
2014-03-02 Simon HausmannMake QQmlExpression more robust when initializing from...
2014-03-02 Simon Hausmann[new compiler] Cleanup
2014-03-02 Simon Hausmann[new compiler] Fix for tst_qqmlconnections
2014-03-02 Simon Hausmann[new compiler] Fix qquickvisualdatamodel tests
2014-03-02 Simon Hausmann[new compiler] Fix QQmlPropertyMap tests
2014-03-02 Simon Hausmann[new compiler] Fix tst_qqmlengine::trimComponentCache
2014-03-02 Simon Hausmann[new compiler] Fix tst_qqmlqt's trace test
2014-03-02 Simon Hausmann[new compiler] Clean up error handling in AST pass
2014-03-02 Simon Hausmann[new compiler] Fix tst_qqmlqt::createComponent
2014-03-02 Simon Hausmann[new compiler] Fix a few more tests related to property...
2014-03-02 Simon HausmannAdd a column to the default method error message
2014-03-02 Simon Hausmann[new compiler] Report an error when trying to append...
2014-03-02 Simon Hausmann[new compiler] Fix property assignments to resolved...
2014-03-02 Simon Hausmann[new compiler] Remove incorrect assertion
2014-03-02 Simon Hausmann[new compiler] Fix remaining qquickanimation test failures
2014-03-02 Simon Hausmann[new compiler] Fix qquickanimation test crash
2014-03-02 Simon Hausmann[new compiler] Fix implicit component determination...
2014-03-02 Simon Hausmann[new compiler] Fix evaluateEnum for custom parsers
2014-03-02 Simon Hausmann[new compiler] Compile functions and bindings in approp...
2014-03-02 Simon Hausmann[new compiler] Fix memory leaks
2014-03-02 Simon Hausmann[new compiler] Fix error location for run-time binding...
2014-03-02 Simon Hausmann[new compiler] Fix lazy binding evaluation
2014-03-02 Simon Hausmann[new compiler] Fix error reporting for group properties
2014-03-02 Simon Hausmann[new compiler] Fix error reporting when trying to set...
2014-03-02 Simon Hausmann[new compiler] Don't allow for attached properties...
2014-03-02 Simon Hausmann[new compiler] When resolving names of attached propert...
2014-03-02 Simon Hausmann[new compiler] Fix determination of property caches...
2014-03-02 Simon Hausmann[new compiler] Improve error message for incorrect...
2014-03-02 Simon Hausmann[new compiler] Ensure that qualified type names end...
2014-03-02 Simon Hausmann[new compiler] Report errors when a property name start...
2014-03-02 Simon Hausmann[new compiler] Fix error reporting for invalid componen...
2014-03-02 Simon Hausmann[new compiler] Fix error location when id property...
2014-03-02 Simon HausmannFix debug output when tests fail
2014-02-28 Gabriel de... Glyph node: Those null coords are useful after all
2014-02-28 Michael BrasserImprove memory usage in QML/V4 engine.
2014-02-28 J-P NurmiQQuickWindow: fix content item size
next