[pgadmin-hackers] CVS Commit by andreas: Fix duplicate functions in Cast dialog

2004-11-04 Thread cvs
Log Message:
---
Fix duplicate functions in Cast dialog

Modified Files:
--
pgadmin3:
CHANGELOG.txt (r1.158 - r1.159)
pgadmin3/src/ui:
dlgCast.cpp (r1.15 - r1.16)

Index: CHANGELOG.txt
===
RCS file: /projects/pgadmin3/CHANGELOG.txt,v
retrieving revision 1.158
retrieving revision 1.159
diff -LCHANGELOG.txt -LCHANGELOG.txt -u -w -r1.158 -r1.159
--- CHANGELOG.txt
+++ CHANGELOG.txt
@@ -17,22 +17,23 @@
 /ul
 br
 ul
-li2004-11-03 AP  1.2B4 MSW Combobox Workaround: missing EVT_TEXT events
-li2004-11-02 AP  1.2B4 Fix some type related issues (r: Alexander Borkowski)
-li2004-11-02 AP  1.2B4 Fix some owner change related issues (r: Alexander 
Borkowski)
-li2004-10-29 AP  1.2B4 full casting in utffile fixing some compilers
-li2004-10-27 AP  1.2B4 Workaround for wxGrid bug not returning selected rows
-li2004-10-27 AP  1.2B4 Fix user/group selection in privileges (r: Walter 
Haslbeck, Gary Doades)
-li2004-10-27 AP  1.2B4 Fix refresh when dropping single object from collection 
listview
-li2004-10-26 AP  1.2B4 fix $$ translation problem (r: Miha Radej)
-li2004-10-22 AP  1.2B4 fix Edit Tool to store data when selecting a row (r: 
Virgil Frum)
-li2004-10-22 AP  1.2B4 fix Query Tool which marked text as changed when 
scrolling (r: Gary Doades)
-li2004-10-22 AP  1.2B4 Workaround for wxMSW-2.5.3 malfunctioning combobox (r: 
Gary Doades)
-li2004-10-22 AP  1.2B4 fix Query Tool recent menu (r: Gary Doades)
-li2004-10-22 AP  1.2B4 fix column type change sql (r: Ben Trewern)
-li2004-10-21 AP  1.2B4 fix SET DEFAULT FK restriction (r: Ferenc from Hungary)
-li2004-10-21 AP  1.2B4 refresh fixes when modifying object from collection list
-li2004-10-21 AP  1.2B4 sequence fixes
+li2004-11-04 AP 1.2RC1 Fix duplicate functions in Cast dialog (r: Alexander 
Borkowski)
+li2004-11-03 AP 1.2RC1 MSW Combobox Workaround: missing EVT_TEXT events
+li2004-11-02 AP 1.2RC1 Fix some type related issues (r: Alexander Borkowski)
+li2004-11-02 AP 1.2RC1 Fix some owner change related issues (r: Alexander 
Borkowski)
+li2004-10-29 AP 1.2RC1 full casting in utffile fixing some compilers
+li2004-10-27 AP 1.2RC1 Workaround for wxGrid bug not returning selected rows
+li2004-10-27 AP 1.2RC1 Fix user/group selection in privileges (r: Walter 
Haslbeck, Gary Doades)
+li2004-10-27 AP 1.2RC1 Fix refresh when dropping single object from collection 
listview
+li2004-10-26 AP 1.2RC1 fix $$ translation problem (r: Miha Radej)
+li2004-10-22 AP 1.2RC1 fix Edit Tool to store data when selecting a row (r: 
Virgil Frum)
+li2004-10-22 AP 1.2RC1 fix Query Tool which marked text as changed when 
scrolling (r: Gary Doades)
+li2004-10-22 AP 1.2RC1 Workaround for wxMSW-2.5.3 malfunctioning combobox (r: 
Gary Doades)
+li2004-10-22 AP 1.2RC1 fix Query Tool recent menu (r: Gary Doades)
+li2004-10-22 AP 1.2RC1 fix column type change sql (r: Ben Trewern)
+li2004-10-21 AP 1.2RC1 fix SET DEFAULT FK restriction (r: Ferenc from Hungary)
+li2004-10-21 AP 1.2RC1 refresh fixes when modifying object from collection list
+li2004-10-21 AP 1.2RC1 sequence fixes
 li2004-10-16 AP  1.2B3 use wxWidgets 2.5.3
 li2004-10-15 AP  1.2B3 change unsigned conversion for oids (r: Richard van den 
Berg, Patrick Hatcher)
 li2004-10-14 AP  1.2B3 Prevent StatusBar from being overwritten by Toolbar (r: 
Virgil Frum)
Index: dlgCast.cpp
===
RCS file: /projects/pgadmin3/src/ui/dlgCast.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -Lsrc/ui/dlgCast.cpp -Lsrc/ui/dlgCast.cpp -u -w -r1.15 -r1.16
--- src/ui/dlgCast.cpp
+++ src/ui/dlgCast.cpp
@@ -144,6 +144,7 @@
 void dlgCast::OnChangeType(wxCommandEvent ev)
 {
 functions.Clear();
+cbFunction-Clear();
 
 if (cbSourceType-GetGuessedSelection()  0  
cbTargetType-GetGuessedSelection()  0)
 {
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[pgadmin-hackers] RC1 Uploaded

2004-11-04 Thread Dave Page
I've uploaded RC1 in src, win32 and slack91 formats to
developer.pgadmin.org. Can someone double check them please. I've also
uploaded new win32 libs with pg_dump.exe and pg_restore.exe included, as
well as a couple of other new libs that libpq requires for the NLS
support that was recently enabled on Windows.

Raphael - do you have time to do an announcement?

Couple of thoughts in preparation for final release:

1) We need a proper 'non-techy' announcement advertising the new
features for end users since 1.0.x. Can you do that one as well Raphael?

2) We need to decide on a cutoff level for translation inclusion. 90%
translated?

3) We will need to advertise the new release as much as possible -
freshmeat, /., postgresql.org etc. Any volunteers to hit those with the
release announcements?

Anything else need considering?

Regards, Dave

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [pgadmin-hackers] RC1 Uploaded

2004-11-04 Thread Andreas Pflug
Dave Page wrote:
I've uploaded RC1 in src, win32 and slack91 formats to
developer.pgadmin.org. Can someone double check them please. I've also
uploaded new win32 libs with pg_dump.exe and pg_restore.exe included, as
well as a couple of other new libs that libpq requires for the NLS
support that was recently enabled on Windows.
Raphael - do you have time to do an announcement?
A website update announcing RC1 is uploaded, but the gold release 
certainly should be announced more glamourously.


Couple of thoughts in preparation for final release:
1) We need a proper 'non-techy' announcement advertising the new
features for end users since 1.0.x. Can you do that one as well Raphael?
That would be good.
2) We need to decide on a cutoff level for translation inclusion. 90%
translated?
Hm, the percentage isn't really the problem, it's the question whether 
we should drop previously released languages. This would kick out 10 
languages (tr_TR will come as soon as Devrim has a working machine, 
which is a prerequisite for Fedora packages anyway).I contacted all 
three times.

3) We will need to advertise the new release as much as possible -
freshmeat, /., postgresql.org etc. Any volunteers to hit those with the
release announcements?
I'm not really a selling person... Any support is greatly appreciated.
Anything else need considering?
Nothing that comes to my mind now.
Regards,
Andreas
---(end of broadcast)---
TIP 8: explain analyze is your friend


[pgadmin-hackers] Release Candidate of pgAdmin III V1.2 released

2004-11-04 Thread Andreas Pflug
Release Candidate of pgAdmin III V1.2 released
2004-11-03
The pgAdmin Development Team are proud to announce the release candidate 
of pgAdmin III v1.2.0, the well-known GUI administration tool for the 
PostgreSQL database system.

About one year after the last maintenance release V1.0.2 of pgAdmin III, 
the new version V1.2 with many enhancements and full PostgreSQL 8.0 
support is approching a mature status. Over the past year and especially 
the passed beta period we received a lot of feedback and wishes from 
users, which now have been addressed in V1.2. We are quite confident 
that the status pgAdmin III has reached now is mature, and we're looking 
forward to release have a final V1.2.0 release quite soon.

All fixes that have been included in this release can be checked in our 
changelog.

If you still find bugs or problems, report them immediately to the 
pgAdmin-support mailing list, so we can fix them for the final V1.2.0.

The pgAdmin Developer Group
---(end of broadcast)---
TIP 6: Have you searched our list archives?
  http://archives.postgresql.org


[pgadmin-hackers] Updated Turkish translation

2004-11-04 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
http://postgresql.gunduz.org/translation/pgAdmin3/pgadmin3-tr.po
is the latest update for pgadmin3 1.2.0, finally :-P
$ msgfmt -v -o /dev/null pgadmin3-tr.po
1000 translated messages, 1 fuzzy translation, 14 untranslated messages.
I know the fuzzy and untranslated ones. The fuzzy one was marked by me.
Could you please apply it?
Regards,
- --
Devrim GUNDUZ 
devrim~gunduz.orgdevrim.gunduz~linux.org.tr
			http://www.tdmsoft.com
			http://www.gunduz.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBinr9tl86P3SPfQ4RAhoIAJ9uFoDLa8OGwkIe3X5twZ2ivLIBSQCgsdSP
YrHVW08u1Q0KP0qAVuMXX18=
=Vxii
-END PGP SIGNATURE-
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


Re: [pgadmin-hackers] RC1 Uploaded

2004-11-04 Thread Raphaël Enrici
Andreas Pflug wrote:
Dave Page wrote:

Couple of thoughts in preparation for final release:
1) We need a proper 'non-techy' announcement advertising the new
features for end users since 1.0.x. Can you do that one as well Raphael?

That would be good.
At the moment, I'd like to concentrate my efforts on tracking my 2 open 
bugs on debian.org. However, if I have something for this non-techy 
announcement or for the 'more-techy' one I'll propose it.


3) We will need to advertise the new release as much as possible -
freshmeat, /., postgresql.org etc. Any volunteers to hit those with the
release announcements?
I'm not really a selling person... Any support is greatly appreciated.
Jean-Michel was the most competent person for such things, any news from 
him ?

Cheers,
Raphaël
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


Re: [pgadmin-hackers] Bug#278644: pgadmin3: 'Log level' frame in

2004-11-04 Thread Raphaël Enrici
Andreas Pflug wrote:
[EMAIL PROTECTED] wrote:
Hi Andreas,
One more thing, did you use my package or one of your build to test 
the theme ? (if not my package, can you try it ? It may definitively 
condamn me as the guilty person in this story! ;p)

I just tried your debian package version (Beta-3 2004-10-27), it works ok!
Hi Andreas,
I investigated a little more and here is where I am with it:
case 1:
launch gnome and choose default in the theme manager
launch pga3
open the options - logging panel
change to gorilla theme
== pga3 looks ok
close the options-logging
reopen it, it is now unreadable
case 2:
launch gnome and choose gorilla in the theme manager
launch pga3
open the options - logging panel
change theme to whatever you want, the panel is unreadable
Can you try to reproduce please with your current configuration (I mean 
don't upgrade please ;p)?

Regards,
Raphaël
---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings