- Jun 11, 2010
-
-
con authored
-
- Jun 07, 2010
-
-
con authored
-
- May 27, 2010
-
-
Thorbjørn Lindeijer authored
Due to different text positioning logic between the QItemDelegate and the way SearchResultTreeItemDelegate drew the line numbers, the line numbers did not align properly to the line of text next to it. This was fixed by relying on QItemDelegate::drawDisplay for drawing the line numbers, so that the same positioning logic is used. This exposed a small right-alignment bug in QTextLayout, for which a fix is coming to Qt. Done-with: Erik Verbruggen
-
- May 21, 2010
-
-
mae authored
Vertical block selections could be painted where there was no selection, or they could jump randomly to columns futher right. Reviewed-by: dt
-
- May 17, 2010
-
-
Nicolas Arnaud-Cormos authored
Use it to change the find and candidate find object in CurrentDocumentFind: this will allow to replace the IFindSupport object used. Merge-request: 115 Reviewed-by:
con <qtc-committer@nokia.com> (cherry picked from commit d3b58c2d)
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Caused by uninitialized variable and failure to check for the case where nothing is found. Done-with: mae
-
- Apr 13, 2010
-
-
mae authored
We now use two cursors, with the first one being positioned at the character before the find scope starts. This makes it possible to extend the scope when typing at the beginning or the end of it. This is more what the user expects. The effect is noticable with find&replace of words at the beginning or end of the scope.
-
- Apr 12, 2010
-
-
mae authored
-
Jens Bache-Wiig authored
- fixed some RTL issues. I removed isSideStored and useLayoutDirection. Instead we simply flip the sides if RTL is in use. - added the fader animation and clear icon that we use in Designer already. - fixed the double toplevel popup focus issues we had with the locator menu. - removed some redundant labels and reset buttons
-
- Apr 07, 2010
-
-
dt authored
-
- Mar 31, 2010
-
-
con authored
-
- Mar 29, 2010
-
-
dt authored
-
- Mar 24, 2010
-
-
Friedemann Kleint authored
-
- Mar 19, 2010
-
-
Thorbjørn Lindeijer authored
Added icons for Save As, Exit, Select All, Go To Line, About and Search & Replace actions.
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- Mar 10, 2010
-
-
con authored
QCompleter::popup() actually shows the popup, which is both annoying and slow. Delay the annoyance from startup to a later point till this is fixed in Qt.
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Feb 26, 2010
-
-
con authored
Also disable "Search" buttons in this case.
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 21, 2010
-
-
Martin Aumüller authored
fakevim: make methods used by FindPlugin public instead of making FindPlugin a friend of FindToolBar as suggested in a comment to merge request #97 Merge-request: 97 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 97 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Martin Aumüller authored
Merge-request: 97 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Jan 07, 2010
-
-
con authored
-
- 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 14, 2009
- Dec 08, 2009
-
-
Thorbjørn Lindeijer authored
The search results window assumed the files were searched in sorted order, which is not always the case especially since "find usages" can now operate in several threads. This change makes sure that the list of files in the search results is always sorted, using a binary search to find the right index to insert new files. Reviewed-by: con
-
- Nov 24, 2009
-
- 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
-
- Nov 10, 2009
-
-
Thorbjørn Lindeijer authored
This patch makes sure that the rows that show the file and the rows that show the results are the same height, to satisfy the uniform row heights setting. Also, a layout changed signal is now emitted when the font is changed. This makes active search results update correctly when the text editor font is changed. Reviewed-by: con
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 05, 2009
-
-
Roberto Raggi authored
Delayed the call to selectAll()
-
- Nov 04, 2009
-
-
con authored
Also fix focusing issues of the replace line edit. Reviewed-by: Roberto Raggi
-
- Oct 29, 2009