]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Dialog.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / Dialog.h
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...