1. 16 Dec, 2015 - 1 commit
  2. 12 Nov, 2015 - 2 commits
  3. 29 Oct, 2015 - 1 commit
  4. 12 Oct, 2015 - 1 commit
    • Chris Adams's avatar
      Improve QContactDetail performance and memory usage · 3eb14202
      Chris Adams authored
      
      This commit improves the performance of QContactDetail by avoiding
      use of QMap<int, QVariant> to store data, as the memory footprint
      of this storage container is prohibitively large.
      
      Instead, all details' fields are now backed by specific data members
      and the QMap is only used in fallback or extension cases.
      
      According to the tests/benchmarks/contacts/detailsbenchmark results,
      this commit reduces memory usage by about 35% and reduces runtime
      by about 35% also.
      
      Change-Id: Ie73d124563ebf4b46d35810116110322af2208c4
      Reviewed-by: default avatarMatthew Vogt <matthew.vogt@qinetic.com.au>
      3eb14202
  5. 18 Sep, 2015 - 2 commits
  6. 02 Sep, 2015 - 3 commits
  7. 23 Apr, 2015 - 3 commits
  8. 16 Apr, 2015 - 9 commits
  9. 12 Feb, 2015 - 3 commits
  10. 06 Feb, 2015 - 1 commit
  11. 13 Jan, 2015 - 1 commit
  12. 05 Jan, 2015 - 2 commits
  13. 28 Dec, 2014 - 1 commit
  14. 08 Dec, 2014 - 1 commit
  15. 20 Nov, 2014 - 2 commits
  16. 26 Aug, 2014 - 1 commit
  17. 08 Aug, 2014 - 1 commit
  18. 06 Aug, 2014 - 1 commit
    • Matt Vogt's avatar
      Unify semantics of ID classes · 7a2b179f
      Matt Vogt authored
      
      For each of QContactId, QOrganizerItemId and QOrganizerCollectionId
      the following are true:
       - null values compare less-than non-null values
       - null values compare equal
       - null values convert to empty string representation
      
      This changes also removes the distinction between non-valid and null
      QContactId values.
      
      Change-Id: I6d343728873a49a4dfba0109110980c36eb91b90
      Reviewed-by: default avatarKonstantin Ritt <ritt.ks@gmail.com>
      7a2b179f
  19. 04 Aug, 2014 - 1 commit
  20. 01 Aug, 2014 - 2 commits
  21. 18 Jul, 2014 - 1 commit