1. May 09, 2014
  2. Mar 13, 2014
    • Erik Larsson's avatar
      Fix crash in qml/qmlscene when using dummy-data with imports · f3d8386b
      Erik Larsson authored
      
      When using the tools qml and qmlscene with dummy-data it will crash or
      behave wrong, due to the dummy-data component will get the state not
      ready, if the dummy-data qml-files does an import of another folder or
      a js-file.  By changing the way of loading dummy-data, by letting
      QQmlComponent handle the file opening instead of using the setData()
      method, qmlscene and qml will be able to handle this type of
      dummy-data.
      
      The tool qml also needed to load the dummy data before loading the
      regular components, otherwise the dummy-data would not be ready for the
      other components to use.
      
      Task-number: QTBUG-32721
      
      Change-Id: Ia1cc2b2626187e23c7d7313be788202d91b12471
      Reviewed-by: default avatarAlan Alpert <aalpert@blackberry.com>
      f3d8386b
  3. Mar 10, 2014
  4. Nov 20, 2013
  5. Nov 16, 2013
  6. Nov 11, 2013
  7. Nov 01, 2013
  8. Oct 30, 2013
  9. Oct 25, 2013
  10. Sep 25, 2013
  11. Sep 17, 2013
    • Alan Alpert's avatar
      Add qml tool · 9aec6efd
      Alan Alpert authored
      
      This tool simply runs QML files using a QQmlApplicationEngine.
      
      It is configurable so as to behave, by default, like qmlscene in
      that it will automatically place non-Window QtQuick 2 Items inside
      a QQuickWindow with the size of the root item. The configuration
      is extensible so that other GUI scenes can also use it by altering
      the configuration files in their installation.
      
      On OS X, it is an app bundle, and handles the QFileOpenEvent so that
      it can be the tool with which qml files are usually launched by
      double-clicking.  (This does not break the ability to use it on the
      command line too: the options still work, you just have to give the
      path to the executable inside the bundle.)
      
      Change-Id: I6bac813ce188be54842a78d7b532fcf2d54dc443
      Reviewed-by: default avatarAlan Alpert (Personal) <416365416c@gmail.com>
      9aec6efd