Re: Guile threading

2008-06-05 Thread Charles Day
On Thu, Jun 5, 2008 at 5:41 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > "Charles Day" <[EMAIL PROTECTED]> writes: > > > For prettiness, mainly. But I was also considering whether to add some > extra > > text below the bar to show the current subtask (like shown in the HIG). > The > > ability to

Re: Guile threading

2008-06-05 Thread Derek Atkins
"Charles Day" <[EMAIL PROTECTED]> writes: > For prettiness, mainly. But I was also considering whether to add some extra > text below the bar to show the current subtask (like shown in the HIG). The > ability to cancel is also currently missing from the QIF importer, though the > existing popup co

Re: Guile threading

2008-06-04 Thread Charles Day
On Wed, Jun 4, 2008 at 6:44 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > "Charles Day" <[EMAIL PROTECTED]> writes: > > > Um, I'm fairly sure we have guile wrappers for progress bar > > reporting functions. Indeed, I'm pretty sure the QIF importer > already > > uses them for reading/p

Re: Guile threading

2008-06-04 Thread Derek Atkins
"Charles Day" <[EMAIL PROTECTED]> writes: > Um, I'm fairly sure we have guile wrappers for progress bar > reporting functions. Indeed, I'm pretty sure the QIF importer already > uses them for reading/parsing QIF files! Search for gnc-progress-dialog > in qif-import/*.scm > > Thos

Re: Guile threading

2008-06-03 Thread Charles Day
On Tue, Jun 3, 2008 at 8:34 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Hi, > > "Charles Day" <[EMAIL PROTECTED]> writes: > > > On Sat, May 31, 2008 at 11:07 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > > > > Keep in mind that most of the gnucash code is NOT thread safe! > > > > The whole r

Re: Guile threading

2008-06-03 Thread Derek Atkins
Hi, "Charles Day" <[EMAIL PROTECTED]> writes: > On Sat, May 31, 2008 at 11:07 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > > Keep in mind that most of the gnucash code is NOT thread safe! > > The whole reason I was thinking about threading was to be able to put progress > bars directly in th

Re: Guile threading

2008-05-31 Thread Charles Day
to have needed to supply custom functions for updating its progress bar.) Cheers, Charles > -derek > > > Quoting Charles Day <[EMAIL PROTECTED]>: > > I was thinking about using some Guile threading but it seems that thread >> support is disabled because Guile was built

Re: Guile threading

2008-05-31 Thread Charles Day
ting Charles Day <[EMAIL PROTECTED]>: > > I was thinking about using some Guile threading but it seems that thread >> support is disabled because Guile was built with the >> --disable-linuxthreads >> option (set by packaging/win32/install.sh). >> >> Is there

Re: Guile threading

2008-05-31 Thread Derek Atkins
Keep in mind that most of the gnucash code is NOT thread safe! -derek Quoting Charles Day <[EMAIL PROTECTED]>: > I was thinking about using some Guile threading but it seems that thread > support is disabled because Guile was built with the --disable-linuxthreads > option (s

Guile threading

2008-05-31 Thread Charles Day
I was thinking about using some Guile threading but it seems that thread support is disabled because Guile was built with the --disable-linuxthreads option (set by packaging/win32/install.sh). Is there any particular reason that Guile threads need to be disabled? (If so, then perhaps I could put