[pgadmin-hackers] poedit

2003-07-02 Thread Erwien Samantha Y
Hi pgadmin hackers, I'm new in this list. In here i will try to translate pgadmin3 in indonesian. And i'm new either in this area .., it is my first time too using poedit. I need help in poedit. I need to know the meaning of "sign" starting the original string in poedit. Like "pencil" (sign) ,

Re: [pgadmin-hackers] translator

2003-07-02 Thread Erwien Samantha Y
Dear Fery, Thanks for contact me, First read the document that Jean already sent to you, http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/pgadmin3/docs/en_US/translation_steps.html http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/pgadmin3/docs/en_US/translation_guidelines.html http://

Re: [pgadmin-hackers] Edit Data dialog

2003-07-02 Thread Andreas Pflug
Dave Page wrote: -Original Message- *From:* Adam H. Pendleton [mailto:[EMAIL PROTECTED] *Sent:* 01 July 2003 17:32 *To:* Dave Page *Subject:* Re: Edit Data dialog Dave Page wrote: You can - just start typing in the row marked with a *. I did that. I click

[pgadmin-hackers] New debian uploads

2003-07-02 Thread Raphaël Enrici
Dear Jean-Michel (and others), Although I didn't have an answer from Ron Lee yet, I've just moved back to the 2003-06-07 supported version of wxWindows and I uploaded the packages and sources to snake. I also added a developers' section describing howto rebuild the debian package from scratch i

Re: [pgadmin-hackers] Todo item

2003-07-02 Thread Jean-Michel POURE
On Wednesday 02 July 2003 22:03, Dave Page wrote: > I had trouble with 'make distcheck' in the past (is that fixed now?) but > dunno where the todo item came from. It mentions Max, so I guess it was > Jean-Michel. I will contact Reinhard tomorrow. Cheers, Jean-Michel ---(

Re: [pgadmin-hackers] Analyze only support

2003-07-02 Thread Dave Page
> -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 20:11 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Analyze only support > > > > If this patch is acceptable to everyone (read Andreas...:-P), then > please apply. Well it looks OK t

Re: [pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 19:06 > To: Adam H. Pendleton > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] COMMENT ON FUNCTION > > > And you are our untouchable autoconf hero, that's > where we need > your experien

Re: [pgadmin-hackers] Todo item

2003-07-02 Thread Dave Page
> -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 18:17 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Todo item > > > I noticed the todo list has an item about supporting 'make dist'. > What's the deal with this? I thought we had th

Re: [pgadmin-hackers] [pgadmin-support] CVS

2003-07-02 Thread Adam H. Pendleton
John Bercik wrote: [EMAIL PROTECTED] lib]# ls -l total 7192 lrwxrwxrwx1 root root 24 Jul 2 09:40 libwx_gtk2u-2.5.so -> libwx_gtk2u-2.5.so.0.0.0 lrwxrwxrwx1 root root 24 Jul 2 09:40 libwx_gtk2u-2.5.so.0 -> libwx_gtk2u-2.5.so.0.0.0 -rwxr-xr-x1 root roo

[pgadmin-hackers] Analyze only support

2003-07-02 Thread Adam H. Pendleton
Here is a patch that enable "analyze only" support. For the time being (unless there are objections), this feature is manifested as another check box on the Vacuum dialog, which says "Analyze only (don't vacuum). This will perform a "ANALYZE ..." instead of a "VACUUM ANALYZE ...". There is a

Re: [pgadmin-hackers] Two more !!!

2003-07-02 Thread Andreas Pflug
Darko Prenosil wrote: English language is missing from list of translations in Options dialog. The only way I can set English is to set EN on system and then select Default. I translated pgAdmin to Croatian myself , but my preferred language for it is still English. I think it should be : 1.

Re: [pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Andreas Pflug
Adam H. Pendleton wrote: Andreas Pflug wrote: dlgFunction.cpp is ok (name already contains the arguments), the problem was in pgFunction.cpp... Fixed and commited. Damn!! ahp Better luck next time :-) But be comforted: your sysSettings fix would at least work in most cases. And you are our un

[pgadmin-hackers] Two more !!!

2003-07-02 Thread Darko Prenosil
English language is missing from list of translations in Options dialog. The only way I can set English is to set EN on system and then select Default. I translated pgAdmin to Croatian myself , but my preferred language for it is still English. I think it should be : 1. No transl

[pgadmin-hackers] Two more bugs.

2003-07-02 Thread Darko Prenosil
English language is missing from list of translations in Options dialog. The only way I can set English is to set EN on system and then select Default. I translated pgAdmin to Croatian myself , but my preferred language for it is still English. I think it should be : 1. No trans

Re: [pgadmin-hackers] sysSettings.cpp.patch

2003-07-02 Thread Andreas Pflug
Adam H. Pendleton wrote: Here is a patch to fix the SQL help loading problem. Adam, your patch is correct if loadPath is used to locate the doc. But this is agreed to be wrong... While addressing data files that belong to pgAdmin3 using loadPath is a good idea under win32, this will fail if sym

Re: [pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Adam H. Pendleton
Andreas Pflug wrote: dlgFunction.cpp is ok (name already contains the arguments), the problem was in pgFunction.cpp... Fixed and commited. Damn!! ahp ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.p

Re: [pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Andreas Pflug
Adam H. Pendleton wrote: Darko Prenosil wrote: When function has arguments, for example : foo(varchar,int) extracted metadata from pgadmin is: COMMENT ON FUNCTION foo IS 'Comment'; which is wrong, it shoul'd be : COMMENT ON FUNCTION foo(varchar,int) IS 'Comment'; Regards !

[pgadmin-hackers] sysSettings.cpp.patch

2003-07-02 Thread Adam H. Pendleton
Here is a patch to fix the SQL help loading problem. ahp --- pgadmin3/src/utils/sysSettings.cpp 2003-07-02 13:41:59.0 -0400 +++ pgadmin3.new/src/utils/sysSettings.cpp 2003-07-02 13:42:11.0 -0400 @@ -53,7 +53,7 @@ if (sqlHelpSite.Last() != '/' && sqlHelpSite.Last() != '\\

[pgadmin-hackers] Todo item

2003-07-02 Thread Adam H. Pendleton
I noticed the todo list has an item about supporting 'make dist'. What's the deal with this? I thought we had this taken care of a while ago? What doesn't work, specifically? ahp ---(end of broadcast)--- TIP 5: Have you checked our extensive FA

Re: [pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Adam H. Pendleton
Darko Prenosil wrote: When function has arguments, for example : foo(varchar,int) extracted metadata from pgadmin is: COMMENT ON FUNCTION foo IS 'Comment'; which is wrong, it shoul'd be : COMMENT ON FUNCTION foo(varchar,int) IS 'Comment'; Regards ! ---(end of broadc

[pgadmin-hackers] COMMENT ON FUNCTION

2003-07-02 Thread Darko Prenosil
When function has arguments, for example : foo(varchar,int) extracted metadata from pgadmin is: COMMENT ON FUNCTION foo IS 'Comment'; which is wrong, it shoul'd be : COMMENT ON FUNCTION foo(varchar,int) IS 'Comment'; Regards ! ---(end of broadcast)

[pgadmin-hackers] poEdit binaries with Right To Left (RTL) and GTK2 support available

2003-07-02 Thread Jean-Michel POURE
Dear translators and friends, In answer to your questions, poEdit under GNU/Linux supports Right To Left languages like Arabic and Persian, when compiled with Unicode and linked against GTK2. To ease the translation of pgAdmin3 into RTL languages, binary packages of poEdit have been uploaded t

[pgadmin-hackers] pgAdmin III - Call for Translators

2003-07-02 Thread Dave Page
As many of you already know, pgAdmin is a widely used Open Source GUI Management tool for PostgreSQL, similar to DB2's Control Center or SQL Server's Enterprise Manager. We are currently working on the next generation pgAdmin III, with the aim of releasing it at approximately the same time as Pos

[pgadmin-hackers] Feature Freeze

2003-07-02 Thread Dave Page
Hi Guys, PostgreSQL is now in feature freeze so if we want to meet it's release date, we should head that way as well. So last chance - please have a shufty through TODO.txt and shout if there's anything you think must be implemented!! Regards, Dave. ---(end of broadcas

Re: [pgadmin-hackers] [pgadmin-support] copy paste ?

2003-07-02 Thread Dave Page
Title: Message   -Original Message-From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 12:30To: Dave PageCc: John Bercik; pgadmin support; [EMAIL PROTECTED]Subject: Re: [pgadmin-hackers] [pgadmin-support] copy paste ?Dave Page wrote: Hi John, The ma

Re: [pgadmin-hackers] [pgadmin-support] copy paste ?

2003-07-02 Thread Adam H. Pendleton
Dave Page wrote: Hi John, The major part of the problem is that copy/paste is handled by the window manager not pgAdmin, so it's quite difficult for us to fix. Jean-Michel has tested on the same platform as you (Kde 3/Redhat 9 iirc), and it works fine for him, so it's presumably something

Re: [pgadmin-hackers] [poedit-users] poEdit compilation with Unicode/debug linked against GTK2

2003-07-02 Thread Jean-Michel POURE
Dear Vaclav , Thank you very much for your answer. I thank you in advance for your time and help. > You *can* compile poEdit against wx-2.5 without any problems. I > already told you what you are doing wrong: if you tell > rpmbuild/configure to build semistatic binary, then it obeys. Of > course

Re: [pgadmin-hackers] [poedit-users] poEdit compilation with Unicode/debug linked against GTK2

2003-07-02 Thread Vaclav Slavik
Hi, [please either mail to me or to poedit-users, but don't send same message to both addresses] Jean-Michel POURE wrote: > If you could help us compiling poEdit against our wxGTK2ud > packages, we could provide you with semistatic builds of poEdit. > Information about our snapshots can be found

Re: [pgadmin-hackers] Request for translation of pgAdmin3 into Norvegian

2003-07-02 Thread Jean-Michel POURE
On Wednesday 02 July 2003 11:37, Brage Førland wrote: > I'll try to fint the time to do it. When approximately i pgAdmin3 scheduled > for release? Dear Brage, Welcome Norway. Thank you very much for joining the team. pgAdmin3 is scheduled for release in July. I am not in the shoes of Dave Page

Re: [pgadmin-hackers] [poedit-users] poEdit compilation with Unicode/debug linked against GTK2

2003-07-02 Thread Jean-Michel POURE
On Tuesday 01 July 2003 21:36, Vaclav Slavik wrote: > just build the RPM in standard configuration, don't enable semistatic > build (you do it, don't you?). That's the only situation when static > linking is enforced, it uses shared library otherwise. Dear Vaclav, Yes, I used semistatic. We don'

Re: [pgadmin-hackers] [kpli] Translation request of pgAdmin3 into Indonesian languages

2003-07-02 Thread Jean-Michel POURE
On Wednesday 02 July 2003 09:40, Erwien Samantha Y [EMAIL PROTECTED] wrote: > I'm from indonesia and interesting to help. > but please provide me step by step what i have to do as translator of > pgAdmin3. Dear Ervin, Thank you very much for your kind proposal to translate into Indonesia. We are