Re: Release 2.3.11 in a day or so

2010-03-16 Thread Geert Janssens
On Tuesday 16 March 2010, Phil Longstaff wrote:
 On Mon, 2010-03-15 at 22:34 +0100, Geert Janssens wrote:
  On Monday 15 March 2010, Geert Janssens wrote:
   On Monday 15 March 2010, Phil Longstaff wrote:
I want to release 2.3.11 in a day or so.  There have been a lot of
changes and bug fixes since 2.3.10.  If you have anything you want to
get in, you'll need to get it in quickly.  Then, please hold off
committing anything until 2.3.11 is released to help prevent anything
being committed which destabilizes it at the last minute.
   
Phil
   
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
  
   Phil,
  
   This bug bothers me for the 2.3.11 release:
   Bug 610675 - Register Tabs Do Not Display Since Nightly Build r18685
   https://bugzilla.gnome.org/show_bug.cgi?id=610675
  
   This is a very visible bug on Windows. I expect a lot of bug reports
   for this one.
  
   Should we revert the patch in this bug before releasing ?
  
   Geert
 
  Just for clarity, to revert this change, both commit r18884 and 18885
  should be reverted.
 
 Are you sure those are the right numbers?  They look like strstr -
 g_strrstr(), not colored tabs.
 
 Phil
 
Hmm, I missed one indeed.

The first commit for this bug was r18881. Then r18884/18885 fix a regression 
in r18881. They are a one line fix in newly added code from r18881.

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Translatable strings in .h file -- best way to resolve?

2010-03-16 Thread Christian Stimming

Zitat von Jeff Kletsky gnuc...@allycomm.com:

#define ACCOUNT_OPTIONS_SECTION Accounts
#define TRADING_ACCOUNTS_OPTION Trading Accounts

Presently, make-gnucash-potfiles.in does not look at .h files for  
translatable strings, so even after adding

#include glib/gi18n.h
and marking the strings, they don't make it into POTFILES.in

What approach is recommended for resolving this?

* Add an exception to make-gnucash-potfiles.in


Yes.


* Use _(ACCOUNTS_OPTIONS_SECTION) and don't translate the raw define


Yes. In the #define lines, the strings should be marked with the N_(  
... ) macro, so they are still just a const char* literal for the  
compiler's point of view, but they make it into gnucash.pot:


#include glib/gi18n.h
#define ACCOUNT_OPTIONS_SECTION N_(Accounts)

Subsequently, in places where the defines are being used for  
human-visible display, they need to be translated writing  
_(ACCOUNTS_OPTIONS_SECTION).


* Change .h to .c and leave people wondering why a .c file is being  
#include-d


No.

Is that explanation sufficient or did I still forget something?

Regards,

Christian

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Possible to start Guile interactive debugger from running code?

2010-03-16 Thread Derek Atkins
Jeff Kletsky gnuc...@allycomm.com writes:

 gdb works well at letting me poke around in the C portions of the
 code, but, not unexpectedly, doesn't seem to be able to let me do the
 same for Guile.

 I'm aware of (display foo) as well as (gnc:debug more-foo), but is
 there a way that an interactive Guile debugger can be invoked from the
 running Guile code?

Unfortunately no, not anymore.  We had this back in 2.0 but it was
pulled out of the main binary as nobody seemed to care about it at
the time.

 -Jeff

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Problem with make check in src/tax/us/test

2010-03-16 Thread Derek Atkins
Phil Longstaff plongst...@rogers.com writes:

   testing US tax info module load ... ERROR: no code for module (gnucash
 app-utils)
 FAIL: test-load-module

 test-load-module is checked into svn, with no source.  Where did it come
 from?

test-load-module is a shell script.

 Phil

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


quicken-Import

2010-03-16 Thread Klaus Suess

Hallo und guten Tag,

ich frage höflich an, ob es möglich ist, die in Quicken 2010 enthaltene 
Datei .qdf in Ihr Programm zu importieren.



mit freundlichen Grüßen
Klaus Suess
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Wiill Recent Tabs Patch be Reverted Before 2.3.11 Released?

2010-03-16 Thread Kim Wood

As previously posted, tab labels broke again with Windows nightly build
r18883.  I have followed the email traffic on this issue, and understand
that the reason for this is being investigated in the Windows environment.

