- Sep 07, 2010
-
-
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
-
- Jul 15, 2010
-
-
con authored
-
- Jul 13, 2010
-
-
mae authored
-
- Jul 07, 2010
-
-
mae authored
This makes it possible to open a pro-file with the locator, then doing Ctrl+O Enter to load the project.
-
- Jun 28, 2010
-
-
Friedemann Kleint authored
Move open project dialog handling into ProjectExplorer and make it use its list of project file patterns. Same in Checkout wizards. Task-number: QTCREATORBUG-1759 Reviewed-by: dt
-
- Jun 25, 2010
-
-
hjk authored
-
- Jun 02, 2010
-
-
dt authored
Reviewed-By: thorbjorn Task-Nr: QTCREATORBUG-965
-
- May 12, 2010
-
-
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.
-
- 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
-
-
hjk authored
-