]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiCompleter.cpp
fix completion painting for RTL (inline completion and completion list)
[lyx.git] / src / frontends / qt4 / GuiCompleter.cpp
2008-06-04 Dov Feldsternfix completion painting for RTL (inline completion...
2008-06-03 Bernhard RoiderFix item delegate for qt 4.2:
2008-05-05 Pavel Sandafrom_utf8(fromqstr -> qstring_to_ucs4 .
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-21 André Pönitzfix #4758
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-06 André PönitzA hack to prevents an additional redraw when the scroll...
2008-03-15 André Pönitzcosmetics/#include cleanup
2008-03-05 Stefan Schimanski* fix wrong slot name
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* rich text item delegate to draw the layout filter...
2008-03-04 Stefan Schimanski* even setModel can trigger focus events. So move also...
2008-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* fix another crash due to the redraw opti-/minimizatio...
2008-03-04 Stefan Schimanski* work around for the bad memory of the treeview about...
2008-03-03 Stefan Schimanski* Hide popup asynchronously because we might be here...
2008-03-03 Stefan Schimanski* fix assert with 4.2.x when setting a null item delega...
2008-02-28 Stefan Schimanski* fix a memory corruption due to sligtly different...
2008-02-28 Stefan Schimanski* the longest completion does not depend on the competion.
2008-02-28 Stefan Schimanski* only remember the last selection if it didn't come...
2008-02-28 Stefan Schimanski* small indicator in the cursor to show that a completi...
2008-02-28 Stefan Schimanski* completion cursor
2008-02-28 Enrico ForestieriFix crash on cygwin with completion in text mode.
2008-02-26 Stefan Schimanski* set the column with in the popup before showing it...
2008-02-26 Stefan Schimanski* escape hides the completion
2008-02-26 Stefan Schimanski* undeflow fix for i == -1
2008-02-26 Stefan Schimanski* factored out hidePopup and hideInline
2008-02-26 Stefan Schimanski* don't show inline if the user did not want it, even...
2008-02-25 Stefan Schimanski* binary search can be tricky. I hope I got it right...
2008-02-25 Abdelrazak YounesChange CompletionList::data() signature and cosmetics.
2008-02-25 Stefan Schimanski* fix for binary search if string was not found
2008-02-25 Stefan Schimanski* fix longest prefix algorithm for sorted models: commo...
2008-02-25 Stefan Schimanski* special faster algorithms for sorted completion lists
2008-02-25 Stefan Schimanski* implemention of the WordList with iterator caching...
2008-02-24 Stefan Schimanski* setItemDelegate does not free the old delegate. So...
2008-02-24 Richard HeckFix drawing error on Linux, apprently caused by creatio...
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