- Jun 23, 2011
-
-
con authored
E.g. in split editors with small main window. We now have line edits with a minimum size and use a flow layout for the replace buttons (which will reduce width when necessary by laying out vertically). Flow layout is taken from the Qt examples. Task-number: QTCREATORBUG-3279 Change-Id: Ic07d4d3e75e3d928d6b53534adb42481ce26256b Reviewed-on: http://codereview.qt.nokia.com/666 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- May 12, 2011
-
-
Oswald Buddenhagen authored
this is where it belongs, rather than into some arbitrary editor. as a nice side effect, now not only the "rename symbol", but also the global search&replace has such a warning.
-
Oswald Buddenhagen authored
this allows adding further widgets to the layout. see next commit.
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 19, 2011
-
-
Friedemann Kleint authored
-
- Apr 14, 2011
-
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 28, 2011
-
-
Friedemann Kleint authored
-
- Feb 18, 2011
-
-
Tobias Hunger authored
-
- Feb 04, 2011
-
-
con authored
-
- Jan 24, 2011
-
-
Friedemann Kleint authored
-
- Jan 20, 2011
-
-
Friedemann Kleint authored
-
- Jan 14, 2011
- Jan 13, 2011
-
-
con authored
Adds a showWrapIndicator(parent) method to IFindSupport, to be used by implementations. First implementation is given for the BaseFindSupport that's used for all searches in Q(Plain)TextEdits. Task-number: QTCREATORBUG-2753
-
- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 02, 2010
-
-
con authored
-
- 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
-
- Nov 01, 2010
-
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
- Oct 18, 2010
-
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
- 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 28, 2010
-
-
mae authored
There was an off-by-one error for the normal find scope. Improved look by ignoring the left side.
-
- Sep 27, 2010
-
-
hjk authored
-
- Sep 20, 2010
-
-
Leena Miettinen authored
-
- Sep 16, 2010
-
-
hjk authored
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
- Sep 10, 2010
-
-
hjk authored
-
- Sep 02, 2010
- 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.
-