Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 dave, fwiw, starting w/ r5035 noting that you've removed AC_PROG_RANLIB from configure.ac.in, i don't replace/add AC_PROG_LIBTOOL. mod'ing "bootstrap": = ${EDITOR} /usr/ports/pgadmin3/pga

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi, >> (doncha jus LUV autotools!) > > Err, nope. heh >> on my sys, >> >> % ls -al /usr/local/share/autoconf/Autom4te/FileUtils.pm >> -rw-r--r-- 1 root wheel 6670 Oct 22 22:51 FileUtils.pm > > No, it's in /opt/local/share/autoconf/Autom4te. >

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
On 27/2/06 21:57, "OpenMacNews" <[EMAIL PROTECTED]> wrote: > (doncha jus LUV autotools!) Err, nope. >> I just upgraded to: >> >> raptor:~/pgadmin3 dpage$ glibtool --version >> ltmain.sh (GNU libtool) 1.5 (1.1220.2.1 2003/04/14 22:48:00) >> >> Now though, I get: >> >> raptor:~/pgadmin3 dpag

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 hi, >> as i don't have your script/changes available, i'll venture a guess -- > Sorry - added: > > AC_PROG_LIBTOOL > > To configure.ac.in, and > > AUTOMAKE_OPTIONS = foreign > > To Makefile.am. Then changed the bootstrap script to call autore

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
On 27/2/06 21:00, "OpenMacNews" <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > >> Hmm, OK. Well, I¹ve been playing with autoreconf, and having eventually >> figured out how to get it to run automake in ?-foreign mode, I¹m now stuck >> with it complaining ab

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Hmm, OK. Well, I¹ve been playing with autoreconf, and having eventually > figured out how to get it to run automake in ?-foreign mode, I¹m now stuck > with it complaining about the macro I queried in the first place: > > raptor:~/pgadmin3 dpage

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
Title: Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2 On 27/2/06 17:15, "OpenMacNews" <[EMAIL PROTECTED]> wrote: "Many packages come with a script called bootstrap.sh or autogen.sh, that will just call aclocal, libtoolize, gettextize or autopoint, autoconf, autoheader, and a

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Edward Di Geronimo Jr.
> I got a couple of warnings building this that should be cleaned up: Fixed. Didn't realize I missed a few. > I have been unable to make it misbehave on XP. I haven't tried OSX or > Linux as I don't have either to hand atm. Can you give me a precise > example to test? I have had complete success

Re: [pgadmin-hackers] German translation

2006-02-27 Thread Andreas Pflug
Peter Eisentraut wrote: Andreas Pflug wrote: I had a glance at what you changed, and I agree only partially. It's certainly horrible German style to omit the Bindestrich, I must admit that (thou in many cases, writing it in one word is the really correct style). But I'm still in favour for ß in

Re: [pgadmin-hackers] German translation

2006-02-27 Thread Peter Eisentraut
Andreas Pflug wrote: > I had a glance at what you changed, and I agree only partially. > It's certainly horrible German style to omit the Bindestrich, I must > admit that (thou in many cases, writing it in one word is the really > correct style). But I'm still in favour for ß instead of ss... :-)

Re: [pgadmin-hackers] localpipe

2006-02-27 Thread Peter Eisentraut
Andreas Pflug wrote: > Hm, easily mixed up with localhost, which uses a socket too. But we > don't have the space for 'local unix socket' either. The official terms are such that sockets in the file system namespace are AF_LOCAL (or AF_UNIX), and sockets in the Internet namespace are AF_INET. S

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Which is what the line: > > automake-1.9 --foreign --add-missing --copy > > in the bootstrap script does. hmmm ... cref: http://www.gnu.org/software/automake/manual/html_mono/automake.html "People upgrading old packages to newer autotools ar

Re: [pgadmin-hackers] German translation

2006-02-27 Thread Andreas Pflug
Peter Eisentraut wrote: I went through the German translation and removed some excessive anglicisms and made some other corrections. Hm, I had a glance at what you changed, and I agree only partially. It's certainly horrible German style to omit the Bindestrich, I must admit that (thou in many

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
> -Original Message- > From: OpenMacNews [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 16:49 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due > to libxml2 > > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 >

Re: [pgadmin-hackers] localpipe

2006-02-27 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 16:47 > To: Dave Page > Cc: Peter Eisentraut; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] localpipe > > Dave Page wrote: > > > > > > > >>-Original Message- > >>

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On 2/27/06 Dave Page wrote: > OK, you'll have to excuse my bumbling ignorance when it comes to all > things automake/autoconf - why are you running glibtoolize in the > pgAdmin source directory? The bootstrap script does everything that's > requir

Re: [pgadmin-hackers] localpipe

