Re: [GNC-dev] How to generate latest .pot file from source code?

2021-06-03 Thread Frank H. Ellenberger
Hello Brian Hsu, Am 02.06.21 um 03:51 schrieb BrianHsu: > Hi, > > I'm trying to translate GnuCash to my native language. at first thanks for your contributions. > During the > process of translation, I found some text already changed in the maint > branch, but in my .po file, those changes doe

Re: [GNC-dev] How to generate latest .pot file from source code?

2021-06-01 Thread John Ralls
> On Jun 1, 2021, at 6:51 PM, BrianHsu wrote: > > Hi, > > I'm trying to translate GnuCash to my native language. During the > process of translation, I found some text already changed in the maint > branch, but in my .po file, those changes does not exist. > > For example, I've built the pro

[GNC-dev] How to generate latest .pot file from source code?

2021-06-01 Thread BrianHsu
Hi, I'm trying to translate GnuCash to my native language. During the process of translation, I found some text already changed in the maint branch, but in my .po file, those changes does not exist. For example, I've built the program from in maint branch using the following command: $ cmake -DC

Re: [GNC-dev] "2" version of source code

2020-08-04 Thread Geert Janssens
Op dinsdag 4 augustus 2020 18:39:32 CEST schreef jean laroche: > Thanks for that effort Bob. Let us know if you need any help with > anything (I doubt it, but who knows, testing maybe?) > > Remind me what the push was to create the "2" version? What improvement > were you guys hoping to achieve? >

Re: [GNC-dev] "2" version of source code

2020-08-04 Thread jean laroche
Thanks for that effort Bob. Let us know if you need any help with anything (I doubt it, but who knows, testing maybe?) Remind me what the push was to create the "2" version? What improvement were you guys hoping to achieve? I know I'm interested in multi-transactions operations, but I'm sure t

Re: [GNC-dev] "2" version of source code

2020-08-04 Thread Robert Fewell
The slowness I think is that the treeview travesses the model working out what paths are valid before loading. I had started to get round that by only loading part of the transaction list. So locally I have a test account with 1 transactions and have two Glist's, a full one with 1 entries a

Re: [GNC-dev] "2" version of source code

2020-08-01 Thread Geert Janssens
Op dinsdag 14 juli 2020 17:49:34 CEST schreef Robert Fewell: > Also if I remember right there was a lot of, "it is not the same as > the existing" which slightly put me off any further progress. I admit partial blame to this and apologize for it. In the years since I have changed my mind on this

Re: [GNC-dev] "2" version of source code

2020-08-01 Thread Geert Janssens
Op dinsdag 14 juli 2020 20:53:51 CEST schreef John Ralls: > I don't think that the speed is fixable on Gtk3: GtkTreeModels are slow and > big ones are slower. Gtk4 has a new ListModel architecture that's supposed > to be faster but of course it hasn't yet encountered the real world so > there's no

Re: [GNC-dev] "2" version of source code

2020-07-15 Thread Liz
On Tue, 14 Jul 2020 16:49:34 +0100 Robert Fewell <14ubo...@gmail.com> wrote: > If you can wait, I will try and spend more time on it soon. Multi > selection still might be tricky, what do you want that for? This was mentioned today on -user Where a split transaction has N splits, and N>=4 To sel

Re: [GNC-dev] "2" version of source code

2020-07-14 Thread John Ralls
I don't think that the speed is fixable on Gtk3: GtkTreeModels are slow and big ones are slower. Gtk4 has a new ListModel architecture that's supposed to be faster but of course it hasn't yet encountered the real world so there's no way to be sure. Jean, Reg2 has its own component, Regist-2, in

Re: [GNC-dev] "2" version of source code

2020-07-14 Thread Jean Laroche
Ah cool! Let me know if I can help revive the code (I doubt it, this is usually a solo effort, but just in case). I just think that multi-select is a standard features of software and it's nuts that we're missing it. It would help with many things I think: deleting a bunch of transactions, movin

Re: [GNC-dev] "2" version of source code

