Stabilize test.
[profile/ivi/qtdeclarative.git] / src / quick /
2012-02-17 Bea LamTake QDeclarativeTransition::enabled() into account
2012-02-17 Michael BrasserAdd velocity data to TouchPoint
2012-02-17 Pekka VuorelaHave input method hints on only classes using them
2012-02-17 Andrew den ExterAvoid an unnecessary layout when eliding text.
2012-02-17 Bea LamCheck pending changes before they are reset, not after
2012-02-17 Yann BodsonProvide visual debugging for MouseArea and TouchArea
2012-02-16 Friedemann KleintQtDeclarative/Quick: Fix warnings.
2012-02-16 Michael BrasserEnsure visibility changes are communicated through...
2012-02-16 Bea LamBuilt-in transition support for ListView & GridView
2012-02-16 Andrew den ExterFix multi-length string substitution.
2012-02-16 Martin JonesAllow binding the size of a Loader to its item.
2012-02-15 Gunnar SlettaIntroduced QQuickCanvas::releaseResources().
2012-02-15 Yann BodsonRemove pixmap text caching in TextEdit element
2012-02-14 Martin JonesPreserve aspect ratio when setting Image.sourceSize
2012-02-14 Andrew den ExterFix access to context properties within TextEdit.curso...
2012-02-14 Andrew den ExterBetter document with examples how relative paths are...
2012-02-13 Kim Motoyoshi KallandFixed QML Item updates after reparenting.
2012-02-13 Charles YinRemove non-standard canvas filter/mirror functions
2012-02-13 Laszlo AgocsAdd basic TouchCancel handling to canvas.
2012-02-13 Yann BodsonQML Text: make sure that the bounding rect has a y...
2012-02-13 Justin McPhersonMake sure polish() is reentrant.
2012-02-13 Michael BrasserFix anchor jitters that could occur during animation.
2012-02-11 Charles YinTrack the animationRunning flag correctly in QQuickRend...
2012-02-10 Kai KoehneDebugger: Rename QDeclarativeDebugTrace to QDeclarative...
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-10 Martin JonesFlickable containing PinchArea is unresponsive followin...
2012-02-10 Justin McPhersonRefactor Canvas rendering paths.
2012-02-10 Christopher HamFix for QTBUG-23862 - Blank screen in Viewport
2012-02-10 Yann BodsonRemove clang warnings in particles
2012-02-10 Michael BrasserUpdate SmoothedAnimation and SpringAnimation to accept...
2012-02-10 Martin JonesUse use touch events to generate mouse events in Quick...
2012-02-09 Mathias MalmqvistAdded new convenience readonly visibleChildren property...
2012-02-09 Alan AlpertDoc fix
2012-02-09 Gunnar SlettaPass the QQuickCanvas to texture factories.
2012-02-09 Andrew den ExterAdd linkColor property to Text.
2012-02-09 Alan AlpertUse QDeclarativePixmap in the Particle System
2012-02-09 Michael BrasserFix warnings reported by clang.
2012-02-09 Alan AlpertRewrite multiline strings properly
2012-02-08 Charles YinAdd missing interface declaration
2012-02-08 Gunnar SlettaUse a singleton for the plugin.
2012-02-08 Alan AlpertSwitch to QMetaType::Type
2012-02-08 Glenn WatsonProvide determinant accessor in render state structure.
2012-02-08 Gunnar SlettaAdded QQuickCanvas::setRenderTarget(uint fbo, const...
2012-02-08 Bea LamAccept default targets for transitions
2012-02-08 Michael BrasserDon't hide virtual method.
2012-02-07 Kim Motoyoshi KallandLet Item.layer.samplerName be a QByteArray instead...
2012-02-07 Kim Motoyoshi KallandAllow Item components to be assigned to Item.layer...
2012-02-07 Michael BrasserInitialize value.
2012-02-07 Andrew den ExterResolve StyledText img tags relative to baseUrl.
2012-02-07 Kim Motoyoshi KallandFixed some Item.layer bugs and added auto-tests.
2012-02-07 Gunnar SlettaAvoid recursive parent chains in QQuickItem
2012-02-07 Andrew den ExterAdd contentWidth and contentHeight properties to Text...
2012-02-07 Michael BrasserAdd and use new animation backend.
2012-02-07 Yann BodsonRemove warnings with clang
2012-02-07 Alan AlpertFix symbol clash
2012-02-07 Martin JonesEnsure Flickable moving and flicking properties are...
2012-02-07 Martin JonesSection header is not made visible when changing curren...
2012-02-07 Yann BodsonRemove pixmap text caching in QML text element
2012-02-06 Andrew den ExterFix truncation and incorrect formatting of RichText.
2012-02-06 Simon HausmannFix acceptance of unhandled mouse events.
2012-02-06 Gunnar SlettaWarnings in the before/afterRender docs
2012-02-06 Tor Arne VestbøDon't start timers in the QDeclarativePixmapStore destr...
2012-02-06 Eskil Abrahamsen... Fix updating text color in Text element
2012-02-06 Andrew den ExterFix vertical offset of TextInput.positionToRectangle.
2012-02-06 Andrew den ExterFix TextEdit vertical alignment.
2012-02-06 Andrew den ExterAdd support for resizing fonts to fit Text dimensions.
2012-02-06 Yann BodsonCleanup: remove some debugging and use QQuickTextNode...
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Gunnar SlettaStarted implementation of offscreen canvas FBO renderin...
2012-02-02 Laszlo AgocsDo not start timers in QDeclarativePixmapStore teardown
2012-02-02 Pekka VuorelaAdapt to QGuiApplication::focusObject() for notifying...
2012-02-02 Yann BodsonSupport inline images with <img> tag in StyledText
2012-02-02 Martin JonesIncorrect initial pos after resizing view with margins.
2012-02-02 Simon HausmannFix unhandled touch events not being ignored.
2012-02-02 Bea LamMust update columns when GridView geometry changes
2012-02-02 Martin JonesMultiple fast flicks with large content moves faster
2012-02-02 Andrew den ExterCompress consective StyledText whitespaces into a singl...
2012-02-02 Andrew den ExterClear Text formatting when setting plain text content.
2012-02-02 Andrew den ExterAdd a persistentSelection property to TextInput.
2012-02-02 Martin JonesHandle a null source item being provided to ShaderEffect
2012-02-01 Gunnar SlettaExport on QQuickImageBase
2012-02-01 Friedemann KleintAccessibility: Use new updateAccessibility() API in...
2012-02-01 Jason McDonaldFix outdated license headers.
2012-02-01 Andrew den ExterGuard against event recursion in QQuickDrag.
2012-02-01 Andrew den ExterDocument the limitations of AutoText's rich text detection.
2012-02-01 Bea LamFixes for removing before visible
2012-02-01 Andrew den ExterUpdate item focus when the enabled property is changed.
2012-02-01 Andras BecsiFlickable should be controllable programatically
2012-02-01 Alan AlpertDocument that Item inherits QtObject
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Pekka VuorelaEnhance editors notifying input panel for input method...
2012-01-27 Gunnar SlettaRename QSGTexture::textureSubRect to normalizedTextureS...
2012-01-27 Gunnar SlettaOutput a friendly warning when makeCurrent fails
2012-01-27 Michael BrasserUpdate PathAnimation API and document.
2012-01-27 Michael BrasserRe-add documentation for AnchorAnimation and ParentAnim...
2012-01-27 Michael BrasserDocument PathInterpolator.
2012-01-27 Michael BrasserPathInterpolator should report angle in clockwise direc...
2012-01-27 Michael BrasserPrevent PathAnimation from hanging when jumping backwar...
2012-01-27 Alan AlpertImplement reverse mode for sprites
2012-01-27 Alan AlpertExtend QQuickSprite docs
next