Re: [pgadmin-hackers] Upgrade problem(Ver 1.3.0)

2005-03-29 Thread Hiroshi Saito
Hi Andreas. I appreciate your quick correspondence. But, it seems that it made a new problem occur. I must confirm it again. However, I face a bed. Again, tomorrow. Thank you. regards, Hiroshi Saito > >> > >>This phenomenon is unpleasant though it is only the beginning.:-( > > > > > > Not jus

Re: [pgadmin-hackers] CVS Commit by andreas: Fix reading/writing bool config values

2005-03-29 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: 29 March 2005 18:43 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] CVS Commit by andreas: Fix > reading/writing bool config values > > Log Message: >

Re: [pgadmin-hackers] Upgrade problem(Ver 1.3.0)

2005-03-29 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 29 March 2005 18:44 > To: Dave Page > Cc: Hiroshi Saito; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Upgrade problem(Ver 1.3.0) > > Dave Page wrote: > > >> > >>This phenomenon is unpleasan

Re: [pgadmin-hackers] Upgrade problem(Ver 1.3.0)

2005-03-29 Thread Andreas Pflug
Dave Page wrote: This phenomenon is unpleasant though it is only the beginning.:-( Not just 1.2 to 1.3 - I noticed it after a cvs update of 1.3 last night. I don't see errors on win32 or linux, but the code wasn't clean. Actually, I thought the offending line was just a leftover from ancient tim

[pgadmin-hackers] CVS Commit by andreas: Fix reading/writing bool config values

2005-03-29 Thread cvs
Log Message: --- Fix reading/writing bool config values Modified Files: -- pgadmin3/src/include: sysSettings.h (r1.37 -> r1.38) pgadmin3/src/ui: frmMain.cpp (r1.124 -> r1.125) pgadmin3/src/utils: sysSettings.cpp (r1.69 -> r1.70) Index: sysSe

Re: [pgadmin-hackers] Upgrade problem(Ver 1.3.0)

2005-03-29 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 29 March 2005 14:27 > To: Andreas Pflug > Cc: pgadmin-hackers@postgresql.org; Dave Page > Subject: Upgrade problem(Ver 1.3.0) > > Hi Andreas. > > An error occurs when upgraded to 1.3.x from 1.2.x. > > 1.2.x

[pgadmin-hackers] V1.2.1 uploaded

2005-03-29 Thread Dave Page
Hi all, Src, win32 and slackware versions of 1.2.1 have been uploaded to http://developer.pgadmin.org/ftp/release/v1.2.1/. Please check them over and report any errors asap. If they look OK, then it's open season for the port maintainers! Cheers, Dave. ---(end of broadcas

[pgadmin-hackers] Upgrade problem(Ver 1.3.0)

2005-03-29 Thread Hiroshi Saito
Hi Andreas. An error occurs when upgraded to 1.3.x from 1.2.x. 1.2.x wxString val; Read(wxT("Export/Unicode"), &val, wxT("No")); exportUnicode = StrToBool(val); 1.3.x Read(wxT("Export/Unicode"), &exportUnicode, false); It is written in registry, and it goes on on it. I think that

[pgadmin-hackers] CVS Commit by dpage: Fix ssl detection

2005-03-29 Thread cvs
Log Message: --- Fix ssl detection Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3: acinclude.m4 (r1.37.2.3 -> r1.37.2.4) Index: acinclude.m4 === RCS file: /projects/pgadmin3/acinclude.m4,v r

[pgadmin-hackers] CVS Commit by dpage: Update for 1.2.1

2005-03-29 Thread cvs
Log Message: --- Update for 1.2.1 Tags: REL-1_2_0_PATCHES Modified Files: -- pgadmin3/pkg/win32: pgadmin3.wsi (r1.27 -> r1.27.2.1) pgadmin3.wsm (r1.10 -> r1.10.2.1) ---(end of broadcast)--- TIP 1: subsc

[pgadmin-hackers] CVS Commit by dpage: Include Slony and pgAgent in the translations

2005-03-29 Thread cvs
Log Message: --- Include Slony and pgAgent in the translations [Hiroshi Saito] Modified Files: -- pgadmin3: stringextract (r1.9 -> r1.10) stringextract.bat (r1.7 -> r1.8) Index: stringextract.bat =