Skip to content
Snippets Groups Projects
  1. Jun 20, 2012
  2. May 21, 2012
  3. May 11, 2012
  4. Apr 23, 2012
  5. Apr 17, 2012
  6. Apr 05, 2012
  7. Jan 25, 2012
  8. Oct 14, 2011
  9. Aug 15, 2011
  10. Jul 22, 2011
  11. Jul 05, 2011
  12. Jun 28, 2011
  13. Jun 21, 2011
  14. Apr 04, 2011
  15. Mar 28, 2011
  16. Mar 04, 2011
  17. Feb 18, 2011
  18. Dec 09, 2010
  19. 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
  20. Nov 11, 2010
  21. Sep 27, 2010
  22. Sep 16, 2010
  23. Sep 15, 2010
  24. Jul 28, 2010
  25. Jul 16, 2010
  26. Jul 15, 2010
  27. Jul 09, 2010
  28. Jul 07, 2010
  29. Jun 24, 2010
  30. May 18, 2010
  31. Apr 23, 2010
  32. Mar 18, 2010
  33. Feb 23, 2010
  34. Feb 08, 2010
Loading