1. 30 Oct, 2017 - 1 commit
  2. 19 Oct, 2017 - 2 commits
  3. 17 Oct, 2017 - 1 commit
  4. 06 Oct, 2017 - 3 commits
  5. 26 Sep, 2017 - 1 commit
  6. 31 Aug, 2017 - 1 commit
  7. 07 Aug, 2017 - 1 commit
  8. 04 Jul, 2017 - 1 commit
  9. 03 Jul, 2017 - 2 commits
  10. 30 Jun, 2017 - 1 commit
  11. 19 Jun, 2017 - 1 commit
  12. 14 Jun, 2017 - 1 commit
  13. 12 Jun, 2017 - 1 commit
  14. 07 Jun, 2017 - 1 commit
  15. 31 May, 2017 - 1 commit
  16. 15 May, 2017 - 1 commit
  17. 10 May, 2017 - 1 commit
  18. 06 May, 2017 - 1 commit
  19. 04 May, 2017 - 1 commit
  20. 25 Apr, 2017 - 1 commit
    • Otto Ryynänen's avatar
      Support for Q_OS_ANDROID_EMBEDDED and android-embedded builds · 2dae7743
      Otto Ryynänen authored
      
      The Embedded Android build (Boot to Qt Android injection) is defined by
      having both Q_OS_ANDROID and Q_OS_ANDROID_EMBEDDED flags defined,
      as well as having Qt config android-embedded.
      Those flags are set in mkspecs when building for embedded Android.
      This commit enables the possibility to build embedded Android builds.
      (i.e. Qt build for Android baselayer only, without JNI)
      
      Change-Id: I8d139b6d7b61c00ad44079cbfa6e5c77e8618a7b
      Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@qt.io>
      2dae7743
  21. 21 Apr, 2017 - 1 commit
  22. 16 Mar, 2017 - 1 commit
    • Eirik Aavitsland's avatar
      Extend support for tiled tiff files to all color formats · c7a6a451
      Eirik Aavitsland authored
      
      This commit extends the recently added support for tiled tiff images
      of color index format to also cover grayscale and mono images. RGB
      images were already covered, since the libtiff API used for those
      handles tiled images transparently.
      
      This commit also simplifies the tiff read() function by sharing
      common code among the different formats.
      
      [ChangeLog][TIFF] Extend support for tiled tiff files to all color formats
      
      Change-Id: I13f94bbca65dd6a35384a415906034e245ad8b79
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      3 tags
      c7a6a451
  23. 15 Mar, 2017 - 2 commits
  24. 13 Mar, 2017 - 1 commit
    • Liang Qi's avatar
      Bundled libwebp updated to version 0.6.0 · b7ec9e78
      Liang Qi authored
      
      This commit imports libwebp 0.6.0, including AUTHORS, COPYING, ChangeLog,
      NEWS, PATENTS, README and src directories. In src, only includes header
      and source files.
      
      Upstream changes since 0.5.1 have been merged in.
      Also updated version in qt_attribution.json.
      
      Conflicts:
      	src/3rdparty/libwebp.pri
      	src/3rdparty/libwebp/qt_attribution.json
      	src/3rdparty/libwebp/src/webp/config.h
      
      Change-Id: I001aa7a3fabf0130b54f9005c23aa822bc1d0ec1
      Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@qt.io>
      b7ec9e78
  25. 06 Mar, 2017 - 2 commits
  26. 02 Feb, 2017 - 1 commit
  27. 26 Jan, 2017 - 1 commit
  28. 25 Jan, 2017 - 2 commits
  29. 12 Jan, 2017 - 2 commits
  30. 05 Jan, 2017 - 2 commits
    • Marc Mutz's avatar
      QWbmpHandler: fix integer overflow · 0870e670
      Marc Mutz authored
      
      Both 'hdr.height' and 'hdr.width' are quint32s. Multiplying them still gives
      a quint32, but the lhs expected a qint64.
      
      Fix by casting one of the operands to qint64.
      
      Coverity-Id: 22179
      Change-Id: If7385fb42bf994d87ac4e603fa85be4a30ad6d5c
      Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@qt.io>
      0870e670
    • Marc Mutz's avatar
      QTgaFile: fix Coverity warning re:mixing enum types · 33b9fc4e
      Marc Mutz authored
      
      Coverity complained that the 'bytes' variable was first compared to
      a QTgaFile::HeaderOffset, then, later, to a QTgaFile::FooterOffset.
      
      This is of course a false positive, but one that's trivial to fix,
      by not using a variable in the first place.
      
      Adjust to Qt coding standard as a drive-by.
      
      Coverity-Id: 22048
      Change-Id: If1a45aa5b0c8ea23cab2cefeccb2f1dfe5f03375
      Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@qt.io>
      33b9fc4e
  31. 03 Jan, 2017 - 1 commit