Skip to content
Snippets Groups Projects
  1. Nov 03, 2011
  2. Sep 23, 2011
  3. Aug 19, 2011
    • Christian Kamm's avatar
      Refactoring changes: Cleanup and improvements. · 8a6d767a
      Christian Kamm authored
      Previously RefactoringFiles were usually passed around by value.
      However, since a RefactoringFile may sometimes own a QTextDocument
      (when it was read from a file), that's not great and caused the
      file to be reread after every copy.
      
      With this change RefactoringFile becomes noncopyable and is always
      owned by a shared pointer.
      
      This change also allowed having const RefactoringFiles which is
      useful because they can be safely used from other threads. See
      CppRefactoringChanges::fileNoEditor.
      
      Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b
      Reviewed-on: http://codereview.qt.nokia.com/3084
      
      
      Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      8a6d767a
  4. Aug 16, 2011
  5. May 24, 2011
  6. May 06, 2011
  7. Apr 13, 2011
  8. 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
  9. Feb 21, 2011
  10. Feb 07, 2011
  11. Jan 12, 2011
  12. Jan 04, 2011
  13. Dec 17, 2010
  14. Oct 08, 2010
  15. Sep 30, 2010
  16. Sep 13, 2010
  17. Sep 09, 2010
    • Erik Verbruggen's avatar
      C++: fixed completion in braceless statements following a control statement. · cacb0db0
      Erik Verbruggen authored
      - Changed generator to generate:
      - Changed AST::lastToken to return 1 if there is none
      - Changed Bind.cpp to set the scope of the block following a control
        statement to extend upto (and not including) the first token after
        the block. So basically, including any whitespace after the control
        statement.
      
      Reviewed-by: Roberto Raggi
      cacb0db0
  18. Aug 16, 2010
  19. Aug 13, 2010
  20. Aug 12, 2010
  21. Jul 19, 2010
  22. Jun 22, 2010
  23. Jun 14, 2010
  24. May 18, 2010
  25. Mar 05, 2010
  26. Feb 02, 2010
  27. Nov 16, 2009
  28. Nov 13, 2009
  29. Nov 10, 2009
  30. Oct 21, 2009
Loading