Re: CVS update: gnucash/src/scm/report

2001-06-18 Thread Kevin Finn
report-list.scm > Log Message: > * src/scm/report/report-list.scm: switch to use-modules for > some reports. > > ___ > gnucash-patches mailing list > [EMAIL PROTECTED] > http://www.gnumatic.com/cgi-bin/mailman/listinf

Re: can't build from CVS - link errors?

2001-06-16 Thread Kevin Finn
Kevin Finn wrote: > > The compile went fine, but I get a ton of g-wrap related errors at link > time: > > http://people.ce.mediaone.net/kevinfinn/errors.txt > > I removed and rebuilt gnc-dir.h, are there any other gotchas that I > missed? I haven't changed g-w

can't build from CVS - link errors?

2001-06-16 Thread Kevin Finn
build I did (Friday night sometime?). Any ideas? -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: plugin/module architecture proposal for gnucash-1.7

2001-06-12 Thread Kevin Finn
. Although I guess this wouldn't necessarily be a problem restricted to the g-wrap interfaces anyway; maybe just a consistent module naming scheme would be enough? -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: plugin/module architecture proposal for gnucash-1.7

2001-06-11 Thread Kevin Finn
b to hook up to the function table? - Will each module provide its own g-wrappers, I assume? Maybe there needs to be a mechanism or a policy to avoid collisions in that namespace. -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL

Re: Compiling GnuCash with Guppy

2001-06-10 Thread Kevin Finn
TED] > > ___ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: 1.5.97 first impression

2001-06-09 Thread Kevin Finn
Even with the report speedup it would be nice to see the splash screen earlier, so I'll still take a look at it some more. Kevin Rob Browning wrote: > > Kevin Finn <[EMAIL PROTECTED]> writes: > > > Upgrading to guile 1.4 made things a little faster once t

Re: gnucash 1.5.98 qif import

2001-06-08 Thread Kevin Finn
") anywhere inside a (let-syntax ... ) that you'd like. Commenting out register.scm and transaction-list.scm from report-list.scm causes gnucash to load about twice as fast for me. Maybe I'll take a look at what it would take to pop up the splash screen a little earlier in the

Re: 1.5.97 first impression

2001-06-08 Thread Kevin Finn
trace if anyone is interested. While I'm thinking about it, has anyone else noticed that page up and page down in the help browser goes two pages at once, or is it just me? -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: gnucash 1.5.98 qif import

2001-06-06 Thread Kevin Finn
issue if other users are also seeing this sort of load time), but I can see how some would find them annoying so that doesn't matter to me too much either way. The other thing is that the splash screen doesn't redraw if it's occluded during the startup process and then uncovered. Maybe

Re: gnucash 1.5.98 qif import

2001-06-05 Thread Kevin Finn
hat I'm cautious about changing things if I don't need to :) Also being able to close my books and scrub out transactions from past years would probably help the load time too. My apologies if it's too soon to start looking forward to the next development cycle; I

Re: Compiling Guppy. was RE: 1.{56} dependency list

2001-05-28 Thread Kevin Finn
http://www.nwalsh.com/docbook/dsssl/doc/install.html http://www.linuxdoc.org/LDP/LDP-Author-Guide/tools.html I know nothing about docbook (OK, before setting it up I knew less than nothing, *now* I know nothing :) but this worked for me. -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: _Py_NoneStruct

2001-05-19 Thread Kevin Finn
ing shared libraries: > /usr/lib/libguppiplot.so.9: undefined symbol: _Py_NoneStruct How about: Christian Stimming wrote: > > -BEGIN PGP SIGNED MESSAGE- > > On Friday 18 May 2001 22:46, Kevin Finn wrote: > > Do you have libpython1.5.so ? > > Did somebody alrea

question for gtk gurus

2001-05-06 Thread Kevin Finn
elected %d %d\n", GTK_EDITABLE(entry)->selection_start_pos, GTK_EDITABLE(entry)->selection_end_pos ); } -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: Unstable 1.5.5 forgets main window size.

2001-04-23 Thread Kevin Finn
Bill Gribble wrote: > > On Sun, Apr 22, 2001 at 09:02:28PM -0500, Kevin Finn wrote: > > My problem is that the "welcome" report comes up every time GnuCash > > is launched, no matter whether I closed it before exiting the last time > > or not. > > L

Re: Unstable 1.5.5 forgets main window size.

2001-04-22 Thread Kevin Finn
/ | \ \_) ( ) > ) / > [EMAIL PROTECTED] (_/ > [EMAIL PROTECTED] > > ___ > gnucash-devel mailing list &

Re: kudos and a problem with the "welcome" report

2001-04-22 Thread Kevin Finn
actual error messages without digging into the report code itself? I recall the old-style reports would dump out a guile backtrace from the problem point. -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumat

Re: kudos and a problem with the "welcome" report

2001-04-21 Thread Kevin Finn
ing for the future), when I click "OK" to exit the options dialog I see all of the accounts get deselected so there is no income account chart visible in the main screen. After this happens, even if I go back and "select default" in the accounts options, I can't get the report

kudos and a problem with the "welcome" report

2001-04-21 Thread Kevin Finn
iting and restarting seems to have fixed the corruption in my config file, but the report isn't fixed and still claims that an error occurred while running it. Is there any way to get the error messages out of the report? I'm thinking of something like the Netscape javascri

window manager exit doesn't work?

2001-04-15 Thread Kevin Finn
gnc_shutdown(0); + /* gnc_ui_destroy(); */ } -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

remembering dock items' position

2001-02-19 Thread Kevin Finn
r gnucash users who aren't gnome users. Either implementation looks to be pretty simple. Any thoughts? Kevin -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: Gnucash CVS.

