Re: Making a fancy main window like our competitor :)

2000-11-12 Thread Rob Browning
Conrad Canterford <[EMAIL PROTECTED]> writes: > I'm assuming we'll be able to specify particular sub-accounts to be > used in this process - by which I mean that I can have a sub-total > window called, say "Division X P&L", and can then designate > Income:Division X:Bribes, Income:Division X:Sale

Re: Making a fancy main window like our competitor :)

2000-11-12 Thread Conrad Canterford
Rob Browning wrote: > For example, it might be a lot more useful to many people to have in > the main window contain a few subtotals showing summary values for > their overall finances, a few crucial stock quotes, and perhaps a set > of links to their main account registers rather than a giant lis

Re: Making a fancy main window like our competitor :)

2000-11-12 Thread Rob Browning
Robert Graham Merkel <[EMAIL PROTECTED]> writes: > I haven't seen it myself - Bill, Rob B, and Linas have, and they > think it's a good idea, and the idea of letting the user set up what > financial information they'd like to see by default when they start > up GnuCash seems like a good idea. Fu

Re: g-wrap and guile-gnome/gtk

2000-11-12 Thread Robert Graham Merkel
Rob Browning writes: > Ariel Rios <[EMAIL PROTECTED]> writes: > One thing I've wondered about for a while now is whether or not it > might make sense to mirror (in scheme forms) the semantics of one of > the IDLs (CORBA being the biggest elephant on the block). > > However, on the other sid

Re: Taking the defs file issue

2000-11-12 Thread Christopher Browne
On 12 Nov 2000 18:56:28 CST, the world broke into rejoicing as Rob Browning <[EMAIL PROTECTED]> said: > Marius Vollmer <[EMAIL PROTECTED]> writes: > > I quite strongly disagree with this. In my view, the functions > > exported to the Scheme side must not be not be `dangerous' in the > > sense th

Re: Taking the defs file issue

2000-11-12 Thread Rob Browning
Marius Vollmer <[EMAIL PROTECTED]> writes: > I quite strongly disagree with this. In my view, the functions > exported to the Scheme side must not be not be `dangerous' in the > sense that a pilot error can not lead to memory corruption, memory > leaks or similar. Well, I suppose this depends o

Re: g-wrap and guile-gnome/gtk

2000-11-12 Thread Rob Browning
Ariel Rios <[EMAIL PROTECTED]> writes: > If there is a way of having a performance icnrease it would be even > better ;) I am interested in doing the Corba /ORBit bindings using > g-wrap or whatever new schema we came up with Well, I think we can probably separate this into two issues. 1) Wha

Re: g-wrap-0.9.12 is released.

2000-11-12 Thread Rob Browning
Derek Atkins <[EMAIL PROTECTED]> writes: > For the record, QIF importing no longer crashes, and I can > successfully build the GnuCash CVS Mainline. Great. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 ___ gnucash-devel m

Re: Taking the defs file issue

2000-11-12 Thread Rob Browning
(I've included gnucash-devel at this point because several of the people there should be seeing this discussion, and until I get the g-wrap list set up, which should be in about a week and a half, gnucash-devel is the de-facto g-wrap devel list. I'll also CC your previous mail there.) Ariel

[Ariel Rios ] Taking the defs file issue

2000-11-12 Thread Rob Browning
Ok guys, Attached I send the current defs file proposal. I'm ccing also the gnome-bindings list for it might be of interest to discuss possible modifications with them to this proposal. ariel The overall syntax is: (type-of-thing-being-defined name-used-to-refer-to-this-thing (a

Re: g-wrap-0.9.12 is released.

2000-11-12 Thread Derek Atkins
For the record, QIF importing no longer crashes, and I can successfully build the GnuCash CVS Mainline. -derek Rob Browning <[EMAIL PROTECTED]> writes: > I wanted to get this one out (which will hopefully fix the RPM > problems) before I dive into integrating the new enum support from > Robert.

g-wrap-0.9.12 is released.

2000-11-12 Thread Rob Browning
I wanted to get this one out (which will hopefully fix the RPM problems) before I dive into integrating the new enum support from Robert. 2000-11-12 Rob Browning <[EMAIL PROTECTED]> * configure.in: new version 0.9.12. * rpm/spec.in: fix some bugs I introduced with another pat