1. 29 Jan, 2014 - 1 commit
  2. 22 Jan, 2014 - 1 commit
  3. 30 Nov, 2013 - 1 commit
  4. 05 Nov, 2013 - 1 commit
  5. 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
  6. 02 Oct, 2013 - 1 commit
  7. 30 Sep, 2013 - 1 commit
  8. 25 Sep, 2013 - 2 commits
  9. 12 Jul, 2013 - 1 commit
  10. 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
  11. 01 Jul, 2013 - 1 commit
  12. 18 Jun, 2013 - 1 commit
  13. 10 Jun, 2013 - 1 commit
  14. 31 May, 2013 - 1 commit
  15. 17 May, 2013 - 1 commit
  16. 25 Apr, 2013 - 1 commit
  17. 24 Apr, 2013 - 1 commit
  18. 02 Apr, 2013 - 1 commit
  19. 24 Jan, 2013 - 2 commits
  20. 10 Jan, 2013 - 1 commit
  21. 26 Nov, 2012 - 1 commit
  22. 22 Nov, 2012 - 1 commit
  23. 23 Sep, 2012 - 1 commit
  24. 09 Aug, 2012 - 1 commit
  25. 31 Jul, 2012 - 1 commit
  26. 30 Jul, 2012 - 1 commit
  27. 17 Jul, 2012 - 1 commit
  28. 16 Jul, 2012 - 2 commits
  29. 10 Jul, 2012 - 2 commits
  30. 09 Jul, 2012 - 1 commit
    • Andrew den Exter's avatar
      Speed up Text construction with RichText · e1d6b323
      Andrew den Exter authored
      
      Setting the page size to empty can short cut some unnecessary layouts
      triggered by QTextDocument/QTextDocumentLayout prior to the Text item
      requiring a layout.
      
      This rougly halves the construction time a Text item with RichText.
      
      Task-number: QTBUG-19728
      Change-Id: I03e6d293d8e5ac40046aef41171ca5009b718546
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      e1d6b323
  31. 08 Jul, 2012 - 1 commit
    • Andrew den Exter's avatar
      Reduce the number of unnecessary layouts on geometry changes. · 3095493a
      Andrew den Exter authored
      
      Improve checks for geometry changes that don't affect layout, i.e
      width increasing when the previous layout didn't wrap or elide.
      
      Set implicit sizes just once during layout rather than setting the
      implicit width during and the implicit height after to limit the when
      an implicit size change can change geometry.
      
      And if there are multiple layouts of the same text/font combination
      re-use cached layout data as much as possible by guarding against
      unnecessary property changes on the layout, and not creating a new
      layout for calculating the implicit size of truncated text.
      
      Change-Id: Ia05e52e9170e1f5d3364896ab119e00d8a318299
      Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
      3095493a
  32. 25 Jun, 2012 - 1 commit
  33. 21 Jun, 2012 - 1 commit
    • Chris Adams's avatar
      Create new documentation structure · 5e33b0f5
      Chris Adams authored
      The documentation currently has no clear separation between Qt QML
      and Qt Quick.  With recent commits like:
      6c8378ea
      and
      ab1e5101
      
      
      the separation between the language definition and implementation,
      provided by Qt QML, and the standard library for the QML language,
      provided by Qt Quick, is clear.
      
      This commit creates a new documentation structure that is more
      navigable and separates concepts into logical categories, with
      clear separation between QtQML and QtQuick.  It also provides a more
      generic QML Application Developer Resources page which contains links
      to information for QML application developers.
      
      Change-Id: Ia807ccfbfd24ffa0e1c7f0a51ed9d2ed3aa6a733
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      5e33b0f5
  34. 10 Jun, 2012 - 1 commit
  35. 07 Jun, 2012 - 1 commit
  36. 06 Jun, 2012 - 1 commit
    • Jerome Pasion's avatar
      Doc: Grouped Qt Quick types into several groups · ca6d49e6
      Jerome Pasion authored
      
      -created new groups and converted some overviews into group pages
      -edited type documentation and added \ingroup
      -articles still need title fixes and link fixes
      
      Groups:
      qtquick-visual-types
      qtquick-item-graphics
      qtquick-shaders
      qtquick-canvas
      qtquick-text
      qtquick-text-validator
      qtquick-interaction
      qtquick-positioners
      qtquick-transformations
      qtquick-states
      qtquick-animation-define
      qtquick-animation-properties
      qtquick-animation-control
      qtquick-animation-modifiers
      qtquick-images-sprites
      qtquick-images
      qtquick-models
      qtquick-containers
      qtquick-views
      qtquick-paths
      qtquick-utility
      
      Task: QTBUG-25685
      
      Change-Id: I81d4df3320bf5daad5cabb5e42408013fb24f464
      Reviewed-by: default avatarBea Lam <bea.lam@nokia.com>
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      ca6d49e6