1. 22 Dec, 2017 - 1 commit
  2. 01 Nov, 2017 - 1 commit
  3. 20 Sep, 2017 - 1 commit
  4. 04 Sep, 2017 - 1 commit
  5. 15 Aug, 2017 - 1 commit
  6. 02 Aug, 2017 - 1 commit
  7. 12 Jun, 2017 - 1 commit
  8. 04 Jun, 2017 - 1 commit
  9. 04 May, 2017 - 1 commit
  10. 02 May, 2017 - 1 commit
  11. 27 Apr, 2017 - 2 commits
  12. 06 Apr, 2017 - 1 commit
    • Oswald Buddenhagen's avatar
      serialize build of qtwebkit and qtwebengine · 5656b484
      Oswald Buddenhagen authored
      
      linking both at the same time requires more than my 16GB of RAM, so
      introduce a .gitmodules field which serializes the two.
      in practice, it is just interpreted as an optional dependency. the CI
      system won't be taught about it, so this will not cause an unnecessary
      serialization there.
      
      Change-Id: I938537ebd3767a1184a5a31c4c026c70a05d499a
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      5656b484
  13. 14 Mar, 2017 - 1 commit
  14. 23 Feb, 2017 - 1 commit
  15. 10 Feb, 2017 - 2 commits
  16. 03 Feb, 2017 - 1 commit
  17. 25 Jan, 2017 - 1 commit
  18. 21 Nov, 2016 - 1 commit
  19. 02 Nov, 2016 - 1 commit
    • Frederik Gladhorn's avatar
      Clean up usage of qtsvg as dependency · fbd78263
      Frederik Gladhorn authored
      
      There is no build dependency on QtSvg in qtdeclarative or qtquick1, so
      don't recommend it for builds. QtSensors on the other hand has an
      example that does need svg.
      This does not change anything in the big picture, the svg module will be
      built as always and svg files will be displayed. The change is the
      ordering of builds (leave more room for parallelization).
      
      Change-Id: I50e527e03a75742036d5f914611d0b34437a8e3a
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      fbd78263
  20. 13 Sep, 2016 - 1 commit
  21. 28 Aug, 2016 - 1 commit
  22. 24 Aug, 2016 - 2 commits
  23. 22 Aug, 2016 - 1 commit
  24. 18 Aug, 2016 - 1 commit
  25. 17 Aug, 2016 - 1 commit
  26. 08 Aug, 2016 - 1 commit
  27. 26 May, 2016 - 1 commit
  28. 24 May, 2016 - 1 commit
  29. 13 May, 2016 - 1 commit
  30. 21 Apr, 2016 - 1 commit
  31. 13 Apr, 2016 - 1 commit
  32. 11 Apr, 2016 - 1 commit
  33. 08 Mar, 2016 - 1 commit
    • Iikka Eklund's avatar
      Update .gitmodules for automated release src package creation · 84a1676e
      Iikka Eklund authored
      
      Introduce new "deprecated" value for status attribute.
      
      We have two flavors of big source packages we need to produce:
      
      qt-everywhere-* which needs to include:
      
       - essential
       - addon
       - preview
       - deprecated (e.g. qtscript and qtenginio for Qt5.6 release)
      
      Installer only specific source package:
      
       - essential
       - addon
      
       The rest (deprecated, preview, ...) need to be shown as split src
       packages in the installer.
      
      The above leads to the following changes:
      
      qtscript: addon -> deprecated
      
       Needs to be part of big src packages but excluded from installer
       specific big source package.
      
      qtenginio: obsolete -> deprecated
      
       We can't exclude this module from qt-everywhere src packages.
      
      qtwayland: preview -> addon
      
       Needs to be part of installer specific big src package and the
       module status is not preview anymore.
      
      Change-Id: I52e10629bf81860f56ebc4ce9d395e0ca54c4264
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@theqtcompany.com>
      v5.6.0
      84a1676e
  34. 28 Feb, 2016 - 1 commit
  35. 22 Feb, 2016 - 1 commit
  36. 12 Feb, 2016 - 2 commits