1. May 30, 2013
    • Shawn Rutledge's avatar
      Added QQuickWindow::setDefaultAlphaBuffer() · 84adf4ff
      Shawn Rutledge authored
      
      All QQuickWindows will render using the same OpenGL context, so
      for a window to support transparency, the OpenGL context needs
      to be created with support for transparency from the very start.
      Therefore the application needs to call setDefaultAlphaBuffer()
      before creating windows.  There are some relevant comments in
      QTBUG-20768 although the bug itself is not the same use case
      (it was already OK as long as the first window had a translucent
      color, because of setAlphaBufferSize in QQuickWindow::setColor()).
      
      Change-Id: I92e111c1a62c0d510821b646fd334e52254f8f57
      Reviewed-by: default avatarGunnar Sletta <gunnar.sletta@digia.com>
      84adf4ff
  2. May 28, 2013
  3. Jan 10, 2013
  4. Dec 12, 2012
  5. Dec 10, 2012
  6. Sep 23, 2012
  7. Aug 10, 2012
  8. Feb 24, 2012
    • 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
  9. Jan 30, 2012
  10. Jan 23, 2012
  11. Jan 05, 2012
  12. Nov 29, 2011
  13. Oct 21, 2011
    • 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
  14. Sep 21, 2011
  15. Sep 05, 2011
  16. Apr 27, 2011
    • 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