]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Dialog.h
Speed up exit time
[lyx.git] / src / frontends / qt4 / Dialog.h
2017-10-18 Enrico ForestieriSpeed up exit time
2013-05-02 Pavel SandaRemove some header leftovers based on Scott's script...
2011-05-27 Tommaso CucinottaAdded method for easy reach of main document buffer.
2010-04-26 Vincent van RavesteijnFix bug #6451 (last part): Crash when interacting with...
2010-04-21 Pavel SandaDialog::bufferFilepath -> Dialog::bufferFilePath
2010-02-15 Abdelrazak YounesAttempt to simplify as much as possible Inset parameter...
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-07 Abdelrazak YounesDialog: move method to protected area
2010-02-07 Abdelrazak Younes* Dialog:
2009-06-16 Pavel SandaRefactorize GuiView::showView.
2009-04-04 Abdelrazak YounesSpellchecker: More simplifications.
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to lyxview().
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-08-12 Richard HeckRemove invalid comment.
2008-06-09 Abdelrazak YounesFix initial focus problem with outline and view-source...
2008-06-06 Abdelrazak Younes* Dialog::inset(): make it const.
2008-06-05 Abdelrazak YounesMove inset lookup to Dialog class as this is generic...
2008-05-02 Abdelrazak Younes* Delegates.h: clarify some comments.
2008-04-19 André Pönitzforward decalaration is sufficient
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-06 André Pönitzmore of that
2008-03-05 André Pönitzdo what the FIXME suggested
2008-02-05 Jean-Marc Lasgouttescompilation fix
2008-02-05 Stefan Schimanski* GCC: "QString is an incomplete type"
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-10 Abdelrazak YounesAdd common session handling infrastructure for dialogs.
2007-12-09 Abdelrazak YounesFactorize general code out of GuiDialog and into the...
2007-12-08 Abdelrazak Younes* Dialog: name_ is const and is ascii.
2007-12-08 Abdelrazak YounesFix bug 4413 (http://bugzilla.lyx.org/show_bug.cgi...
2007-11-23 Abdelrazak YounesSimplify Dialog::name() handling.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-22 Abdelrazak YounesRemove unused code.
2007-11-22 Abdelrazak YounesMove Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to fronten...