[pgadmin-hackers] Some notes on pgAdmin

2009-02-27 Thread Chuck McDevitt
1. Going through the code, I noticed that quite a few files use 4 spaces for indent on most of their lines, but have some lines using tab characters. Usually it's newer patches that introduced the tabs, but not always. Mixing both kinds of indents is confusing. 2. Pgadmin3.wxs sh

Re: [pgadmin-hackers] pgAdmin for Greenplum database?

2009-02-27 Thread Chuck McDevitt
The .xrc and .xpm files > -Original Message- > From: Dave Page [mailto:dp...@pgadmin.org] > Sent: Friday, February 27, 2009 2:06 AM > To: Chuck McDevitt > Cc: pgadmin-hackers > Subject: Re: pgAdmin for Greenplum database? > > Hi Chuck, > > Just a quick reminder - as announced on the list

Re: [pgadmin-hackers] pgAdmin for Greenplum database?

2009-02-27 Thread Chuck McDevitt
The .cpp files > -Original Message- > From: Dave Page [mailto:dp...@pgadmin.org] > Sent: Friday, February 27, 2009 2:06 AM > To: Chuck McDevitt > Cc: pgadmin-hackers > Subject: Re: pgAdmin for Greenplum database? > > Hi Chuck, > > Just a quick reminder - as announced on the list a couple

Re: [pgadmin-hackers] pgAdmin for Greenplum database?

2009-02-27 Thread Chuck McDevitt
Some notes on the current state of the patch: > > Hi Chuck, > > The patch looks pretty good to me - just a few issues/queries below. > I've only eyeballed it and built it so far though - I'm in the process > of downloading Greenplum so I can test more thoroughly, though it's a > slow download at

[pgadmin-hackers] SVN Commit by guillaume: r7633 - in trunk: pgadmin3 www/locale

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 17:33:25 + (Fri, 27 Feb 2009) New Revision: 7633 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7633&view=rev Log: Commit the .pot files. Modified: trunk/pgadmin3/pgadmin3.pot trunk/www/locale/pgadmin3_website.pot -- Sent via

[pgadmin-hackers] SVN Commit by guillaume: r7632 - trunk/www/locale/fr_FR/LC_MESSAGES

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 17:32:28 + (Fri, 27 Feb 2009) New Revision: 7632 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7632&view=rev Log: Update website french translation. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/loc

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

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 17:28:30 + (Fri, 27 Feb 2009) New Revision: 7631 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7631&view=rev Log: Automatic stringmerge using merge script. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/w

[pgadmin-hackers] SVN Commit by guillaume: r7630 - trunk/pgadmin3/i18n/fr_FR

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 17:26:35 + (Fri, 27 Feb 2009) New Revision: 7630 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7630&view=rev Log: New update of the french translation. Modified: trunk/pgadmin3/i18n/fr_FR/pgadmin3.mo trunk/pgadmin3/i18n/fr_FR/p

[pgadmin-hackers] SVN Commit by guillaume: r7629 - in trunk/pgadmin3/i18n: af_ZA ar_SA bg_BG ca_ES cs_CZ da_DK de_CH de_DE el_GR es_ES fa_IR fi_FI fr_FR gl_ES gu_IN hi_IN hr_HR hu_HU id_ID is_IS it_IT

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 17:19:46 + (Fri, 27 Feb 2009) New Revision: 7629 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7629&view=rev Log: Automatic merge using stringmerge script. Modified: trunk/pgadmin3/i18n/af_ZA/pgadmin3.po trunk/pgadmin3/i18n/ar_S

Re: [pgadmin-hackers] Server Status window work

2009-02-27 Thread Guillaume Lelarge
Dickson S. Guedes a écrit : > 2009/2/27 Guillaume Lelarge : >> It helps a lot. It fixed problem 2. Thanks for your report and patch. > > Nice! ":D > >> Your problem #1 should be fixed too with my latest commit. > > I've tried now with SVN revision 7621, and AFAICS they are working ok, thanks! >

[pgadmin-hackers] SVN Commit by guillaume: r7628 - trunk/pgadmin3/i18n/fr_FR

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 17:11:39 + (Fri, 27 Feb 2009) New Revision: 7628 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7628&view=rev Log: Update french translation. Modified: trunk/pgadmin3/i18n/fr_FR/pgadmin3.mo trunk/pgadmin3/i18n/fr_FR/pgadmin3.po

