Re: [OpenBabel-Devel] Some layout issues

2011-10-08 Thread Noel O'Boyle
That's great, Sergei, and just in time for the 2.3.1 release. The examples are actually from a user (see http://forums.openbabel.org/Convert-Problem-SVG-from-SDF-td3854827.html) so I can't take the credit for that. :-) Regarding the templates, that definitely sounds useful. I'll leave it to Chris

[OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread My Th
Hi! I have posted a patch (3411037) in tracker for plugin loading which moves the plugin loading away from OBConversion constructor and loads them instead on first access. I would like to get some feedback on it. The use case for this is when the molecule is constructed in a program without the u

Re: [OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread Chris Morley
On 08/10/2011 17:07, My Th wrote: > Hi! > > I have posted a patch (3411037) in tracker for plugin loading which > moves the plugin loading away from OBConversion constructor and loads > them instead on first access. I would like to get some feedback on it. > > The use case for this is when the mole

Re: [OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread My Th
S , 2011-10-08 17:45 +0100, Chris Morley rakstīja: > On 08/10/2011 17:07, My Th wrote: > > Hi! > > > > I have posted a patch (3411037) in tracker for plugin loading which > > moves the plugin loading away from OBConversion constructor and loads > > them instead on first access. I would like to get

Re: [OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread Geoff Hutchison
> As far as I know it should not break binary compatibility, but I might > be wrong. > > I hope this change gets in eventually in one form or another. The change is a good one and it will eventually go in -- I'd be OK to apply it to SVN trunk when Chris has a chance to look at it. (The loading o

Re: [OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread My Th
S , 2011-10-08 14:26 -0400, Geoff Hutchison rakstīja: > > As far as I know it should not break binary compatibility, but I > might > be wrong. > > I hope this change gets in eventually in one form > or another. > > The change is a good one and it will eventually go in -- I'd be OK to > apply it to

Re: [OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread Chris Morley
On 08/10/2011 20:02, My Th wrote: > S , 2011-10-08 14:26 -0400, Geoff Hutchison rakstīja: >>> As far as I know it should not break binary compatibility, but I >> might> be wrong.> > I hope this change gets in eventually in one form >> or another. >> >> The change is a good one and it will eventu

Re: [OpenBabel-Devel] Plugin loading patch

2011-10-08 Thread My Th
S , 2011-10-08 21:13 +0100, Chris Morley rakstīja: > On 08/10/2011 20:02, My Th wrote: > > I have no idea how Windows dll loading works, but the code I touched > > should be above the platform specific bits. I used the same semantics as > > the old code had, only moved it to a place trough which go