2020-07-14 Thread Robert Fewell
Jean, I have been relooking at this and wil give it another go. When I first made the changes, all seemed to be OK but with large transaction lists it was slow. Also if I remember right there was a lot of, it is not the same as the existing which slightly put me off any further progress. I have rec

Re: [GNC-dev] "2" version of source code

2020-07-14 Thread Derek Atkins
Hi Jean, On Mon, July 13, 2020 2:25 pm, Jean Laroche wrote: > Hi Devs, > Last night I was looking at what it would take to allow selecting > multiple transactions in the split register, and realize (if I'm not > mistaken) that the split register is not based on a tree view (in which > case it woul

[GNC-dev] "2" version of source code

2020-07-14 Thread Jean Laroche
Hi Devs, Last night I was looking at what it would take to allow selecting multiple transactions in the split register, and realize (if I'm not mistaken) that the split register is not based on a tree view (in which case it would be easy to allow multi-select, but possibly tricky to do the rig

Re: MacOSX: how to rebuild after source code change

2014-03-08 Thread John Ralls
On Mar 8, 2014, at 6:19 PM, Jeff Earickson wrote: > John, > > I'm struggling now with git (I'm a newbie to git, but we are moving to it at > work). http://git-scm.com/book It's free unless you want dead trees. The online man pages are at http://git-scm.com/reference. Read the book, you'l

Re: MacOSX: how to rebuild after source code change

2014-03-08 Thread Jeff Earickson
John, I'm struggling now with git (I'm a newbie to git, but we are moving to it at work). $ git status On branch master Initial commit Untracked files: (use "git add ..." to include in what will be committed) .gnucash/ NOTES gnucash-git/ gnucash-stable/ gnucash/ tmp-j

Re: MacOSX: how to rebuild after source code change