[pgadmin-hackers] SVN Commit by dpage: r7627 - in trunk/pgadmin3/pgadmin: ctl debugger dlg frm pgscript/utilities/m_apm schema

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 16:58:10 + (Fri, 27 Feb 2009) New Revision: 7627 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7627&view=rev Log: GCC warning fixes Modified: trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp trunk/pgadmin3/pgadmin/ctl/timespin.cpp trunk

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

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 16:39:45 + (Fri, 27 Feb 2009) New Revision: 7626 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7626&view=rev Log: GCC warning fix Modified: trunk/pgadmin3/pgadmin/utils/misc.cpp -- Sent via pgadmin-hackers mailing list (pgadmin-hack

Re: [pgadmin-hackers] Server Status window work

2009-02-27 Thread Dickson S. Guedes
2009/2/27 Guillaume Lelarge : > It helps a lot. It fixed problem 2. Thanks for your report and patch. Nice! ":D > Your problem #1 should be fixed too with my latest commit. I've tried now with SVN revision 7621, and AFAICS they are working ok, thanks! Now when I select itens, in Locks UI for ex

Re: [pgadmin-hackers] can't build pgadmin from SVN

2009-02-27 Thread Dave Page
On Thu, Feb 26, 2009 at 7:20 PM, Timon wrote: > I can't build pgadmin from SVN with error: > > ./gqb/gqbBrowser.cpp: In constructor > 'gqbBrowser::gqbBrowser(wxWindow*, wxWindowID, const wxPoint&, const > wxSize&, long int, gqbController*)': > ./gqb/gqbBrowser.cpp:45: error: conversion from 'int'

Re: [pgadmin-hackers] Remaining server status todo list

2009-02-27 Thread Dave Page
On Fri, Feb 27, 2009 at 4:06 PM, Guillaume Lelarge wrote: > Dave Page a écrit : >> On Fri, Feb 27, 2009 at 3:59 PM, Guillaume Lelarge >> wrote: >> >>> I can probably do the first and the second one during the week-end but >>> that's past feature freeze. Do I keep this list for 1.11? or should I >

Re: [pgadmin-hackers] Remaining server status todo list

2009-02-27 Thread Guillaume Lelarge
Dave Page a écrit : > On Fri, Feb 27, 2009 at 3:59 PM, Guillaume Lelarge > wrote: > >> I can probably do the first and the second one during the week-end but >> that's past feature freeze. Do I keep this list for 1.11? or should I >> try to work on them right now? > > I think the 28th was a bad

Re: [pgadmin-hackers] Remaining server status todo list

2009-02-27 Thread Dave Page
On Fri, Feb 27, 2009 at 3:59 PM, Guillaume Lelarge wrote: > I can probably do the first and the second one during the week-end but > that's past feature freeze. Do I keep this list for 1.11? or should I > try to work on them right now? I think the 28th was a bad date to choose. I won't be doing

[pgadmin-hackers] Remaining server status todo list

2009-02-27 Thread Guillaume Lelarge
Hi, See remaining items on the server status todo list: * add copy of the query running on the selected backend (button before Cancel Query) * activity view : color coding * new configuration tab (Server Status) : query time limit * color activity view green OK, orange running bu

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

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 15:05:53 + (Fri, 27 Feb 2009) New Revision: 7625 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7625&view=rev Log: Message consistency. Modified: trunk/pgadmin3/pgadmin/frm/frmEditGrid.cpp -- Sent via pgadmin-hackers mailing list (pga

[pgadmin-hackers] SVN Commit by dpage: r7624 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 15:05:09 + (Fri, 27 Feb 2009) New Revision: 7624 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7624&view=rev Log: Fix handling of aggregate initial conditions to allow NULL or empty strings to be specified. Per bug report from Marcin St?\1

[pgadmin-hackers] SVN Commit by dpage: r7623 - in trunk/pgadmin3/pgadmin: db include/db

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 14:18:51 + (Fri, 27 Feb 2009) New Revision: 7623 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7623&view=rev Log: Improve error handling for query thread - in particular, catch encoding conversion errors, and errors that might be thrown by

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

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 14:17:24 + (Fri, 27 Feb 2009) New Revision: 7622 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7622&view=rev Log: Don't include translated strings in the queries sent to the server - they may fail conversion to SQL_ASCII and throw an error

Re: [pgadmin-hackers] Server Status window work

2009-02-27 Thread Guillaume Lelarge
Dickson S. Guedes a écrit : > 2009/2/26 Dickson S. Guedes : >> OS: Ubuntu 8.04 Linux analise3 2.6.25.15-bd-mod #1 SMP PREEMPT Thu Nov >> 27 10:05:44 BRST 2008 i686 >> SVN Revision: 7614 >> >> Problem 2: With adminpack.sql loaded, when "logging_colector not >> enabled or log_filename misconfigured"

[pgadmin-hackers] SVN Commit by guillaume: r7621 - in trunk/pgadmin3/pgadmin: frm include/frm

2009-02-27 Thread svn
Author: guillaume Date: 2009-02-27 12:48:34 + (Fri, 27 Feb 2009) New Revision: 7621 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7621&view=rev Log: Fixes few bugs in the recent server status patch (per report and patch from Dickson S. Guedes). Modified: trunk/pgad

[pgadmin-hackers] SVN Commit by dpage: r7620 - in trunk/pgadmin3/pgadmin: dlg schema

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 12:27:42 + (Fri, 27 Feb 2009) New Revision: 7620 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7620&view=rev Log: Fix inconsistent naming of packages. Modified: trunk/pgadmin3/pgadmin/dlg/dlgPackage.cpp trunk/pgadmin3/pgadmin/schema

Re: [pgadmin-hackers] build newest snapshot

2009-02-27 Thread Dave Page
On Fri, Feb 27, 2009 at 9:35 AM, Guillaume Lelarge wrote: > Quan Zongliang a écrit : >> [...] >> Can you please build newest snapshot? >> http://www.pgadmin.org/snapshots/ >> Last build is 2008/09/09, it's too old. >> Someone needs it. >> > > Actually, beta will be available soon. Yeah, but it's

[pgadmin-hackers] SVN Commit by dpage: r7619 - trunk/pgadmin3/pkg/win32/src

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 11:43:22 + (Fri, 27 Feb 2009) New Revision: 7619 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7619&view=rev Log: Get the PG utilities from the same place as the libpq we're using. Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs -

Re: [pgadmin-hackers] Server Status window work

2009-02-27 Thread Dave Page
On Thu, Feb 26, 2009 at 6:45 PM, Guillaume Lelarge wrote: > Dave Page a écrit : >> Sure, that would work. It'd be nice to be able to copy any of the >> listviews in fact (wouldn't be hard to do I guess - just iterate the >> rows and build a string with tab delimited columns and delimited >> rows

[pgadmin-hackers] SVN Commit by dpage: r7618 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm

2009-02-27 Thread svn
Author: dpage Date: 2009-02-27 10:50:10 + (Fri, 27 Feb 2009) New Revision: 7618 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7618&view=rev Log: Allow the contents of the panes on the Server Status window to be copied to the clipboard. [Guillaume Lelarge] Modified:

Re: [pgadmin-hackers] pgAdmin for Greenplum database?

2009-02-27 Thread Dave Page
Hi Chuck, Just a quick reminder - as announced on the list a couple of weeks ago, we intend to feature freeze for 1.10 on the 28th February and get the first beta out within a few days, so I'll need an updated patch by COB today ideally (I can probably wait until Monday though, as I'm not working

Re: [pgadmin-hackers] build newest snapshot

2009-02-27 Thread Guillaume Lelarge
Quan Zongliang a écrit : > [...] > Can you please build newest snapshot? > http://www.pgadmin.org/snapshots/ > Last build is 2008/09/09, it's too old. > Someone needs it. > Actually, beta will be available soon. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmi

[pgadmin-hackers] build newest snapshot

2009-02-27 Thread Quan Zongliang
Hi, Dave Can you please build newest snapshot? http://www.pgadmin.org/snapshots/ Last build is 2008/09/09, it's too old. Someone needs it. Thanks. --- Quan Zongliang quanzongli...@gmail.com CIT Japan: http://www.cit.co.jp CIT China: http://www.citbj.