platform/upstream/qtdeclarative.git
2013-12-03 J-P NurmiFix style animations to stop when the item is hidden
2013-12-03 Gunnar SlettaSafely abort when we don't succeed in creating a GL...
2013-11-30 Alan AlpertUpdate changelog for 5.2.0
2013-11-30 Topi ReinioDoc: Change the order of QQuickText function definitions
2013-11-30 Topi ReinioDoc: Update examples used in Writing QML Extensions...
2013-11-30 Gunnar SlettaHandle boundingboxes with NaN in them.
2013-11-30 Oswald Buddenhagendisable qml import scan for qmljs
2013-11-30 Tor Arne VestbøEnsure that QML Windows respect the default platform...
2013-11-27 Gunnar SlettaRevert 99480d5420c0beea6771be582c039b550a4461f5
2013-11-25 Simon HausmannFix out of bounds array access when index is integer...
2013-11-25 Yoann LopesUse QFontDatabase to check if a font is scalable.
2013-11-25 Gunnar SlettaStop render thread regardless when the window is being...
2013-11-25 Gunnar SlettaFix rendering of Flipable content.
2013-11-25 Frederik GladhornNo assert when the focus changes and a window has no...
2013-11-25 Simon HausmannFix memory corruption in QML expression compilation
2013-11-25 Simon HausmannAllow for QtQml and QtDeclarative to co-exist at run...
2013-11-25 Gunnar SlettaDo not crash when resizing invisible (non-tracked)...
2013-11-23 Daniel TeskeAndroid: Add qmltooling plugins to apk
2013-11-22 Gunnar SlettaBe even more tolerant towards broken platform behavior.
2013-11-22 Shawn RutledgeQtQuick.Dialogs MessageDialog docs
2013-11-22 Gunnar SlettaSafeguard the threaded renderloop against incorrectly...
2013-11-22 Simon HausmannAvoid symbol clashes when linking QtDeclarative and...
2013-11-22 Alan AlpertDon't store the QSGNode pointer
2013-11-22 Liang QiTextInput: add editingFinished signal
2013-11-20 Andy NicholsV4 Use getrlimit on Darwin to get the stack size for...
2013-11-20 Shawn Rutledgeqml tool on OSX: wait for a timeout before exiting
2013-11-20 Gunnar SlettaEnforce window rendering in sequence on llvmpipe.
2013-11-20 Gunnar SlettaFix bad refcounting for Context2D.drawImage with an...
2013-11-20 Lars KnollCheck that the pathlist is not empty before calling...
2013-11-20 Liang QiV4: fix Array.indexOf() for QStringList
2013-11-19 Andy NicholsiOS: Fix Build error in QSGTexture
2013-11-19 Tor Arne VestbøFix build on iOS
2013-11-19 Lars KnollGreatly reduce memory consumed by QQmlEngine instances
2013-11-19 Shawn RutledgeFileDialog example: remove setGeometry button
2013-11-19 Fabian BumbergerFix compilation on QNX
2013-11-19 Erik VerbruggenV4: remove failing assert and fix code.
2013-11-19 Simon HausmannFix failing assertion when trying to assign to an id...
2013-11-18 Erik VerbruggenV4 SSA: speed up dominator calculations.
2013-11-18 Erik VerbruggenFix compiler warnings with mingw64.
2013-11-18 Gunnar SlettaMake sure we clean up GL resources before we delete...
2013-11-18 Lars KnollFix small bug in array sorting
2013-11-18 Albert Astals CidMake comparison of singletons and qobjects work
2013-11-18 Jerome PasionDoc: Fixed list of animation types.
2013-11-18 Gunnar SlettaMake use of GL_APPLE_texture_format_BGRA8888.
2013-11-18 Lars KnollFix interaction between head room and appending in...
2013-11-18 Lars KnollDon't assert in QQuickItem::update
2013-11-18 Lars KnollLimit the amount of memory we allocate on the stack
2013-11-17 Alan AlpertDon't call receivers from disconnectNotify
2013-11-16 Kai KoehneRemove '-enable-debugger' argument from qml executable
2013-11-15 Gunnar SlettaFix lockup in creator.
2013-11-15 Jacek CałusińskiDo not crash when one of group animation's children...
2013-11-15 Maciej KujalowiczRemove version definition from custom particle shaders...
2013-11-15 Alan AlpertDeprecate logicalPixelDensity
2013-11-15 Shawn Rutledgeexamples/quick/window example: fullscreen is possible...
2013-11-15 Lars KnollFix === operator for value types
2013-11-15 Jerome PasionDoc: Fixed QtQuick.Window documentation
2013-11-15 Gunnar SlettaFix stacking order bug in the renderer
2013-11-15 Lars KnollDon't crash when trying to assign to null.prop
2013-11-15 Kai KoehneMake tst_qqmlprofilerservice more robust
2013-11-14 Lars KnollDon't dereference a null animationTemplate
2013-11-14 Gunnar SlettaAvoid deadlock in Qt Creator
2013-11-14 Gunnar SlettaImprove internal debug statements.
2013-11-14 Erik VerbruggenV4 debugging: fix step-over and step-out.
2013-11-14 Erik VerbruggenV4 debugging: Fix instable test.
2013-11-14 Albert Astals CidAllow passing qmlRegisterSingletonType QObjects to...
2013-11-13 Sean HarmerAdapt Qt Quick 2 renderer to work with OpenGL Core...
2013-11-13 Jerome PasionDoc: Adding FontDialog type to group "dialogs".
2013-11-13 Gunnar SlettaMake tst_nodes use QSGRenderLoop to behave more like...
2013-11-13 Erik VerbruggenFix native compilation on linux/arm with gcc 4.7.2
2013-11-13 Alan AlpertRevert ffaf39e9a7f11d4e2800b3b37160a2a952795614
2013-11-13 Alan AlpertPolish up QQmlFileSelector
2013-11-13 Friedemann... Fix warnings about deprecated string conversions in...
2013-11-12 Gunnar SlettaFix boundingbox calculation of rotated items.
2013-11-12 Simon HausmannFix property dependency generation for accelerated...
2013-11-12 Lars KnollFix out of bounds array index in the generated JIT...
2013-11-12 Erik VerbruggenV4 IR: change basic-block cleanup to remove unreachable...
2013-11-12 Alan AlpertUpdate .qmltypes files for 5.2
2013-11-12 Shawn RutledgeQtQuick.Dialogs: hide internal functions and properties
2013-11-12 Lars KnollFix Object::getArrayHeadRoom()
2013-11-12 Lars KnollFix Canvas2d.createConicalGradient
2013-11-12 Shawn RutledgeRemove unused _info on non-debug builds
2013-11-12 Erik VerbruggenV4 JIT: fix invalid sanity assert.
2013-11-12 Erik VerbruggenV4 IR: scan arguments when entering function scope...
2013-11-12 Erik VerbruggenV4: fix loop block marking for initializer blocks.
2013-11-12 Erik VerbruggenV4 interpreter: remove stack-slot allocator.
2013-11-12 Morten Johan... Improve qmlimportscanner.
2013-11-11 Alan AlpertAdd a verbose mode to qml
2013-11-11 Alan AlpertIntercept qmldir files with the url interceptor
2013-11-11 Gunnar SlettaImplement missing compare() function for Raised/Sunken...
2013-11-11 Gunnar SlettaAnimate when only one out of several windows is exposed.
2013-11-10 Erik VerbruggenDebugging with V4
2013-11-09 Marco BubkemoveOffset in QQuickPathView::modelUpdated uninitialized
2013-11-09 Gunnar SlettaFix assert with native text rendering.
2013-11-09 Gunnar SlettaAvoid using huge floating point values in the renderer.
2013-11-09 Antti PiiraAdd a new variant of qmlRegisterSingletonType for QML...
2013-11-09 Yoann LopesFallback to native font rendering for bitmap fonts.
2013-11-09 Simon HausmannFor x86 builds, try to detect SSE2 availability early...
2013-11-09 Lars KnollRemove stray warn_off in pri file
2013-11-09 Lars KnollFix a few more compiler warnings in release builds
2013-11-09 Yoann LopesWorkaround for glyph upload bug with the Mali-400 GPU.
next