Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Feb 24, 2015
  3. Jan 16, 2015
  4. Oct 14, 2014
  5. Oct 09, 2014
  6. Jun 23, 2014
  7. Mar 13, 2014
  8. Jan 08, 2014
  9. Aug 19, 2013
  10. Aug 02, 2013
  11. Mar 26, 2013
  12. Feb 01, 2013
  13. Oct 25, 2012
  14. Sep 24, 2012
  15. Sep 19, 2012
  16. Jul 19, 2012
  17. Jan 26, 2012
  18. Nov 03, 2011
  19. Jun 22, 2011
  20. Jun 09, 2011
  21. Jun 08, 2011
    • Thomas Hartmann's avatar
      QmlDesigner.model: refactoring for nodeSource · 7939c270
      Thomas Hartmann authored
      I changed customParserSource into nodeSource and use it also for
      components. This means we do not use auxiliaryData anymore with some magic
      __component_data identifier.
      To distinguish between CustumParserSource and ComponentSource I introduced
      the enum NodeSourceType.
      Also in this patch I added auxiliaryData in the creation of a node. This was useful
      for prototyping and will help with prototyping/testing in the future.
      
      Change-Id: I2152c26c0c767f869f7dce7209abf43f594fd2ad
      Reviewed-on: http://codereview.qt.nokia.com/399
      
      
      Reviewed-by: default avatarMarco Bubke <marco.bubke@nokia.com>
      7939c270
  22. May 06, 2011
  23. Apr 13, 2011
  24. Jan 12, 2011
  25. Dec 17, 2010
  26. Nov 24, 2010
    • Marco Bubke's avatar
      QmlDesigner.Instances: Move instances out of process · ed424628
      Marco Bubke authored
      The complete qml emulation layer (instances) is moved
      into another external process (qmlpuppet).
      
      Summary of architectural changes:
      
      - Asynchronous messaging
          Handling commands and data transfer asynchronously reduces the
          amount of context switches between processes.
      
      - Proxy classes for client process
          This classes abstract the inter process communication
      
      - QVariant based command parsing and serialization
          Using LocalSocket in bidirectional manner for communications
          of commands and data transfer.
      
      - Integer based identifier instead of ModelNode in client process
          The qml emulation layer (instances) has no more depencies to our
          internal data model.
      
      - Timer based rendering
          Rendering in instances is controlled by a timer. Only dirty items
          are updated.
      ed424628
  27. May 05, 2010
  28. Mar 05, 2010
  29. Feb 26, 2010
    • Kai Koehne's avatar
      QmlDesigner: Fix compilation with latest changes of QDeclarative · dbfe2e7f
      Kai Koehne authored
      All files have been renamed from Qml to QDeclarative.
      Registration of types is now done in an initializer method.
      QmlView/QDeclarativeView doesn't have an execute method any more.
      QDeclarativeMetaObject became private API.
      QmlMetaProperty / QDeclarativeProperty has now different API.
      dbfe2e7f
  30. Feb 16, 2010
  31. 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
  32. Jan 04, 2010
  33. Dec 02, 2009
  34. Nov 11, 2009
Loading