2001-02-12 Thread Kevin Finn
RITICAL **: file gtkwidget.c: line 1425 (gtk_widget_show): assertion `GTK_IS_WIDGET (widget)' failed. Kevin -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

a couple interesting bugs

2001-02-03 Thread Kevin Finn
() from /lib/libc.so.6 #5 0x404619a2 in g_list_foreach () from /usr/lib/libglib-1.2.so.0 #6 0x535610ec in ?? () Let me know if I can provide some more info, Kevin -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: GUI - accounts vs. transactions

2000-10-04 Thread Kevin Finn
o fields could be similarly copied between splits in the case of duplicated transactions? Or if there's an easy way to get duplicated transactions to come out looking right that I've missed, please let me know. Kevin -- Kevin Finn [EMAIL PROTECTED] ___ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

Re: check auto-numbering

2000-08-31 Thread Kevin Finn
one of those things that, when they afflict your > configuration, really get under your skin. > > ___ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel -- Kevin Finn [EMAIL

make install problems?

2000-08-12 Thread Kevin Finn
$file` \ /usr/bin/install -c -m 644 ./$file \ /usr/local/share/gnome/help/gnucash/C/$basefile; \ done /usr/bin/install: ./gnucash/*.html: No such file or directory make[4]: *** [install-data-local] Error 1 make[4]: Leaving directory `/home/kevin/gnucash/gnucash-cvs/do

Re: How to commit prefs before the user presses "Apply"?

2000-08-06 Thread Kevin Finn
On Fri, 04 Aug 2000, Dave Peticolas wrote: > Kevin Finn writes: > > > > Is there a way to force the setting of an option right away? I suppose > > could add a flag to the generic options structure that would make it call the > > setter right away, but I'

How to commit prefs before the user presses "Apply"?

2000-07-31 Thread Kevin Finn
y". Is there a way to force the setting of an option right away? I suppose I could add a flag to the generic options structure that would make it call the setter right away, but I'm hesitant to make such a large change to the options structure if t

Re: loading config.auto from config.user

2000-07-15 Thread Kevin Finn
It works great now - thanks. Kevin On Wed, 12 Jul 2000, Dave Peticolas wrote: > Kevin Finn writes: > > On Tue, 11 Jul 2000, you wrote: > > > Kevin Finn writes: > > > > > > > > src/scm/design.txt specified this method: > > > > >

Re: loading config.auto from config.user

2000-07-11 Thread Kevin Finn
On Tue, 11 Jul 2000, you wrote: > Kevin Finn writes: > > > > src/scm/design.txt specified this method: > > > > (load "~/.xacc.auto") > > > > which is a little out of date it seems. > > Try > > (gnc:load "~/.gnucash/config.a

loading config.auto from config.user

2000-07-10 Thread Kevin Finn
~/.gnucash normally. src/scm/design.txt specified this method: (load "~/.xacc.auto") which is a little out of date it seems. Also, is cvs.gnucash.org down, or is it just my ISP's DNS that hasn't updated yet? I can ping www.gnucash.org successfully. Kevin -- Kevin

Re: help on disabling preferences widgets

2000-07-04 Thread Kevin Finn
On Tue, 04 Jul 2000, Dave Peticolas wrote: > Kevin Finn writes: > > On Tue, 04 Jul 2000, Dave Peticolas wrote: > > > Robert Graham Merkel writes: > > > > Kevin Finn writes: > > > > > > > [...] > > > > > > Disabling by name

Re: help on disabling preferences widgets

2000-07-04 Thread Kevin Finn
On Tue, 04 Jul 2000, Dave Peticolas wrote: > Robert Graham Merkel writes: > > Kevin Finn writes: > > > [...] > > Disabling by name would be just fine. Keep in mind, though, that disabling > would most often be done in scheme, or at least the information that one >

Re: help on disabling preferences widgets

2000-07-03 Thread Kevin Finn
On Mon, 03 Jul 2000, you wrote: > Kevin Finn writes: > > [...] > > I think disabling by name would be sufficient - it is consistent with > the rest of the options interface. > > Which brings me to another point - if we make options mutable, should > it be an erro

Re: help on disabling preferences widgets

2000-07-02 Thread Kevin Finn
widget that is connected to "Automatic Decimal Point". Kevin On Sun, 02 Jul 2000, Robert Graham Merkel wrote: > Kevin Finn writes: > > Hello, > > > > I'm trying to set up the preferences dialog for auto decimal point so that > > t

help on disabling preferences widgets

2000-07-02 Thread Kevin Finn
n the checkbox is disabled? I've looked through the existing .scm files but I haven't found any existing code which disables/enables a widget (which I could use in the callback for the checkbox function). Is there any existing code that does this that I could look at? Kevin -- Ke

Re: cvs 2000-06-26

2000-06-27 Thread Kevin Finn
>was a tidbit of information you wish you had known when you started >using GnuCash and/or started tracking your finances, please submit >it as a tip (two strings, one displayed under the other.) > > > dave > > -- > Gnucash Developer's List > To unsubscribe

Re: Accounts/catagories, splits, and autonumbering...

2000-06-23 Thread Kevin Finn
of figures. I've just gotten used to not using the '.' and so some of my checks recently have been entered as 100x what I wrote them for :) Kevin On Fri, 23 Jun 2000, Dave Peticolas wrote: > Kevin Finn writes: > > > > While I'm writing, here

Re: Accounts/catagories, splits, and autonumbering...

2000-06-23 Thread Kevin Finn
in dollars and cents without typing the decimal point? For example, I want to type "2000" and have it register as "20.00", not as "2000". I haven't seen an option to turn that on and would be willing to add that functionality if it doesn't currently exi