platform/upstream/qtdeclarative.git
2014-02-25 Ulf HermannRegister the QML profiler's animation callback from...
2014-02-25 Ulf HermannDon't needlessly flush start times when stopping profiling
2014-02-24 Simon HausmannDetermine whether or not an object literal requires...
2014-02-24 Simon HausmannClean up object literal handling with integral indices
2014-02-24 Frederik GladhornMerge remote-tracking branch 'origin/release' into...
2014-02-23 Lars KnollSmaller cleanup
2014-02-23 Lars KnollClean up our internal namespaces
2014-02-22 Lars KnollMove binops out of the isel
2014-02-22 Lars KnollMove unops into it's own file
2014-02-22 Lars KnollMove the Assembler class into it's own file
2014-02-22 Lars KnollMove JIT infrastructure into it's own directory
2014-02-22 Lars KnollRemove unused method
2014-02-22 Lars KnollReally eliminate a|0 and b&(-1)
2014-02-22 Lars KnollAvoid some unneccesary instructions in swapValues
2014-02-22 Lars KnollMask rhs of shift operations in the IR for constants
2014-02-22 Lars KnollSlightly simplify generated code for conversion to int
2014-02-22 Lars KnollRemove unused text stream
2014-02-22 Lars KnollRemove some code duplication
2014-02-22 Lars KnollCleanup: Pass the function into the various SSA stages
2014-02-22 Lars KnollSimplify some runtime code
2014-02-22 Jan Arve SaetherUpdate QQuickTextInput's baselineOffset when only heigh...
2014-02-21 J-P NurmiQQuickTimeLine: add missing time checks
2014-02-21 Oswald Buddenhagenthe qmlextensionplugins example and a bunch of referenc...
2014-02-21 Oswald Buddenhagenthe shell example and a bunch of reference examples...
2014-02-21 Laszlo AgocsAdd touch and wheel events to QQuickWidget
2014-02-21 Laszlo AgocsAdd an error signal to QQuickWindow
2014-02-21 Laszlo AgocsFix missing depth and stencil buffer in QQuickWidget
2014-02-21 Laszlo AgocsAvoid extra platformwindows with QQuickWidget
2014-02-21 Björn BreitmeyerDon't use Vertexarrays
2014-02-21 Gunnar SlettaMake sure we update filtering options on atlas textures.
2014-02-20 Gunnar SlettaPrevent dangling pointer in QQuickShaderEffectSource.
2014-02-20 J-P NurmiFix item polishing
2014-02-20 Ulf HermannUpdate QQmlAbstractProfilerAdapter documentation.
2014-02-20 Laszlo AgocsUpdate QQuickWidget docs and changelog
2014-02-20 Laszlo AgocsAdd a signal for syncing external animation systems
2014-02-20 J-P NurmiFix ListModel::setProperty() to accept date roles
2014-02-20 Paul Olav TveteQQuickWidget example
2014-02-20 Volker KrauseOptimize QQuickItemParticle::prepareNextFrame().
2014-02-20 Michael BrasserEnsure Behavior stops animating when a new value is...
2014-02-20 Michael BrasserMake SmoothedAnimation and SpringAnimation smoothly...
2014-02-20 Tor Arne VestbøUpdate glyph cache type/format logic to match qtbase...
2014-02-19 Gunnar SlettaDo not add Images with invalid geometry to the scene...
2014-02-19 Arthur MelloGuarantee event's default state as not accepted
2014-02-19 Tor Arne VestbøPin qtbase to merge from dev while we integrate glyph...
2014-02-19 Michael BrasserRevert "Fix scenegraph backend API for material shaders."
2014-02-18 Simon HausmannMerge "Merge remote-tracking branch 'origin/stable...
2014-02-18 Simon Hausmann[new compiler] Report errors at type compile time for...
2014-02-18 Simon Hausmann[new compiler] Fix error reporting null object group...
2014-02-18 Simon HausmannMerge remote-tracking branch 'origin/stable' into dev
2014-02-17 Tor Arne VestbøUnpin qtbase in preperation for merge to stable
2014-02-17 Ulf HermannProperly export QQuickProfiler
2014-02-17 Lars KnollIntroducing QQuickWidget
2014-02-17 Simon HausmannUpdate pin of qtbase so that the qtquickcontrols revdep...
2014-02-17 Erik VerbruggenV4 JIT: enable register allocator on Linux/ARM.
2014-02-17 Erik VerbruggenV4 JIT: move registers for regalloc out of method.
2014-02-17 Erik VerbruggenV4 ARM JIT: make CONFIG+=disassembler work on ARM.
2014-02-17 Simon Hausmann[new compiler] Fix reported error location for unknown...
2014-02-17 Simon Hausmann[new compiler] Compile time check for objects assigned...
2014-02-17 Simon Hausmann[new compiler] Fix location of id property in error...
2014-02-17 Simon Hausmann[new compiler] Implement compile time error handling...
2014-02-16 Simon Hausmann[new compiler] Match class and file name
2014-02-16 Simon Hausmann[new compiler] Cleanup object creator members
2014-02-16 Simon Hausmann[new compiler] Fix test with aggressive gc
2014-02-16 Simon HausmannReduce memory usage for object literals with integral...
2014-02-16 Simon HausmannFix spurious binding loop errors in QtQuick Controls...
2014-02-16 Simon HausmannProspective iOS build fix for tst_qqmlmoduleplugin
2014-02-16 Simon HausmanniOS build fix for qmlplugindump
2014-02-16 Simon HausmannProspective build fix in the CI system for iOS
2014-02-16 Gunnar SlettaAvoid Nearest mipmap filtering for BorderImage.
2014-02-16 Thiago MacieiraReapply 612785f39e325b0578be89e09b0e32d7d08d471e fixing...
2014-02-15 Ulf HermannAdd dedicated QML profiler and adapter
2014-02-15 Ulf HermannMove QtQuick profiling to own profiler adapter
2014-02-15 Tor Arne VestbøPin qtbase version so we can integrate glyph format...
2014-02-15 Michael BrasserFix crash when the currently running binding is deleted.
2014-02-15 Michael BrasserEnsure m_opacityChange is cleared at the beginning...
2014-02-15 Michael BrasserUpdate scenegraph docs to be in line with Qt 5.2 behavi...
2014-02-15 Michael BrasserProvide scenegraph backend API for marking scenegraph...
2014-02-15 Fabian BumbergerFix polishItems bug
2014-02-14 Erik VerbruggenV4: Do not reverse-propagate int32 conversion through...
2014-02-14 Erik VerbruggenV4 IR: remove unused phi targets.
2014-02-14 Erik VerbruggenV4 IR: changed worklist used while doing optimizations.
2014-02-14 Andrew KnightCompile fix for MSVC2013
2014-02-13 Ulf HermannTest case for V4 profiler and its adapter
2014-02-13 Gunnar SlettaEnable program binary support through QSGRenderContext...
2014-02-13 Ulf HermannV4 profiler adapter
2014-02-13 Ulf HermannInfrastructure for supporting multiple profilers in...
2014-02-13 Jani HeikkinenDisable Flickable tests on Mac OS X.
2014-02-13 Simon Hausmann[new compiler] Fix context ownership for anonymous...
2014-02-12 Ulf HermannSatellite profiler for V4
2014-02-12 Frederik GladhornMerge "Merge remote-tracking branch 'origin/release...
2014-02-12 Florian HänelFix wrong calculation of viewPort for transitions
2014-02-12 Erik VerbruggenV4 JIT: remove unused register constant.
2014-02-12 Simon HausmannMerge "Merge remote-tracking branch 'origin/stable...
2014-02-12 VenuDoc: Added information about classname in qmldir
2014-02-12 Friedemann... Add a function dumping out a GBMI stack trace of the...
2014-02-12 Mitch CurtisExpose Qt Quick gradient conversion code privately.
2014-02-12 Gunnar SlettaAdd Image::mipmap to support mipmapping of images.
2014-02-12 Gunnar SlettaDisable Flickable tests on Mac OS X.
2014-02-12 Jan Arve SaetherFixed wrong baseline alignment for TextInput
2014-02-11 Simon HausmannMerge remote-tracking branch 'origin/stable' into dev
next