- Sep 19, 2011
-
-
hjk authored
Change-Id: Iecd6819a5376beced5413f134d3026fb889a13b1 Reviewed-on: http://codereview.qt-project.org/5115 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jun 24, 2011
-
-
Leandro Melo authored
Quickfixes, for instance, should not be expanded. Change-Id: I832ea11c5a270ee290441aca0d2c7231d0ced013 Reviewed-on: http://codereview.qt.nokia.com/674 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Jun 22, 2011
-
-
Leandro Melo authored
Even if the completion popup is already visible is should respect the behavior expected for explicit invocation. Change-Id: Ib4635fead060b90f677bfd7b2751a20c030f67a1 Reviewed-on: http://codereview.qt.nokia.com/571 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
-
- May 23, 2011
-
-
Leandro Melo authored
Change-Id: I18f35a6682a3fc26bbff51f4371d7e777541792d Reviewed-on: http://codereview.qt.nokia.com/63 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- May 20, 2011
-
-
Leandro Melo authored
This is necessary for the very first characters typed on the editor in the case the activation sequence length is greater than one. Change-Id: I9ec611f816278795b7ac3f75913fccf5a52165bf Reviewed-on: http://codereview.qt.nokia.com/47 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- May 18, 2011
-
-
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).
-