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