1. 03 May, 2016 - 1 commit
  2. 02 May, 2016 - 3 commits
  3. 29 Apr, 2016 - 1 commit
  4. 27 Apr, 2016 - 2 commits
  5. 14 Apr, 2016 - 2 commits
  6. 13 Apr, 2016 - 1 commit
  7. 12 Apr, 2016 - 1 commit
  8. 11 Apr, 2016 - 1 commit
  9. 08 Apr, 2016 - 3 commits
  10. 07 Apr, 2016 - 1 commit
    • Maurice Kalinowski's avatar
      winrt: Add capabilities as specified by modules · 34e0e908
      Maurice Kalinowski authored
      
      So far no capabilities (but internetClient for Windows 10) were added by
      default, which forced developers to always manually edit the
      WINRT_MANIFEST.capabilities(_device) property.
      
      This allowed to leave out non-required capabilities and keep the created
      manifest clean, examples being microphone for multimedia.
      
      However, this also breaks first user experience as deeper knowledge
      about this topic is required. Furthermore this is inconsistent with
      other platforms like Android, where all capabilities are set by default
      and developers need to edit the manifest manually in any case.
      With this change, modules can define the capability set to enable all
      features in the module. If developers want to disable some again, they
      need to adapt the generated manifest. From our experience this needs to
      be done in any case, latest at publishing stage when the store
      manipulates the manifest.
      
      Task-number: QTBUG-38802
      Change-Id: I6d522268ee0afbfa00a30dbdd5e6ec9f415bebf3
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      34e0e908
  11. 23 Mar, 2016 - 1 commit
  12. 22 Mar, 2016 - 1 commit
  13. 16 Mar, 2016 - 4 commits
  14. 08 Mar, 2016 - 1 commit
  15. 07 Mar, 2016 - 1 commit
  16. 05 Mar, 2016 - 1 commit
  17. 03 Mar, 2016 - 1 commit
  18. 02 Mar, 2016 - 2 commits
    • Robin Burchell's avatar
      mkspecs: Add a benchmark "feature". · 76f6ceec
      Robin Burchell authored
      
      Testcases and benchmarks are rather different entities. You won't usually want
      to run benchmarks in the same environment you are wanting to run tests in,
      so this feature allows to differentiate between the two.
      
      We also add a "benchmark" make target (similar to check), which runs all
      configured benchmarks.
      
      Change-Id: I33759ce44c34e42a6a3a88f34e7b9c4372380721
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      76f6ceec
    • Oswald Buddenhagen's avatar
      fix non-git non-prefix shadow builds · 3bcc3037
      Oswald Buddenhagen authored
      
      turns out we need forwarding .pris in this case: without them,
      QT_MODULE_INCLUDE_BASE points into the build dir, so we fail to find the
      pre-generated headers.
      
      an alternative would be writing primary module .pris which already take
      that into account, but that would just add even more arcane code paths.
      
      Task-number: QTBUG-51521
      Change-Id: I59f2a0d3f2095c9dfa0a8d1cabfc007a30bd2d23
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@theqtcompany.com>
      3bcc3037
  19. 27 Feb, 2016 - 1 commit
  20. 23 Feb, 2016 - 1 commit
  21. 19 Feb, 2016 - 2 commits
  22. 02 Feb, 2016 - 2 commits
  23. 01 Feb, 2016 - 1 commit
  24. 29 Jan, 2016 - 1 commit
  25. 26 Jan, 2016 - 2 commits
  26. 21 Jan, 2016 - 2 commits