handle some tmpl files in a more sane way

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4355 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-06-10 17:33:05 +00:00
parent 635a7afc3d
commit 3005c47180
21 changed files with 31 additions and 24 deletions

View File

@ -81,4 +81,6 @@ protected:
};
#include "ButtonController.tmpl"
#endif // BUTTONCONTROLLER_H

View File

@ -1,5 +1,19 @@
2002-06-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
* GUI.h: do not include ButtonController.tmpl
* ControlInset.h: include ControlInset.tmpl
* ControlCitation.C: do not include ControlInset.tmpl
* ControlCommand.C: ditto
* ControlERT.C: ditto
* ControlError.C: ditto
* ControlExternal.C: ditto
* ControlFloat.C: ditto
* ControlGraphics.C: ditto
* ControlInclude.C: ditto
* ControlMinipage.C: ditto
* ControlDialog.tmpl: remove the Base:: prefix
2002-06-07 Angus Leeming <leeming@lyx.org>

View File

@ -29,13 +29,6 @@
#include <algorithm>
// need to #include this in _one_ of the ControlCommand-derived classses in
// order to instantiate
// ControlInset<InsetCommand, InsetCommandParams>::showInset
// ControlInset<InsetCommand, InsetCommandParams>::createInset
#include "ControlInset.tmpl"
using std::pair;
using std::vector;

View File

@ -20,7 +20,6 @@
#include "ViewBase.h"
#include "ButtonControllerBase.h"
#include "ControlCommand.h"
#include "ControlInset.tmpl"
#include "buffer.h"
#include "Dialogs.h"
#include "frontends/LyXView.h"

View File

@ -20,7 +20,6 @@
#include "ViewBase.h"
#include "ButtonControllerBase.h"
#include "ControlERT.h"
#include "ControlInset.tmpl"
#include "Dialogs.h"
#include "frontends/LyXView.h"
#include "buffer.h"

View File

@ -20,7 +20,6 @@
#include "ControlError.h"
#include "ViewBase.h"
#include "ButtonControllerBase.h"
#include "ControlInset.tmpl"
#include "Dialogs.h"
#include "buffer.h"
#include "insets/inseterror.h"

View File

@ -22,7 +22,6 @@
#include "BufferView.h"
#include "ButtonControllerBase.h"
#include "ControlExternal.h"
#include "ControlInset.tmpl"
#include "Dialogs.h"
#include "Liason.h"
#include "frontends/LyXView.h"

View File

@ -25,8 +25,6 @@
#include "insets/insetfloat.h"
#include "frontends/LyXView.h"
#include "ControlInset.tmpl"
#include <boost/bind.hpp>
using std::vector;

View File

@ -21,7 +21,6 @@
#include "ViewBase.h"
#include "ButtonControllerBase.h"
#include "ControlGraphics.h"
#include "ControlInset.tmpl"
#include "helper_funcs.h"

View File

@ -31,8 +31,6 @@
#include "frontends/LyXView.h"
#include "ControlInset.tmpl"
#include <boost/bind.hpp>
using std::pair;

View File

@ -107,5 +107,7 @@ private:
};
#include "ControlInset.tmpl"
#endif // CONTROLINSET_H

View File

@ -20,7 +20,6 @@
#include "ControlMinipage.h"
#include "ViewBase.h"
#include "ButtonControllerBase.h"
#include "ControlInset.tmpl"
#include "Dialogs.h"
#include "frontends/LyXView.h"
#include "buffer.h"

View File

@ -11,7 +11,6 @@
#define GUI_H
#include "ButtonController.h"
#include "ButtonController.tmpl"
#include "ButtonPolicies.h"
#include "ControlAboutlyx.h"
#include "ControlBibitem.h"

View File

@ -1,3 +1,7 @@
2002-06-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
* gnomeBC.C: do not include ButtonController.tmpl
2002-06-03 Michael A. Koziarski <michael@koziarski.com>
* dialogs/GLog.C

View File

@ -5,7 +5,6 @@
#endif
#include "gnomeBC.h"
#include "ButtonController.tmpl"
#include <gtkmm/widget.h>
#include <gtkmm/button.h>

View File

@ -1,3 +1,7 @@
2002-06-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
* Qt2BC.C: do not include ButtonController.tmpl
2002-05-23 John Levon <moz@compsoc.man.ac.uk>
* QtLyXView.h: moved into frontends/

View File

@ -14,7 +14,6 @@
#endif
#include "Qt2BC.h"
#include "ButtonController.tmpl"
#include "debug.h"
#include <qbutton.h>

View File

@ -1,5 +1,9 @@
2002-06-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
* FormMathsPanel.C: do not include ButtonController.tmpl
* FormPreferences.C: ditto
* xformsBC.C: ditto
* FormBase.h (controller): remove ViewBase:: prefix
2002-06-07 Angus Leeming <leeming@lyx.org>

View File

@ -36,8 +36,6 @@
#include "FormMathsSpace.h"
#include "FormMathsStyle.h"
#include "ButtonController.tmpl"
#include "deco.xpm"
#include "delim.xpm"
#include "equation.xpm"

View File

@ -14,7 +14,6 @@
#include "FormPreferences.h"
#include "form_preferences.h"
#include "ButtonController.tmpl"
#include "Dialogs.h"
#include "buffer.h"

View File

@ -15,9 +15,9 @@
#endif
#include "xformsBC.h"
#include "ButtonController.tmpl"
#include "xforms_helpers.h"
xformsBC::xformsBC(string const & cancel, string const & close)
: GuiBC<FL_OBJECT, FL_OBJECT>(cancel, close)
{}