IMHO this feature should be reverted until a fix is found.  It has
fundamentally broken the Windows nightly build version again since r18883. 
Checked Windows nightly build r18908, and tabs still not displaying a label.

I have previously posted a bug report on this when it originally broke.  Is
the correct etiquette to update my earlier bug report to reflect the bug is
back?

I suggest that the recent patch that broke tabs again in the Windows version
is reverted before the release of 2.3.11.

Regards,

Kim Wood
-- 
View this message in context: 
http://n4.nabble.com/Wiill-Recent-Tabs-Patch-be-Reverted-Before-2-3-11-Released-tp1593958p1593958.html
Sent from the GnuCash - Dev mailing list archive at Nabble.com.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Cashflow reports

2010-03-16 Thread Alan Duffell
Hi there,

Excuse the probably stupid question as I'm new to Gnucash!

I'm using the software at a small charity and we'd like to know the following:

1) Is it possible to produce monthly cashflow reports, e.g. with months on the 
x axis and income/expenditure/balance on the y axis?

2) Is it possible to produce reports that are compliant with UK company law, 
charity law (Statement of Required Practices) and accounting law, and can this 
in turn be made compliant with accruals accounting?

Many thanks for your time,

Alan Duffell.


  
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Minor documentation fix

2010-03-16 Thread Branden Christensen

Index: guide/C/ch_basics.xml
===
--- guide/C/ch_basics.xml	(revision 18889)
+++ guide/C/ch_basics.xml	(working copy)
@@ -1,5 +1,7 @@
 !--
   (Do not remove this comment block.)
+  Version: 2.0.1
+  Last modified: March 11th 2010 
   Version: 2.0.0
   Last modified: January 12th 2007
modified: July 9th 2006
@@ -8,6 +10,7 @@
   Author:
   		Jon Lapham lap...@extracta.com.br
   	Updated	Bengt Thuree be...@thuree.com
+  	Updated Branden Christensen kh...@cox.net
   Originally written by Carol Champagne.
   Translators:
(translators put your name and email here)
@@ -83,8 +86,8 @@
   become poorer. This is expressed mathematically in what is known as
   the Accounting Equation:/para
 
-  paraemphasisAssets - Liabilities = Equity + (Income -
-  Expenses)/emphasis/para
+  paraemphasisAssets - Liabilities + (Income -
+  Expenses) = Equity/emphasis/para
 
   paraThis equation must always be balanced, a condition that can only
   be satisfied if you enter values to multiple accounts. For example: if
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: quicken-Import

2010-03-16 Thread Derek Atkins
Hi,

Klaus Suess suess.kl...@arcor.de writes:

 Hallo und guten Tag,

 ich frage höflich an, ob es möglich ist, die in Quicken 2010
 enthaltene Datei .qdf in Ihr Programm zu importieren.

You've reached the English support line.  If you'd like support in
German please use the gnucash-de mailing list.

I'm not sure offhand what the qdf format is, nor am I sure if we
can import it.  Can you export your data in QIF format?

 mit freundlichen Grüßen
 Klaus Suess

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Wiill Recent Tabs Patch be Reverted Before 2.3.11 Released?

2010-03-16 Thread Derek Atkins
Kim,

Kim Wood kim.w...@bigpond.net.au writes:

 As previously posted, tab labels broke again with Windows nightly build
 r18883.  I have followed the email traffic on this issue, and understand
 that the reason for this is being investigated in the Windows environment.

 IMHO this feature should be reverted until a fix is found.  It has
 fundamentally broken the Windows nightly build version again since r18883. 
 Checked Windows nightly build r18908, and tabs still not displaying a label.

 I have previously posted a bug report on this when it originally broke.  Is
 the correct etiquette to update my earlier bug report to reflect the bug is
 back?

 I suggest that the recent patch that broke tabs again in the Windows version
 is reverted before the release of 2.3.11.

Yes, this will be reverted before 2.3.11.

Right, Geert?

 Regards,

 Kim Wood

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Cashflow reports

2010-03-16 Thread Derek Atkins
Alan Duffell aduffel...@yahoo.co.uk writes:

 Hi there,

 Excuse the probably stupid question as I'm new to Gnucash!

 I'm using the software at a small charity and we'd like to know the following:

 1) Is it possible to produce monthly cashflow reports, e.g. with months on 
 the x axis and income/expenditure/balance on the y axis?

