1. 14 Oct, 2015 - 1 commit
  2. 21 Jul, 2015 - 1 commit
  3. 17 Jul, 2015 - 1 commit
  4. 17 Feb, 2015 - 1 commit
  5. 11 Feb, 2015 - 1 commit
    • Jani Heikkinen's avatar
      Update copyright headers · 83a5694d
      Jani Heikkinen authored
      
      Qt copyrights are now in The Qt Company, so we could update the source
      code headers accordingly. In the same go we should also fix the links to
      point to qt.io.
      
      Outdated header.LGPL removed (use header.LGPL21 instead)
      
      Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
      combination. New header.LGPL-COMM taken in the use file which were
      using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)
      
      Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
      combination
      
      Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
      Reviewed-by: default avatarMatti Paaso <matti.paaso@theqtcompany.com>
      83a5694d
  6. 04 Feb, 2015 - 1 commit
  7. 24 Sep, 2014 - 1 commit
  8. 13 May, 2013 - 1 commit
  9. 18 Jan, 2013 - 1 commit
  10. 22 Sep, 2012 - 1 commit
  11. 21 Sep, 2012 - 2 commits
  12. 19 Sep, 2012 - 2 commits
  13. 11 Sep, 2012 - 1 commit
  14. 05 Sep, 2012 - 1 commit
  15. 02 Mar, 2012 - 1 commit
    • Bradley T. Hughes's avatar
      Remove Q_BYTE_ORDER and -*-endian arguments from configures · 17ddce46
      Bradley T. Hughes authored
      
      Do not write Q_BYTE_ORDER to qconfig.h in the configures. Instead,
      we #define Q_BYTE_ORDER in qprocessordetection.h, since many CPUs only
      support a single endian format. For bi-endian processors, we set
      Q_BYTE_ORDER depending on how the preprocessor sets __BYTE_ORDER__,
      __BIG_ENDIAN__, or __LITTLE_ENDIAN__ (instead of using a compile test
      to do so).
      
      For operating systems that only support a single byte order, we can
      check for Q_OS_* in addition to the preprocessor macros above. This is
      possible because qprocessordetection.h is included by qglobal.h after
      Q_OS_* and Q_CC_* detection has been done. Do this for Windows CE,
      which is always little- endian according to MSDN.
      
      Change-Id: I019a95e05252ef69895c4b38fbfa6ebfb6a943cd
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
      17ddce46
  16. 01 Mar, 2012 - 1 commit
  17. 16 Feb, 2012 - 1 commit