[pgadmin-hackers] translation question volume 2 ;)

2004-09-16 Thread Raphaël Enrici
Dear all and in particular translators, Just trying to help with the french translation as Jean-Michel is not available. I've seen some strings with ampersand behind a particular caracter. I bet it has something to do with keyboard shortcut... If yes, shall I respect the shortcut or is it dynami

[pgadmin-hackers] english typo

2004-09-16 Thread Raphaël Enrici
While translating pgA3 to french, I think I found a typo: "Query inserted one rows with OID %d.\n" shouldn't it be "Query inserted one row with OID %d.\n" ? Shall I modify the original string in poedit (I bet I shouldn't but would like to be sure...) ? Cheers, Raphaël ---(

[pgadmin-hackers] CVS Commit by andreas: wxID_xxx IDs to enable GTK wxStockButtons fix

2004-09-16 Thread cvs
Log Message: --- wxID_xxx IDs to enable GTK wxStockButtons fix Modified Files: -- pgadmin3/src: pgAdmin3.cpp (r1.103 -> r1.104) pgadmin3/src/include: frmStatus.h (r1.16 -> r1.17) pgadmin3/src/ui: frmStatus.cpp (r1.43 -> r1.44) Index: pgAdmin

[pgadmin-hackers] CVS Commit by andreas: wxID_xxx IDs to enable GTK wxStockButtons fix

2004-09-16 Thread cvs
Log Message: --- wxID_xxx IDs to enable GTK wxStockButtons fix Modified Files: -- pgadmin3/src: pgAdmin3.cpp (r1.102 -> r1.103) pgadmin3/src/ui: frmStatus.cpp (r1.42 -> r1.43) pgadmin3/src/ui/common: frmAddTableView.xrc (r1.4 -> r1.5)

[pgadmin-hackers] CVS Commit by andreas: wxID_xxx IDs to enable GTK wxStockButtons fix

2004-09-16 Thread cvs
Log Message: --- wxID_xxx IDs to enable GTK wxStockButtons fix Modified Files: -- pgadmin3/src: pgAdmin3.cpp (r1.101 -> r1.102) pgAdmin3.dsp (r1.111 -> r1.112) pgadmin3/src/ui: dlgClasses.cpp (r1.10 -> r1.11) dlgConnect.cpp (r1.2 -> r1.3)

[pgadmin-hackers] CVS Commit by andreas: rewrite of properties actions

2004-09-16 Thread cvs
Log Message: --- rewrite of properties actions Modified Files: -- pgadmin3/src/include: frmMain.h (r1.53 -> r1.54) pgadmin3/src/ui: events.cpp (r1.114 -> r1.115) frmMain.cpp (r1.108 -> r1.109) Index: frmMain.h ===

[pgadmin-hackers] CVS Commit by andreas: rewrite of properties actions

2004-09-16 Thread cvs
Log Message: --- rewrite of properties actions Modified Files: -- pgadmin3: CHANGELOG.txt (r1.134 -> r1.135) Index: CHANGELOG.txt === RCS file: /projects/pgadmin3/CHANGELOG.txt,v retrieving revision 1.

Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread Andreas Pflug
Dave Page wrote: Huh? This stops someone casually looking over your shoulder and reading your password as you type it in when adding a new server. Ay... Cancel my last msg. I was thinking of the *user* password issue. This was a clear case of "type ahead" :-) Regards, Andreas ---

Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 16 September 2004 11:16 > To: [EMAIL PROTECTED]; Ivan Nejgebauer; Dave Page > Subject: Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo. > > [EMAIL PROTECTED] wrote: > > > +2004-09-16 DP 1.2B2 mas

Re: [pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: +2004-09-16 DP 1.2B2 mask passwords on dlgServer [Ivan Nejgebauer] This comes up every half year or so. I don't see too much sense in this todo, esp. since there's no viable way to implement it without trying to recode the backend's password encryption (what we certa

[pgadmin-hackers] CVS Commit by andreas: preliminary workaround for gtk FindFocus

2004-09-16 Thread cvs
Log Message: --- preliminary workaround for gtk FindFocus returning NULL Modified Files: -- pgadmin3/src/ui: frmMain.cpp (r1.107 -> r1.108) Index: frmMain.cpp === RCS file: /projects/pgadmin3/src/ui/fr

[pgadmin-hackers] CVS Commit by dpage: Updated todo.

2004-09-16 Thread cvs
Log Message: --- Updated todo. Modified Files: -- pgadmin3: CHANGELOG.txt (r1.133 -> r1.134) Index: CHANGELOG.txt === RCS file: /projects/pgadmin3/CHANGELOG.txt,v retrieving revision 1.133 retrieving r

Re: [pgadmin-hackers] [pgadmin-support] Patch: view data for tables/views on double

2004-09-16 Thread Andreas Pflug
Ivan Nejgebauer wrote: First of all, this is certainly hackers stuff, please post on pgadmin-hackers! The attached patch a) defines a double click handler for the list in the properties pane, so that a double click on an item You're right, doubleclick is missing on the property pane. in the lis

[pgadmin-hackers] CVS Commit by dpage: The password text field in the "Add Server" dialog

2004-09-16 Thread cvs
Log Message: --- The password text field in the "Add Server" dialog lacks the password style option, so the password is displayed in the clear when typed in. Ivan Nejgebauer [EMAIL PROTECTED] Modified Files: -- pgadmin3/src/ui/common: xrcDialogs.cpp (r1.42 -> r1.4

[pgadmin-hackers] CVS Commit by dpage: The password text field in the "Add Server" dialog

2004-09-16 Thread cvs
Log Message: --- The password text field in the "Add Server" dialog lacks the password style option, so the password is displayed in the clear when typed in. Ivan Nejgebauer [EMAIL PROTECTED] Modified Files: -- pgadmin3/src/ui/common: dlgServer.xrc (r1.3 -> r1.4)