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