1. 14 May, 2013 - 2 commits
  2. 13 May, 2013 - 3 commits
  3. 10 May, 2013 - 4 commits
  4. 07 May, 2013 - 7 commits
  5. 06 May, 2013 - 3 commits
  6. 03 May, 2013 - 1 commit
  7. 30 Apr, 2013 - 2 commits
  8. 29 Apr, 2013 - 2 commits
  9. 26 Apr, 2013 - 4 commits
  10. 25 Apr, 2013 - 1 commit
    • Sze Howe Koh's avatar
      Doc: Fix duplicated "platform-specific" page list · 2ea8f9db
      Sze Howe Koh authored
      
      There are 3 copies of the platform-specific page list:
      - 1 outdated, hard-coded copy in developing-with-qt.qdoc
      - 2 (doubled-up) auto-generated copies in platform-notes.qdoc
      
      There is only one link in the entire documentation to the latter. Thus,
      this patch removes that page, moves the auto-generated list to
      developing-with-qt.qdoc, and redirects the sole link.
      
      Change-Id: If5bbdc9523ed961d4842c15214a1781e0eecf601
      Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
      2ea8f9db
  11. 23 Apr, 2013 - 1 commit
  12. 19 Apr, 2013 - 1 commit
  13. 18 Apr, 2013 - 1 commit
  14. 17 Apr, 2013 - 1 commit
    • Martin Smith's avatar
      qdoc: Add index of obsolete members to obsolete page · 02157fad
      Martin Smith authored
      
      qdoc has been modified to emit a compact list of the
      classes that have one or more obsolete members. The
      command is:
      
      \generatelist obsoletecppmembers
      
      This generates an index of all such classes,
      where each class name is a link to the class's
      subpage of obsolete members. A class's subpage
      of obsolete members is also accessible from the
      class's reference page, but now it is also
      accessible from this index.
      
      Also, The command shown has been added to the
      page obsoleteclasses.html in the generated
      output. This page already contains the index
      of obsolete classes.
      
      Currently, no such output is generated for
      QML types and QML types with obsolete members.
      But qdoc does accept commands for those:
      
      \generatelist obsoleteqmltypes
      
      and
      
      \generatelist obsoleteqmlmembers
      
      ...but qdoc doesn't know what to do with
      those commands yet.
      
      Task-number: QTBUG-30270
      Change-Id: Ia5cd309a3593c231d01cafb8a72fa544aeeb5ab9
      Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
      02157fad
  15. 15 Apr, 2013 - 2 commits
  16. 12 Apr, 2013 - 2 commits
  17. 10 Apr, 2013 - 2 commits
  18. 08 Apr, 2013 - 1 commit