- Nov 30, 2010
-
-
con authored
Use the editor's displayName for the window title. Also there were missing change signal emissions in setDisplayName implementations. Moves the actual handling of the window title from Session to EditorManager (so it now is also done for the hypothetical case of no project explorer plugin). Task-number: QTCREATORBUG-3207
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
con authored
-
- Oct 08, 2010
-
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Sep 30, 2010
-
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
- Sep 27, 2010
-
-
hjk authored
-
- Sep 10, 2010
-
-
Friedemann Kleint authored
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
-
- Sep 08, 2010
-
-
Leandro Melo authored
The wizards already provide a default suffix for file creation. But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor. After all, this reflects how the file will be treated by Creator (including the next time it's opened). Task-number: QTCREATORBUG-2006
-
- Aug 30, 2010
-
-
hjk authored
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 22, 2010
-
-
con authored
-
- Jun 25, 2010
- Jun 11, 2010
- Jun 07, 2010
-
-
con authored
-
- May 28, 2010
-
-
Thorbjørn Lindeijer authored
While reloading a text document, the bookmarks got lost since their associated QTextBlocks were deleted. This patch makes sure that before reloading, the bookmarks are removed non-persistently in the same way as when closing a document, and that they are restored after the document was reloaded. Currently, no effort is made to update the location of the bookmarks based on the way the file changed. Task-number: QTCREATORBUG-1281 Reviewed-by: dt
-
- May 21, 2010
-
-
Jens Bache-Wiig authored
I altered the layout to use thin splitters so it fits better into the other UI components. Reviewed-by: thorbjorn
-
- May 12, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
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 30, 2010
-
-
con authored
-
- Apr 16, 2010
-
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
- Mar 31, 2010
-
-
con authored
-
- Mar 24, 2010
-
-
Friedemann Kleint authored
-
- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Jan 11, 2010
-
-
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.
-
- Jan 07, 2010
-
-
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
-
con authored
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- Nov 20, 2009
-
-
Alessandro Portale authored
The paragraphs are now long lines that get wrapped by the text browser. Reviewed-by: TrustMe modified: src/plugins/bineditor/BinEditor.pluginspec modified: src/plugins/bookmarks/Bookmarks.pluginspec modified: src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec modified: src/plugins/coreplugin/Core.pluginspec modified: src/plugins/cpaster/CodePaster.pluginspec modified: src/plugins/cppeditor/CppEditor.pluginspec modified: src/plugins/cpptools/CppTools.pluginspec modified: src/plugins/cvs/CVS.pluginspec modified: src/plugins/debugger/Debugger.pluginspec modified: src/plugins/designer/Designer.pluginspec modified: src/plugins/fakevim/FakeVim.pluginspec modified: src/plugins/find/Find.pluginspec modified: src/plugins/genericprojectmanager/GenericProjectManager.pluginspec modified: src/plugins/git/ScmGit.pluginspec modified: src/plugins/helloworld/HelloWorld.pluginspec modified: src/plugins/help/Help.pluginspec modified: src/plugins/locator/Locator.pluginspec modified: src/plugins/mercurial/Mercurial.pluginspec modified: src/plugins/perforce/Perforce.pluginspec modified: src/plugins/projectexplorer/ProjectExplorer.pluginspec modified: src/plugins/qmleditor/QmlEditor.pluginspec modified: src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec modified: src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec modified: src/plugins/qtscripteditor/QtScriptEditor.pluginspec modified: src/plugins/regexp/RegExp.pluginspec modified: src/plugins/resourceeditor/ResourceEditor.pluginspec modified: src/plugins/snippets/Snippets.pluginspec modified: src/plugins/subversion/Subversion.pluginspec modified: src/plugins/texteditor/TextEditor.pluginspec modified: src/plugins/vcsbase/VCSBase.pluginspec modified: src/plugins/welcome/Welcome.pluginspec
-
- Oct 29, 2009
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009