Skip to content
Snippets Groups Projects
  1. Nov 29, 2010
    • Christian Kamm's avatar
      QmlJS: Remove overzealous 'undefined' check for enums. · 055aa15f
      Christian Kamm authored
      The "value might be 'undefined'" warning triggered whenever the static
      expression evaluator failed to produce a value. At the moment, it does
      so for almost all non-trivial expressions.
      
      The warning is now disabled.
      
      Task-number: QTCREATORBUG-3208
      055aa15f
  2. Nov 25, 2010
  3. Sep 24, 2010
  4. 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
  5. Aug 31, 2010
  6. Aug 30, 2010
  7. Aug 26, 2010
  8. Aug 02, 2010
  9. May 19, 2010
  10. Apr 28, 2010
  11. Apr 22, 2010
  12. Apr 07, 2010
  13. Apr 06, 2010
  14. Mar 29, 2010
  15. Mar 25, 2010
  16. Mar 18, 2010
  17. Mar 05, 2010
  18. Mar 04, 2010
  19. Mar 02, 2010
  20. Mar 01, 2010
  21. Feb 26, 2010
  22. Feb 24, 2010
  23. Feb 23, 2010
  24. Feb 22, 2010
  25. Feb 19, 2010
  26. Feb 18, 2010
Loading