platform/upstream/qtdeclarative.git
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
2014-02-28 Björn BreitmeyerFixed regression from fd5c629f4336b1f79
2014-02-28 Paul Olav TveteQQuickWidget: handle hide and show events properly
2014-02-28 Mitch CurtisTidy up DropArea documentation.
2014-02-28 Gunnar SlettaEnsure that ShaderEffectSource's texture has correct...
2014-02-28 Gunnar SlettaThreaded render loop should block until the frame is...
2014-02-28 Tor Arne VestbøFix renderType: Text.NativeRendering on retina screens
2014-02-28 J-P NurmiFix tst_qquicktext::hover()
2014-02-27 J-P NurmiCanvas: do not emit paint signal when invisible
2014-02-27 J-P NurmiRevert "Fix item polishing"
2014-02-27 Ulf HermannFix behavior when starting/stopping multiple QML profil...
2014-02-27 J-P NurmiMark tst_qquickpathview insignificant on OS X
2014-02-26 Fawzi Mohamedqmlplugindump: adding isComposite
2014-02-26 Nils JeiseckeMake GridView/ListView attached "view" property availab...
2014-02-25 Michael BrasserFix global object handling in worker script JS files.
2014-02-25 Ulf HermannAdd double-click to QQuickWidget
2014-02-25 Shawn Rutledgetst_qquickpathview: show window before flicking
2014-02-25 Morten Johan... Add support for scanning javascript files.
2014-02-25 Laszlo AgocsFix crashes and incorrect extension queries on GL3+
2014-02-25 Gunnar SlettaIntroduced a few more signals to QQuickWindow.
2014-02-25 Marco BubkeFix wrong assert in QSGRenderLoop::setInstance
2014-02-25 Fawzi Mohamedqmlplugindump: adding writeBooleanBinding to write...
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
next