[pgadmin-hackers] PATCH: wx/sysopt.h header missing

2010-05-06 Thread Ashesh Vashi
Hi Dave, I am not able to compile the pgadmin on OSX. PFA for the same to resolve the issue. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA - The Enterprise Postgres Company Index: ctl/ctlSQLBox.cpp ==

Re: [pgadmin-hackers] PATCH: wx/sysopt.h header missing

2010-05-06 Thread Guillaume Lelarge
Hi Ashesh, Le 06/05/2010 09:12, Ashesh Vashi a écrit : > [...] > I am not able to compile the pgadmin on OSX. > PFA for the same to resolve the issue. > That's an include I got rid of yesterday. I only checked on Windows and Linux. I should have checked on Mac OS X. I'll do next time. Sorry abou

Re: [pgadmin-hackers] PATCH: wx/sysopt.h header missing

2010-05-06 Thread Ashesh Vashi
On trunk... -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA - The Enterprise Postgres Company On Thu, May 6, 2010 at 12:55 PM, Guillaume Lelarge wrote: > Hi Ashesh, > > Le 06/05/2010 09:12, Ashesh Vashi a écrit : > > [...] > > I am not able to compile the pgad

Re: [pgadmin-hackers] PATCH: wx/sysopt.h header missing

2010-05-06 Thread Ashesh Vashi
Hi Guillaume, Compiles well other than this. I think - we need to change this on both trunk and 1.10 branch. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA - The Enterprise Postgres Company On Thu, May 6, 2010 at 12:55 PM, Guillaume Lelarge wrote: > Hi Ashes

[pgadmin-hackers] SVN Commit by guillaume: r8336 - branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/ctl

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 09:34:59 +0100 (Thu, 06 May 2010) New Revision: 8336 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8336&view=rev Log: Mac OS X needs this #include. Patch from Ashesh. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/ctl/ctlSQLBo

[pgadmin-hackers] SVN Commit by guillaume: r8337 - trunk/pgadmin3/pgadmin/ctl

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 09:35:17 +0100 (Thu, 06 May 2010) New Revision: 8337 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8337&view=rev Log: Mac OS X needs this #include. Patch from Ashesh. Modified: trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp -- Sent via pg

Re: [pgadmin-hackers] PATCH: wx/sysopt.h header missing

2010-05-06 Thread Guillaume Lelarge
Le 06/05/2010 09:55, Ashesh Vashi a écrit : > [...] > Compiles well other than this. > I think - we need to change this on both trunk and 1.10 branch. > I commited your patch. Thanks for noticing and providing a patch. I promise I won't ever commit something without first checking on all the plat

[pgadmin-hackers] GSoC Student

2010-05-06 Thread adeel khan
Hi everyone Sorry for this late mail, i should have introduced my self earlier. Any ways here i go..Well i am one of the student selected for GSoC this year and had floated a proposal on a new feature about PgAdmin and would now be creating it under the mentorship of Dave. This is my first time to

Re: [pgadmin-hackers] GSoC Student

2010-05-06 Thread Dave Page
Thanks for the introduction Adeel - it's good to have you working on this. Would you mind adding your introduction and pictures to a page on wiki.postgresql.org please? We like to show off the projects on there as well. Thanks! On Thu, May 6, 2010 at 1:28 PM, adeel khan wrote: > > Hi everyone >

Re: [pgadmin-hackers] GSoC Student

2010-05-06 Thread Erwin Brandstetter
On May 6, 3:28 pm, ak1...@gmail.com (adeel khan) wrote: (...) > In the end, i would say its just a beginning and its a long road and i would > be surely looking forward for you suggestions, comments or else and > obviously help. Hi Adeel! Welcome and good luck with your project! I am not into cod

[pgadmin-hackers] SVN Commit by guillaume: r8338 - trunk/pgadmin3/i18n/cs_CZ

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 17:25:20 +0100 (Thu, 06 May 2010) New Revision: 8338 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8338&view=rev Log: Update Czech translation, per Marek ?\196?\140ernock?\195?\189. Modified: trunk/pgadmin3/i18n/cs_CZ/pgadmin3.mo t

Re: [pgadmin-hackers] Updated Czech translation

2010-05-06 Thread Guillaume Lelarge
Hi, Le 06/05/2010 17:23, Marek Černocký a écrit : > [...] > I send updated Czech translation. > Thanks for your work. It's commited, and will be available in beta 2. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postg

Re: [pgadmin-hackers] GSoC Student

2010-05-06 Thread Guillaume Lelarge
Le 06/05/2010 15:28, adeel khan a écrit : > [...] > In the end, i would say its just a beginning and its a long road and i would > be surely looking forward for you suggestions, comments or else and > obviously help. > Welcome, adeel. Good luck with your project. Don't hesitate to ask questions o

[pgadmin-hackers] SVN Commit by guillaume: r8339 - trunk/pgadmin3/i18n/zh_CN

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 17:32:39 +0100 (Thu, 06 May 2010) New Revision: 8339 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8339&view=rev Log: Update simplified chinese translation, per Quan Zongliang. Modified: trunk/pgadmin3/i18n/zh_CN/pgadmin3.mo trunk/

[pgadmin-hackers] SVN Commit by guillaume: r8340 - trunk/www/locale/zh_CN/LC_MESSAGES

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 17:33:59 +0100 (Thu, 06 May 2010) New Revision: 8340 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8340&view=rev Log: Update website simplified chinese transation, per Quan Zongliang. Modified: trunk/www/locale/zh_CN/LC_MESSAGES/pgadm

[pgadmin-hackers] SVN Commit by guillaume: r8341 - trunk/www/translation

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 17:39:56 +0100 (Thu, 06 May 2010) New Revision: 8341 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8341&view=rev Log: Change the simplified chinese translator. Modified: trunk/www/translation/config.php -- Sent via pgadmin-hackers m

[pgadmin-hackers] SVN Commit by guillaume: r8342 - in trunk/pgadmin3/pgadmin: frm ui

2010-05-06 Thread svn
Author: guillaume Date: 2010-05-06 18:01:30 +0100 (Thu, 06 May 2010) New Revision: 8342 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8342&view=rev Log: Make some strings translatable. And change the text of the View button to make it more understandable. Per gripe from Quan