[pgadmin-hackers] How do you manage versions of your own code ?

2008-02-05 Thread Robins Tharakan
Hi all, After going a bit of back and forth on different versions that I am working on I think I might as well ask how do you guys work on an open-source development project once you are disconnected ? I mean, if I do a svn co and start working, it wouldnt allow me to check in a version since its

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
Hi Dave, > OK, slow down :-). ... snip If you want to add more functionality, post a new patch, > otherwise the process just becomes a lot more complicated. Sorry for jumping the gun ! I didn't think that this kind of a complication could ariseGuess it shows that this is my first patch submis

[pgadmin-hackers] SVN Commit by mha: r7058 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/frm

2008-02-05 Thread svn
Author: mha Date: 2008-02-05 18:13:04 + (Tue, 05 Feb 2008) New Revision: 7058 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7058&view=rev Log: On second thought, disable the version check on restore as well... Modified: branches/REL-1_8_0_PATCHES/pgad

[pgadmin-hackers] SVN Commit by mha: r7057 - trunk/pgadmin3/pgadmin/frm

2008-02-05 Thread svn
Author: mha Date: 2008-02-05 18:12:53 + (Tue, 05 Feb 2008) New Revision: 7057 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7057&view=rev Log: On second thought, disable the version check on restore as well... Modified: trunk/pgadmin3/pgadmin/frm/frmRestore.cpp --

[pgadmin-hackers] SVN Commit by mha: r7056 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/frm

2008-02-05 Thread svn
Author: mha Date: 2008-02-05 18:09:55 + (Tue, 05 Feb 2008) New Revision: 7056 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7056&view=rev Log: Don't disable the version check in pg_dump. Modified: branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/frm/frmBackup.cpp -

[pgadmin-hackers] SVN Commit by mha: r7055 - trunk/pgadmin3/pgadmin/frm

2008-02-05 Thread svn
Author: mha Date: 2008-02-05 18:06:38 + (Tue, 05 Feb 2008) New Revision: 7055 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7055&view=rev Log: Don't disable the version check in pg_dump. Modified: trunk/pgadmin3/pgadmin/frm/frmBackup.cpp --

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
> Hi Dave, > > > OK, slow down :-). ... snip If you want to add more functionality, post > a new patch, > > otherwise the process just becomes a lot more complicated. > > Sorry for jumping the gun ! > I didn't think that this kind of a complication could ariseGuess it > shows that this is my f

Re: [pgadmin-hackers] A new feature patch and a bug fix

2008-02-05 Thread Dave Page
On Feb 5, 2008 4:43 PM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Dave Page wrote: > > On Feb 5, 2008 9:46 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > > [...] > >> I'm not sure I get this right. It took me much more time than the four > >> previous stuff. XRCed is not really easy gettin

Re: [pgadmin-hackers] A new feature patch and a bug fix

2008-02-05 Thread Guillaume Lelarge
Dave Page wrote: On Feb 5, 2008 9:46 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: [...] I'm not sure I get this right. It took me much more time than the four previous stuff. XRCed is not really easy getting used to. So bad there's no better (free) XRC editor out there. Anyways, I've done so

[pgadmin-hackers] SVN Commit by dpage: r7054 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg

2008-02-05 Thread svn
Author: dpage Date: 2008-02-05 16:15:47 + (Tue, 05 Feb 2008) New Revision: 7054 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7054&view=rev Log: Disable the column comment and stats targets controls when adding a new column as they won't work then anyway. Modified:

[pgadmin-hackers] SVN Commit by dpage: r7053 - trunk/pgadmin3/pgadmin/dlg

2008-02-05 Thread svn
Author: dpage Date: 2008-02-05 16:15:37 + (Tue, 05 Feb 2008) New Revision: 7053 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7053&view=rev Log: Disable the column comment and stats targets controls when adding a new column as they won't work then anyway. Modified:

[pgadmin-hackers] SVN Commit by dpage: r7051 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg

2008-02-05 Thread svn
Author: dpage Date: 2008-02-05 15:47:54 + (Tue, 05 Feb 2008) New Revision: 7051 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7051&view=rev Log: Avoid unnecessarily changing column types when altering other properties Modified: branches/REL-1_8_0_PATCHES/pgadmin3/pg

[pgadmin-hackers] SVN Commit by dpage: r7052 - trunk/pgadmin3/pgadmin/dlg

2008-02-05 Thread svn
Author: dpage Date: 2008-02-05 15:48:09 + (Tue, 05 Feb 2008) New Revision: 7052 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7052&view=rev Log: Avoid unnecessarily changing column types when altering other properties Modified: trunk/pgadmin3/pgadmin/dlg/dlgColumn.c

Re: [pgadmin-hackers] A new feature patch and a bug fix

2008-02-05 Thread Dave Page
Hi Guillaume On Feb 5, 2008 9:46 AM, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: > Hi Dave, > > Finally, I found some time to work on my patches :) :-) > I'm not sure I get this right. It took me much more time than the four > previous stuff. XRCed is not really easy getting used to. So bad the

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Dave Page
Hi On Feb 5, 2008 12:54 PM, Robins Tharakan <[EMAIL PROTECTED]> wrote: > > The last item on the contextual menu is a separator. I wonder why ? > > > Thats more of a mistake of sorts... Actually I am half way into adding the > Copy/Paste on the right-click. > Just that I thought I should finalize

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
Hi, So one more positive note. This is really great. It helps working > quicker with pgAdmin. So, thanks a lot :) > Thanks :) The idea essentially is usability. (For my work here at office, PG's usability is directly linked to my productivity.) The last item on the contextual menu is a separato

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Robins Tharakan
> > Hi, > > So one more positive note. This is really great. It helps working > > quicker with pgAdmin. So, thanks a lot :) > > > > Thanks :) The idea essentially is usability. > (For my work here at office, PG's usability is directly linked to my > productivity.) > > The last item on the contextu

Re: [pgadmin-hackers] pgadmin using pg_dump 8.3beta2

2008-02-05 Thread Dave Page
On Feb 4, 2008 9:51 PM, Erik <[EMAIL PROTECTED]> wrote: > Hello, > > I installed (windows) pgadmin 1.8.2 (on top of 1.8.1), and > I noticed it intends to make a database dump with a > pg_dump which is 8.3beta2 > > I don't know if this is intentional, just thought I'd > mention it, I expected it to

Re: [pgadmin-hackers] Fwd: Filter by Selection on Grid

2008-02-05 Thread Guillaume Lelarge
Hi Robins, Robins Tharakan wrote: Thanks for the feedback. A positive note certainly helps :) So one more positive note. This is really great. It helps working quicker with pgAdmin. So, thanks a lot :) I've tried to work on the things mentioned and although I can think of a few more addit

Re: [pgadmin-hackers] A new feature patch and a bug fix

2008-02-05 Thread Guillaume Lelarge
Hi Dave, Finally, I found some time to work on my patches :) Dave Page wrote: On 22/12/2007, Guillaume Lelarge <[EMAIL PROTECTED]> wrote: I've finally done it. It's the first time I create a new dialog, so it probably need some tweaks. I attached the patch and a tar.gz file for the new files.