]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/Dialog.cpp
Speed up exit time
[lyx.git] / src / frontends / qt4 / Dialog.cpp
2017-10-18 Enrico ForestieriSpeed up exit time
2015-05-26 Juergen SpitzmuellerIf there is an inset at cursor, connect the dialog...
2013-04-27 Richard HeckAnother assertion that got changed wrongly.
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2011-05-27 Tommaso CucinottaAdded method for easy reach of main document buffer.
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
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 YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-02-07 Abdelrazak Younes* Dialog:
2009-12-31 Vincent van RavesteijnUpdate the view also when the document is read-only.
2009-09-22 Abdelrazak YounesIntroduce Application::currentWindow() and get rid...
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-09-05 Abdelrazak Younes* LyXView:
2009-06-16 Pavel SandaRefactorize GuiView::showView.
2009-04-11 Vincent van RavesteijnEnable dialogs that can apply for read-only documents.
2009-04-04 Abdelrazak YounesSpellchecker: More simplifications.
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-09-21 Abdelrazak YounesReset the geometry and ui settings whenever a change...
2008-06-09 Abdelrazak YounesOutline focus fix for mac: Make sure the GuiView is...
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-07 Abdelrazak Younesheader.
2008-05-03 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4815
2008-05-02 Abdelrazak Younescosmetics
2008-05-02 Abdelrazak Younes* Delegates.h: clarify some comments.
2008-05-02 Abdelrazak Younesget rid of a superfluous Dialog::updateView().
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-27 Abdelrazak YounesSome dialog consistency work:
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...