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

[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

[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

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 process

[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

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

[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