Re: GSoC 2011: Data model unit testing

2011-05-24 Thread Phil Longstaff
On Tue, 2011-05-24 at 23:26 +0200, Muslim Chochlov wrote: > Hello everyone, > > My name is Muslim and I'm one of the three students who contribute this year > to Gnucash. Yesterday there was > an official start of coding and I think you might be interested in what was > already done and what are m

Re: preferences

2011-05-24 Thread Phil Longstaff
On Tue, 2011-05-24 at 17:57 +0200, Maris wrote: > Hi Derek, > > On Tue, 24 May 2011 16:32:10 +0200, Derek Atkins wrote: > > > Hi, > > > > Maris writes: > > > >> I'm going to use gnucash as an effective means to do bookkeeping of my > >> hours spent to several customers and associated projects,

GSoC 2011: Data model unit testing

2011-05-24 Thread Muslim Chochlov
Hello everyone, My name is Muslim and I'm one of the three students who contribute this year to Gnucash. Yesterday there was an official start of coding and I think you might be interested in what was already done and what are my further plans. The goal of my project is to document most crucial p

Re: Lost input in quickfill cells due to race

2011-05-24 Thread Christian Stimming
Am Dienstag, 24. Mai 2011 schrieb Jim Paris: > > As an intermediate solution, I think it would be fine if you add some > > intermediate data that ensures the timeout callback does not drop any > > characters that appeared in the meantime. Like, can the callback data > > also store the current posit

Re: Lost input in quickfill cells due to race

2011-05-24 Thread Jim Paris
Christian Stimming wrote: > Am Dienstag, 24. Mai 2011 schrieb Jim Paris: > > Jim Paris wrote: > > > Setting the selection can't be done asynchronously like this. > > > I'll see if I can come up with a clean fix... > > > > No luck coming up with anything yet. I can add some hacks, like > > storing

Re: Lost input in quickfill cells due to race

2011-05-24 Thread Christian Stimming
Am Dienstag, 24. Mai 2011 schrieb Jim Paris: > Jim Paris wrote: > > Setting the selection can't be done asynchronously like this. > > I'll see if I can come up with a clean fix... > > No luck coming up with anything yet. I can add some hacks, like > storing the selection region separately and hav

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread John Ralls
On May 24, 2011, at 8:57 AM, Derek Atkins wrote: > John Ralls writes: > >>> Once I perform the upgrade we could move the git sync to the server. >>> Down the road we could still consider migrating from SVN to GIT >>> completely? >>> >> I think Geert, Christian, and I are ready to do that now.

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread Derek Atkins
John Ralls writes: >> Once I perform the upgrade we could move the git sync to the server. >> Down the road we could still consider migrating from SVN to GIT >> completely? >> > I think Geert, Christian, and I are ready to do that now. Not sure > about the others. Perhaps you'd want to do that a

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread John Ralls
On May 24, 2011, at 8:33 AM, Derek Atkins wrote: > John Ralls writes: > >>> If at all possible, I would recommend to initiate the sync action as >>> part of an svn post-commit hook. I realize this may not be easy >>> because two different people manage the involved repos on independent >>> serv

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread Derek Atkins
John Ralls writes: >> If at all possible, I would recommend to initiate the sync action as >> part of an svn post-commit hook. I realize this may not be easy >> because two different people manage the involved repos on independent >> servers. > > We could set up signaling somehow, but it would be

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread John Ralls
On May 24, 2011, at 1:04 AM, Geert Janssens wrote: > On maandag 23 mei 2011, John Ralls wrote: >> On May 22, 2011, at 12:54 PM, Christian Stimming wrote: >>> Am Sonntag, 22. Mai 2011 schrieb John Ralls: The procedure in the Wiki page is what I think is correct (and what I've done).

Re: Lost input in quickfill cells due to race

2011-05-24 Thread Derek Atkins
Jim Paris writes: > Jim Paris wrote: >> Setting the selection can't be done asynchronously like this. >> I'll see if I can come up with a clean fix... > > No luck coming up with anything yet. I can add some hacks, like > storing the selection region separately and having the callers always > do

Announcing GSoC project: User friendly UI for Gnucash

2011-05-24 Thread Nitish
Dear developers, I would like to introduce myself. I am Nitish. I'm one of this year's GSoC students in GnuCash [1]. My goal in this project is to create a new improved user friendly UI for GnuCash using Qt. [2] To explain in a few sentences. The project would allow a user to add basic transactio

Re: r20676 - gnucash/trunk/src/gnome/glade - Fix makefile after file removal in r20669

2011-05-24 Thread Geert Janssens
On maandag 23 mei 2011, Christian Stimming wrote: > Author: cstim > Date: 2011-05-23 15:15:44 -0400 (Mon, 23 May 2011) > New Revision: 20676 > Trac: http://svn.gnucash.org/trac/changeset/20676 > > Modified: >gnucash/trunk/src/gnome/glade/Makefile.am > Log: > Fix makefile after file removal in

Re: git-svn and local feature branch (git svn dcommit error ?)

2011-05-24 Thread Geert Janssens
On maandag 23 mei 2011, John Ralls wrote: > On May 22, 2011, at 12:54 PM, Christian Stimming wrote: > > Am Sonntag, 22. Mai 2011 schrieb John Ralls: > >> The procedure in the Wiki page is what I think is correct (and what I've > >> done). > >> > >> It's perfectly normal in git to get part of a com