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