1. 17 Aug, 2019 - 1 commit
  2. 12 Aug, 2019 - 1 commit
  3. 07 Aug, 2019 - 1 commit
  4. 05 Aug, 2019 - 1 commit
  5. 18 Jul, 2019 - 2 commits
  6. 16 Jul, 2019 - 2 commits
  7. 15 Jul, 2019 - 3 commits
  8. 11 Jul, 2019 - 4 commits
  9. 09 Jul, 2019 - 1 commit
  10. 08 Jul, 2019 - 2 commits
  11. 05 Jul, 2019 - 3 commits
  12. 04 Jul, 2019 - 1 commit
  13. 01 Jul, 2019 - 2 commits
  14. 29 Jun, 2019 - 2 commits
  15. 28 Jun, 2019 - 1 commit
  16. 27 Jun, 2019 - 1 commit
  17. 26 Jun, 2019 - 2 commits
  18. 18 Jun, 2019 - 1 commit
  19. 22 Jun, 2019 - 2 commits
  20. 20 Jun, 2019 - 2 commits
  21. 18 Jun, 2019 - 1 commit
    • Oliver Wolff's avatar
      winrt: Add service thread logging · e511f35a
      Oliver Wolff authored
      
      We can run into problems if the list of low energy services is changed
      from threads other than the main thread. Make it possible to log this
      information in order to debug these problems more easily.
      
      Task-number: QTBUG-75907
      Change-Id: Icda8dff45b8c1a72291ade0b1d6f734ab485a241
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
       
       
      e511f35a
  22. 24 Jun, 2019 - 1 commit
    • Oliver Wolff's avatar
      winrt: Avoid threading issues when handling characteristic changes · d755f7ab
      Oliver Wolff authored
      
      As callbacks do not necessarily happen on Qt's main thread, it is
      possible that we access the service list while it is being changed if we
      access it from the callback directly. Doing this can cause application
      crashes. Thus we hand back the information about a changed characteristic
      to the main thread via signal/slot and handle it from the main thread.
      
      With QLowEnergyControllerPrivateWinRTNew having the Q_OBJECT macro, we
      can no longer use forward declares for the GATT classes as moc chokes on
      these. Thus an include is used.
      
      Fixes: QTBUG-75907
      Change-Id: I063794eecf904921ff55fab76a5bdde3a9aebf44
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
       
      d755f7ab
  23. 18 Jun, 2019 - 1 commit
  24. 17 Jun, 2019 - 1 commit
  25. 06 Jun, 2019 - 1 commit