1. 04 Jun, 2013 - 1 commit
    • Jerome Pasion's avatar
      Doc: Clarified members of QtQml.Models submodule. · 7020cba9
      Jerome Pasion authored
      
      -Took out  members of QtQml.Models submodule from Qt QML and Qt Quick.
      -Set up qdocconf files to include QtQml.Models to be part of Qt QML
       doc build.
      -Edited the sentences to make it clearer that list and model types
       are in QtQml.Models.
      -Placed the Visual* types back to QtQuick 2 module.
      
      -This patch removes several collision pages.
      
      Change-Id: I16e7045162af6852e5d6c3162b6f4cf97a42402b
      Reviewed-by: default avatarAlan Alpert <aalpert@blackberry.com>
      7020cba9
  2. 30 Mar, 2013 - 1 commit
  3. 12 Mar, 2013 - 1 commit
  4. 10 Jan, 2013 - 1 commit
  5. 04 Oct, 2012 - 1 commit
  6. 23 Sep, 2012 - 1 commit
  7. 02 Aug, 2012 - 1 commit
  8. 05 Apr, 2012 - 1 commit
    • Matthew Vogt's avatar
      Create plugins for Particles and Window submodules · 5874e29b
      Matthew Vogt authored
      
      To prevent errors when QML files import QtQuick.Particles or
      QtQuick.Window before importing QtQuick itself, create plugins for
      these submodules that make their import statements independent of
      the QtQuick import.
      
      Remove the automatic re-ordering of the imports list prior to loading
      to ensure registered name conflicts can be resolved by changing the
      order of import statements.
      
      Task-number: QTBUG-24369
      Change-Id: I248625fa30a813dddd2a64feb9a489768931939f
      Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
      5874e29b
  9. 24 Feb, 2012 - 1 commit
  10. 16 Feb, 2012 - 2 commits
  11. 30 Jan, 2012 - 1 commit
  12. 23 Jan, 2012 - 1 commit
  13. 05 Jan, 2012 - 1 commit
  14. 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
  15. 24 Oct, 2011 - 1 commit
  16. 08 Sep, 2011 - 1 commit
    • Alan Alpert's avatar
      Particles module refactoring en masse · 1aa012a1
      Alan Alpert authored
      All the little changes in one commit.
      
      StochasticDirection -> Direction
      AngledDirection -> AngleDirection
      TargetedDirection -> TargetDirection
      QSGCustomParticle is now Affector's implementation (C++ only refactor)
      FollowEmitter -> TrailEmitter
      Kill -> Age and gained lifeLeft property
      ModelParticle is removed, use ItemParticle instead.
      Added RectangleShape to replace Shape for the case of Rectangles
      Abstract Types are no longer createable, despite sensible defaults.
      GLSL variables in CustomParticle now begin with qt_
      JS variables are now such that x,vx,ax are current (old ones are now
      initialX, initialVX, initialAX). Same for y. A few more were extended.
      Emitter::emitCap -> Emitter::maximumEmitted. Set to -1 for noCap: false
      Emitter::noCap is gone.
      Emitter::emitting -> Emitter::enabled
      Affector::active -> Affector::enabled
      Affector::collisionParticles -> Affector::whenCollidingWith
      Affector::signal is gone.
      PointAttractor -> Attractor
      Attractor/Wander::physics -> ::affectedParameter
      ParticleSystem::fastForward is gone
      ParticleSystem::startTime is gone (use Emitter::startTime)
      ParticleSystem::clear -> ParticleSystem::empty
      And various Doc fixes.
      
      Change-Id: Ia3b02b987f692e6f1bd14c42e575381bdfb7bbb5
      Reviewed-on: http://codereview.qt-project.org/4231
      
      
      Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
      1aa012a1
  17. 08 Jul, 2011 - 1 commit
  18. 07 Jun, 2011 - 1 commit
    • Alan Alpert's avatar
      Immense Particles Refactor Part A · 21d0c6ef
      Alan Alpert authored
      Qt.labs.particles 2.0 moved to QtQuick.Particles 2.0. All C++ classes
      changed names, some renaming of QML types.
      
      Also adds CustomParticle.
      21d0c6ef
  19. 27 Apr, 2011 - 2 commits
    • Qt by Nokia's avatar
      Initial import from qtquick2. · a129444b
      Qt by Nokia authored
      Branched from the monolithic repo, Qt qtquick2 branch, at commit
      a4a585d2ee907746682846ae6e8a48e19deef469
      a129444b
    • 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