- Nov 30, 2009
-
-
mae authored
Introduce "Reset Font Size" action, bound to Ctrl+0
-
mae authored
Remove overlap. Add extra selection tooltips for the cpp hover handler.
-
Roberto Raggi authored
-
mae authored
1. allow empty overlay selections 2. make it possible to bind a selection to a specified length
-
- Nov 27, 2009
-
-
con authored
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
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 26, 2009
-
-
Thorbjørn Lindeijer authored
This is necessary since a recent change in Qt 4.6 to how the WaveUnderline is drawn. It makes sure the WaveUnderline repeats correctly from one text item to another. Reviewed-by: mae
-
mae authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 25, 2009
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-
Friedemann Kleint authored
Extract the common root directory and display in separate line. Use the routine from the cvs plugin for that, moving it to stringutils.h.
-
- Nov 24, 2009
-
-
Friedemann Kleint authored
Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
-
- Nov 23, 2009
-
-
Thorbjørn Lindeijer authored
It can be a bit disturbing if the list suddenly jumps when you don't release the down or up key in time. Done with mae.
-
- Nov 20, 2009
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-199 Reviewed-by: thorbjorn
-
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
-
- Nov 18, 2009
-
-
Roberto Raggi authored
-
- Nov 17, 2009
-
-
Friedemann Kleint authored
Change the translateable string not to contain a blank. Task-number: QTCREATORBUG-299 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Nov 09, 2009
-
-
mae authored
Creator only indents the first line, and reindents subsequent lines relative to the indentation change of said first line. This fails when the first line contains no non-space characters. Solution in this change: skip (visually) empty lines. Reviewed-by: thorbjorn Task-number: QTCREATORBUG-227
-
mae authored
-
mae authored
-
- Nov 04, 2009
- Nov 03, 2009
-
-
Thorbjørn Lindeijer authored
Only checking Ctrl and link availability on mouse release was triggering the navigation too easily. Now you have to press and release the mouse on the same link, having Ctrl pressed all the time. In addition, when changing the text selection the link is also cleared. Task-number: QTCREATORBUG-134 Reviewed-by: con
-
- Nov 02, 2009
-
-
mae authored
at a later stage we will look into harmonizing context menu among different editors. The cpp editor had the biggest need, because its context menu features all sorts of extra refactoring operations, thus the standard Qt context menu became too large.
-
- Oct 29, 2009
- Oct 27, 2009
-
-
mae authored
of the line.
-
- Oct 16, 2009
- Oct 09, 2009
-
-
con authored
Since that was fixed in Qt.
-
- Oct 08, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Oct 07, 2009
-
-
Roberto Raggi authored
Done with mae
-
mae authored
By accident the default was changed to false, but we want true.
-