Skip to content
Snippets Groups Projects
  1. Dec 01, 2010
  2. Nov 30, 2010
  3. Nov 25, 2010
  4. Nov 17, 2010
  5. 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
  6. Nov 15, 2010
  7. Nov 12, 2010
  8. Nov 11, 2010
  9. Nov 10, 2010
  10. Nov 09, 2010
  11. Nov 05, 2010
  12. Nov 03, 2010
  13. Nov 02, 2010
  14. 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
  15. Oct 29, 2010
Loading