- Sep 02, 2010
-
-
dt authored
Makes QTCREATORBUG-2243 easier to do.
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Aug 05, 2010
-
-
mae authored
Block selection was "broken" when using tabs, or rather incomplete: It treated tabs as normal characters, which has shown to be unexpected by people using tabs in code. The new implementation has a vastly improved find scope as well. In addition, creating a blog selection with mouse or keyboard feels a lot more solid now, as the actual selection is detached from possible valid cursor positions. Task-number: QTCREATORBUG-1541
-
- 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 29, 2010
-
-
con authored
Use the right painting methods to make it look good, and also make (de-)selecting all subitems of a node possible.
-
- Jul 26, 2010
-
-
con authored
For some items with Symbols Search this will now both expand and jump to the result.
-
- Jul 23, 2010
- Jul 22, 2010
-
-
con authored
-
- Jul 15, 2010
- Jul 14, 2010
-
-
con authored
We had multiple cases where people were assuming that you can't do project wide search/replace, because they tried Ctrl+f and that is only single file. Reviewed-by: Thorbjørn Lindeijer
-
con authored
Also show "Replace", "Replace & Find" and "Replace All" in the tool bar, i.e. don't show the "Replace & Find Previous" in the tool bar to avoid it getting crowded. Reviewed-by: Thorbjørn Lindeijer
-
- Jul 13, 2010
-
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- Jul 12, 2010
- Jul 06, 2010
-
-
con authored
Similar to what we do in the find tool bar. Task-number: QTCREATORBUG-1543
-
- Jul 01, 2010
-
-
con authored
Also unify some method naming. Use the new feature to add clear buttons to the Locator, and the find tool bar. Task-number: QTCREATORBUG-705
-
- Jun 29, 2010
- Jun 28, 2010
-
-
hjk authored
-
- Jun 25, 2010
-
-
Alessandro Portale authored
So that QT_USE_FAST_OPERATOR_PLUS QT_USE_FAST_CONCATENATION may have an effect.
-
Alessandro Portale authored
-
Robert Loehning authored
-
hjk authored
A mostly mechanical change. Reviewed-By: con
-
con authored
Task-number: QTCREATORBUG-1690
-
- Jun 16, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Jun 11, 2010
- 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
The change makes the "replace with" line edit for symbol renaming wide enough. The default QLineEdit has space for ca. 17 characters, we now expand to the maximum of 25 and the space needed for the replacement text.
-
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)
-
con authored
-
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>
-