- 19 Aug, 2011 1 commit
-
-
Christian Kamm authored
Previously RefactoringFiles were usually passed around by value. However, since a RefactoringFile may sometimes own a QTextDocument (when it was read from a file), that's not great and caused the file to be reread after every copy. With this change RefactoringFile becomes noncopyable and is always owned by a shared pointer. This change also allowed having const RefactoringFiles which is useful because they can be safely used from other threads. See CppRefactoringChanges::fileNoEditor. Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b Reviewed-on: http://codereview.qt.nokia.com/3084Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
- 15 Aug, 2011 1 commit
-
-
Christian Kamm authored
Change-Id: Ia8362bc9a4b319ab4bb65f3fb1a36dc769e28ccd Reviewed-on: http://codereview.qt.nokia.com/2953Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
- 08 Jun, 2011 1 commit
-
-
hjk authored
Reviewed-by: Erik Verbruggen (cherry picked from commit 769b21b4) Change-Id: I769b21b4x Reviewed-on: http://codereview.qt.nokia.com/391Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 18 May, 2011 1 commit
-
-
Leandro Melo authored
This is a re-work of our completion engine. Primary goals are: - Allow the computation to run in a separate thread so the GUI is not locked. - Support a model-based approach. QStrings are still needed (filtering, etc), but internal structures are free to use more efficient representations. - Unifiy all kinds of *assist* into a more reusable and extensible framework. - Remove unnecessary dependencies on the text editor so we have more generic and easily "plugable" components (still things to be resolved).
-
- 11 May, 2011 1 commit
-
-
hjk authored
Reviewed-by: Erik Verbruggen
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 18 Apr, 2011 1 commit
-
-
Oswald Buddenhagen authored
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 22 Feb, 2011 1 commit
-
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
- 20 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 12 Jan, 2011 2 commits
- 10 Jan, 2011 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- 07 Jan, 2011 1 commit
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 10 Dec, 2010 1 commit
-
-
Christian Kamm authored
At the moment, it inserts implementations inline. Done-with: Leandro Melo
-
- 18 Nov, 2010 1 commit
-
-
Erik Verbruggen authored
The condition resolving now looks through typedefs and calls. Task-number: QTCREATORBUG-2051 Reviewed-by: Christian Kamm
-
- 01 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 08 Oct, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 30 Sep, 2010 1 commit
-
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- 27 Sep, 2010 1 commit
-
-
Erik Verbruggen authored
(cherry picked from commit 3ff803d7e2543b64358755702d3c74318bc01736)
-
- 09 Sep, 2010 1 commit
-
-
Erik Verbruggen authored
-
- 03 Sep, 2010 1 commit
-
-
Roberto Raggi authored
-
- 02 Sep, 2010 1 commit
-
-
Roberto Raggi authored
-
- 19 Aug, 2010 1 commit
-
-
Jarek Kobus authored
-
- 16 Aug, 2010 1 commit
-
-
Roberto Raggi authored
-
- 13 Aug, 2010 2 commits
-
-
Christian Kamm authored
Makes them easy to use everywhere. Also when calling QuickFixData::textOf and friends, it wasn't really clear which file they would run on.
-
Christian Kamm authored
-
- 12 Aug, 2010 2 commits
-
-
Christian Kamm authored
-
Christian Kamm authored
This will allow a more efficient and direct implementation.
-
- 11 Aug, 2010 1 commit
-
-
Roberto Raggi authored
-
- 02 Aug, 2010 1 commit
-
-
Roberto Raggi authored
-
- 27 Jul, 2010 1 commit
-
-
Erik Verbruggen authored
For answers to questions about where to insert a snippet/chunk of C++ code. Ok, currently it will only find the One And Only place to insert method declarations in classes, and it will need some tuning.
-
- 26 Jul, 2010 1 commit
-
-
Erik Verbruggen authored
-