Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Sep 06, 2011
  3. Aug 31, 2011
  4. Aug 30, 2011
  5. Aug 25, 2011
  6. Aug 24, 2011
  7. Jul 05, 2011
  8. May 30, 2011
  9. May 18, 2011
  10. May 06, 2011
  11. Apr 13, 2011
  12. 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
  13. Feb 10, 2011
  14. Jan 24, 2011
  15. Jan 12, 2011
  16. Jan 06, 2011
  17. Jan 05, 2011
  18. Jan 04, 2011
  19. Dec 17, 2010
  20. 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
  21. Sep 02, 2010
  22. Aug 13, 2010
  23. Jul 20, 2010
  24. Jul 05, 2010
  25. Jul 02, 2010
  26. Jun 25, 2010
  27. Jun 14, 2010
  28. Jun 04, 2010
  29. May 31, 2010
  30. May 26, 2010
  31. May 25, 2010
Loading