]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCompleter.cpp
Replace the text class shared ptr by good old index-into-global-list.
[lyx.git] / src / frontends / qt4 / GuiCompleter.cpp
2008-02-23 Stefan Schimanski* fix backspace at paragraph end. The inline completion...
2008-02-22 Stefan Schimanski* Qt does not reverse RTL strings for us. So it's a...
2008-02-22 Stefan Schimanski* another step for rtl completion: the popup is shown...
2008-02-22 Stefan Schimanski* following Andre's advice to rename the method into
2008-02-22 Stefan Schimanski* no need for QStyleOptionViewItemV3
2008-02-21 Stefan Schimanski* Reduce compilation time by removing the shared_ptr...
2008-02-21 Richard HeckCosmetics. And silence some warnings.
2008-02-21 Stefan Schimanski* show popup without delay even when the inline complet...
2008-02-21 Stefan Schimanski* silence warnings with null QPixmap
2008-02-21 Stefan Schimanski* minimize redraws during completion
2008-02-21 Stefan Schimanski* completion infrastructure