2006-02-27 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Eisentraut Sent: 24 February 2006 09:45 To: pgadmin-hackers@postgresql.org Subject: [pgadmin-hackers] localpipe pgAdmin talks about a , but the thing is in fact a local socket

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
> -Original Message- > From: OpenMacNews [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 16:27 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due > to libxml2 > > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 >

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 > Why's it even being called? We don't create any libraries at all (and I > never saw any warnings about it on Tiger, or back when I was running > Panther). well, glibtoolize is being called cuz i'm calling it ... as i typically do given that i'v

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
> -Original Message- > From: OpenMacNews [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 16:11 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due > to libxml2 > > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 >

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread OpenMacNews
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On 2/27/06 Dave Page wrote: > Hmm, actually AC_PROG_RANLIB can go completely - I added that when I > was > playing with the build system recently but then changed tactic, but > obviously left that there. Similarly, I doubt you need AC_PROG_LIBTOO

[pgadmin-hackers] hungarian pgadmin III

2006-02-27 Thread László Józsefne
Hi I need a Hunarian Pgadmin III. Can you help me?    Lászlóné Katalin    VPE Kft.     06/1/511-72-68 30/382-76-78  

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Miha Radej
hi! Florian G. Pflug wrote: Miha Radej wrote: i don't have osx but i have had problems compiling pgadmin recently. i've been getting various compiler errors about the code in xmlwriter.h as far as i could tell. my libxml2 version was 2.6.20. after upgrading to 2.6.23, pgadmin compiled fine an

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Dave Page
> -Original Message- > From: Florian G. Pflug [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 12:13 > To: Dave Page > Cc: Edward Di Geronimo Jr.; pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Query results in grid, new patch > > Dave Page wrote: > > I have been una

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
> -Original Message- > From: Florian G. Pflug [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 12:17 > To: [EMAIL PROTECTED] > Cc: pgadmin-hackers@postgresql.org; Dave Page > Subject: Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due > to libxml2 > > OpenMacNews wrote: > > hi all,

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Florian G. Pflug
OpenMacNews wrote: hi all, % uname -a Darwin server 8.5.0 Darwin Kernel Version 8.5.0: Sun Jan 22 10:38:46 PST 2006; root:xnu-792.6.61.obj~1/RELEASE_PPC Power Macintosh powerpc You get this on Panther (10.3)? Strange... I get Darwin yosemite.solution-x.com 7.9.0 Darwin Kernel Version

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Florian G. Pflug
Dave Page wrote: I have been unable to make it misbehave on XP. I haven't tried OSX or Linux as I don't have either to hand atm. Can you give me a precise example to test? I have had complete success copying individual cells, groups of rows, groups of columns and arbitrary blocks of cells. I'm

[pgadmin-hackers] SVN Commit by dpage: r5035 - trunk/pgadmin3/src/schema

2006-02-27 Thread svn
Author: dpage Date: 2006-02-27 11:35:07 + (Mon, 27 Feb 2006) New Revision: 5035 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5035&view=rev Log: Fix the tables query that seems to have been broken in rev 5008, resulting in on table node for each column with a comment!

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Edward Di Geronimo Jr. > Sent: 27 February 2006 08:00 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] Query results in grid, new patch Hi Ed, > Attached is a newer version of m

Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due to libxml2

2006-02-27 Thread Dave Page
> -Original Message- > From: OpenMacNews [mailto:[EMAIL PROTECTED] > Sent: 27 February 2006 03:57 > To: pgadmin-hackers@postgresql.org > Cc: Miha Radej; Florian G. Pflug; Dave Page > Subject: Re: [pgadmin-hackers] Buildproblems on OSX 10.3 due > to libxml2 > >

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

2006-02-27 Thread svn
Author: dpage Date: 2006-02-27 09:53:12 + (Mon, 27 Feb 2006) New Revision: 5034 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5034&view=rev Log: Remove macro added in error. Modified: trunk/pgadmin3/configure.ac.in ---(end of broadcast)-

Re: [pgadmin-hackers] German translation

2006-02-27 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Peter Eisentraut > Sent: 24 February 2006 14:05 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] German translation > > I went through the German translation and removed some >

[pgadmin-hackers] SVN Commit by dpage: r5033 - trunk/pgadmin3/i18n/de_DE

2006-02-27 Thread svn
Author: dpage Date: 2006-02-27 09:14:45 + (Mon, 27 Feb 2006) New Revision: 5033 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5033&view=rev Log: I went through the German translation and removed some excessive anglicisms and made some other corrections. [Peter Eisentrau

Re: [pgadmin-hackers] localpipe

2006-02-27 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Peter Eisentraut > Sent: 24 February 2006 09:45 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] localpipe > > pgAdmin talks about a , but the thing is in fact a local > socket,

[pgadmin-hackers] SVN Commit by dpage: r5032 - in trunk/pgadmin3: . src/base

2006-02-27 Thread svn
Author: dpage Date: 2006-02-27 09:08:13 + (Mon, 27 Feb 2006) New Revision: 5032 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5032&view=rev Log: Change '' to 'local socket' [Peter Eisentraut] Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/src/base/pgConnBase.c

Re: [pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Andreas Pflug
Edward Di Geronimo Jr. wrote: As with the previous patch, there are still focus issues that make the clipboard support flakey. The issue seems to be the grid control doesn't seem to hold onto the focus the way the old list object did, making it difficult to decide which object should handle a C

[pgadmin-hackers] Query results in grid, new patch

2006-02-27 Thread Edward Di Geronimo Jr.
Attached is a newer version of my query results in a grid patch. This version adds a custom table class to store the data. My quick testing on WinXP shows this patch to display query results in about one half the time my previous patch did. That patch, at least on my system, in turn displayed resul