]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiDialog.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiDialog.cpp
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-05 André Pönitzdo what the FIXME suggested
2008-03-02 Abdelrazak YounesBug fix bis: disconnect and clearParams for GuiDialog...
2008-03-02 Abdelrazak YounesBug fix: disconnect and clearParams for GuiDialog based...
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
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 std' instead of 'using std::xxx'
2007-12-09 Abdelrazak Younesfix copy&paste bug.
2007-12-09 Abdelrazak YounesFactorize general code out of GuiDialog and into the...
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 André Pönitzhand-crafted LyXErr
2007-11-27 André Pönitzcosmetics
2007-11-26 André Pönitzmake dialog stay above the main window
2007-11-23 Abdelrazak YounesSimplify Dialog::name() handling.
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-10-19 Richard HeckInsetCommandParams() now takes an InsetCode rather...
2007-10-09 André Pönitzfinally merge Dialog and Controller
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-07 André Pönitznext ones
2007-10-05 André Pönitzstart dissolving frontends/controllers. 40 steps to go.
2007-09-28 Abdelrazak Younesset eol-style.
2007-09-27 Abdelrazak Younesdisable window geometry session handling for Qt < 4.2.
2007-09-27 Abdelrazak Younes* GuiDialog: Initial Window geometry session support...
2007-09-26 Abdelrazak YounesPotential bug fix...
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-10 André Pönitzremove Dialog::title_, direct setting the title works...
2007-09-05 André Pönitzthe fun begins....
2007-09-03 André Pönitzrename a few view functions from foo() to fooView()
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...