[pgadmin-hackers] does this string need correction?

2005-10-19 Thread Miha Radej
hi! in src/main/events.cpp, line 145 contains the following string: Maybe your proxy option setting need adjustment. a am not a native english speaker, but there's a feeling i have this should be either Maybe your proxy option settings need adjustment. or Maybe your proxy option setting needs

[pgadmin-hackers] incomplete window title in guru hints

2005-10-19 Thread Miha Radej
hi! guess who (needs sleep) :) i connect to a server. from the "tools" menu option i select "server status" and a guru hint pops up. the title of this window with the hint contains "pgAdmin III Guru Hint - ". according to frm/frmHint.cpp, line 207 says something ought to get appended also, na

[pgadmin-hackers] recent file list in conf editor doesn't seem to work

2005-10-19 Thread Miha Radej
hi! i'm sorry for the mass of emails today but i'm working on the translation atm and am reporting/asking stuff as i go along. sorry for being a nuisance :) i have compiled pgadmin3 on suse linux 9.3, from a fresh cvs checkout and i have downloaded beta3 for windows. in the server (access)

[pgadmin-hackers] link problem on pgadmin3 beta web page

2005-10-19 Thread Miha Radej
hi! there is a problem on the pgadmin3 beta web page, http://pgadmin.org/beta.php the links pointing to the download center have an "extra" double-quote character included which is causing problems. cheers, Miha Index: cnt/cnt_beta.php ===

[pgadmin-hackers] problem compiling, error while checking for wx

2005-10-19 Thread Miha Radej
hi! after a fresh cvs checkout just now, i get the following error while running configure: checking for wxWidgets... yes Warning: No config found to match: /usr/local/bin/wx-config --static=no --libs --unicode=yes --debug=yes --version=2.6 in /usr/local/lib/wx/config If you

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Bastiaan Wakkie
Title: Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem I think you got it indeed. OK, think I can see what’s going on. What does: /usr/local/bin/wx-config —cppflags —debug=no —unicode=yes --version=2.6 give?   Warning: No config found to match: /usr/local/bin/wx-co

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

2005-10-19 Thread svn
Author: dpage Date: 2005-10-19 21:56:32 +0100 (Wed, 19 Oct 2005) New Revision: 4573 Modified: trunk/pgadmin3/acinclude.m4 trunk/pgadmin3/configure.ac Log: Ensure we know what wxVersion we are building with. Allow the user to override the default (2.6) with the --with-wx-version= option. Pe

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Dave Page
Title: Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem On 19/10/05 8:44 pm, "Bastiaan Wakkie" <[EMAIL PROTECTED]> wrote: ls –al /usr/local/bin/wx* lrwxrwxrwx  1 root root  54 Aug 21 19:17 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-unicode-debug-static-2.6* -rwxr-xr-

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Bastiaan Wakkie
Title: Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem ls –al /usr/local/bin/wx* lrwxrwxrwx  1 root root  54 Aug 21 19:17 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-unicode-debug-static-2.6* -rwxr-xr-x  1 root root    5340 Jan  1  2005 /usr/local/bin/wxgtk2u-2.4-co

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Dave Page
Title: Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem On 19/10/05 8:14 pm, "Bastiaan Wakkie" <[EMAIL PROTECTED]> wrote: Not sure, that does seem odd. Can you send the full g++ command before the error so I can see what include paths it was using? Should be something like: g++ -DHAVE_

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Bastiaan Wakkie
Not sure, that does seem odd. Can you send the full g++ command before the error so I can see what include paths it was using? Should be something like: g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wno-non-virtual-dtor -I../src/include -I../src/agent/include -I../src/slony/include -I/usr/local/

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Dave Page
On 19/10/05 7:30 pm, "Bastiaan Wakkie" <[EMAIL PROTECTED]> wrote: > >> Looks like your wx installation is very broken (especially as >> xh_ctlcombo.h hasn't changed in 5 months) - certainly wx/ogl/ogl.h >> should exist if installed properly. I would clean it out and reinstall >> wx 2.6.2 as pe

Re: [pgadmin-hackers] Beta 3 uploaded -> wx problem

2005-10-19 Thread Bastiaan Wakkie
> Looks like your wx installation is very broken (especially as > xh_ctlcombo.h hasn't changed in 5 months) - certainly wx/ogl/ogl.h > should exist if installed properly. I would clean it out and reinstall > wx 2.6.2 as per the instructions at > http://www.pgadmin.org/download.php#source). > I fo

Re: [pgadmin-hackers] Beta 3 uploaded

2005-10-19 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bastiaan Wakkie > Sent: 19 October 2005 15:52 > To: [email protected] > Subject: Re: [pgadmin-hackers] Beta 3 uploaded > > I got the following error in make: > > ./configure --prefi

Re: [pgadmin-hackers] Beta 3 uploaded

2005-10-19 Thread Bastiaan Wakkie
I got the following error in make: ./configure --prefix=/var/db/pgadmin1.4.0b3/ --exec-prefix=/var/db/pgadmin1.4.0b3/ --with-pgsql=/var/db/pg8 ERROR: ../src/include/ctl/xh_ctlcombo.h:25: error: class `ctlComboBoxXmlHandler' does n ot have any field named `wxComboBoxXmlHandler' ./pgAdmin3.cpp:60:2

[pgadmin-hackers] SVN Commit by dpage: r4572 - trunk/pgadmin3/pkg/win32/src

2005-10-19 Thread svn
Author: dpage Date: 2005-10-19 09:43:55 +0100 (Wed, 19 Oct 2005) New Revision: 4572 Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs Log: Include a couple of Spanish hints that crept in whilst I wasn't looking. Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs

[pgadmin-hackers] Beta 3 uploaded

2005-10-19 Thread Dave Page
I've uploaded pgAdmin3 1.4.0 beta 3 to http://developer.pgadmin.org/ftp/beta. Please take a few minutes to try it out and make sure things look OK before I announce it. I've also uploaded a Mac appbundle built on Panther. I'd be interested to hear if it works OK on Tiger if anyone has access to a

[pgadmin-hackers] SVN Commit by dpage: r4570 - tags

2005-10-19 Thread svn
Author: dpage Date: 2005-10-19 08:49:14 +0100 (Wed, 19 Oct 2005) New Revision: 4570 Added: tags/REL-1_4_0-BETA3/ Log: Created folder remotely ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

[pgadmin-hackers] SVN Commit by dpage: r4571 - tags/REL-1_4_0-BETA3

2005-10-19 Thread svn
Author: dpage Date: 2005-10-19 08:53:06 +0100 (Wed, 19 Oct 2005) New Revision: 4571 Added: tags/REL-1_4_0-BETA3/pgadmin3/ Log: Tag for 1.4.0 beta 3 Copied: tags/REL-1_4_0-BETA3/pgadmin3 (from rev 4570, trunk/pgadmin3) ---(end of broadcast)--- T