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