Not cashflow, but income and expense, yes.  however only in graphical
form, not in tabular form.  See Reports - Income  Expense - Income
Expense Barchart

 2) Is it possible to produce reports that are compliant with UK company law, 
 charity law (Statement of Required Practices) and accounting law, and can 
 this in turn be made compliant with accruals accounting?

Sorry, I dont know.  I'm not in the UK and don't know what UK company
law requires.  However, in respect to your last question, the biz
features are by definition accrual accounting.  You only have to make
changes when operating on a cash basis!

 Many thanks for your time,

 Alan Duffell.

-derek
-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Wiill Recent Tabs Patch be Reverted Before 2.3.11 Released?

2010-03-16 Thread Geert Janssens
On Monday 15 March 2010, Kim Wood wrote:
 As previously posted, tab labels broke again with Windows nightly build
 r18883.  I have followed the email traffic on this issue, and understand
 that the reason for this is being investigated in the Windows environment.
 
 IMHO this feature should be reverted until a fix is found.  It has
 fundamentally broken the Windows nightly build version again since r18883.
 Checked Windows nightly build r18908, and tabs still not displaying a
  label.
 
 I have previously posted a bug report on this when it originally broke.  Is
 the correct etiquette to update my earlier bug report to reflect the bug is
 back?
 
 I suggest that the recent patch that broke tabs again in the Windows
  version is reverted before the release of 2.3.11.
 
This problem is known and currently tracked in bug 610675: 
https://bugzilla.gnome.org/show_bug.cgi?id=610675

The responsible commits (r18881, 18884 and 18885) have been reverted just 
before the release of 2.3.11.

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: quicken-Import

2010-03-16 Thread Christian Stimming

Dear Mr. Suess,

this is an english-speaking mailing list. However, your question might  
already be answered in the German wiki  
http://wiki.gnucash.org/wiki/De/FAQ (I don't know whether .qdf is  
similar to .qif, though); otherwise you need to ask on the  
German-language mailing list gnucash-de, which is described in the  
wiki as well. Thank you very much!


Regards,

Christian


Zitat von Klaus Suess suess.kl...@arcor.de:


Hallo und guten Tag,

ich frage höflich an, ob es möglich ist, die in Quicken 2010  
enthaltene Datei .qdf in Ihr Programm zu importieren.



mit freundlichen Grüßen
Klaus Suess
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel





___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Wiill Recent Tabs Patch be Reverted Before 2.3.11 Released?

2010-03-16 Thread Phil Longstaff
Yes, I reverted it in r18918.

Phil

On Tue, 2010-03-16 at 11:35 -0400, Derek Atkins wrote:
 Kim,
 
 Kim Wood kim.w...@bigpond.net.au writes:
 
  As previously posted, tab labels broke again with Windows nightly build
  r18883.  I have followed the email traffic on this issue, and understand
  that the reason for this is being investigated in the Windows environment.
 
  IMHO this feature should be reverted until a fix is found.  It has
  fundamentally broken the Windows nightly build version again since r18883. 
  Checked Windows nightly build r18908, and tabs still not displaying a label.
 
  I have previously posted a bug report on this when it originally broke.  Is
  the correct etiquette to update my earlier bug report to reflect the bug is
  back?
 
  I suggest that the recent patch that broke tabs again in the Windows version
  is reverted before the release of 2.3.11.
 
 Yes, this will be reverted before 2.3.11.
 
 Right, Geert?
 
  Regards,
 
  Kim Wood
 
 -derek


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Cashflow reports

2010-03-16 Thread Mike or Penny Novack

Alan Duffell wrote:


Hi there,

Excuse the probably stupid question as I'm new to Gnucash!

I'm using the software at a small charity and we'd like to know the following:

1) Is it possible to produce monthly cashflow reports, e.g. with months on the 
x axis and income/expenditure/balance on the y axis?

2) Is it possible to produce reports that are compliant with UK company law, 
charity law (Statement of Required Practices) and accounting law, and can this 
in turn be made compliant with accruals accounting?

Many thanks for your time,

Alan Duffell.

 


Respecify the question? Are you asking:
1) Can GnuCash generate reports containing the data from which such 
finished reports could then be produced?

Yes
2) Can GnuCash produce the reports in the proper format to be filed with 
the appropriate authorities with no further editing?

No
3) Would any accountant expect 1 or 2?
Ours expects 1.

