Skip to content
Snippets Groups Projects
  1. Nov 17, 2010
  2. Nov 16, 2010
    • Christian Kamm's avatar
      QmlJS: Make follow symbol work with member properties. · 5f196cf5
      Christian Kamm authored
      A full evaluate() call resolves the property and continues to the
      underlying type. If we use Evaluate::reference() instead, we only the
      first step is done and we can get at the source location if a
      ASTPropertyReference is returned.
      
      Reviewed-by: Erik Verbruggen
      5f196cf5
  3. Nov 15, 2010
  4. Nov 12, 2010
  5. Nov 11, 2010
  6. Nov 10, 2010
  7. Nov 09, 2010
  8. Nov 05, 2010
  9. Nov 03, 2010
  10. Nov 02, 2010
  11. Nov 01, 2010
    • Friedemann Kleint's avatar
      Fix exported headers in Core and TextEditor. · 6063fb84
      Friedemann Kleint authored
      - Unexport Core::Internal::MainWindow and remove its includes.
      - Move RssFetcher from Core::Internal to Core.
      - Unexport CopyTaskHandler.
      - Move TextEditor's completion support and Refactor Overlay
        helper classes from TextEditor::Internal to TextEditor as they
        are exported.
      - Move internal BaseTextBlockSelection into private header.
      - Unexport TextEditorOverlay as they are not used.
      6063fb84
    • con's avatar
      Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget. · 59c301a8
      con authored
      qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes
      it fail in pri files that are used for app pro files. The tests still
      don't run because of run time linking issues.
      59c301a8
  12. Oct 29, 2010
  13. Oct 27, 2010
    • Christian Kamm's avatar
      QmlJS: Fix member completion at the end of a nested object definition. · 592396c2
      Christian Kamm authored
      The parser's error recovery generates three nested object definitions
      for code like
      Item { Item { font } }
      where the innermost definition corresponds to 'font }' and has an empty
      lbrace token.
      
      If we create a Range for this recovered definition, code completion will
      fail for 'font.'.
      
      Task-number: QTCREATORBUG-2767
      Reviewed-by: Roberto Raggi
      592396c2
  14. Oct 26, 2010
  15. Oct 22, 2010
    • Kai Koehne's avatar
      QmlOutline: Don't use LookupContext due to performance issues · c7e47f53
      Kai Koehne authored
      Creating a LookupContext can be sloooow for large projects. We create
      one instance for every update in the Outline to get the right icons.
      
      Take a shortcut here and just use the element name directly, ignoring
      packages names etc.
      
      This is a hot fix for 2.1, a following patch will change the Icon
      retrieval API accordingly.
      
      Reviewed-by: Roberto Raggi
      Task-number: QTCREATORBUG-2859
      c7e47f53
  16. Oct 21, 2010
Loading