1. 22 May, 2013 - 1 commit
  2. 23 Apr, 2013 - 1 commit
  3. 03 Mar, 2013 - 1 commit
  4. 10 Jan, 2013 - 1 commit
  5. 10 Dec, 2012 - 1 commit
  6. 23 Sep, 2012 - 1 commit
  7. 24 Feb, 2012 - 2 commits
    • Alan Alpert's avatar
      Start of examples refactor · 9d2b618f
      Alan Alpert authored
      
      This is the general reorg of the examples directory structure, plus additional
      guidelines.
      
      calculator, animations and accessibility have been updated to the new standards
      and tested, as an example.
      
      Task-number: QTBUG-24133
      Change-Id: I76c3b86751d3195ba2a5474ff23afb875765e9a4
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      9d2b618f
    • Matthew Vogt's avatar
      Rename QDeclarative symbols to QQuick and QQml · b855240b
      Matthew Vogt authored
      
      Symbols beginning with QDeclarative are already exported
      by the quick1 module.
      
      Users can apply the bin/rename-qtdeclarative-symbols.sh
      script to modify client code using the previous names of the
      renamed symbols.
      
      Task-number: QTBUG-23737
      Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      b855240b
  8. 30 Jan, 2012 - 1 commit
  9. 23 Jan, 2012 - 1 commit
  10. 05 Jan, 2012 - 1 commit
  11. 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.h>" to "#include <QtQuick/qsgnode.h>".)
      
      There's a change in qtbase that automatically adds QtQuick to the
      module list if QtDeclarative is used. Together with the compatibility
      headers, this should help reduce the migration pain for existing
      projects.
      
      In theory, simply getting an existing QtDeclarative-based project
      to compile and link shouldn't require any changes for now -- but
      porting to the new scheme is of course recommended, and will
      eventually become mandatory.
      
      Task-number: QTBUG-22889
      Reviewed-by: default avatarLars Knoll <lars.knoll@nokia.com>
      Change-Id: Ia52be9373172ba2f37e7623231ecb060316c96a7
      Reviewed-by: default avatarKent Hansen <kent.hansen@nokia.com>
      Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@nokia.com>
      6c8378ea
  12. 21 Oct, 2011 - 1 commit
    • Kent Hansen's avatar
      Rename Qt Quick-specific classes to QQuick* · bfb3c424
      Kent Hansen authored
      
      The QSG (SceneGraph) prefix is too generic for
      Qt Quick(2)-specific classes.
      
      All the classes and files in the declarative/items
      directory have been renamed.
      
      In particular, for classes that are currently public,
      the renaming is as follows:
      
      QSGView --> QQuickView
      QSGCanvas --> QQuickCanvas
      QSGItem --> QQuickItem
      QSGPaintedItem --> QQuickPaintedItem
      
      The header files have been renamed accordingly
      (e.g. qsgview.h --> qquickview.h).
      
      Change-Id: Iac937fff81db20bb639486a793c3aeb5230b038c
      Reviewed-by: default avatarKent Hansen <kent.hansen@nokia.com>
      bfb3c424
  13. 21 Sep, 2011 - 1 commit
  14. 05 Sep, 2011 - 1 commit
  15. 27 Apr, 2011 - 1 commit
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 885735d0
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      885735d0