If you think about 2 for just a moment it should immediately become 
clear that this would be a MASSIVE project dwarfing all the rest of 
GnuCash. There are an awful lot of jurisdictions and each could want a 
slightly different format for reports. For example, the non-profit for 
which I am treasurer has to file with the US Federal government and the 
Commonwealth of Massachusetts. Do you imagine that Mass wants exactly 
the same thing as the Feds? Or that any of our other 49 states want the 
same as Mass?


Michael D Novack, FLMI
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread Phil Longstaff
On Tue, 2010-03-16 at 10:36 -0700, David T. wrote:
 I don't know whether this is the appropriate place for this, but...
 
 I recently was able (through boatloads of help from John Ralls and his 
 jhbuild procedures--thank you, John!) to compile and run 2.3.10 on Mac OS X. 
 Upon firing it up, I noticed a small, but annoying UI glitch: the main 
 Accounts tab is now displaying as Ac..ts
 
 There is no apparent way to resize that tab for the end user; since it is the 
 base tab in Gnucash, it would seem sensible to expect it to display correctly.
 
 Or is there a way for me to fix this on my machine?
 
 David

The best way to handle this is to log a bug at bugzilla.gnome.org.

Phil

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread David T.
I don't know whether this is the appropriate place for this, but...

I recently was able (through boatloads of help from John Ralls and his jhbuild 
procedures--thank you, John!) to compile and run 2.3.10 on Mac OS X. Upon 
firing it up, I noticed a small, but annoying UI glitch: the main Accounts tab 
is now displaying as Ac..ts

There is no apparent way to resize that tab for the end user; since it is the 
base tab in Gnucash, it would seem sensible to expect it to display correctly.

Or is there a way for me to fix this on my machine?

David

--- On Tue, 3/16/10, Geert Janssens janssens-ge...@telenet.be wrote:

 From: Geert Janssens janssens-ge...@telenet.be
 Subject: Re: Release 2.3.11 in a day or so
 To: Phil Longstaff plongst...@rogers.com
 Cc: gnucash-devel@gnucash.org
 Date: Tuesday, March 16, 2010, 1:12 AM
 On Tuesday 16 March 2010, Phil
 Longstaff wrote:
  On Mon, 2010-03-15 at 22:34 +0100, Geert Janssens
 wrote:
   On Monday 15 March 2010, Geert Janssens wrote:
On Monday 15 March 2010, Phil Longstaff
 wrote:
 I want to release 2.3.11 in a day or
 so.  There have been a lot of
 changes and bug fixes since
 2.3.10.  If you have anything you want to
 get in, you'll need to get it in
 quickly.  Then, please hold off
 committing anything until 2.3.11 is
 released to help prevent anything
 being committed which destabilizes it
 at the last minute.

 Phil


 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel
   
Phil,
   
This bug bothers me for the 2.3.11 release:
Bug 610675 - Register Tabs Do Not Display
 Since Nightly Build r18685
https://bugzilla.gnome.org/show_bug.cgi?id=610675
   
This is a very visible bug on Windows. I
 expect a lot of bug reports
for this one.
   
Should we revert the patch in this bug
 before releasing ?
   
Geert
  
   Just for clarity, to revert this change, both
 commit r18884 and 18885
   should be reverted.
  
  Are you sure those are the right numbers?  They
 look like strstr -
  g_strrstr(), not colored tabs.
  
  Phil
  
 Hmm, I missed one indeed.
 
 The first commit for this bug was r18881. Then r18884/18885
 fix a regression 
 in r18881. They are a one line fix in newly added code from
 r18881.
 
 Geert
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel
 


  
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread Geert Janssens
On Tuesday 16 March 2010, David T. wrote:
 I don't know whether this is the appropriate place for this, but...
 
 I recently was able (through boatloads of help from John Ralls and his
  jhbuild procedures--thank you, John!) to compile and run 2.3.10 on Mac OS
  X. Upon firing it up, I noticed a small, but annoying UI glitch: the main
  Accounts tab is now displaying as Ac..ts
 
 There is no apparent way to resize that tab for the end user; since it is
  the base tab in Gnucash, it would seem sensible to expect it to display
  correctly.
 
 Or is there a way for me to fix this on my machine?
 
 David
 
Thank you for your message. This gives us some very useful information 
regarding bug 610675.

You can try to fix this on your machine via the Preferences. The last tab 
(Windows) has a configuration option to set the width of the tabs. 
Increasing this should get rid of the ...'s.

