Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Mar 05, 2015
  3. Jan 16, 2015
  4. Oct 09, 2014
  5. Sep 29, 2014
  6. Sep 19, 2014
  7. Jan 08, 2014
  8. Apr 10, 2013
  9. Apr 03, 2013
  10. Jan 29, 2013
  11. Oct 05, 2012
  12. Jul 19, 2012
  13. Mar 14, 2012
  14. Jan 26, 2012
  15. Nov 03, 2011
  16. 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
  17. Aug 16, 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. Jan 12, 2011
  23. Jan 04, 2011
  24. Dec 17, 2010
  25. Sep 30, 2010
  26. Aug 16, 2010
  27. Aug 13, 2010
  28. Aug 12, 2010
  29. Jul 19, 2010
  30. Jun 22, 2010
  31. Jun 14, 2010
  32. Mar 05, 2010
  33. Jan 07, 2010
    • Kai Koehne's avatar
      New QmlDesigner plugin & Design mode · 818a7b22
      Kai Koehne authored
      This adds a new "Design" mode that can be used to manipulate qml files
      in a visual way. It will only get build if you have the declarativeui
      module in Qt.
      
      This is a squashed import from the Bauhaus project. Share & enjoy :)
      818a7b22
Loading