1. 07 May, 2013 - 3 commits
  2. 04 May, 2013 - 1 commit
  3. 03 May, 2013 - 1 commit
  4. 29 Apr, 2013 - 1 commit
  5. 26 Apr, 2013 - 3 commits
  6. 25 Apr, 2013 - 1 commit
  7. 24 Apr, 2013 - 1 commit
  8. 19 Apr, 2013 - 1 commit
  9. 15 Apr, 2013 - 1 commit
  10. 13 Apr, 2013 - 1 commit
  11. 05 Apr, 2013 - 1 commit
  12. 04 Apr, 2013 - 1 commit
  13. 14 Mar, 2013 - 2 commits
  14. 13 Mar, 2013 - 1 commit
  15. 12 Mar, 2013 - 1 commit
  16. 11 Mar, 2013 - 1 commit
  17. 01 Mar, 2013 - 1 commit
  18. 22 Feb, 2013 - 1 commit
  19. 21 Feb, 2013 - 2 commits
  20. 18 Feb, 2013 - 1 commit
  21. 15 Feb, 2013 - 2 commits
  22. 14 Feb, 2013 - 1 commit
  23. 08 Feb, 2013 - 2 commits
  24. 30 Jan, 2013 - 1 commit
  25. 25 Jan, 2013 - 1 commit
  26. 16 Jan, 2013 - 1 commit
    • Caroline Chao's avatar
      Add first autotests for TableView · dadca9e6
      Caroline Chao authored
      
      Testing behavior when using qml and c++ based models. Autotests
      based on manual test: tableviewmodels.
      
      Make the tree currentItem available from TableView. Add also
      object names for testing purpose.
      
      Including the use of a plugin. The plugin can be used to load other
      cpp code needed while testing.
      
      The plugin testplugin will go under qml/QtDesktopTest.
      
      Change-Id: I76e66f35296c6142764bb6027ed9ee49ca50e47b
      Reviewed-by: default avatarCaroline Chao <caroline.chao@digia.com>
      dadca9e6
  27. 09 Jan, 2013 - 1 commit
    • Nils Jeisecke's avatar
      Fix TableView delegate to work with C++ models again. · 0ab3b717
      Nils Jeisecke authored
      
      Use the views's delegate 'model' property for accessing both
      Qml ListModel and C++ QAbstractItemModel values.
      
      For Qml objects, QObject and QObjectList based models modelData
      properties will be used.
      
      For models without roles (Integer, Array, QStringList) modelData
      is used directly.
      
      A new manual test for all model types is included.
      
      Change-Id: I9934ff9737e1b687b852f2413b2d7484248c4e6e
      Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
      0ab3b717
  28. 20 Dec, 2012 - 1 commit
  29. 15 Dec, 2012 - 1 commit
  30. 05 Dec, 2012 - 1 commit
  31. 20 Nov, 2012 - 2 commits