1. 02 Jun, 2014 - 1 commit
  2. 01 May, 2014 - 1 commit
  3. 24 Apr, 2014 - 1 commit
  4. 23 Apr, 2014 - 1 commit
  5. 22 Apr, 2014 - 1 commit
  6. 17 Apr, 2014 - 3 commits
  7. 15 Apr, 2014 - 1 commit
  8. 09 Apr, 2014 - 2 commits
  9. 08 Apr, 2014 - 1 commit
  10. 07 Apr, 2014 - 2 commits
  11. 25 Mar, 2014 - 1 commit
  12. 20 Mar, 2014 - 1 commit
    • Andrew Inwood's avatar
      Implement QAccelerometer accelerationMode · 971fc95e
      Andrew Inwood authored
      
      The Qt API does not expose Linear Accel and Gravity as separate sensor types,
      they are different versions of QAccelerometer, accessed by modifying the
      accelerationMode property. The possible values are Combined, User, and Gravity, which
      correspond to Acceleration, Linear Acceleration, and Gravity respectively. When
      constructing the accelerometer backend, the accelerationMode must be queried. The
      backend must also connect to the accelerationModeChanged signal from the QAccelerometer.
      
      I think that the existing implementation of QSensors on Android assumes that there is a
      one-to-one correspondence between QSensors and AndroidSensorTypes. To fix this assumption,
      I promoted the m_type attribute of androidcommonsensor.h from private to protected so
      that a sensor backend can update the Android sensor being used.
      
      Task-number: QTBUG-30531
      Change-Id: I842d2485109542f74731d179e2720ea55fa248cc
      Reviewed-by: default avatarFabian Bumberger <fbumberger@rim.com>
      Reviewed-by: default avatarLorn Potter <lorn.potter@jollamobile.com>
      v5.3.0-beta1
      971fc95e
  13. 18 Mar, 2014 - 1 commit
  14. 14 Mar, 2014 - 1 commit
  15. 11 Mar, 2014 - 1 commit
  16. 10 Mar, 2014 - 1 commit
  17. 04 Mar, 2014 - 1 commit
  18. 26 Feb, 2014 - 1 commit
  19. 16 Feb, 2014 - 1 commit
  20. 03 Feb, 2014 - 1 commit
  21. 28 Jan, 2014 - 1 commit
  22. 17 Jan, 2014 - 1 commit
  23. 16 Jan, 2014 - 2 commits
  24. 16 Dec, 2013 - 1 commit
  25. 13 Dec, 2013 - 1 commit
  26. 12 Dec, 2013 - 1 commit
  27. 05 Dec, 2013 - 1 commit
  28. 29 Nov, 2013 - 1 commit
  29. 26 Nov, 2013 - 1 commit
  30. 25 Nov, 2013 - 1 commit
  31. 21 Nov, 2013 - 1 commit
  32. 20 Nov, 2013 - 1 commit
  33. 19 Nov, 2013 - 1 commit
  34. 11 Nov, 2013 - 1 commit
    • Topi Reinio's avatar
      Doc: Update Sensor Explorer example · a840cbff
      Topi Reinio authored
      
      Following changes are made to the example
          - Use of Qt Quick Controls / TableView to present the sensor
            information, reducing the example to a single QML file
          - Updated launcher main.cpp for the QML example
          - Remove separate example doc for the import subproject
          - Various fixes to example doc, add a screenshot
          - Ensure import module + qmldir are built/deployed to
            correct location
      
      Task-number: QTBUG-32881
      Task-number: QTBUG-33875
      Change-Id: I0ed7c7ebc916fcad6da5e3c66d81be8f348a93e1
      Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
      a840cbff
  35. 08 Nov, 2013 - 1 commit