Skip to content
Snippets Groups Projects
  1. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  2. Feb 10, 2011
  3. Jan 24, 2011
  4. Jan 12, 2011
  5. Jan 06, 2011
  6. Jan 05, 2011
  7. Jan 04, 2011
  8. Dec 17, 2010
  9. Oct 03, 2010
    • Alessandro Portale's avatar
      Do not scan "/" for include files · 493710c2
      Alessandro Portale authored
      The scanning phase was in some cases insanely long.
      Reason was that Creator feeds wrong paths to the
      CppModelManager, for example "/".
      
      The scanning phase did what it was told to: scan that whole
      Harddrive.
      
      This patch makes sure that the scanning is not done for "/"
      
      Done-With: Roberto
      493710c2
    • Alessandro Portale's avatar
      No Samba while including files · b9d3c1f5
      Alessandro Portale authored
      (The other Samba is meant. The slow one, not the nice one.)
      
      Creator manages to feed the CppModelManager with all kinds of
      wrong include paths. That is usually not a big issue as long
      as that path is not a simple "/".
      
      CppManager appended a separator to all incoming include paths.
      And when the above "/" was passed in, we had (on my machine)
      7 seconds of Samba Network lookup, multiple times during a
      parse. And the sad thing was that my dear colleagues in the
      Intranet did not even have the searched-for header files on
      their shared folders.
      
      This patch makes sure that a separator is only appended if
      the path does not already end with one.
      
      The real core of the issue (wrong include paths from Creator)
      still needs to be fixed.
      
      Done-with: Roberto Raggi
      b9d3c1f5
  10. Sep 02, 2010
  11. Aug 13, 2010
  12. Jul 20, 2010
  13. Jul 05, 2010
  14. Jul 02, 2010
  15. Jun 25, 2010
  16. Jun 14, 2010
  17. Jun 04, 2010
  18. May 31, 2010
  19. May 26, 2010
  20. May 25, 2010
  21. May 10, 2010
  22. May 07, 2010
  23. May 05, 2010
  24. Apr 26, 2010
  25. Apr 23, 2010
  26. Apr 14, 2010
  27. Apr 13, 2010
  28. Mar 18, 2010
Loading