1. 07 May, 2014 - 1 commit
  2. 18 Mar, 2014 - 2 commits
  3. 29 Jan, 2014 - 2 commits
  4. 27 Jan, 2014 - 1 commit
  5. 22 Jan, 2014 - 1 commit
  6. 03 Dec, 2013 - 2 commits
  7. 02 Dec, 2013 - 2 commits
  8. 30 Nov, 2013 - 1 commit
  9. 05 Nov, 2013 - 1 commit
  10. 30 Oct, 2013 - 1 commit
    • Gunnar Sletta's avatar
      Use one render loop per QQuickWindow · 906d5c5c
      Gunnar Sletta authored
      
      See the task for the full reasoning behind this patch.
      
      The threaded renderloop has been refactored to have one window per
      thread. This is mostly a simplification of the current code path where
      for loops over multiple windows are turned into if (window).
      
      The QSGContext has been split into two classes, QSGRenderContext
      for which there is one per OpenGLContext.
      
      The rest of the patch is name changes and a couple of cleanups
      in the hopes of simplifying this change.
      
      Task-number: QTBUG-33993
      
      Change-Id: I31c81f9694d7da7474a72333169be38de62613c4
      Reviewed-by: default avatarSean Harmer <sean.harmer@kdab.com>
      906d5c5c
  11. 02 Oct, 2013 - 1 commit
  12. 30 Sep, 2013 - 1 commit
  13. 25 Sep, 2013 - 2 commits
  14. 12 Jul, 2013 - 1 commit
  15. 02 Jul, 2013 - 1 commit
    • Erik Verbruggen's avatar
      Fix warning from clang. · adc66d86
      Erik Verbruggen authored
      
      items/qquicktext.cpp:2160:49: warning: '&&' within '||' [-Wlogical-op-parentheses]
                  || vAlign() != QQuickText::AlignTop && heightChanged) {
                  ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
      items/qquicktext.cpp:2160:49: note: place parentheses around the '&&' expression to silence this warning
                  || vAlign() != QQuickText::AlignTop && heightChanged) {
                                                      ^
                     (                                                )
      
      Change-Id: Id4bc18642228e7fad6d674bbcdf623446bb6a00f
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      adc66d86
  16. 01 Jul, 2013 - 1 commit
  17. 18 Jun, 2013 - 1 commit
  18. 10 Jun, 2013 - 1 commit
  19. 31 May, 2013 - 1 commit
  20. 17 May, 2013 - 1 commit
  21. 25 Apr, 2013 - 1 commit
  22. 24 Apr, 2013 - 1 commit
  23. 02 Apr, 2013 - 1 commit
  24. 24 Jan, 2013 - 2 commits
  25. 10 Jan, 2013 - 1 commit
  26. 26 Nov, 2012 - 1 commit
  27. 22 Nov, 2012 - 1 commit
  28. 23 Sep, 2012 - 1 commit
  29. 09 Aug, 2012 - 1 commit
  30. 31 Jul, 2012 - 1 commit
  31. 30 Jul, 2012 - 1 commit
  32. 17 Jul, 2012 - 1 commit
  33. 16 Jul, 2012 - 2 commits