But I suspect the true cause is the patch that was applied from bug 610675.

If you are up to it, you can build the freshly release 2.3.11 which no longer 
contains the patch, and see if you still have the problem. It would be very 
useful to know for us.

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread John Ralls

On Mar 16, 2010, at 11:41 AM, Geert Janssens wrote:

 On Tuesday 16 March 2010, David T. wrote:
 I don't know whether this is the appropriate place for this, but...
 
 I recently was able (through boatloads of help from John Ralls and his
 jhbuild procedures--thank you, John!) to compile and run 2.3.10 on Mac OS
 X. Upon firing it up, I noticed a small, but annoying UI glitch: the main
 Accounts tab is now displaying as Ac..ts
 
 There is no apparent way to resize that tab for the end user; since it is
 the base tab in Gnucash, it would seem sensible to expect it to display
 correctly.
 
 Or is there a way for me to fix this on my machine?
 
 David
 
 Thank you for your message. This gives us some very useful information 
 regarding bug 610675.
 
 You can try to fix this on your machine via the Preferences. The last tab 
 (Windows) has a configuration option to set the width of the tabs. 
 Increasing this should get rid of the ...'s.
 
 But I suspect the true cause is the patch that was applied from bug 610675.
 
 If you are up to it, you can build the freshly release 2.3.11 which no longer 
 contains the patch, and see if you still have the problem. It would be very 
 useful to know for us.
 

I can answer that: I just built r18921, and the ellipses are gone. I'd noticed 
them before, but it never occurred to me that they would be related to the 
disappearing labels in MSWin.

It seems, though, that in OSX the tab width isn't affected by the preference 
setting. That's probably a Gtk+-quartz bug rather than Gnucash's problem.

So, for David, the answer is to just jhbuild buildone gnucash-svn, which will 
build the latest trunk without having to spend all day rebuilding all of the 
other dependencies. It will overwrite your 2.3.10 gnucash binaries, though.

Regards,
John Ralls
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread David T.
I jumped the gun and added a bug; merge it if you feel so inclined. In the 
meantime, I will see if I can't get 2.3.11 compiling... (John!?)

David

--- On Tue, 3/16/10, Geert Janssens janssens-ge...@telenet.be wrote:

 From: Geert Janssens janssens-ge...@telenet.be
 Subject: Re: Release 2.3.11 in a day or so
 To: David T. sunfis...@yahoo.com
 Cc: Phil Longstaff plongst...@rogers.com, gnucash-devel@gnucash.org
 Date: Tuesday, March 16, 2010, 11:41 AM
 On Tuesday 16 March 2010, David T.
 wrote:
  I don't know whether this is the appropriate place for
 this, but...
  
  I recently was able (through boatloads of help from
 John Ralls and his
   jhbuild procedures--thank you, John!) to compile
 and run 2.3.10 on Mac OS
   X. Upon firing it up, I noticed a small, but
 annoying UI glitch: the main
   Accounts tab is now displaying as Ac..ts
  
  There is no apparent way to resize that tab for the
 end user; since it is
   the base tab in Gnucash, it would seem sensible
 to expect it to display
   correctly.
  
  Or is there a way for me to fix this on my machine?
  
  David
  
 Thank you for your message. This gives us some very useful
 information 
 regarding bug 610675.
 
 You can try to fix this on your machine via the
 Preferences. The last tab 
 (Windows) has a configuration option to set the width of
 the tabs. 
 Increasing this should get rid of the ...'s.
 
 But I suspect the true cause is the patch that was applied
 from bug 610675.
 
 If you are up to it, you can build the freshly release
 2.3.11 which no longer 
 contains the patch, and see if you still have the problem.
 It would be very 
 useful to know for us.
 
 Geert
 


  
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: hsbc business online banking previous transaction export

2010-03-16 Thread Saurabh76

Hi Damian,

I am also facing this issue, I tried changing CCard to Bank as per the wiki
entry for QIF, and also removed the unicodes using a texeditor in Mac,
however no luck. Import doesnt fail for me as such, but after loading the
QIF File, nothing is shown in the Account in GNU Cash.

