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