Skip to content
Snippets Groups Projects
  1. Jan 16, 2015
  2. Oct 09, 2014
  3. Feb 19, 2014
    • Fawzi Mohamed's avatar
      qml: moving most of ModelManager logic to ModelManageInterface · d24cb60d
      Fawzi Mohamed authored
      
      Currently ModelManager contains lot logic, but as it sits in QmlJSTools
      it is not possible to use it in standalone tests.
      Moving most of the logic to ModelManagerInterface (and cleanup)
      to allow better testing, and refactoring.
      This introduces a dependency of the qmljs lib on the cplusplus lib
      Also a (small) part of the CppTool::ModelManagerInterface has been
      moved to CPlusPlus::CppModelManagerBase to remove the dependency on
      CppTools to gather the Qml types exposed from C++.
      
      Change-Id: Icad7fe96dfd0f1a2b1058d82bd98c77c40aa5e9d
      Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
      d24cb60d
  4. Jan 08, 2014
  5. Oct 09, 2012
  6. Oct 05, 2012
  7. Jan 26, 2012
  8. Nov 15, 2011
  9. Nov 03, 2011
  10. Jul 06, 2011
  11. Oct 06, 2010
  12. Oct 01, 2010
  13. Apr 21, 2010
  14. Apr 13, 2010
  15. Apr 12, 2010
  16. Jan 07, 2010
    • Kai Koehne's avatar
      New QmlDesigner plugin & Design mode · 818a7b22
      Kai Koehne authored
      This adds a new "Design" mode that can be used to manipulate qml files
      in a visual way. It will only get build if you have the declarativeui
      module in Qt.
      
      This is a squashed import from the Bauhaus project. Share & enjoy :)
      818a7b22
Loading