1. 10 Nov, 2021 - 1 commit
  2. 04 Nov, 2021 - 1 commit
  3. 03 Nov, 2021 - 1 commit
  4. 02 Nov, 2021 - 1 commit
  5. 12 Oct, 2021 - 1 commit
  6. 11 Oct, 2021 - 1 commit
  7. 08 Oct, 2021 - 1 commit
  8. 06 Oct, 2021 - 1 commit
  9. 05 Oct, 2021 - 1 commit
  10. 01 Oct, 2021 - 1 commit
  11. 29 Sep, 2021 - 1 commit
  12. 27 Sep, 2021 - 1 commit
  13. 23 Sep, 2021 - 1 commit
  14. 22 Sep, 2021 - 1 commit
  15. 21 Sep, 2021 - 1 commit
  16. 20 Sep, 2021 - 1 commit
  17. 16 Sep, 2021 - 1 commit
  18. 14 Sep, 2021 - 1 commit
  19. 13 Sep, 2021 - 1 commit
    • Joerg Bornemann's avatar
      Remove .qmake.conf from this repository · 8cbf7dd0
      Joerg Bornemann authored
      
      This file was necessary for the qmake build and the CI.  The qmake
      build is history, and the CI does now read .cmake.conf (see
      QTQAINFRA-4392).
      
      In addition to being superfluous, the existence of .qmake.conf
      triggers QTBUG-76140 when building Qt examples with qmake.  Removing
      the file alleviates the symptoms of this bug.
      
      Fixes: QTBUG-92271
      Change-Id: I6bb8a0ba5ad2d145bd639e265d29b0a0bb5806dc
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@gmx.de>
      8cbf7dd0
  20. 07 Sep, 2021 - 1 commit
  21. 06 Sep, 2021 - 1 commit
  22. 03 Sep, 2021 - 1 commit
  23. 02 Sep, 2021 - 2 commits
  24. 01 Sep, 2021 - 1 commit
  25. 31 Aug, 2021 - 2 commits
  26. 27 Aug, 2021 - 1 commit
    • Joerg Bornemann's avatar
      Fix permanently out-of-date .qm files · c17fc36d
      Joerg Bornemann authored
      
      An incremental build without changed .ts files must be a null build.
      However, the .qm files were always re-generated.  That was, because
      add_custom_target was used to run lrelease, and such targets are always
      out of date.
      
      Use the new target-based translation API that uses add_custom_command
      under the hood.  This fixes the described issue and simplifies the
      project file a lot.
      
      For the target that runs lupdate: the .ts file must not be a by-product
      of the custom target.  Otherwise, the updateqm target would trigger the
      ts-${catalog}-${lang} targets.  There should be no connection between
      the lrelease and lupdate targets.
      
      Pick-to: 6.2
      Fixes: QTBUG-96038
      Change-Id: I1faf35f1eab154be3a12dfaed93d64799dbb6ff1
      Reviewed-by: default avatarAlexey Edelev <alexey.edelev@qt.io>
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
      c17fc36d
  27. 18 Aug, 2021 - 2 commits
  28. 16 Aug, 2021 - 1 commit
  29. 13 Aug, 2021 - 2 commits
  30. 12 Aug, 2021 - 2 commits
  31. 10 Aug, 2021 - 1 commit
  32. 09 Aug, 2021 - 1 commit
  33. 06 Aug, 2021 - 1 commit
  34. 05 Aug, 2021 - 1 commit
  35. 30 Jul, 2021 - 1 commit