[pgadmin-hackers] Teensy documentation patch

2004-11-22 Thread Ian Barwick
Hi is this the right place for patch submissions (attached)? Ian Barwick Index: unix_compilation.html === RCS file: /projects/pgadmin3/docs/en_US/unix_compilation.html,v retrieving revision 1.17 diff -c -r1.17 unix_compilation.html *

[pgadmin-hackers] Documentation file compilation procedures

2004-11-22 Thread Andreas Pflug
I just found the index not matching the files; the reason is that the HTML generated files where used instead of HTMLHELP generated. The patch needed to generate htmlhelp compatible html files is freshly posted to pgsql-patches. Doc HOWTO: - cd pgsql/doc/src/sgml - make htmlhelp - Change the li

Re: [pgadmin-hackers] RFC: Update wizard

2004-11-22 Thread Miha Radej
hi! Andreas Pflug wrote: Annoying, if you don't want to update. Maybe non-flashing. Or toolbar button, which changes appearance if download is available. The download dlg should be accessible even if no update was automatically detected, to enable manual triggered updates. could you also consider

Re: [pgadmin-hackers] RFC: Update wizard

2004-11-22 Thread Andreas Pflug
Dave Page wrote: We have three areas to update: - The program itself. We will just notify the user that there's something new he might be interested in (depending on beta/release). An option to download/install would be nice. That would require a separate program on Windows of course to update t

Re: [pgadmin-hackers] frmRestore::OnView problem.

2004-11-22 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. It overlaps by the return of the choice. Applied. Regards, Andreas ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROT

[pgadmin-hackers] CVS Commit by andreas: empty list before viewing file

2004-11-22 Thread cvs
Log Message: --- empty list before viewing file Modified Files: -- pgadmin3/src/ui: frmRestore.cpp (r1.11 -> r1.12) Index: frmRestore.cpp === RCS file: /projects/pgadmin3/src/ui/frmRestore.cpp,v retrie

[pgadmin-hackers] frmRestore::OnView problem.

2004-11-22 Thread Hiroshi Saito
Hi Andreas. It overlaps by the return of the choice. Though a problem may be small. Please apply it. regards, Hiroshi Saito --- src/ui/frmRestore.cpp.orig Tue Nov 23 00:56:48 2004 +++ src/ui/frmRestore.cpp Tue Nov 23 00:57:24 2004 @@ -344,6 +344,7 @@ btnView->Disable(); btnOK->D

Re: [pgadmin-hackers] bug on debian... what's wrong with me ?

2004-11-22 Thread Andreas Pflug
RaphaÃl Enrici wrote: Andreas Pflug wrote: [Connection window] you might get a wxAssert when trying to connect to a non running PostgreSQL server; this is a libpq problem which is solved in PostgreSQL 8.0beta3. Assert should arise only if compiled in debug mode, so I think we can omit that. OTOH