Re: [pgadmin-hackers] Gettext support for pgAdmin3 and the web site

2003-05-30 Thread Andreas Pflug
Jean-Michel POURE wrote: Hi Andreas, Just for information, do you think it would be difficult to add Gettext support to pgAdmin3? We could run an extract script on Snake and publish the .po files for translation everyday. I can handle po files merges for the team if you need someone. It's not

[pgadmin-hackers] unsubscribe

2003-05-30 Thread Linus Mwaniki
unsubscribe Do you Yahoo!? Free online calendar with sync to Outlook(TM).

Re: [pgadmin-hackers] lwx_gtkd_stc-2.4

2003-05-30 Thread Adam H . Pendleton
On Thursday, May 29, 2003, at 03:33 US/Eastern, Jean-Michel POURE wrote: Do you think it would be possible to do one of the following things: - modify wxGTK spec file in order to produce the required libraries with debuging control. Please find included the spec file. If you explain me what are

[pgadmin-hackers] make speed and dependency

2003-05-30 Thread Andreas Pflug
Adam, I wonder if the make process could be speeded up. At the moment, the auto dependency tracking is integrally implemented for each object make, which makes things quite slow. Can this be changed to a "make dep; make; make install" way, as I know it from the kernel? Regards, Andreas --

[pgadmin-hackers] pgAdmin3 translation, Oid datatype

2003-05-30 Thread Andreas Pflug
Sorry screwed up my mail accounts, reposting: Dear fellow developers, I prepared pgAdmin3 for translation: To enable translation of pgAdmin3 strings, all candidates need to be marked. 1) A string that will not be translated (queries, log entries, settin

Re: [pgadmin-hackers] make speed and dependency

2003-05-30 Thread Adam H . Pendleton
Not unless we want to manually track dependencies, which is how the linux kernel currently works. I would venture to say that a make dep && make for the linux kernel takes the same amount of time as a plain make would if the kernel automatically tracked dependencies. Currently the make proces

Re: [pgadmin-hackers] pgAdmin3 translation, Oid datatype

2003-05-30 Thread Jean-Michel POURE
Le Jeudi 29 Mai 2003 23:46, Andreas Pflug a écrit : > Jean-Michel, could you give us hints on how to implement the xgettext > process, unix and w32? The __() macro is intended to be the short form > for gettext_noop(). Thanks Andreas. This is thrilling and so exciting. Before tagging source files

[pgadmin-hackers] Build Systems

2003-05-30 Thread Dave Page
Hi Guys, After chatting with a new classmate at Uni who happens to be a big pgAdmin fan, I built a source distro for him to compile which can be found on snake.pgadmin.org. A few issues arose however: 1) There were a number of .h and .xpm files missing from Makefile.am. Please try to remember to

Re: [pgadmin-hackers] pgAdmin3 translation, Oid datatype

2003-05-30 Thread Andreas Pflug
Jean-Michel POURE wrote: As usual, I have several silly questions: 1) wxGTK versions Could you outline the Unicode differences between: - wxGTK2.4 linked against GTK1.2, - wxGTK2.4 linked against GTK2.0+unicode support, - wxGTK2.5cvs linked against GTK2.0+unicode support (poEdit uses only this v

Re: [pgadmin-hackers] pgAdmin3 translation, Oid datatype

2003-05-30 Thread Jean-Michel POURE
Le Vendredi 30 Mai 2003 10:15, Andreas Pflug a écrit : > I'm lacking any experiences with that, but why not? I wonder why ./configure options include --enable-unicode --enable-gtk2, that's all. A look at poEdit might clarify some issues (why does it use wxWindows2.5 cvs?). Thanks for other expl

[pgadmin-hackers] Testing wxGTK SRPM with debugging support

2003-05-30 Thread Jean-Michel POURE
Dear all, I have built a custom wxGTK SRPM for RedHat 9, with debugging support. The SRPM should recompile on any RPM platform like Mandrake. I cannot yet compile pgAdmin3 from CVS because heavy changes are being done for language support. Could anyone be so kind to test my SRPM? Feel free to c

Re: [pgadmin-hackers] pga2: reserved keywords

2003-05-30 Thread Dave Page
> -Original Message- > From: frank_lupo [mailto:[EMAIL PROTECTED] > Sent: 29 May 2003 09:24 > To: Dave Page; pgadmin-hackers > Subject: pga2: reserved keywords > > > Hi Dave, > > I have change the pgschema and pgadmin to fix problem on > reserved keywords . The reserved keywords in p

Re: [pgadmin-hackers] pga2: reserved keywords

2003-05-30 Thread frank_lupo
> > In the DEFAULT_AUTOHIGHLIGHT on pgadmin2 any reserved > > keywords are not present. I have extracted on documentation > > the reserved keywords. > > Can You add a color on keywords in attachment file ? > > I'll add these keywords in pgadmin2. > > I can, but I honestly don't know when. I'v