Reorganise release notes for QtQml and QtQuick
[profile/ivi/qtdeclarative.git] / src / quick /
2012-06-27 Bea LamReorganise release notes for QtQml and QtQuick
2012-06-27 Kent HansenImplement QAbstractDeclarativeData::isSignalConnected...
2012-06-27 Glenn WatsonFix performance issue with BorderImage element.
2012-06-26 Thiago MacieiraDo not depend on indirect inclusions: #include and...
2012-06-26 Thiago MacieirainitializeGLFunctions is deprecated, replace it
2012-06-26 Pekka VuorelaRemove unnecessary obsolete include
2012-06-26 Robin BurchellChecking for QUrl equality is not all that expensive...
2012-06-26 Bea LamRename ListView *speed properties to *velocity
2012-06-26 Andrew den ExterFix section delegates not updating when changed.
2012-06-26 Andrew den ExterPosition section headers correctly when section propert...
2012-06-25 Frederik GladhornAdd mouse cursor shapes to MouseArea
2012-06-25 Casper van DonderenDoc: Use correct style and modules for doc build.
2012-06-25 Casper van DonderenDoc: Use the module "make docs" and rename qtquick...
2012-06-25 Damian JansenRemove superfluous statusChanged signal
2012-06-25 Bea LamRevert "Remove properties related to highlight speed"
2012-06-25 Andrew den ExterFix clicking on links in aligned or elided Text.
2012-06-25 Alan AlpertLink back to the particles module page from the overvie...
2012-06-25 Pekka VuorelaFix right aligned cursor position in TextInput with...
2012-06-24 Tasuku SuzukiMake qtdeclarative compile with QT_NO_DRAGANDDROP
2012-06-22 Andrew den ExterFix crash when dragging items outside visible area.
2012-06-22 Kent HansenPass the right signal index in visualadaptormodel proxy...
2012-06-22 Andrew den ExterRemove the open and closeSofwareInputPanel functions.
2012-06-22 Bea LamRename Flickable x/yOrigin to originX/Y
2012-06-22 Bea LamRemove properties related to highlight speed
2012-06-22 Michael BrasserClarify anchor error messages.
2012-06-21 Andrew den ExterFix crash when selecting transformed text.
2012-06-21 Chris AdamsCreate new documentation structure
2012-06-21 Chris AdamsPut basic language types into QtQml import
2012-06-21 Chris AdamsFix crash in QQuickPixmapData::release()
2012-06-20 Friedemann KleintQtQuick: Fix warnings about deprecated QWeakPointer...
2012-06-20 Alan AlpertCleanup SG properly in QQuickCanvas
2012-06-20 Sukhyun KimUpdate example in a doc.
2012-06-20 Alan AlpertDon't start running if a frame property is set
2012-06-13 Friedemann KleintQtQuick: Fix warnings about unused variables.
2012-06-13 Martin JonesUpdate Flickable velocity/overbound for each axis indep...
2012-06-12 Martin JonesSet a non-zero default cacheBuffer.
2012-06-12 Yann BodsonAllow setting horizontal and vertical tile modes in...
2012-06-12 Alan AlpertEmit itemChanged when Loader fails to load a source.
2012-06-12 Martin JonesFix view delegate parent binding regression.
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-12 Alan AlpertEmit currentFrameChanged signal when needed
2012-06-12 Martin JonesAllow Loader to load non-Item types.
2012-06-11 Kim Motoyoshi KallandAdd support for using atlas textures directly in Shader...
2012-06-10 Kent HansenAvoid string-based lookup in IS_SIGNAL_CONNECTED
2012-06-08 Yoann LopesFixed glyph margin in QSGDistanceFieldGlyphNode.
2012-06-08 Yoann LopesSupport for variable glyph width in QSGDefaultDistanceF...
2012-06-08 Gunnar SlettaImprove on scenegraph documentation.
2012-06-08 Andrew den ExterFix handling of a direct child stealing focus from...
2012-06-08 Martin JonesPerformance should always be better with cacheBuffer
2012-06-08 Andrew den ExterDon't cache item indexes in VisualDataModel.
2012-06-08 Andrew den ExterDestroy incubated objects if they are not claimed when...
2012-06-07 Bea Lamrebound property for Flickable
2012-06-07 Oswald Buddenhagenput private Qt dependencies below load(qt_module_config)
2012-06-07 Glenn WatsonFix alpha being ignored in Text element
2012-06-06 Luís Gabriel LimaFixing MouseArea::onWheel event doc
2012-06-06 Bea LamDon't emit moving and flicking signals unnecessarily
2012-06-06 Laszlo AgocsUtilize StartDragVelocity style hint in Flickable
2012-06-06 Andrew den ExterRestart a drag when the item canvas changes.
2012-06-06 Alan AlpertBetter documentation for subclassing QQuickItem
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-06-06 Michael BrasserRemove unused performance flags.
2012-06-05 Yann BodsonMake sure we relayout on height change when onLineLaidO...
2012-06-05 Charles YinIntroduce QQuickCanvasPixmap
2012-06-05 Laszlo AgocsDo not lose timestamps in mouse press events
2012-06-05 Alan AlpertUse the texture coordinates provided by QSGTexture
2012-06-05 Andrew den ExterHide the default cursor if a cursor item is available.
2012-06-05 Andrew den ExterEnsure the cursor delegate position is updated on text...
2012-06-04 Charles YinFix canvas item drawImage bug with FBO render target
2012-06-03 Charles YinFix resizing of Canvas item that use FBO as renderTargets.
2012-06-01 Kim Motoyoshi KallandFix resizing of QQuickPaintedItems that use FBOs.
2012-06-01 Morten Johan SorvigDon't swap buffers before the window is exposed.
2012-06-01 Girish Ramakrishnandoc: Fix typo
2012-06-01 Kent HansenAvoid string-based lookup of signals
2012-06-01 Martin JonesFirm-up the over bound Flickable behavior
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-31 Martin JonesClearing a view didn't reset content size.
2012-05-31 Charles YinEnable threaded/immediate rendering for FBO(step 1)
2012-05-31 Andrew den ExterReset the PathView currentIndex to 0 when all items...
2012-05-30 aavitAvoid non-deterministic ordering of glyph nodes.
2012-05-30 Eskil Abrahamsen... Uses new batching API to potentially speed up glyph...
2012-05-30 Andrew den ExterUse a shared meta-object for VisualDataModel list conte...
2012-05-30 Martin JonesRemove unused data member in QQuickPixmapCache
2012-05-30 Michael BrasserChange animation grouping and ownership model.
2012-05-29 Gunnar SlettaImprove QQuickCanvas::createTextureFromImage() docs...
2012-05-29 Gunnar SlettaEnable QML_FIXED_ANIMATION_STEP by default with buffer...
2012-05-29 Andrew den ExterFix nested GridView key navigation with a single row...
2012-05-29 Andrew den ExterFix scaling of svgz images.
2012-05-29 Andrew den ExterUpdate the cursor rectangle when password echo timer...
2012-05-29 Charles YinDon't use deleted QQuickPathAnimationAnimator
2012-05-29 Charles YinFix memory leaks in QQuickParentAnimation
2012-05-29 Charles YinAdd missing uninitialized members
2012-05-29 Charles YinAdd missing unintialized member in QQuickParentAnimatio...
2012-05-29 Charles YinAdd missing unintialized member in QQuickPathAnimationU...
2012-05-29 Charles YinAdd missing unintialized member in QV8Context2DResource
2012-05-29 Charles YinRemove unreachable code from qquickcontext2d.cpp
2012-05-29 Charles YinAdd Q_DISABLE_COPY to QQuickContext2D
2012-05-29 Martin JonesInitialize data members in quick.
2012-05-29 Charles YinFix potential memory leaks in context2d
2012-05-29 Yann BodsonRemove unnecessary temporary variable
2012-05-28 Andrew den ExterFix flicker when changing ListView currentIndex with...
next