1. 21 Sep, 2016 - 1 commit
  2. 18 Sep, 2016 - 1 commit
  3. 07 Sep, 2016 - 1 commit
  4. 29 Aug, 2016 - 1 commit
  5. 04 Aug, 2016 - 2 commits
  6. 02 Aug, 2016 - 1 commit
  7. 01 Aug, 2016 - 1 commit
  8. 28 Jul, 2016 - 1 commit
  9. 19 Jul, 2016 - 1 commit
  10. 17 Jun, 2016 - 1 commit
  11. 16 Jun, 2016 - 1 commit
  12. 09 Jun, 2016 - 1 commit
  13. 08 Jun, 2016 - 1 commit
  14. 26 May, 2016 - 1 commit
  15. 24 May, 2016 - 1 commit
  16. 23 May, 2016 - 1 commit
  17. 19 May, 2016 - 2 commits
  18. 12 May, 2016 - 1 commit
  19. 28 Apr, 2016 - 1 commit
  20. 08 Apr, 2016 - 2 commits
  21. 29 Mar, 2016 - 1 commit
  22. 22 Mar, 2016 - 4 commits
    • Marc Mutz's avatar
      Make more ctors explicit · 0a169730
      Marc Mutz authored
      
      Added explicit where it was missing. This is not a source-
      incompatible change, because code that breaks by this is
      a bug. Let's not have this sitting around in an LTS.
      
      This change only affects C++11.
      
      Change-Id: I01ef7f6c26c8087e8516c9d66067060a6ed7c020
      Reviewed-by: default avatarChristian Stromme <christian.stromme@theqtcompany.com>
      0a169730
    • Marc Mutz's avatar
      De-inline ~QAndroidJniObject() dtor · 8676559b
      Marc Mutz authored
      
      By making the destructor (usually the first non-inline, non-pure,
      virtual function, and therefore the trigger for most compilers to
      emit the vtable and type_info structures for the class in that TU)
      out-of-line, vtables and, more importantly, type_info strucures for
      the class are pinned to a single TU. This prevents false negative
      dynamic_cast and catch evaluation.
      
      Since it is already exported, users of the class are unaffected by
      the change, but since it's public API, and the dtors may have been
      de-virtualized and inlined into application code, we need to avoid
      adding code to the out-of-line dtor until Qt 6.
      
      Task-number: QTBUG-45582
      Change-Id: I60273f7352be0d5a45a94828647d61f0ec9f1d79
      Reviewed-by: default avatarChristian Stromme <christian.stromme@theqtcompany.com>
      8676559b
    • Marc Mutz's avatar
      Make public headers compile with -Wzero-as-null-pointer-constant · 965e83da
      Marc Mutz authored
      
      ... or equivalent.
      
      QtBase 5.6 headers already compile that way, so let the other
      modules follow suit.
      
      Change-Id: I26201944b21d83f78c9e1c75cbd55334cd16359f
      Task-number: QTBUG-45291
      Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
      965e83da
    • Edward Welbourne's avatar
      Purge sRGB chunks from PNGs in examples. · 42e9499e
      Edward Welbourne authored
      
      Subjects each *.png file that matched grep -law "sRGB" to:
      pngcrush -ow -brute -rem allb -reduce
      
      Change-Id: I3ab25a8abccb130e4b419be6007e743f45f86fa2
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@theqtcompany.com>
      42e9499e
  23. 17 Mar, 2016 - 1 commit
  24. 07 Mar, 2016 - 1 commit
  25. 25 Feb, 2016 - 3 commits
  26. 23 Feb, 2016 - 1 commit
  27. 19 Feb, 2016 - 1 commit
  28. 15 Feb, 2016 - 1 commit
  29. 08 Feb, 2016 - 1 commit
  30. 05 Feb, 2016 - 1 commit
  31. 20 Jan, 2016 - 2 commits