Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 01, 2010
  3. Mar 31, 2010
  4. Mar 29, 2010
  5. Mar 18, 2010
  6. Mar 05, 2010
  7. 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
  8. Feb 11, 2010
  9. Feb 09, 2010
  10. 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
  11. Feb 02, 2010
  12. Jan 27, 2010
  13. Jan 26, 2010
  14. Jan 25, 2010
  15. Jan 22, 2010
  16. Jan 19, 2010
  17. Jan 18, 2010
  18. Jan 15, 2010
  19. Jan 14, 2010
    • Kai Koehne's avatar
      Prevent symbol clashes for qml classes · 33ec15b9
      Kai Koehne authored
      Fix namespace usage such that all classes in shared/qml live in the
      Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner
      namespace.
      
      This should prevent any symbol clashes until we can finally get rid
      of the file dublicates (e.g. QmlDocument).
      33ec15b9
  20. Jan 07, 2010
  21. Dec 08, 2009
  22. Dec 02, 2009
  23. Nov 11, 2009
  24. Oct 02, 2009
  25. Sep 30, 2009
  26. Sep 23, 2009
  27. Sep 22, 2009
  28. Sep 21, 2009
Loading