1. May 20, 2013
  2. Apr 24, 2013
    • Sze Howe Koh's avatar
      Doc: Create links to Qt Quick 1 · b1a321a1
      Sze Howe Koh authored
      
      Point to the porting guide, so that users who search for the old names
      will be directed to an explanation of the name change.
      
      Also made some new links to Qt Quick 2, and changed "favour" -> "favor"
      (Sanity Bot complained)
      
      Change-Id: If30c8d619d8fdb9df72b7b5f3efd356f1e07b23a
      Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
      b1a321a1
  3. Apr 23, 2013
  4. Apr 16, 2013
    • Filip Piechocki's avatar
      Fix for Positioner attached property · 3d5ffa71
      Filip Piechocki authored
      
      Modified Positioner attached properties update - original code was trying to update visible and not visible items
      by looking only at the positionedItems array, which was wrong as that array contains only visible items. Hidden
      ones are stored in unpositionedItems array so second loop was added to affect these items also.
      
      Task-number: QTBUG-30477
      
      Change-Id: If03abb76f4da708884a7e2cf6ade83c09eca45bf
      Reviewed-by: default avatarAlan Alpert <aalpert@blackberry.com>
      3d5ffa71
  5. Mar 13, 2013
  6. Jan 28, 2013
  7. Jan 10, 2013
  8. Nov 29, 2012
  9. Sep 23, 2012
  10. Aug 03, 2012
  11. Jul 30, 2012
  12. Jul 16, 2012
  13. Jun 06, 2012
    • Jerome Pasion's avatar
      Doc: Grouped Qt Quick types into several groups · ca6d49e6
      Jerome Pasion authored
      
      -created new groups and converted some overviews into group pages
      -edited type documentation and added \ingroup
      -articles still need title fixes and link fixes
      
      Groups:
      qtquick-visual-types
      qtquick-item-graphics
      qtquick-shaders
      qtquick-canvas
      qtquick-text
      qtquick-text-validator
      qtquick-interaction
      qtquick-positioners
      qtquick-transformations
      qtquick-states
      qtquick-animation-define
      qtquick-animation-properties
      qtquick-animation-control
      qtquick-animation-modifiers
      qtquick-images-sprites
      qtquick-images
      qtquick-models
      qtquick-containers
      qtquick-views
      qtquick-paths
      qtquick-utility
      
      Task: QTBUG-25685
      
      Change-Id: I81d4df3320bf5daad5cabb5e42408013fb24f464
      Reviewed-by: default avatarBea Lam <bea.lam@nokia.com>
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      ca6d49e6
  14. May 31, 2012
    • Bea Lam's avatar
      Fix doc snippets paths and parsing errors · 4c671c04
      Bea Lam authored
      
      qtqml.qdocconf and qtquick.qdocconf now refer to the correct
      snippets and source directories.
      
      Snippet paths in .qdoc and .cpp files have been updated to refer to
      the new shortened path references, e.g. \snippet qml/file.cpp instead of
      \snippet doc/src/snippets/qml/file.cpp.
      
      This also deletes snippets from src/qml/doc/snippets that belonged under
      src/quick/doc/snippets (and were already duplicated there anyway) and
      restores some snippet files that shouldn't have been deleted.
      
      Also fixes some inline snippets to use \code .. \endcode instead of
      \qml .. \endqml as they contained javascript or partial QML
      snippets that were causing parsing errors from qdoc.
      
      There are still snippet errors arising from qmlintro.qdoc as the
      qmlintro snippets directory that it refers to cannot be located.
      
      There are also two references to a removed snippet identifier in
      examples/qml/cppextensions/plugins/plugin.cpp that need to be fixed
      in conjunction with the related docs in a later commit as the relevant
      code has changed and the docs are now invalid.
      
      Task-number: QTBUG-25721
      
      Change-Id: I50c665245a74c140470c58a32546591d187dfe4b
      Reviewed-by: default avatarChris Adams <christopher.adams@nokia.com>
      4c671c04
  15. May 24, 2012
  16. May 08, 2012
  17. May 01, 2012
    • Bea Lam's avatar
      populate transition for positioners · 0795351f
      Bea Lam authored
      
      Fix positioners to apply a "populate" transition for initially added
      items. This is consistent with ListView and GridView and also fixes the
      behaviour from QtQuick 1.x where the positioners were instead running
      the "move" transition for initially added items.
      
      Change-Id: Ib43f1141ce3e7379df085c178b684f89b8567403
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      0795351f
  18. Mar 13, 2012
  19. Mar 10, 2012
  20. Mar 09, 2012
    • Bea Lam's avatar
      Avoid using QQuickViewItem as base class · 78356f60
      Bea Lam authored
      
      This patch renames it to QQuickItemViewTransitionableItem, and
      FxViewItem and PositionedItem now create instances of this instead of
      subclassing it, to reduce the memory used when transitions are not
      required.
      
      Change-Id: Ie050cda5a121bff9542c7ba7356f6eacf37d241a
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      78356f60
  21. Mar 07, 2012
  22. Mar 02, 2012
    • Bea Lam's avatar
      Improved transitions for Row, Column, Grid, Flow · 79608d6f
      Bea Lam authored
      
      The view transitions functionality for ListView and GridView has been
      integrated into the positioner elements. Not all of this
      functionality is available for positioners, though, since they don't
      have models (and thus cannot identify certain model operations) and
      they don't manage the lifetime of their children.
      
      Task-number: QTBUG-24336
      
      Change-Id: I71588de289555d2ef5a763af11358bc0af7b31a7
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      79608d6f
  23. Feb 29, 2012
  24. Feb 24, 2012
  25. Feb 22, 2012
  26. Jan 30, 2012
  27. Jan 25, 2012
  28. Jan 23, 2012
  29. Jan 05, 2012
  30. Dec 02, 2011
    • Kent Hansen's avatar
      Say hello to QtQuick module · 6c8378ea
      Kent Hansen authored
      This change moves the QtQuick 2 types and C++ API (including
      SceneGraph) to a new module (AKA library), QtQuick.
      
      99% of this change is moving files from src/declarative to
      src/quick, and from tests/auto/declarative to
      tests/auto/qtquick2.
      
      The loading of QtQuick 2 ("import QtQuick 2.0") is now delegated to
      a plugin, src/imports/qtquick2, just like it's done for QtQuick 1.
      
      All tools, examples, and tests that use QtQuick C++ API have gotten
      "QT += quick" or "QT += quick-private" added to their .pro file.
      
      A few additional internal QtDeclarative classes had to be exported
      (via Q_DECLARATIVE_PRIVATE_EXPORT) since they're needed by the
      QtQuick 2 implementation.
      
      The old header locations (e.g. QtDeclarative/qquickitem.h) will
      still be supported for some time, but will produce compile-time
      warnings. (To avoid the QtQuick implementation using the
      compatibility headers (since QtDeclarative's includepath comes
      first), a few include statements were modified, e.g. from
      "#include <qsgnode...
      6c8378ea
  31. Nov 30, 2011
  32. Nov 07, 2011
  33. Oct 21, 2011
    • Kent Hansen's avatar
      Rename Qt Quick-specific classes to QQuick* · bfb3c424
      Kent Hansen authored
      
      The QSG (SceneGraph) prefix is too generic for
      Qt Quick(2)-specific classes.
      
      All the classes and files in the declarative/items
      directory have been renamed.
      
      In particular, for classes that are currently public,
      the renaming is as follows:
      
      QSGView --> QQuickView
      QSGCanvas --> QQuickCanvas
      QSGItem --> QQuickItem
      QSGPaintedItem --> QQuickPaintedItem
      
      The header files have been renamed accordingly
      (e.g. qsgview.h --> qquickview.h).
      
      Change-Id: Iac937fff81db20bb639486a793c3aeb5230b038c
      Reviewed-by: default avatarKent Hansen <kent.hansen@nokia.com>
      bfb3c424
  34. Oct 17, 2011
  35. Aug 30, 2011
  36. Aug 19, 2011
  37. Aug 17, 2011