Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Sep 05, 2011
  3. Aug 18, 2011
  4. Aug 05, 2011
  5. Aug 02, 2011
  6. Jul 29, 2011
  7. Jun 08, 2011
  8. May 24, 2011
  9. May 18, 2011
    • Leandro Melo's avatar
      New code assist API · bec4f024
      Leandro Melo authored
      This is a re-work of our completion engine. Primary goals are:
      
      - Allow the computation to run in a separate thread so the GUI is not locked.
      - Support a model-based approach. QStrings are still needed (filtering, etc), but
      internal structures are free to use more efficient representations.
      - Unifiy all kinds of *assist* into a more reusable and extensible framework.
      - Remove unnecessary dependencies on the text editor so we have more generic
      and easily "plugable" components (still things to be resolved).
      bec4f024
  10. May 12, 2011
  11. May 06, 2011
  12. Apr 18, 2011
  13. Apr 14, 2011
  14. Apr 13, 2011
  15. Feb 25, 2011
  16. 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
  17. Feb 21, 2011
  18. Feb 15, 2011
  19. Jan 12, 2011
  20. Dec 17, 2010
  21. Dec 16, 2010
  22. Dec 02, 2010
  23. Dec 01, 2010
  24. Nov 30, 2010
Loading