]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Dialog.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / Dialog.cpp
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-06 André Pönitzmore of that
2008-03-05 André Pönitzdo what the FIXME suggested
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-08 Abdelrazak Younes* Dialog::showView(): call checkStatus() after updateVi...
2008-02-07 Abdelrazak YounesFix initial readonly enabling/disabling.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2008-02-05 Abdelrazak Younes* Dialog.cpp: whitespace
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-10 Abdelrazak YounesAdd common session handling infrastructure for dialogs.
2007-12-10 Pavel SandaFix compilation error.
2007-12-09 Pavel SandaFix warning.
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-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
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 YounesMove Dialog.{h,cpp} and ButtonPolicy.{h,cpp} to fronten...