- Sep 14, 2011
-
-
Eike Ziller authored
Change-Id: I7350c78479343e85b1ca4957e08bccefb5756d20 Reviewed-on: http://codereview.qt-project.org/4556 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- Sep 13, 2011
-
-
Eike Ziller authored
And move the cancel button into the specific search result widget. Change-Id: Ide8173e1ec5de091e1c1332a2b0c47d9a30a4c87 Reviewed-on: http://codereview.qt-project.org/4555 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
Change-Id: I6e024583c0d778a65007eb4590118c4329b2118a Reviewed-on: http://codereview.qt-project.org/4554 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 06, 2011
-
-
Eike Ziller authored
Change-Id: I7e64701e8833ad38b9ac01d316bd00302602a390 Rubber-stamped-by: Daniel Teske Reviewed-on: http://codereview.qt.nokia.com/4179 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 31, 2011
-
-
Leandro Melo authored
Find usages and related rely on functions that assume \n as line ending. This is true for the preprocessed files, but not for the original sources. Change-Id: I61b7e05c0116504d11c7df4b1aa10d519b705336 Reviewed-on: http://codereview.qt.nokia.com/260 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@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
the info about the bars is now stored in the IFile, not in the EditorView. this is somewhat more expensive for the bars which identically apply to all editors of one type, but fixes consistency issues between views. additionally, it is now possible to set several simultaneous info bars per file, which ensures that no information is lost. Co-authored-by: mae
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 18, 2011
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 22, 2011
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- Jan 17, 2011
-
-
Erik Verbruggen authored
Instead of using the pre-processed source, the original one is used. This makes a difference when a macro is used in the line, where the pre- processed source would have a "#gen true" token. Task-number: QTCREATORBUG-3345
-
- Jan 12, 2011
- Jan 04, 2011
-
-
Christian Kamm authored
-
- Dec 17, 2010
-
-
con authored
-
- Sep 14, 2010
-
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- Sep 10, 2010
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-2300
-
- Aug 26, 2010
-
-
Roberto Raggi authored
-
- Aug 11, 2010
-
-
Roberto Raggi authored
-
- Aug 10, 2010
-
-
Roberto Raggi authored
-
- Aug 05, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jul 23, 2010
-
-
con authored
Required refactoring of the search result window to show real trees of search results. The backend is the backend from the Locator filter, which is a bit outdated now.
-
- Jul 20, 2010
-
-
ck authored
Reviewed-by: Roberto Raggi
-
- Jul 12, 2010
-
-
con authored
-
- Jul 06, 2010
-
-
Roberto Raggi authored
-
- May 31, 2010
-
-
Roberto Raggi authored
-
- May 25, 2010
-
-
Roberto Raggi authored
-
- Mar 30, 2010
-
-
Roberto Raggi authored
OK, it seems that this change is not necessary. This reverts commit 40bae63c.
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
Erik Verbruggen authored
-
- Mar 09, 2010
-
-
Erik Verbruggen authored
Fixed crash in FindUsages on a dirty file in a large project, which is saved while the FindUsages is still running.
-
- Mar 05, 2010
-
-
hjk authored
-
- Dec 21, 2009
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
con authored
-