- 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
- Oct 21, 2009
-
-
dt authored
To reproduce: Split editors. Select text in first editor. Select text in second editor. Invoke the find dialog. Notice that the text from the first editor was used. Reviewed-By: mae
-
- Oct 12, 2009
-
-
Friedemann Kleint authored
-
- Oct 06, 2009
-
-
Roberto Raggi authored
-
- Oct 05, 2009
-
-
Roberto Raggi authored
-
con authored
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 02, 2009
- Oct 01, 2009
-
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
Plus some minor reformattings.
-
- Sep 30, 2009
-
-
Thorbjørn Lindeijer authored
Reviewed-by: Roberto Raggi
-
- Sep 29, 2009
-
-
Roberto Raggi authored
-
con authored
-
con authored
-
con authored
-
- Sep 22, 2009
-
-
Denis Dzyubenko authored
Reviewed-by: Thorbjorn Lindeijer
-
- Sep 10, 2009
-
-
con authored
-
- Sep 09, 2009
-
-
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
-
- Sep 01, 2009
-
-
Thorbjørn Lindeijer authored
Make the background of the files and line numbers adapt to the background color. Making it darker only works nicely for non-dark backgrounds, but it's better than hardcoding a light background. The highlight of the search results still has to be fixed.
-
Thorbjørn Lindeijer authored
It was opaque, whereas now it adapts better with varying background colors.
-