- Apr 12, 2010
-
-
dt authored
Nowadays we don't use QString::null for special cases, thus the filemanager can allow that. Task-Nr: QTCREATORBUG-1072
-
- Apr 08, 2010
-
-
con authored
Task-number: QTCREATORBUG-1077
-
- Mar 26, 2010
-
-
con authored
-
- Mar 23, 2010
-
-
con authored
Reviewed-by: dt Reviewed-by: Friedemann Kleint
-
- Mar 22, 2010
- Mar 05, 2010
-
-
con authored
Each call of addPath(s) removePath(s) potentially is locking and unlocking a mutex, so do it for all paths at once.
-
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
-
hjk authored
-
- Feb 26, 2010
-
-
Friedemann Kleint authored
Do not add file watchers on editors with temporary files (VCS diff/commit. etc). Add a flag to FileManager::addFile() specifying if one wants a watcher. Acked-by:
con <qtc-committer@nokia.com>
-
- Feb 17, 2010
-
-
dt authored
And port the Qt4ProjectManager to use that API for synchronization between editors and the .pro file tree. Reviewed-By: con
-
- Dec 21, 2009
-
-
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
-
- Dec 09, 2009
-
-
con authored
-
- Nov 26, 2009
-
-
Friedemann Kleint authored
-
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:
con <qtc-committer@nokia.com>
-
- Nov 25, 2009
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-333
-
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
- Sep 29, 2009
-
-
Oswald Buddenhagen authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 13, 2009
-
-
Henrik Abelsson authored
Merge-request: 840 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Jun 18, 2009
-
-
dt authored
Simply do it. Task-Nr: 254558
-
- Jun 16, 2009
-
-
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
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- May 08, 2009
-
-
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.
-
- May 06, 2009
-
-
dt authored
-
- Apr 24, 2009
-
-
con authored
-
- Apr 15, 2009
-
-
Thorbjørn Lindeijer authored
Pointed out by Mathias Gumz.
-
- Mar 24, 2009
- Feb 27, 2009
-
-
Oswald Buddenhagen authored
-
- Feb 25, 2009
- Jan 23, 2009
-
-
Thorbjørn Lindeijer authored
-
- Jan 21, 2009
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- Jan 20, 2009
-
-
hjk authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 09, 2008
-
-
hjk authored
-
- Dec 02, 2008
-
-
Eike Ziller authored
RevBy: - mae
-