1. 22 Feb, 2017 - 1 commit
  2. 21 Feb, 2017 - 1 commit
  3. 20 Feb, 2017 - 1 commit
  4. 16 Feb, 2017 - 1 commit
  5. 10 Feb, 2017 - 1 commit
    • Jani Heikkinen's avatar
      Skip qtremoteobject signature tests · 4a94d147
      Jani Heikkinen authored
      
      Signature tests in qtremoteobjects seems to be flaky in windows so skip
      those until fixed. There is no reason to delay qt5.9 alpha because of
      flaky tests in new TP module
      
      We cannot just blacklist some tests because problem is in test
      compilation. That's why marking whole test set insignificant in windows
      
      Task-number: QTBUG-58773
      Change-Id: Ib264ff420d643a97e1592362f5ca73b0fe588d15
      Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
      v5.9.0-alpha1
      4a94d147
  6. 02 Feb, 2017 - 1 commit
  7. 31 Jan, 2017 - 3 commits
  8. 30 Jan, 2017 - 2 commits
  9. 27 Jan, 2017 - 1 commit
  10. 26 Jan, 2017 - 1 commit
  11. 25 Jan, 2017 - 2 commits
  12. 22 Jan, 2017 - 1 commit
  13. 20 Jan, 2017 - 1 commit
  14. 17 Jan, 2017 - 1 commit
  15. 14 Jan, 2017 - 1 commit
  16. 13 Jan, 2017 - 2 commits
  17. 10 Jan, 2017 - 2 commits
  18. 09 Jan, 2017 - 1 commit
  19. 20 Dec, 2016 - 2 commits
  20. 19 Dec, 2016 - 1 commit
  21. 06 Dec, 2016 - 1 commit
  22. 05 Dec, 2016 - 3 commits
  23. 03 Dec, 2016 - 1 commit
  24. 01 Dec, 2016 - 1 commit
    • Brett Stottlemyer's avatar
      [Behavior change] Default to no PROP setter · 3879f98a
      Brett Stottlemyer authored
      
      Changes to QtRO properties by a Replica are inherently asynchronous.
      The change needs to be propagated to the Source and then sent back to
      all Replica objects.  This is counter-intuitive in many circumstances
      (such as QML), where a call to a setter, followed by a call to the
      corresponding getter is expected to return the "set" value.
      
      With this change, QtRO will now create an assignProp() SLOT on both the
      Source and Replica generated code.  The (virtual) Source method with
      default to calling the setter.  The setter will not be available on the
      Replica, making Source and Replica QObjects asymmetrical.
      
      Change-Id: Ia1b1d12f59b3b6ebd7dea9ba566f76c2adf904e2
      Reviewed-by: default avatarContinuous Integration (KDAB) <build@kdab.com>
      Reviewed-by: default avatarKevin Funk <kevin.funk@kdab.com>
      Reviewed-by: default avatarMichael Brasser <michael.brasser@live.com>
      3879f98a
  25. 30 Nov, 2016 - 2 commits
  26. 20 Nov, 2016 - 1 commit
  27. 02 Nov, 2016 - 1 commit
  28. 19 Oct, 2016 - 3 commits