1. 21 Nov, 2014 - 1 commit
  2. 17 Nov, 2014 - 1 commit
  3. 03 Nov, 2014 - 1 commit
  4. 24 Oct, 2014 - 1 commit
  5. 23 Oct, 2014 - 1 commit
    • Timur Pocheptsov's avatar
      iOS 8 - CLLocationManager authorization · 78aa8a9f
      Timur Pocheptsov authored
      
      iOS8 introduced a new authorization scheme for Location data.
      Before retrieving location data, CLLocationManager must request authorization.
      Call two methods: requestAlwaysAuthorization/requestWhenInUseAuthorization
      on a location manager (which one will work/preferred - can be adjusted
      by setting NSLocationAlwaysUsageDescription/NSLocationWhenInUseUsageDescription
      entries in a plist).
      
      Task-number: QTBUG-41827
      Change-Id: I9fc24921dc7d889b629b2c71e7698a33fc6ae47a
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@digia.com>
      78aa8a9f
  6. 22 Oct, 2014 - 1 commit
  7. 13 Oct, 2014 - 1 commit
  8. 09 Oct, 2014 - 1 commit
  9. 26 Sep, 2014 - 2 commits
  10. 25 Sep, 2014 - 1 commit
  11. 23 Sep, 2014 - 1 commit
  12. 17 Sep, 2014 - 1 commit
  13. 16 Sep, 2014 - 1 commit
  14. 08 Sep, 2014 - 1 commit
  15. 04 Sep, 2014 - 1 commit
  16. 03 Sep, 2014 - 1 commit
  17. 29 Aug, 2014 - 1 commit
  18. 28 Aug, 2014 - 1 commit
  19. 24 Aug, 2014 - 1 commit
  20. 15 Aug, 2014 - 1 commit
  21. 14 Aug, 2014 - 5 commits
  22. 13 Aug, 2014 - 2 commits
  23. 12 Aug, 2014 - 3 commits
  24. 11 Aug, 2014 - 3 commits
  25. 29 Jul, 2014 - 1 commit
  26. 23 Jul, 2014 - 1 commit
  27. 21 Jul, 2014 - 3 commits
  28. 15 Jul, 2014 - 1 commit
    • Aaron McCarthy's avatar
      Fix issues with MapItemView. · d771c5dd
      Aaron McCarthy authored
      
      MapItemView did not allow clearing either the model or the delegate.
      There is no reason to restrict clearing these properties. Doing so
      makes it difficult to temporarily hide the view setting a null model.
      
      Signal connections between the model and the view were never
      disconnected, which could result in strange behavior if a single view
      is used to display multiple models.
      
      Removed unneeded member variables and declared but unimplemented member
      functions.
      
      Change-Id: Ife4745ab38104460960c18419ed1b95e72ffab23
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@digia.com>
      d771c5dd