1. 18 Nov, 2021 - 1 commit
  2. 16 Nov, 2021 - 1 commit
  3. 15 Nov, 2021 - 4 commits
  4. 10 Nov, 2021 - 2 commits
  5. 09 Nov, 2021 - 2 commits
  6. 08 Nov, 2021 - 1 commit
  7. 05 Nov, 2021 - 1 commit
  8. 04 Nov, 2021 - 1 commit
  9. 03 Nov, 2021 - 1 commit
  10. 02 Nov, 2021 - 2 commits
  11. 27 Oct, 2021 - 1 commit
  12. 22 Oct, 2021 - 1 commit
    • Joerg Bornemann's avatar
      Do not recommend QT_BUILD_TOOLS_WHEN_CROSSCOMPILING · 50ecd291
      Joerg Bornemann authored
      
      QT_BUILD_TOOLS_WHEN_CROSSCOMPILING was recommended for cross-compiling,
      because otherwise qml, qmlscene and qmlpreview were not built for the
      device.  Those tools are user-facing tools, and it was a bug that they
      were not built for the target.  This is fixed since
      qtdeclarative/3e2a85384b1f5454e51a27827114e49746f8837a, and the
      recommendation is now invalid.
      
      Pick-to: 6.2
      Change-Id: Id1b9962ec1c307d9665e798acbb4be8c4cedfc2f
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
      50ecd291
  13. 21 Oct, 2021 - 1 commit
  14. 20 Oct, 2021 - 1 commit
  15. 19 Oct, 2021 - 4 commits
  16. 12 Oct, 2021 - 2 commits
  17. 11 Oct, 2021 - 1 commit
  18. 08 Oct, 2021 - 2 commits
  19. 06 Oct, 2021 - 4 commits
  20. 05 Oct, 2021 - 1 commit
  21. 04 Oct, 2021 - 1 commit
  22. 01 Oct, 2021 - 2 commits
  23. 30 Sep, 2021 - 1 commit
    • Luca Di Sera's avatar
      Doc: Update a link to Microsoft's Documentation · 80836697
      Luca Di Sera authored
      
      The link was to `msdn.microsoft.com` which now redirects to
      `docs.microsoft.com`.
      
      While the redirection works, our script to catch broken links on
      dev-snapshots builds of the documentation doesn't handle redirection
      correctly, reporting it as broken.
      
      Both to appease the broken-links script and to avoid an unneccesary
      redirection, the "Side-by-side Assemblies" link in `windows.qdoc` was
      modified to point to the new address.
      
      Additionally, the link-text was modified to better represent the content
      of the page.
      
      Task-number: QTBUG-96127
      Pick-to: 6.2
      Change-Id: I436583f8e3fa4aadd1d8e02d3ae0b539c5713610
      Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
      80836697
  24. 29 Sep, 2021 - 2 commits