Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Sep 05, 2011
  3. Aug 26, 2011
  4. 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
  5. Jul 14, 2011
  6. Jul 06, 2011
  7. Jul 04, 2011
  8. Jun 30, 2011
  9. May 19, 2011
  10. May 12, 2011
    • Oswald Buddenhagen's avatar
      add auto-saving of modified editors · 9ac137fb
      Oswald Buddenhagen authored
      Task-number: QTCREATORBUG-2847
      9ac137fb
    • Oswald Buddenhagen's avatar
      rewrite editor info bar handling · 882e34ee
      Oswald Buddenhagen authored
      the info about the bars is now stored in the IFile, not in the
      EditorView. this is somewhat more expensive for the bars which
      identically apply to all editors of one type, but fixes consistency
      issues between views.
      
      additionally, it is now possible to set several simultaneous
      info bars per file, which ensures that no information is lost.
      
      Co-authored-by: mae
      882e34ee
  11. May 10, 2011
  12. May 06, 2011
  13. Apr 19, 2011
  14. Apr 18, 2011
  15. Apr 14, 2011
  16. Apr 13, 2011
  17. Mar 31, 2011
  18. Mar 30, 2011
    • Friedemann Kleint's avatar
      Designer: Fix a crash when open() fails. · 776c5993
      Friedemann Kleint authored
      editorsClosed() is not emitted when open fails and thus
      the file was not removed from FormEditorStack.
      Add a connection from destroy to ensure the editor is removed.
      
      Happens when loading a session whose files no longer exists.
      
      Task-number: QTCREATORBUG-4266
      Reviewed-by: dt
      776c5993
  19. Mar 14, 2011
  20. Mar 09, 2011
    • Oswald Buddenhagen's avatar
      clean up DEPENDPATH insanity · 70073268
      Oswald Buddenhagen authored
      simply add
        CONFIG += depend_includepath
      to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
      were missing anyway, and i wouldn't expect it to ever change. not
      touching src/shared/ for syncing reasons.
      70073268
  21. Feb 28, 2011
  22. Feb 22, 2011
  23. Feb 09, 2011
  24. Feb 04, 2011
  25. Feb 03, 2011
  26. Jan 24, 2011
  27. Jan 18, 2011
Loading