Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
  2. Dec 16, 2010
  3. Nov 26, 2010
    • Thomas Hartmann's avatar
      Build fix for tools · 8cb762dc
      Thomas Hartmann authored
      We have to check for Qt Versions and private headers to build qmlpuppet.
      
      Reviewed-by: Kai Koehne
      8cb762dc
  4. 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
  5. Nov 22, 2010
  6. Nov 02, 2010
  7. Nov 01, 2010
    • hjk's avatar
      Add a little tool doing the job of 'qmake -project' · 29b6b2fe
      hjk authored
      This creates a .pro from all "source" files below a given directory.
      As I'd like to use Qt Creator as tool to quickly inspect and navigate
      "alien" codebases a way to easily set up dummy .pro files is needed.
      qmake -project takes far too long on projects of the size of Qt itself.
      29b6b2fe
  8. Oct 20, 2010
  9. Sep 29, 2010
  10. Sep 28, 2010
  11. Sep 22, 2010
  12. Sep 21, 2010
  13. Sep 16, 2010
  14. Sep 15, 2010
  15. Sep 09, 2010
  16. Sep 07, 2010
  17. Sep 03, 2010
  18. Aug 27, 2010
  19. Aug 26, 2010
  20. Aug 25, 2010
    • Christian Kamm's avatar
      QmlJS: Fix running qmldump on plugins that require a specific uri. · 36e8b65d
      Christian Kamm authored
      The builtin QML plugins require to be imported with the full uri, i.e.
      import Qt.labs.particles 1.0
      so setting the import path to imports/Qt/labs and doing
      import particles 1.0
      is not supposed to work. (see QTBUG-11139)
      
      This change adjusts qmldump to take an import path *and* the import uri,
      so it will be able to dump the type information for these plugins.
      
      Reviewed-by: Erik Verbruggen
      36e8b65d
  21. Aug 24, 2010
Loading