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