]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/DialogView.h
fix memory leaks
[lyx.git] / src / frontends / qt4 / DialogView.h
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.