- 12 May, 2010 1 commit
-
-
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.
-
- 22 Mar, 2010 1 commit
-
-
con authored
Reviewed-by: dt
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 22 Feb, 2010 1 commit
-
-
con authored
-
- 18 Feb, 2010 1 commit
-
-
con authored
-
- 17 Feb, 2010 1 commit
-
-
ck authored
Reviewed-by: hjk
-
- 21 Jan, 2010 1 commit
-
-
Martin Aumüller authored
Merge-request: 97 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 14 Jan, 2010 1 commit
-
-
con authored
Leading to a crash when selecting the empty entry. The patch fixes a big memory leak with bin editors (neither the widget nor the IFile instance was deleted, the latter leading to the empty entry in the open editors window), and also puts a saveguard in the open editors window, so that empty entries are not shown any more. Task-number: QTCREATORBUG-571 Reviewed-by: Thorbjørn
-
- 11 Jan, 2010 1 commit
-
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
- 07 Jan, 2010 1 commit
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 01 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 16 Sep, 2009 1 commit
-
-
con authored
And moc complains about it.
-
- 09 Sep, 2009 1 commit
-
-
ck authored
- Saving to file only takes modified data into account. - Search functionality does not exhaust memory anymore. - Searches can be canceled. This required updating the IFindSupport interface and all classes implementing it. No functional changes were done in those. Reviewed-by: mae
-
- 08 Sep, 2009 1 commit
-
-
ck authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 22 Jul, 2009 2 commits
- 16 Jul, 2009 2 commits
- 13 Jul, 2009 3 commits
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
Henrik Abelsson authored
Merge-request: 840 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
con authored
-
- 16 Jun, 2009 2 commits
-
-
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
-
- 04 Jun, 2009 1 commit
-
-
con authored
Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 29 May, 2009 1 commit
-
-
con authored
-
- 25 May, 2009 2 commits
- 25 Feb, 2009 2 commits
- 21 Jan, 2009 3 commits
-
-
hjk authored
Task: 180315 RevBy: Details:
-
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.
-
Thorbjørn Lindeijer authored
Requested by danimo
-
- 20 Jan, 2009 1 commit
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- 19 Jan, 2009 1 commit
-
-
hjk authored
forward declaration is sufficient.
-
- 13 Jan, 2009 3 commits
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
con authored
Details: - To make it conform to naming convention.
-
- 16 Dec, 2008 1 commit
-
-
hjk authored
-