1. 23 Sep, 2012 - 1 commit
  2. 07 Sep, 2012 - 1 commit
  3. 24 Feb, 2012 - 1 commit
  4. 30 Jan, 2012 - 1 commit
  5. 23 Jan, 2012 - 1 commit
  6. 17 Jan, 2012 - 1 commit
  7. 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
  8. 27 Sep, 2011 - 1 commit
  9. 08 Jul, 2011 - 1 commit
  10. 20 May, 2011 - 1 commit
  11. 06 May, 2011 - 1 commit
  12. 27 Apr, 2011 - 1 commit