1. 14 May, 2013 - 1 commit
  2. 16 Apr, 2013 - 1 commit
  3. 05 Apr, 2013 - 1 commit
  4. 12 Mar, 2013 - 1 commit
  5. 07 Mar, 2013 - 1 commit
    • Eskil Abrahamsen Blomfeldt's avatar
      Fix rendering of subpixel positioned native text · e70f2115
      Eskil Abrahamsen Blomfeldt authored
      
      To get accurate sampling of the native text rendering, we use
      nearest filtering. This, however, does not work well when we're
      sampling in the middle of pixels and the result is that with
      text which is positioned at 0.5 offsets, we will sample the
      wrong pixels and get artifacts from this. The main use case
      for native rendered text is unrotated and unscaled text,
      so we fix this use case by pixel-aligning the translation
      factor.
      
      Done-with: Samuel
      
      Task-number: QTBUG-30022
      Change-Id: I6911196d6ff491dca3b329c42da1c6dd7263cff0
      Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@digia.com>
      e70f2115
  6. 10 Jan, 2013 - 1 commit
  7. 23 Sep, 2012 - 1 commit
  8. 21 Aug, 2012 - 1 commit
  9. 16 Aug, 2012 - 1 commit
  10. 10 Jul, 2012 - 1 commit
  11. 05 Jul, 2012 - 1 commit
  12. 24 Feb, 2012 - 1 commit
  13. 30 Jan, 2012 - 1 commit
  14. 24 Jan, 2012 - 1 commit
  15. 23 Jan, 2012 - 1 commit
  16. 17 Jan, 2012 - 1 commit
  17. 02 Dec, 2011 - 1 commit
    • Kent Hansen's avatar
      Say hello to QtQuick module · 6c8378ea
      Kent Hansen authored
      This change moves the QtQuick 2 types and C++ API (including
      SceneGraph) to a new module (AKA library), QtQuick.
      
      99% of this change is moving files from src/declarative to
      src/quick, and from tests/auto/declarative to
      tests/auto/qtquick2.
      
      The loading of QtQuick 2 ("import QtQuick 2.0") is now delegated to
      a plugin, src/imports/qtquick2, just like it's done for QtQuick 1.
      
      All tools, examples, and tests that use QtQuick C++ API have gotten
      "QT += quick" or "QT += quick-private" added to their .pro file.
      
      A few additional internal QtDeclarative classes had to be exported
      (via Q_DECLARATIVE_PRIVATE_EXPORT) since they're needed by the
      QtQuick 2 implementation.
      
      The old header locations (e.g. QtDeclarative/qquickitem.h) will
      still be supported for some time, but will produce compile-time
      warnings. (To avoid the QtQuick implementation using the
      compatibility headers (since QtDeclarative's includepath comes
      first), a few include statements were modified, e.g. from
      "#include <qsgnode...
      6c8378ea
  18. 08 Nov, 2011 - 1 commit
  19. 24 Oct, 2011 - 1 commit
    • Samuel Rødal's avatar
      Get rid of legacy glTexParameterf calls. · 9539553f
      Samuel Rødal authored
      
      ES 1.0 didn't have glTexParameteri, which is why we sometimes used
      glTexParameterf. However, we shouldn't use glTexParameterf because
      that's treating integer values as floating point, which is not type
      safe. ES 1.1+ and ES 2.x have glTexParameteri, and we don't really care
      about supporting ES 1.0 in any case in Qt 5.
      
      Change-Id: I12247e4ffc8cb0e18b0ffca5759d4655b5432008
      Reviewed-by: default avatarKim M. Kalland <kim.kalland@nokia.com>
      9539553f
  20. 08 Sep, 2011 - 1 commit
  21. 30 Aug, 2011 - 1 commit
  22. 29 Aug, 2011 - 1 commit
  23. 08 Jul, 2011 - 1 commit
  24. 11 May, 2011 - 1 commit
  25. 27 Apr, 2011 - 1 commit