]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/DialogView.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / DialogView.h
2010-01-27 Vincent van RavesteijnFix doxygen output for grouped items. Without the ...
2008-08-13 Richard HeckFix citation bug: In certain circumstances, attempts...
2008-08-12 Richard HeckRemove unintelligible comment. (This seems to have...
2008-06-06 Richard HeckFix citation dialog bug.
2008-06-06 Abdelrazak YounesFix disconnection on escaped dialog.
2008-03-05 André Pönitzdo what the FIXME suggested
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2008-02-05 Abdelrazak Younes* Dialog.cpp: whitespace
2008-02-04 Abdelrazak Younescleanup DialogView based classes.
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 Abdelrazak YounesSimplify Dialog::name() handling.
2007-11-22 Abdelrazak YounesRemove unused code.
2007-11-14 Abdelrazak YounesBump the Qt requirement to version 4.0.0
2007-11-05 Abdelrazak YounesRename GuiViewBase to GuiView.
2007-10-09 André Pönitzcosmetics
2007-10-09 André Pönitzsome controller simplification
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-07 André Pönitzone more
2007-09-28 Edwin Leuvenput widget in layout
2007-09-27 Abdelrazak Younesdisable window geometry session handling for Qt < 4.2.
2007-09-27 Abdelrazak Younesgcc compil fix.
2007-09-27 Abdelrazak Younesadd #include <QShowEvent> just in case.
2007-09-27 Abdelrazak Younes* DialogView: Initial Window geometry session support.
2007-09-27 Abdelrazak Younes* qt4/DialogView.h: new template class based on QDialog.