1. 31 Oct, 2018 - 1 commit
  2. 27 Oct, 2018 - 1 commit
  3. 25 Oct, 2018 - 1 commit
  4. 15 Oct, 2018 - 1 commit
  5. 13 Oct, 2018 - 1 commit
  6. 12 Oct, 2018 - 2 commits
  7. 17 Sep, 2018 - 1 commit
  8. 11 Sep, 2018 - 1 commit
  9. 09 Sep, 2018 - 1 commit
  10. 01 Sep, 2018 - 1 commit
  11. 31 Aug, 2018 - 1 commit
  12. 29 Aug, 2018 - 1 commit
  13. 28 Aug, 2018 - 1 commit
  14. 23 Aug, 2018 - 1 commit
  15. 31 Jul, 2018 - 1 commit
  16. 30 Jul, 2018 - 1 commit
  17. 23 Jun, 2018 - 1 commit
  18. 19 Jun, 2018 - 1 commit
  19. 12 Jun, 2018 - 1 commit
  20. 09 Jun, 2018 - 1 commit
  21. 06 Jun, 2018 - 3 commits
  22. 04 Jun, 2018 - 1 commit
  23. 31 May, 2018 - 2 commits
  24. 30 May, 2018 - 1 commit
    • Eirik Aavitsland's avatar
      webp handler: improve quality-level handling · 9749e824
      Eirik Aavitsland authored
      
      In lossless mode, libwebp interpretes the quality setting as a
      compression-effort setting instead. The code used to set it to 100
      (maximum), which could lead to unreasonable compression times (several
      seconds for a small image). Instead set it to libweb's own default value.
      
      Also, since the alpha channel compression has its own quality setting,
      make sure it follows the main quality/effort setting.
      
      Change-Id: I595d42c61f61c9932b27b185745bde6e7cfb3526
      Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
      9749e824
  25. 28 May, 2018 - 1 commit
    • Eirik Aavitsland's avatar
      webp handler: support alpha-less reading and writing · b9ba2217
      Eirik Aavitsland authored
      
      Webp files can be with or without alpha channel. The handler would
      ignore this and read all as Format_ARGB32 images, and write all as
      having alpha, in both cases losing that important bit of information.
      
      As a driveby, simplify the endianness handling in write(). By always
      converting the source image to an endianness-independent QImage
      format, no special handling is required.
      
      Task-number: QTBUG-48628
      Change-Id: I624ed72b18a8b59a542979efcb4e8ff81214e0d7
      Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
      b9ba2217
  26. 26 May, 2018 - 1 commit
  27. 22 May, 2018 - 1 commit
    • Liang Qi's avatar
      Update bundled libwebp to version 1.0.0 · 62082a63
      Liang Qi authored
      
      This commit imports libwebp 1.0.0, including AUTHORS, COPYING, ChangeLog,
      NEWS, PATENTS, README and src directories. In src, only includes header
      and source files.
      
      Upstream changes since 0.6.1 have been merged in.
      Also updated version in qt_attribution.json.
      
      [ChangeLog][Third-Party Code] Update bundled libwebp to version 1.0.0.
      
      Change-Id: Ia30ccc90286d5dd3e48e091f101f1cae84785150
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@qt.io>
      62082a63
  28. 12 May, 2018 - 1 commit
  29. 09 May, 2018 - 1 commit
  30. 21 Apr, 2018 - 1 commit
  31. 14 Apr, 2018 - 1 commit
  32. 12 Apr, 2018 - 1 commit
  33. 31 Mar, 2018 - 1 commit
  34. 28 Mar, 2018 - 1 commit
  35. 27 Feb, 2018 - 1 commit
  36. 19 Feb, 2018 - 1 commit