1. 28 May, 2013 - 1 commit
  2. 17 Apr, 2013 - 1 commit
  3. 05 Mar, 2013 - 1 commit
  4. 10 Jan, 2013 - 1 commit
  5. 04 Jan, 2013 - 1 commit
    • Frederik Gladhorn's avatar
      Accessibility: Work with QQuickWindow · dde63b7c
      Frederik Gladhorn authored
      
      Before we would only be accessible when QQView was used.
      While the window has the content item, that one will not
      appear in the hierarchy of accessible objects since it has
      no valueable properties to expose. Instead it's first child
      will be used (which was the case before when QQView was used).
      
      Change-Id: I03cefb5c8dcd8296d51ff2bfcb677386a5f1d698
      Reviewed-by: default avatarJan Arve Sæther <jan-arve.saether@digia.com>
      dde63b7c
  6. 08 Nov, 2012 - 1 commit
  7. 16 Oct, 2012 - 1 commit
  8. 23 Sep, 2012 - 1 commit
  9. 04 Jul, 2012 - 1 commit
  10. 04 May, 2012 - 1 commit
  11. 10 Apr, 2012 - 1 commit
  12. 23 Mar, 2012 - 2 commits
  13. 12 Mar, 2012 - 1 commit
  14. 24 Feb, 2012 - 1 commit
  15. 17 Feb, 2012 - 1 commit
  16. 16 Feb, 2012 - 1 commit
  17. 30 Jan, 2012 - 1 commit
  18. 23 Jan, 2012 - 1 commit
  19. 12 Jan, 2012 - 2 commits
  20. 10 Jan, 2012 - 1 commit
  21. 06 Jan, 2012 - 1 commit
  22. 05 Jan, 2012 - 2 commits
  23. 02 Jan, 2012 - 1 commit
    • Frederik Gladhorn's avatar
      Add accessibility to qml · 27a497b3
      Frederik Gladhorn authored
      
      This consists of two parts:
      An attached property for QML items and a plugin for the accessibility framework.
      
      The attached property simply takes care of some properties (name, role)
      that are needed in order to expose semantics of the application to
      assistive tools.
      
      The plugin exposes the hierarchy of QML items to the
      accessibility framework.
      
      Change-Id: I32f5603d0d9549b01b3645b205b710b9801762f7
      Reviewed-by: default avatarJan-Arve Sæther <jan-arve.saether@nokia.com>
      27a497b3