Hi.
Ok, I do one's best:-)
more evolution the pgAdmin.!
Regards,
Hiroshi Saito
From: "Dave Page" <[EMAIL PROTECTED]>
Hi all,
Just a heads-up - I'd like to aim to be ready to go to beta by the end
of the month, so if you have any outstanding patches or bugs, please
post them ASAP!!
Hiros
Hi all,
Couldn't find these two bugs in the known bugs list so am posting here.
Issue 1: When a view is changed (via SQL or any other source) and when one
tries to 'View all' the View, the column headers are blank. Refreshing the
'Views' parent twice (one when this view disappears, and the secon
Author: guillaume
Date: 2007-04-04 22:14:33 + (Wed, 04 Apr 2007)
New Revision: 6175
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6175&view=rev
Log:
Automatic merge using stringmerge script.
Modified:
trunk/pgadmin3/i18n/es_ES/pgadmin3.mo
trunk/pgadmin3/i18n/ko_K
Author: guillaume
Date: 2007-04-04 22:12:19 + (Wed, 04 Apr 2007)
New Revision: 6174
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6174&view=rev
Log:
Update turkish translation, per Onur Yalaz?\196?\177.
Modified:
trunk/pgadmin3/i18n/tr_TR/pgadmin3.po
-
Author: guillaume
Date: 2007-04-04 22:09:53 + (Wed, 04 Apr 2007)
New Revision: 6173
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6173&view=rev
Log:
Update turkish translation, per Onur Yalaz?\196?\177.
Modified:
branches/REL-1_6_0_PATCHES/pgadmin3/i18n/tr_TR/pgadm
Quan Zongliang(Gmail) a écrit :
It seems zh_CN needs some changes, too.
Done too. Thanks for telling me.
Regards.
--
Guillaume.
---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at
http:/
Dave Page a écrit :
Guillaume Lelarge wrote:
Dave Page a ecrit le 04/04/2007 10:37:
[EMAIL PROTECTED] wrote:
Author: guillaume
Date: 2007-04-04 07:04:45 + (Wed, 04 Apr 2007)
New Revision: 6161
Revision summary:
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6161&view=rev
Log:
Add zh_T
Author: guillaume
Date: 2007-04-04 21:17:00 + (Wed, 04 Apr 2007)
New Revision: 6172
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6172&view=rev
Log:
Add zh_CN and zh_TW translation on build scripts.
Modified:
trunk/pgadmin3/Makefile.am
trunk/pgadmin3/pkg/win32/s
Author: guillaume
Date: 2007-04-04 21:06:19 + (Wed, 04 Apr 2007)
New Revision: 6171
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6171&view=rev
Log:
Add zh_CN and zh_TW translation on build scripts.
Modified:
branches/REL-1_6_0_PATCHES/pgadmin3/Makefile.am
branc
Hi all,
Just a heads-up - I'd like to aim to be ready to go to beta by the end
of the month, so if you have any outstanding patches or bugs, please
post them ASAP!!
Hiroshi; for your info - I'd like to be able to start helping tidy up
and complete the debugger after the end of next week, so
Florian G. Pflug wrote:
Maybe removing those libs from the output of pg_config that
we surely don't need or want (like -lpgport) is workable
alternative?
Yeah, that sounds reasonable.
I'll try to do that, and try to cleanup that part of acinclude.m4.
Thanks :-)
Regards, Dave
-
Dave Page wrote:
Florian G. Pflug wrote:
Dave Page wrote:
Florian G. Pflug wrote:
I'm currently thinking that unconditionally adding the output
of pg_config --libs to LIBS if linking statically might
be a better approach - thoughts?
That whole section of the file seems a bit kooky to me - it
Hi.
From: "Dave Page" <[EMAIL PROTECTED]>
Hi Hiroshi,
In case you haven't spotted these, here are a couple of issues I've
found with the debugger:
- Debugging seems to start on about line 3 of the function :-(
Ahh.. Yes, I am going for it to offer repair work with handling of a line.
-
Ketema wrote:
> I did not know how to describew this, so I included a mpg showing what
> I have noticed. If the mpg is removed from the post I also included a
> link.
>
> In a nut shell the result pane row header does not move with thactual
> result columns when scrolling horizontally. when ther
Author: dpage
Date: 2007-04-04 16:14:10 + (Wed, 04 Apr 2007)
New Revision: 6170
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6170&view=rev
Log:
Note wxGrid scrolling bug, reported by Ketema
Modified:
trunk/pgadmin3/BUGS
---(end of broadcas
Florian G. Pflug wrote:
> Dave Page wrote:
>> Florian G. Pflug wrote:
>>> I'm currently thinking that unconditionally adding the output
>>> of pg_config --libs to LIBS if linking statically might
>>> be a better approach - thoughts?
>>
>> That whole section of the file seems a bit kooky to me - it
Dave Page wrote:
Florian G. Pflug wrote:
I'm currently thinking that unconditionally adding the output
of pg_config --libs to LIBS if linking statically might
be a better approach - thoughts?
That whole section of the file seems a bit kooky to me - it does some
weird stuff on Solaris as well.
Author: dpage
Date: 2007-04-04 15:50:07 + (Wed, 04 Apr 2007)
New Revision: 6169
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6169&view=rev
Log:
Display the constraint OID for index constraints, not the index OID. Add the
index OID as a new property, per Harald.
Modif
Florian G. Pflug wrote:
> Dave Page wrote:
>> Florian G. Pflug wrote:
>>> BTW, I've been working on an i386 binary of pgadmin3 that is statically
>>> linked.
>>> If've managed to compile static version of libxml, libxslt, wxwidgets
>>> and
>>> libpq, but configure fails for pgadmin3 because it does
Zongliang, Quan wrote:
> In pgServer.cpp, Line 752:
>
> if (executed)
> {
> password = newVal;
> StorePassword();
> --->return false;
> }
> else
> return false;
>
> Although the passwd had been changed successfully with "Change Password"
> dialog. "The
Author: dpage
Date: 2007-04-04 15:21:11 + (Wed, 04 Apr 2007)
New Revision: 6168
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6168&view=rev
Log:
Ensure the password change dialog works with stored passwords.
Fix the incorrect password change confirmation, per Zongliang,
Dave Page wrote:
Florian G. Pflug wrote:
BTW, I've been working on an i386 binary of pgadmin3 that is statically
linked.
If've managed to compile static version of libxml, libxslt, wxwidgets and
libpq, but configure fails for pgadmin3 because it doesn't know that it has
to pass "-lssl" when link
I did not know how to describew this, so I included a mpg showing what
I have noticed. If the mpg is removed from the post I also included a
link.
In a nut shell the result pane row header does not move with thactual
result columns when scrolling horizontally. when there are many
result columns
Hi Hiroshi,
In case you haven't spotted these, here are a couple of issues I've
found with the debugger:
- Debugging seems to start on about line 3 of the function :-(
- The debugger displays the parameters dialog then promptly crashes if
debugging a function with no parameters :-(
Also, there
Author: dpage
Date: 2007-04-04 14:34:10 + (Wed, 04 Apr 2007)
New Revision: 6167
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6167&view=rev
Log:
Update Mac instruction, per Florian (iirc)
Modified:
trunk/www/download/macosx.php
---(end of b
Author: dpage
Date: 2007-04-04 14:33:01 + (Wed, 04 Apr 2007)
New Revision: 6166
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6166&view=rev
Log:
Roadmap update
Modified:
trunk/www/development/roadmap.php
---(end of broadcast)---
Author: dpage
Date: 2007-04-04 14:23:29 + (Wed, 04 Apr 2007)
New Revision: 6165
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6165&view=rev
Log:
Add the Mac Command-W key issue to the bugs list
Modified:
trunk/pgadmin3/BUGS
---(end of broad
Florian G. Pflug wrote:
> Dave Page wrote:
>> The existing complete-bundle.sh code works fine, and rewrites the paths
>> to the wx libraries as expected, however the debugger crashes when run.
>> As best I can figure, this is because although the debugger has the
>> correct relative paths to the li
Dave Page wrote:
The existing complete-bundle.sh code works fine, and rewrites the paths
to the wx libraries as expected, however the debugger crashes when run.
As best I can figure, this is because although the debugger has the
correct relative paths to the libraries, some of those (wx) librarie
Author: dpage
Date: 2007-04-04 12:28:32 + (Wed, 04 Apr 2007)
New Revision: 6164
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6164&view=rev
Log:
build a Debugger.app within the pgAdmin3.app resources directory in the
Mac App bundle.
This does introduce one downside:
T
Dave Page wrote:
> I'd be happy to go with the embedded bundle option - what puts me off is
> that I'm still not overly confident with make etc. The merged code
> option is nicest in theory, but I'd be concerned that it would always
> seem like bolted on code without an almost complete rewrite (wh
In pgServer.cpp, Line 752:
if (executed)
{
password = newVal;
StorePassword();
--->return false;
}
else
return false;
Although the passwd had been changed successfully with "Change Password"
dialog. "The password could not be changed!" message always po
It seems zh_CN needs some changes, too.
:)
Regards.
Quan
On Wed, 04 Apr 2007 09:37:42 +0100
Dave Page <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Author: guillaume
> >
> > Date: 2007-04-04 07:04:45 + (Wed, 04 Apr 2007)
> >
> > New Revision: 6161
> >
> > Revision summary:
>
Guillaume Lelarge wrote:
> Dave Page a ecrit le 04/04/2007 10:37:
>> [EMAIL PROTECTED] wrote:
>>> Author: guillaume
>>>
>>> Date: 2007-04-04 07:04:45 + (Wed, 04 Apr 2007)
>>>
>>> New Revision: 6161
>>>
>>> Revision summary:
>>> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6161&view=rev
>>>
>
Dave Page a ecrit le 04/04/2007 10:37:
[EMAIL PROTECTED] wrote:
Author: guillaume
Date: 2007-04-04 07:04:45 + (Wed, 04 Apr 2007)
New Revision: 6161
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6161&view=rev
Log:
Add zh_TW translation of docs and hints, per ChaoYi Kuo
Author: dpage
Date: 2007-04-04 07:54:42 + (Wed, 04 Apr 2007)
New Revision: 6163
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6163&view=rev
Log:
Silence GCC warning
Modified:
trunk/pgadmin3/pgadmin/dlg/dlgFunction.cpp
---(end of broadcast)-
[EMAIL PROTECTED] wrote:
> Author: guillaume
>
> Date: 2007-04-04 07:04:45 + (Wed, 04 Apr 2007)
>
> New Revision: 6161
>
> Revision summary:
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6161&view=rev
>
> Log:
> Add zh_TW translation of docs and hints, per ChaoYi Kuo.
Shouldn't there
Author: guillaume
Date: 2007-04-04 07:04:57 + (Wed, 04 Apr 2007)
New Revision: 6162
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6162&view=rev
Log:
Add zh_TW translation of docs and hints, per ChaoYi Kuo.
Added:
trunk/pgadmin3/docs/zh_TW/
trunk/pgadmin3/docs/zh
Author: guillaume
Date: 2007-04-04 07:04:45 + (Wed, 04 Apr 2007)
New Revision: 6161
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6161&view=rev
Log:
Add zh_TW translation of docs and hints, per ChaoYi Kuo.
Added:
branches/REL-1_6_0_PATCHES/pgadmin3/docs/zh_TW/
b
39 matches
Mail list logo