1. 09 Oct, 2019 - 1 commit
  2. 08 Oct, 2019 - 1 commit
  3. 07 Oct, 2019 - 3 commits
  4. 05 Oct, 2019 - 1 commit
  5. 03 Oct, 2019 - 1 commit
  6. 28 Sep, 2019 - 2 commits
  7. 21 Sep, 2019 - 4 commits
  8. 19 Sep, 2019 - 1 commit
    • Friedemann Kleint's avatar
      Fix deprecation warnings related to QBasicAtomicInteger · b2e0bf60
      Friedemann Kleint authored
      
      Use loadRelaxed(), fixing:
      remoteobjectreplica_p.h: In member function ‘virtual QRemoteObjectReplica::State QRemoteObjectReplicaImplementation::state() const’:
      qremoteobjectreplica_p.h:120:106: warning: ‘T QBasicAtomicInteger<T>::load() const [with T = int]’ is deprecated: Use loadRelaxed [-Wdeprecated-declarations]
      
      Change-Id: I8feef08c5de8355e02442ccf7ca1ebca05e26c1f
      Reviewed-by: default avatarKari Oikarinen <kari.oikarinen@qt.io>
      b2e0bf60
  9. 08 Sep, 2019 - 2 commits
  10. 07 Sep, 2019 - 2 commits
  11. 06 Sep, 2019 - 1 commit
  12. 05 Sep, 2019 - 3 commits
  13. 04 Sep, 2019 - 2 commits
  14. 31 Aug, 2019 - 2 commits
  15. 28 Aug, 2019 - 2 commits
  16. 27 Aug, 2019 - 2 commits
  17. 26 Aug, 2019 - 2 commits
  18. 23 Aug, 2019 - 1 commit
  19. 22 Aug, 2019 - 1 commit
    • Sona Kurazyan's avatar
      Remove usages of deprecated APIs · c6473897
      Sona Kurazyan authored
      
      Replaced:
       Qt::ItemDataRole::BackgroundColorRole -> Qt::ItemDataRole::BackgroundRole
       Qt::ItemDataRole::TextColorRole -> Qt::ItemDataRole::ForegroundRole
       Qt::ItemFlag::ItemIsTristate -> Qt::ItemFlag::ItemIsAutoTristate
      
      Task-number: QTBUG-76491
      Change-Id: I51b0a0c1563fa425f3a9dfead94876902847afe2
      Reviewed-by: default avatarBrett Stottlemyer <bstottle@ford.com>
      c6473897
  20. 20 Aug, 2019 - 2 commits
  21. 14 Aug, 2019 - 1 commit
  22. 13 Aug, 2019 - 2 commits
  23. 07 Aug, 2019 - 1 commit