[pgadmin-hackers] pgAdmin 4 commit: Replace the browser layout code with a new system bas

2015-02-27 Thread Dave Page
Replace the browser layout code with a new system based on wcDocker. This is far more powerful, giving us tearable tabsets, versatile docking and various other features. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=06be3d39be26c00da3087eadd6

[pgadmin-hackers] pgAdmin 4 commit: Fix title level.

2015-02-27 Thread Dave Page
Fix title level. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4beefb7e7cbf0e0fc95d123462abdba36b6fca03 Modified Files -- docs/en_US/code-overview.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgadmin-

Re: [pgadmin-hackers] PGPASSFILE environment variable

2015-02-27 Thread Dave Page
On Fri, Feb 27, 2015 at 1:34 PM, Prasad wrote: > Hi, > > Is anybody working on following issue ? > > http://www.postgresql.org/message-id/cakk0mqzy5lxdayhu9kfapejramjl7ve-yhtccnxag4cvf1c...@mail.gmail.com > > Is there any particular reason, it's not implemented aleady? > I may spend some time on i

[pgadmin-hackers] PGPASSFILE environment variable

2015-02-27 Thread Prasad
Hi, Is anybody working on following issue ? http://www.postgresql.org/message-id/cakk0mqzy5lxdayhu9kfapejramjl7ve-yhtccnxag4cvf1c...@mail.gmail.com Is there any particular reason, it's not implemented aleady? I may spend some time on it, if it's nice to be done. regards, Prasad -- Sent via p

Re: [pgadmin-hackers] pgAdmin4 query: config_local

2015-02-27 Thread Dave Page
Cool - feel free to send any questions to the list. On Fri, Feb 27, 2015 at 10:38 AM, Prasad wrote: > No, I'm not going to use it to connect to server. Just trying to be familiar > with code, from contribution point of view. > > thanks and regards, > Prasad > > Sent: Friday, February 27, 2015 at

Re: [pgadmin-hackers] pgAdmin4 query: config_local

2015-02-27 Thread Prasad
No, I'm not going to use it to connect to server. Just trying to be familiar with code, from contribution point of view.   thanks and regards, Prasad Sent: Friday, February 27, 2015 at 10:15 AM From: "Dave Page" To: Prasad Cc: pgadmin-hackers Subject: Re: [pgadmin-hackers] pgAdmin4 query: conf

[pgadmin-hackers] pgAdmin4 query: config_local

2015-02-27 Thread Prasad
Hi,   was just going through code to get it working on my system. There are references to config_local.py.   Is it supposed to be created by some process ??, I just renames config.py to go past that point. Am I missing something ?   regards, Prasad

Re: [pgadmin-hackers] pgAdmin4 query: config_local

2015-02-27 Thread Dave Page
On Fri, Feb 27, 2015 at 10:10 AM, Prasad wrote: > Hi, > > was just going through code to get it working on my system. There are > references to config_local.py. > > Is it supposed to be created by some process ??, I just renames config.py to > go past that point. Am I missing something ? Just cre