]> git.lyx.org Git - lyx.git/history - src/frontends/qt4
baseclasslist --> BaseClassList singleton. Prep for further type safety.
[lyx.git] / src / frontends / qt4 /
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
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* resorted completion options. Now by text and math.
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 Stefan Schimanski* cosmetic
2008-02-28 Pavel SandaFullscreen fixes (multiple windows & toolbar visibility).
2008-02-28 Enrico ForestieriFix crash on cygwin with completion in text mode.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzcosmetics
2008-02-27 Pavel SandaFullscreen mode fixes:
2008-02-27 Abdelrazak YounesAdd list of labels. If I have the time and energy the...
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-27 Abdelrazak YounesGuiView ctor: wrong property!
2008-02-27 Abdelrazak Younestypo
2008-02-27 Abdelrazak YounesComment out setQuitOnLastWindowClosed() call.
2008-02-27 Abdelrazak Younes* GuiView: Make use of the default settings WRT last...
2008-02-27 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4498
2008-02-27 Abdelrazak YounesGet rid of LyXFunc::closeBuffer()
2008-02-27 Abdelrazak YounesCleanup app quitting and window closing now that there...
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 Abdelrazak Younes* GuiView::closeEvent(): adjust buffer closing WRT...
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* "show popup without delay"-checkbox was missing a...
2008-02-26 Stefan Schimanski* don't show inline if the user did not want it, even...
2008-02-26 Stefan Schimanski* paragraph support for the global word list. To make...
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 Richard HeckImprove comment.
2008-02-24 Richard HeckDoxy bit.
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getBaseClass/baseClass/ cleanup.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
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 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
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 Abdelrazak YounesGuiView::dispatch(): Fix cut&paste bug.
2008-02-22 Stefan Schimanski* once is enough
2008-02-22 Jean-Marc Lasgouttesdisable annoying debug messages
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 Pavel SandaCosmetics.
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
2008-02-21 Pavel SandaAdd hide tab icon.
2008-02-21 Abdelrazak YounesLFUN_CLOSE_TAB_GROUP: bug fixes.
2008-02-21 Abdelrazak YounesIntroduce LFUN_CLOSE_TAB_GROUP.
2008-02-21 Abdelrazak YounesBe on the safe side WRT events.
2008-02-21 Abdelrazak Younes* LFUN_SPLIT_VIEW: add support for vertical split view.
2008-02-21 Abdelrazak Younes* TabWorkArea: rename 'close tab' button to 'close...
2008-02-21 Abdelrazak YounesFix drawing of multiple views of a same buffer in the...
2008-02-21 Abdelrazak YounesFix buffer-switching in split view.
2008-02-20 Abdelrazak YounesIntroducing LFUN_SPLIT_VIEW
2008-02-20 Abdelrazak Younessmall tweak for split view.
2008-02-20 Abdelrazak YounesFix scrollbar/resizing interaction.
2008-02-20 Abdelrazak YounesLFUN_UI_TOGGLE: make sure the keyboard focus stays...
2008-02-20 Abdelrazak YounesWork-around scrollbar bug when returning from fullscree...
2008-02-20 Abdelrazak YounesFullscreen support: Small cleanups. Still not sure...
2008-02-20 Edwin Leuvenmore tooltip cleanup
2008-02-20 Edwin Leuvencleanup tooltip
2008-02-20 Edwin Leuvenfix layout
2008-02-19 Pavel SandaImprove fullscreen mode (bug 4146).
2008-02-19 Abdelrazak YounesVarious small cleanup.
2008-02-19 Richard HeckDisable colsep box when single column.
2008-02-19 Richard HeckAdd support for column separation in page margins....
2008-02-18 Jean-Marc Lasgouttesmore compile fixes
2008-02-18 Abdelrazak YounesCompile fix by Kornel Benko.
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-15 Jürgen SpitzmüllerFix a crash following the input of an invalid paragraph...
2008-02-15 Abdelrazak YounesOutliner: Fix synchronous navigation for all types.
2008-02-15 Abdelrazak YounesAdd list of numbered equations.
2008-02-14 Richard HeckGet rid of GuiIndex since we no longer need it. Simplif...
2008-02-14 Abdelrazak Younesfactorize code between GuiFontMetrics::rectText() and...
2008-02-14 Abdelrazak Younes* buttonText(): painting tweaks.
2008-02-14 Richard HeckCleanup.
2008-02-14 Richard HeckDo not inherit from std::map.
2008-02-13 Abdelrazak YounesAdd list of Marginal Notes.
2008-02-13 Abdelrazak YounesAdd list of Indexes.
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
next