1. 08 May, 2013 - 1 commit
  2. 29 Apr, 2013 - 1 commit
  3. 24 Apr, 2013 - 1 commit
  4. 17 Jan, 2013 - 1 commit
  5. 10 Jan, 2013 - 1 commit
  6. 22 Oct, 2012 - 1 commit
  7. 23 Sep, 2012 - 1 commit
  8. 28 Aug, 2012 - 1 commit
  9. 27 Aug, 2012 - 1 commit
  10. 24 Aug, 2012 - 1 commit
    • Bea Lam's avatar
      Improvements for coding conventions docs · 8fe24676
      Bea Lam authored
      
      Shouldn't advise using "__" for "private" properties since this
      mightn't be the best solution. This doesn't work with the onXChanged
      handler syntax.
      
      Also grouped and dot property syntax are both valid. We use both
      throughout our code.
      
      Change-Id: Ibd86f20136dc0e7225558e234afb79f566ca1039
      Reviewed-by: default avatarYann Bodson <yann.bodson@nokia.com>
      8fe24676
  11. 08 Aug, 2012 - 1 commit
  12. 31 Jul, 2012 - 1 commit
  13. 18 Jul, 2012 - 1 commit
  14. 27 Jun, 2012 - 1 commit
  15. 21 Jun, 2012 - 1 commit
    • Chris Adams's avatar
      Create new documentation structure · 5e33b0f5
      Chris Adams authored
      The documentation currently has no clear separation between Qt QML
      and Qt Quick.  With recent commits like:
      6c8378ea
      and
      ab1e5101
      
      
      the separation between the language definition and implementation,
      provided by Qt QML, and the standard library for the QML language,
      provided by Qt Quick, is clear.
      
      This commit creates a new documentation structure that is more
      navigable and separates concepts into logical categories, with
      clear separation between QtQML and QtQuick.  It also provides a more
      generic QML Application Developer Resources page which contains links
      to information for QML application developers.
      
      Change-Id: Ia807ccfbfd24ffa0e1c7f0a51ed9d2ed3aa6a733
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      5e33b0f5
  16. 20 Jun, 2012 - 1 commit
    • Sukhyun Kim's avatar
      Update example in a doc. · 7c962ceb
      Sukhyun Kim authored
      
      There are "TypeError" errors.
      When using ListView.view in a delegate, the id of child of delegate has to
      attach in front of ListView.view to access the model and its properties in this case.
      
      Change-Id: I4610f1fc8b0d085f7cba137e76e0578be7b51e23
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      7c962ceb
  17. 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 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
  18. 24 May, 2012 - 1 commit
  19. 08 May, 2012 - 1 commit