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