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
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
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
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
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