1. 26 May, 2015 - 1 commit
  2. 22 May, 2015 - 2 commits
  3. 21 May, 2015 - 2 commits
  4. 20 May, 2015 - 5 commits
  5. 19 May, 2015 - 2 commits
  6. 18 May, 2015 - 3 commits
  7. 15 May, 2015 - 1 commit
  8. 08 May, 2015 - 1 commit
    • Pasi Keränen's avatar
      Optimization of isOfType method. · ea4d7711
      Pasi Keränen authored
      
      According to profiling the isOfType method used a lot of extra time
      converting the classname attribute from const char to QString and back
      to const char. This task fixes the attribute to be of type const char
      to begin with, reducing the CPU usage of isOfType significantly.
      
      Change-Id: Id4879c376701d2baf4fa28ca39e9fcc1c3c0b5d6
      Reviewed-by: default avatarMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>
      ea4d7711
  9. 07 May, 2015 - 2 commits
  10. 05 May, 2015 - 1 commit
  11. 28 Apr, 2015 - 1 commit
  12. 27 Apr, 2015 - 6 commits
  13. 23 Apr, 2015 - 4 commits
  14. 22 Apr, 2015 - 3 commits
  15. 21 Apr, 2015 - 3 commits
  16. 20 Apr, 2015 - 2 commits
  17. 17 Apr, 2015 - 1 commit
    • Pasi Keränen's avatar
      Fixes resizing flickering and juddering issues. · a3f415d2
      Pasi Keränen authored
      
      Single signal to JavaScript side added (resizeGL) for uniform handling of resize events.
      Added guards against multiple needRender calls getting queued for single repaint cycle.
      Postponed deletion of old FBO objects until updatePaintNode() has been done.
      
      Change-Id: I4da50b8bd0bb4b888c9e8233a45d58ec8aa9dcb6
      Task-number: QTBUG-45657
      Task-number: QTBUG-45658
      Task-number: QTBUG-45648
      Reviewed-by: default avatarMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>
      a3f415d2