Skip to content
Snippets Groups Projects
  1. Mar 05, 2013
  2. Jan 29, 2013
  3. Oct 05, 2012
  4. Sep 24, 2012
  5. Jul 19, 2012
  6. Nov 03, 2011
  7. Jun 28, 2011
  8. Jun 22, 2011
  9. Jun 09, 2011
  10. 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
  11. May 06, 2011
  12. Apr 19, 2011
  13. Apr 13, 2011
  14. Mar 01, 2011
  15. Feb 22, 2011
  16. 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
Loading