Skip to content
Snippets Groups Projects
  1. May 24, 2011
  2. May 20, 2011
  3. May 12, 2011
  4. May 06, 2011
  5. May 04, 2011
  6. Apr 26, 2011
  7. Apr 21, 2011
  8. Apr 13, 2011
  9. Apr 12, 2011
  10. Mar 11, 2011
  11. Mar 10, 2011
  12. Feb 21, 2011
    • Christian Kamm's avatar
      QmlJS: Remove the strict separation of types and attached types. · 1d4cd9b7
      Christian Kamm authored
      The problem was that several lookup calls suddenly failed because
      the actual QML types were no longer in the default scope chain. However,
      the QML documentation says the type names are in the scope.
      
      Also, 'MyComponent.' in a JS-expression context only showed the attached
      properties of MyComponent and missed the enums.
      
      With this change completion now may offers too many options, but that's
      better than missing some.
      
      This reverts parts of 490f2797
      
      Reviewed-by: Leandro Melo
      1d4cd9b7
  13. Feb 10, 2011
  14. Feb 09, 2011
  15. Jan 12, 2011
  16. Jan 10, 2011
  17. Jan 06, 2011
  18. Jan 04, 2011
  19. Dec 17, 2010
  20. Dec 01, 2010
  21. Nov 25, 2010
  22. Nov 17, 2010
  23. Nov 16, 2010
  24. Nov 15, 2010
  25. Nov 12, 2010
    • Christian Kamm's avatar
      QmlJS: Add a UrlValue. · 83e7d7c3
      Christian Kamm authored
      This will allow distinguishing mere strings from urls and allow
      different completion.
      
      Reviewed-by: Erik Verbruggen
      83e7d7c3
  26. Nov 11, 2010
Loading