Re: [PATCH] GnuCash UI strings: more consistency.

2013-08-01 Thread Christian Stimming (mobil)
Hi Cristian, The patch is fine. The errors and inconsistencies existed and need to be fixed. Better now than later. Regards, Christian Cristian Marchi schrieb: >Thanks for this patch but I'm a little reluctant to apply it because it > >creates more than 300 fuzzy strings in already existing

Re: [PATCH] GnuCash UI strings: more consistency.

2013-08-01 Thread Cristian Marchi
Thanks for this patch but I'm a little reluctant to apply it because it creates more than 300 fuzzy strings in already existing translations. I will think about it until the weekend then I'll take a decision. Thanks Cristian Il 28/07/2013 12:28, Aurimas Fis(eras ha scritto: Hello, this patch

Re: [RFC] [PATCH] Make CSV account import table header translatable

2013-08-01 Thread Cristian Marchi
I tested your patch in Ubuntu and it works so I applied it. As you are providing a lot of useful patch, would you like to get write access to the repo so that you can apply the patch yourself? Thanks for your work! Regards Cristian Il 25/07/2013 09:33, Aurimas Fis(eras ha scritto: Hello, I n

Re: Ubuntu Touch version

2013-08-01 Thread John Ralls
On Aug 1, 2013, at 8:27 AM, Tiago Neiva wrote: > I'm using gnucash in Ubuntu for a while now, it was through Ubuntu's > Sofware Center that I discovered GnuCash. > My involvement is in a now very delayed PT gnucash translation (I'll try to > pickup this quickly). Great, thanks! (I was going to

Ubuntu Touch version

2013-08-01 Thread Tiago Neiva
I'm using gnucash in Ubuntu for a while now, it was through Ubuntu's Sofware Center that I discovered GnuCash. My involvement is in a now very delayed PT gnucash translation (I'll try to pickup this quickly). My next computer may be a phone, if ever gets funding: http://www.indiegogo.com/projects/u

Re: [PATCH] Auto-complete accounts on substring matches on the register (https://bugzilla.gnome.org/show_bug.cgi?id=545160)

2013-08-01 Thread John Ralls
On Aug 1, 2013, at 6:20 AM, Guilherme Salgado wrote: > Hi, > > Here's another simple one; it just adds a custom match function to the > account column on the register > and changes gtv_sr_acct_cb() so that the account field does substring > matching (and auto-completion, when possible) instead

[PATCH] Auto-complete accounts on substring matches on the register (https://bugzilla.gnome.org/show_bug.cgi?id=545160)

2013-08-01 Thread Guilherme Salgado
Hi, Here's another simple one; it just adds a custom match function to the account column on the register and changes gtv_sr_acct_cb() so that the account field does substring matching (and auto-completion, when possible) instead of just prefix matching. 0001-Use-a-custom-match_func-for-the-acco

[PATCH] Fix sensitivity of close button on new file dialog (https://bugzilla.gnome.org/show_bug.cgi?id=629136)

2013-08-01 Thread Guilherme Salgado
Hi there, This is a simple patch to fix that bug... The sensitivity of the close button is handled by gnc_main_window_switch_page(), which makes it insensitive when the page is immutable. However, that function is obviously not called when you hit 'File -> New File' and cancel it, so the close bu