Skip to content
Snippets Groups Projects
  1. Sep 07, 2010
    • Leandro Melo's avatar
      Allow the user to save as files with different extensions. · bcb3bb0f
      Leandro Melo authored
      There is still an open issue in this fix since the new extension might be of a different mime type (and our editors are attached to it currently).
      More details documented in the code.
      
      Task-number: QTCREATORBUG-2094
      Reviewed-by: Thorbjorn Lindeijer
      bcb3bb0f
  2. Jul 15, 2010
  3. Jul 13, 2010
  4. Jul 07, 2010
  5. Jun 28, 2010
  6. Jun 25, 2010
  7. Jun 02, 2010
  8. May 12, 2010
    • dt's avatar
      File renaming · 9bc9fe73
      dt authored
      Reviewed-By: con
      Reviewed-By: Friedemann Kleint
      
      We now support renaming files. The version control system tries first to
      rename, if that doesn't support or can't rename the file we do a normal
      rename. (Note: git, hg, perforce > 2009.02 support renaming, cvs not.
      (perforce untested)). We correctly notify all editors of the renamed
      file and tell the project manager to rename the file in the project.
      
      Note: Only the qt4projectmanager knows how to rename files.
      
      Note: renaming folders, moving files to different folders, renaming
      .pro/.pri files is not supported. Those things can be later added after
      this has proven to work correctly in the simple case.
      
      Also we don't do any actions based on the renaming like renaming
      classes, changing include guards or #include lines.
      9bc9fe73
  9. Apr 12, 2010
    • dt's avatar
      Fix crash · 48ee8247
      dt authored
      Nowadays we don't use QString::null for special cases, thus the
      filemanager can allow that.
      
      Task-Nr: QTCREATORBUG-1072
      48ee8247
  10. Apr 08, 2010
  11. Mar 26, 2010
  12. Mar 23, 2010
  13. Mar 22, 2010
  14. Mar 05, 2010
    • con's avatar
      A bit more efficient adding/removing of file watchers. · afe939ef
      con authored
      Each call of addPath(s) removePath(s) potentially is locking and
      unlocking a mutex, so do it for all paths at once.
      afe939ef
    • dt's avatar
      Fix FileManager after recent commit · b59442e0
      dt authored
      Temporary files should not be watched also fix a few corner cases where
      the fixedname of IFile change without the file name changing.
      (Oh the fun of symlinks.)
      
      It's more consistent now, though I haven't gone through all the
      implications of IFile's who's fixedName change
      b59442e0
    • hjk's avatar
      Long live the king! · 9595504b
      hjk authored
      9595504b
  15. Feb 26, 2010
  16. Feb 17, 2010
  17. Dec 21, 2009
    • con's avatar
      Implement string based search & replace in multiple files. · 1a95f6f2
      con authored
      This uses the same UI as "Rename Symbol".
      Moves the actual rename implementation to a static method in
      BaseFileFind and uses it for rename symbol and search & replace.
      Moves the signal notification for the code model from VCSManager to
      the more general FileManager.
      Note that as for rename symbol, there's no undo yet.
      
      Task-number: QTCREATORBUG-73
      1a95f6f2
  18. Dec 09, 2009
  19. Nov 26, 2009
    • Friedemann Kleint's avatar
      4827ba9d
    • Friedemann Kleint's avatar
      Project Wizards: Introduce notion of project directory, polish. · 3e34a9ae
      Friedemann Kleint authored
      
      - Introduce project directory and "use" flag to file manager, use that
        in new item dialog
      - Add configuration under Project settings, rename it to "General"
      - Make wizards create project names as "untitled1.."
      - Remove modules page from Qt application wizards (parametrizable)
      - Give Utils::ProjectIntroPage a "Set as default location" toggle.
      - Introduce wizard dialog base classes for handling that.
      - Introduce notion of "last visited directory to file manager" for
        open and non-project wizards, route open through file manager.
      - Clean out QmlAppWizard
      
      Task-number: QTCREATORBUG-333
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      3e34a9ae
  20. Nov 25, 2009
  21. Oct 01, 2009
  22. Sep 29, 2009
  23. Aug 14, 2009
  24. Jul 13, 2009
  25. Jun 18, 2009
  26. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  27. May 08, 2009
    • mae's avatar
      some work on the save-modified-files logic. We no longer rely · 9b82d98e
      mae authored
      on QFileInfo to tell us that a file is not writable, but accept
      that the attempt to save a file might actually fail (:-) ). This
      solves the NT network domain issue without the insane slowness.
      
      The stuff needs more work. We do not have any UI for failing save
      operations when closing creator (other than it doesn't close). Bad.
      9b82d98e
  28. May 06, 2009
  29. Apr 24, 2009
  30. Apr 15, 2009
  31. Mar 24, 2009
  32. Feb 27, 2009
  33. Feb 25, 2009
Loading