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