2014-03-08 Thread John Ralls
On Mar 8, 2014, at 5:11 PM, Jeff Earickson wrote: > John, > > I have (with a little struggle) built the Mac code from git source, made my > trivial mod to line 622 of ~/gtk/source/gnucash-2.6.2/ > src/app-utils/gnc-ui-util.c, rebuilt, and seen my change in the rebuilt code > (without a core d

Re: MacOSX: how to rebuild after source code change

2014-03-08 Thread Jeff Earickson
, USA --- On Wed, Mar 5, 2014 at 10:50 PM, John Ralls wrote: > > On Mar 5, 2014, at 6:22 PM, Jeff Earickson wrote: > > > Hi, > > > > After I successfully got jhbuild to work on my Mac, I want to experiment > > with source code changes. > > &g

Re: MacOSX: how to rebuild after source code change

2014-03-05 Thread John Ralls
On Mar 5, 2014, at 6:22 PM, Jeff Earickson wrote: > Hi, > > After I successfully got jhbuild to work on my Mac, I want to experiment > with source code changes. > > So I modified line 622 of > ~/gtk/source/gnucash-2.6.2/src/app-utils/gnc-ui-util.c to change the > rec

MacOSX: how to rebuild after source code change

2014-03-05 Thread Jeff Earickson
Hi, After I successfully got jhbuild to work on my Mac, I want to experiment with source code changes. So I modified line 622 of ~/gtk/source/gnucash-2.6.2/src/app-utils/gnc-ui-util.c to change the reconciled flag from 'y' to 'Z', then wanted to rebuild. So I tried "

Re: i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread Geert Janssens
e used to build GnuCash on Windows, yes. The sources are platform independent, so you can use the same set of sources to build on Linux, Windows or OS X. > i also want to know how to load the source code in any of the free > open source IDE. > > > i also have qt on my machine. can i us

Re: i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread Jeff Warnica
010 at 10:36 AM, adekoya adekunle wrote: > i would want to know of specific documentation that could help a > developer that intends to extend the source code. > > i mean if i could get a link to download a documentation that does > proper explanation of the source code and how to e

Re: i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread Herbert Thoma
Hi! Looking at the main GnuCash website was good advice. At the left side you can find the following links: Source Docs: http://svn.gnucash.org/docs/HEAD/ Browse Source Code: http://svn.gnucash.org/trac/browser/ SVN Access: http://wiki.gnucash.org/wiki/Subversion If you seriously want to hack

Re: i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread adekoya adekunle
i would want to know of specific documentation that could help a developer that intends to extend the source code. i mean if i could get a link to download a documentation that does proper explanation of the source code and how to extend. i would be glad that my questions are each and

Re: i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread adekoya adekunle
i have just downloaded something from : http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-2.2.9.tar.bz2 i want to know if that link contains a valid source for windows platform ? i also want to know how to load the source code in any of the free open source IDE. i also have qt on my

Re: i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread Ankur Sinha
On Mon, 2010-07-05 at 15:01 +0200, adekoya adekunle wrote: > hello, > > i have tried using gnucash in the last few weeks. > > we plan to be able to make a few customizations/extensions to gnucash > to fit our purpose. > > i want you guys to show me where i can down

i need access to the gnucash source code and a recommendation of a good IDE

2010-07-05 Thread adekoya adekunle
hello, i have tried using gnucash in the last few weeks. we plan to be able to make a few customizations/extensions to gnucash to fit our purpose. i want you guys to show me where i can download the source code for gnucash( to be run on Ms Windows XP) . i also want you to show me where i can

Source code installation - Windows Vista

2008-11-17 Thread Youssef Ltaief
Hi I am trying to install the source under vista. When running install.sh I get this error Extracting aqbanking-2.3.3.tar.gz ... done /c/soft/downloads/install.sh: lib*.la: No such file or directory Any idea what is causing this? I have installed QT manually under c/QT/4.4.3 then I changed the

Re: Source Code

2008-09-20 Thread Nathan Buchanan
http://wiki.gnucash.org/wiki/Windows#Instructions_for_an_.28almost.29_automated_build Nathan 2008/9/19 Byamukama Robinhood <[EMAIL PROTECTED]> > Hi > I downloaded gnu cash, > How to do get the source code > > - > > Robinhood Byamukama > >

Source Code

2008-09-20 Thread Byamukama Robinhood
Hi I downloaded gnu cash, How to do get the source code - Robinhood Byamukama Software Engineer. +256772575818 / +256717440347 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman

Re: FW: Source Code

2008-09-18 Thread Charles Day
On Wed, Sep 17, 2008 at 1:40 AM, Byamukama Robinhood <[EMAIL PROTECTED]>wrote: > > -- > *From:* Byamukama Robinhood > *Sent:* 17 September 2008 11:38 > *To:* [EMAIL PROTECTED] > *Subject:* Source Code > > Hi Guyz > Thanx for the Nic

Re: Can we use this Source Code

2008-05-13 Thread Derek Atkins
Hi, "Santosh Kumar" <[EMAIL PROTECTED]> writes: > Dear Sir , > > Greetings! > > This is Santosh Kumar from Hyderabad . I saw your web site and almost for > all products license required so in case if we want sell your application > in our site what is the cost of the product and can we promot

Fwd: Can we use this Source Code

2008-05-13 Thread Santosh Kumar
Dear Sir , Greetings! This is Santosh Kumar from Hyderabad . I saw your web site and almost for all products license required so in case if we want sell your application in our site what is the cost of the product and can we promote that products with my own name . Ø In case we tie-u

Can we use this Source Code

2008-05-13 Thread Santosh Kumar
Dear Sir , Greetings! This is Santosh Kumar from Hyderabad . I saw your web site and almost for all products license required so in case if we want sell your application in our site what is the cost of the product and can we promote that products with my own name . Ø In case we tie-u

Fwd: Re: Source code of Portable GnuCash

2008-01-05 Thread Christian Stimming
pport form, and downloads. However, I was surprised not to find any source code there. The Maintainer of that project answered that question to me as quoted below. Maybe anyone wants to check this out, and maybe this might be of interest to be included in the main gnucash vers

Source Code Lines in gnucash

2006-10-30 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just recently I wondered how the actual number of source code lines in gnucash has changed over the recent releases. There are some numbers in src/count.dat, but they stop with 385.5k LOC (lines of code) at version 1.8.4. In order to get some more