Regards
Saurabh
-- 
View this message in context: 
http://n4.nabble.com/hsbc-business-online-banking-previous-transaction-export-tp1567568p1595490.html
Sent from the GnuCash - Dev mailing list archive at Nabble.com.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread Geert Janssens
On Tuesday 16 March 2010, John Ralls wrote:
 On Mar 16, 2010, at 11:41 AM, Geert Janssens wrote:
  On Tuesday 16 March 2010, David T. wrote:
  I don't know whether this is the appropriate place for this, but...
 
  I recently was able (through boatloads of help from John Ralls and his
  jhbuild procedures--thank you, John!) to compile and run 2.3.10 on Mac
  OS X. Upon firing it up, I noticed a small, but annoying UI glitch: the
  main Accounts tab is now displaying as Ac..ts
 
  There is no apparent way to resize that tab for the end user; since it
  is the base tab in Gnucash, it would seem sensible to expect it to
  display correctly.
 
  Or is there a way for me to fix this on my machine?
 
  David
 
  Thank you for your message. This gives us some very useful information
  regarding bug 610675.
 
  You can try to fix this on your machine via the Preferences. The last tab
  (Windows) has a configuration option to set the width of the tabs.
  Increasing this should get rid of the ...'s.
 
  But I suspect the true cause is the patch that was applied from bug
  610675.
 
  If you are up to it, you can build the freshly release 2.3.11 which no
  longer contains the patch, and see if you still have the problem. It
  would be very useful to know for us.
 
 I can answer that: I just built r18921, and the ellipses are gone. I'd
  noticed them before, but it never occurred to me that they would be
  related to the disappearing labels in MSWin.
 
 It seems, though, that in OSX the tab width isn't affected by the
  preference setting. That's probably a Gtk+-quartz bug rather than
  Gnucash's problem.
 
Thanks for your feedback, John.

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread David T.
Okay. Filed as bug 613074.

--- On Tue, 3/16/10, Phil Longstaff plongst...@rogers.com wrote:

 From: Phil Longstaff plongst...@rogers.com
 Subject: Re: Release 2.3.11 in a day or so
 To: gnucash-devel@gnucash.org
 Date: Tuesday, March 16, 2010, 11:03 AM
 On Tue, 2010-03-16 at 10:36 -0700,
 David T. wrote:
  I don't know whether this is the appropriate place for
 this, but...
  
  I recently was able (through boatloads of help from
 John Ralls and his jhbuild procedures--thank you, John!) to
 compile and run 2.3.10 on Mac OS X. Upon firing it up, I
 noticed a small, but annoying UI glitch: the main Accounts
 tab is now displaying as Ac..ts
  
  There is no apparent way to resize that tab for the
 end user; since it is the base tab in Gnucash, it would seem
 sensible to expect it to display correctly.
  
  Or is there a way for me to fix this on my machine?
  
  David
 
 The best way to handle this is to log a bug at
 bugzilla.gnome.org.
 
 Phil
 
 ___
 gnucash-devel mailing list
 gnucash-devel@gnucash.org
 https://lists.gnucash.org/mailman/listinfo/gnucash-devel
 


  
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread John Ralls

On Mar 16, 2010, at 1:06 PM, David T. wrote:

 I jumped the gun and added a bug; merge it if you feel so inclined. In the 
 meantime, I will see if I can't get 2.3.11 compiling... (John!?)

Phil hasn't put the source tarball up on sourceforge yet, so I can't very well 
push a moduleset change to download it.

Do an SVN build instead (jhbuild buildone gnucash-svn). Don't run your script; 
everything else stays the same.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: Release 2.3.11 in a day or so

2010-03-16 Thread Phil Longstaff
On Tue, 2010-03-16 at 13:52 -0700, John Ralls wrote:
 On Mar 16, 2010, at 1:06 PM, David T. wrote:
 
  I jumped the gun and added a bug; merge it if you feel so inclined. In the 
  meantime, I will see if I can't get 2.3.11 compiling... (John!?)
 
 Phil hasn't put the source tarball up on sourceforge yet, so I can't very 
 well push a moduleset change to download it.
 
 Do an SVN build instead (jhbuild buildone gnucash-svn). Don't run your 
 script; everything else stays the same.

I normally do that right away.  However, the automated win32 build
system means I need to wait until the next day.  If it doesn't succeed
and changes are needed, the tarballs need to be changed, too, and anyone
who has grabbed one in the meantime needs to be warned.  Otherwise,
there will be slightly different flavors of 2.3.11.  Therefore, I
decided to wait this time until the win32 build was known to be OK.

Phil

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel