[pgadmin-hackers] CVS Commit by andreas: todo update

2004-10-10 Thread cvs
Log Message:
---
todo update

Modified Files:
--
pgadmin3:
TODO.txt (r1.117 - r1.118)

Index: TODO.txt
===
RCS file: /projects/pgadmin3/TODO.txt,v
retrieving revision 1.117
retrieving revision 1.118
diff -LTODO.txt -LTODO.txt -u -w -r1.117 -r1.118
--- TODO.txt
+++ TODO.txt
@@ -28,6 +28,7 @@
liEditGrid: Allow copy/paste of entire rows
liEditGrid: better editing (color, validation)
licolumns of Views: show properties
+   liobject display: strip lf/cr/tab from comments
liupdateable View wizard
liMost property dlgs: check for readOnly if no sufficient rights are 
available
liMake dist should also write the proper versions in pgadmin3 spec 
file.
---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [pgadmin-hackers] CVS Commit by andreas: more pgFrame refactoring

2004-10-10 Thread Dave Page
 

 -Original Message-
 From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
 Sent: 10 October 2004 21:53
 To: Dave Page
 Cc: [EMAIL PROTECTED]
 Subject: Re: [pgadmin-hackers] CVS Commit by andreas: more 
 pgFrame refactoring
 

 Just some moving of methods down into the base class, looks 
 much more drastic than it is.

OK.

 Actually, I got much more on my machine, waiting for 1.3. The 
 postgresql.conf editor is nearly done, re-using those common methods.

Cool. Looking forward to seeing it.

Ready for another beta yet or should we bite the bllet and go for a
release?

Regards,Dave.

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


Release or new beta? (Was:Re: [pgadmin-hackers] CVS Commit by andreas: more pgFrame refactoring)

2004-10-10 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
On Sun, 10 Oct 2004, Dave Page wrote:
Ready for another beta yet or should we bite the bllet and go for a
release?
Please hold on for a release. We have a SSL problem in FC2, I know how to 
fix it, but I'm really out of time. 2-3 will be enough for me. It's a 
problem with my PostgreSQL installation I think, but I just want to be 
sure.

Well, an RC1 could be better, IMHO.
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)

iD8DBQFBaaSZtl86P3SPfQ4RAjYVAJ9WIS9ktGSfDAOiIm1t64ZvvjnHJgCgmBqb
S9rObW4B62q7KZQ4Ic/hjV4=
=RdOB
-END PGP SIGNATURE-
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] CVS Commit by andreas: more pgFrame refactoring

2004-10-10 Thread Andreas Pflug
Dave Page wrote:
Cool. Looking forward to seeing it.
:-)
Kind-of done on postgresql.conf. I've put quite some effort in editing 
the file chirurgically, retaining as much previous information as possible.


Ready for another beta yet or should we bite the bllet and go for a
release?
OOH, I'd like to have a release asap, so I can push the config editors. 
OTOH, some more feedback (preferrably not the beta-1 bug..) would be 
nice. The recent owner code fix is typical for stuff I'd expect to be 
buried in pgadmin with several other flavours too.

If nothing happens the next few days, I'd opt for freezing RC1, and 
forking off 1.3. If there's really more stuff in RC1 after that, we 
probably can apply the fix on two versions without too much duplicate work.

That RC1 is another good timestamp to announce.
After the fork, you may touch BCE (backend configuration editor) 
yourself. It does configuration using direct file access as well as 
using sql.

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


[pgadmin-hackers] CVS Commit by andreas: changelog of previous changes

2004-10-10 Thread cvs
Log Message:
---
changelog of previous changes

Modified Files:
--
pgadmin3:
CHANGELOG.txt (r1.143 - r1.144)

Index: CHANGELOG.txt
===
RCS file: /projects/pgadmin3/CHANGELOG.txt,v
retrieving revision 1.143
retrieving revision 1.144
diff -LCHANGELOG.txt -LCHANGELOG.txt -u -w -r1.143 -r1.144
--- CHANGELOG.txt
+++ CHANGELOG.txt
@@ -17,15 +17,17 @@
 /ul
 br
 ul
-li2004-10-07 AP  1.2B3 Fix new server ssl option duplication on connect failure 
[Alexander Borkowski]
-li2004-10-06 AP  1.2B3 Fix cast property crash [Alexander Borkowski]
+li2004-10-08 AP  1.2B3 review object owner code regarding pgsql versions
+li2004-10-08 AP  1.2B3 remove maximize button on MSW
+li2004-10-07 AP  1.2B3 Fix new server ssl option duplication on connect failure 
(r: Alexander Borkowski)
+li2004-10-06 AP  1.2B3 Fix cast property crash (r: Alexander Borkowski)
 li2004-10-05 AP  1.2B3 Use PostgreSQL's list of keywords for syntax highlighting
-li2004-10-05 AP  1.2B3 Fix adding columns with constraints using table 
properties on 7.3 and 7.4 [teknokrat, Virgil Frum]
-li2004-10-05 DP  1.2B3 Drop rows correctly when selected in reverse in the edit 
grid. Also, confirm drop first. [Virgil Frum]
+li2004-10-05 AP  1.2B3 Fix adding columns with constraints using table 
properties on 7.3 and 7.4 (r: teknokrat, Virgil Frum)
+li2004-10-05 DP  1.2B3 Drop rows correctly when selected in reverse in the edit 
grid. Also, confirm drop first. (r: Virgil Frum)
 li2004-09-27 DP  1.2B3 Dynamically link libpq/OpenSSL for sensible installation 
with Win32 PostgreSQL
 li2004-09-18 DP  1.2B2 Prevent dropped servers reappearing after View System 
Objects change.
 li2004-09-17 AP  1.2B2 GRANT for functions in reengineered SQL window
-li2004-09-17 AP  1.2B2 Fix Database creation for 7.3/7.4 [Jona]
+li2004-09-17 AP  1.2B2 Fix Database creation for 7.3/7.4 (r: Jona)
 li2004-09-16 AP  1.2B2 resources: use wxID_xxx IDs to enable GTK wxStockButtons
 li2004-09-16 AP  1.2B2 resources: use 12d height for comboboxes (GTK 
positioning issue)
 li2004-09-16 AP  1.2B2 rewrite of properties actions
---(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