Re: Inset clean-up

2003-12-11 Thread Martin Vermeer
On Thu, Dec 11, 2003 at 03:43:32PM +0100, Andre Poenitz spake thusly: > On Thu, Dec 11, 2003 at 02:27:50PM +, Angus Leeming wrote: > > I guess that it is too big to go in as-is, so I'll revert it in my > > tree and re-apply it bit by bit with lots of testing. > > Just commit. The changes ar

Re: Inset clean-up

2003-12-11 Thread Andre Poenitz
On Thu, Dec 11, 2003 at 02:27:50PM +, Angus Leeming wrote: > I guess that it is too big to go in as-is, so I'll revert it in my > tree and re-apply it bit by bit with lots of testing. Just commit. The changes are straightforward and any problem should be ironed out easily. You can spent your

Inset clean-up

2003-12-11 Thread Angus Leeming
This is the sort of patch that goes down well: diffstat reports 176 insertions and 452 deletions. What it does: * adds a 'mailer_name_' variable to InsetCommand, enabling us to get rid of the destructors and many of the priv_dispatch member functions in classes derived from InsetCommand. * get

Re: [patch] external inset clean-up.

2003-06-02 Thread John Levon
On Sun, Jun 01, 2003 at 10:52:31PM +, Angus Leeming wrote: > Thereafter I'll move the code that actually draws the graphic on the LyX > screen out of insetgraphic and into a separate Graphic class. Adding hooks > so that the external inset can use it too will then be trivial. Sweet ! john

[patch] external inset clean-up.

2003-06-02 Thread Angus Leeming
This patch enables the external inset to use the converters mechanism rather than have its own hard-wired alternative. It works perfectly for me with all of the supported templates except the chess stuff; I do not have the necessary stuff installed to test it but don't see why there would be a