Skip to content
Snippets Groups Projects
  1. Sep 12, 2011
  2. Sep 08, 2011
  3. Aug 18, 2011
  4. Jun 08, 2011
  5. May 30, 2011
  6. May 12, 2011
  7. May 06, 2011
  8. May 04, 2011
  9. Apr 13, 2011
  10. Jan 12, 2011
  11. Dec 17, 2010
  12. Nov 25, 2010
  13. Oct 14, 2010
  14. Sep 16, 2010
    • Christian Kamm's avatar
      QmlJS: Speed up Link significantly, provide more info on imports. · c7b3e3c8
      Christian Kamm authored
      Link now caches imports. That means importing the same library (say, Qt)
      from more than one file no longer creates an importing namespace for
      each one. Instead, a single one is created for the instance of Link.
      
      To make this work, the type environment in ScopeChain has been given its
      own type: Interpreter::TypeEnvironment. That has the added benefit of
      being able to carry meta-information about imports. You can use
      TypeEnvironment::importInfo(qmlComponentName) to get information about
      the import node that caused the import of the component.
      c7b3e3c8
  15. Sep 15, 2010
  16. Aug 31, 2010
  17. Jul 07, 2010
  18. Jun 21, 2010
  19. Jun 15, 2010
  20. May 19, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-1397. · ef66bc98
      Erik Verbruggen authored
      When adding a new file, refreshing semantic errors in the open editor should
      have worked. It now also works for removing existing files.
      
      Done-with: Christian Kamm
      ef66bc98
  21. May 18, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-1397. · eb9e7866
      Erik Verbruggen authored
      When adding a new file, refreshing semantic errors in the open editor should
      have worked. It now also works for removing existing files.
      
      Done-with: Christian Kamm
      eb9e7866
  22. May 17, 2010
    • Christian Kamm's avatar
      QmlJS: Make Snapshot discard outdated Documents. · 6f4b8644
      Christian Kamm authored
      Previously, fresh versions of a Document would be added to the
      _documentsByPath QMultiHash without removing the old version first.
      This means Link could pick up old versions of a Document.
      
      Task-number: QTCREATORBUG-1418
      6f4b8644
  23. Apr 01, 2010
  24. Mar 31, 2010
  25. Mar 29, 2010
  26. Mar 18, 2010
  27. Mar 05, 2010
  28. Feb 16, 2010
    • Christian Kamm's avatar
      Add QmlJS semantic checker. · da367906
      Christian Kamm authored
      * Add SemanticHighlighter to QmlJSTextEditor to update the semantic info
        in a background thread.
      * Add QmlJS::Check to run semantic checks on qml and js documents.
      * Add a check for incorrect property names.
      * Fix hoverhandler to show tool tips from extra selections over help
        tooltips.
      da367906
  29. Feb 11, 2010
  30. Feb 09, 2010
  31. Feb 03, 2010
    • Roberto Raggi's avatar
      Get rid of BindPtr. · fcf81b22
      Roberto Raggi authored
      There is no reason to store the Bind object in a QSharedPointer because the `binder' has the same
      lifetime of its document.
      fcf81b22
  32. Feb 02, 2010
  33. Jan 27, 2010
Loading