1. 10 Jun, 2012 - 1 commit
  2. 07 Jun, 2012 - 1 commit
  3. 06 Jun, 2012 - 1 commit
    • 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
  4. 05 Jun, 2012 - 1 commit
  5. 31 May, 2012 - 1 commit
    • 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 c...
      4c671c04
  6. 24 May, 2012 - 2 commits
    • Nico Vertriest's avatar
      Doc: Sanitized QML types · 6112c0f5
      Nico Vertriest authored
      
      -modified \brief
      -checked QML modules
      -added qml directory to the qdocconf file
      -added particles directory to the qdocconf file
      
      Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2
      Reviewed-by: default avatarGeir Vattekar <geir.vattekar@nokia.com>
      6112c0f5
    • Aaron Kennedy's avatar
      Lazily create QMetaObjects · d2e557c2
      Aaron Kennedy authored
      
      For internal QML built types, creating a metaobject each time is
      just wasteful.  Additionally, as the property caches were always
      created from the intermediate QMetaObject, it was difficult to pass
      information directly from the compiler to the property cache.
      
      Change-Id: I769526b0edaaf16a86883f3065b75618b94e4077
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      d2e557c2
  7. 08 May, 2012 - 1 commit
  8. 03 May, 2012 - 1 commit
  9. 27 Apr, 2012 - 1 commit
    • Andrew den Exter's avatar
      Fix bounding rects of text items. · 2a6e105f
      Andrew den Exter authored
      
      Ensure the rectangles are correctly positioned with right
      and center aligned text, not just sized correctly. Also add
      padding to the clip rects so the cursor and styled text aren't
      clipped at the item boundaries.
      
      Change-Id: I03ef140589154ebd49b600b0a4c4fbeff845c10f
      Reviewed-by: default avatarYann Bodson <yann.bodson@nokia.com>
      2a6e105f
  10. 23 Apr, 2012 - 1 commit
  11. 20 Apr, 2012 - 2 commits
  12. 19 Apr, 2012 - 1 commit
  13. 17 Apr, 2012 - 1 commit
  14. 16 Apr, 2012 - 1 commit
  15. 03 Apr, 2012 - 1 commit
  16. 30 Mar, 2012 - 1 commit
  17. 26 Mar, 2012 - 1 commit
  18. 22 Mar, 2012 - 1 commit
  19. 13 Mar, 2012 - 1 commit
  20. 01 Mar, 2012 - 2 commits
  21. 29 Feb, 2012 - 2 commits
  22. 24 Feb, 2012 - 1 commit
  23. 23 Feb, 2012 - 2 commits
  24. 21 Feb, 2012 - 1 commit
  25. 17 Feb, 2012 - 1 commit
  26. 16 Feb, 2012 - 1 commit
  27. 14 Feb, 2012 - 1 commit
  28. 13 Feb, 2012 - 1 commit
  29. 10 Feb, 2012 - 1 commit
  30. 09 Feb, 2012 - 1 commit
    • Andrew den Exter's avatar
      Add linkColor property to Text. · 8550ed69
      Andrew den Exter authored
      
      Allows the color of links in text to be changed from the default blue.
      
      This currently only works with StyledText and the distance field
      rendererer.  It could be made to work with RichText overwriting the
      specified foreground color in all instances or by not setting a default
      color in the html parser.  The former would prevent the color being
      set with CSS or some future means for altering text formats.  The latter
      would break rendering with QPainter.
      
      Task-number: QTBUG-23048
      Change-Id: I98df215cabe8a089f648fd4a6206622b4318fb8f
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      8550ed69
  31. 07 Feb, 2012 - 3 commits
  32. 06 Feb, 2012 - 2 commits