[pgadmin-hackers] pgadmin4: sleep api

2015-10-28 Thread Prasad Somwanshi
Hi,   sleep api used in pgAdmin4.cpp doesn't seem cross-platform(used from POSIX specific C header). Either need to be replaced by C++11 equivalent or Qt one. QThread::sleep seem appropriate to me.   thanks and regards, Prasad Somwanshi diff --git a/runtime/pgAdmin4.cpp b/runtime/pgA

Re: [pgadmin-hackers] Running pgAdmin4

2015-10-24 Thread Prasad Somwanshi
Ofcourse, it's fixed now. thanks, Prasad     Sent: Saturday, October 24, 2015 at 6:45 AM From: "Ashesh Vashi" To: "Prasad Somwanshi" Cc: pgadmin-hackers Subject: Re: [pgadmin-hackers] Running pgAdmin4 Hi Prasad,  Please check the current code.     -- Thanks &a

Re: [pgadmin-hackers] Running pgAdmin4

2015-10-23 Thread Prasad Somwanshi
gards, Prasad Somwanshi     Sent: Friday, October 02, 2015 at 8:13 AM From: "Prasad Somwanshi" To: pgadmin-hackers Subject: Re: [pgadmin-hackers] Running pgAdmin4 Ok, in that case, probably it's broken. Error mean, it doesn't like running python code in separate thread.

Re: [pgadmin-hackers] Running pgAdmin4

2015-10-02 Thread Prasad Somwanshi
Ok, in that case, probably it's broken. Error mean, it doesn't like running python code in separate thread. regards, Prasad     Sent: Friday, October 02, 2015 at 7:54 AM From: "Dave Page" 't To: "Prasad Somwanshi" Cc: pgadmin-hackers Subject: Re: [pga

Re: [pgadmin-hackers] Running pgAdmin4

2015-10-01 Thread Prasad Somwanshi
Has anybody encountered this ? Or it's just me ? regards, Prasad     Sent: Thursday, October 01, 2015 at 10:09 AM From: "Prasad Somwanshi" To: pgadmin-hackers Subject: Re: [pgadmin-hackers] Running pgAdmin4 I think, I did. Is there any specific settings I might have missed t

Re: [pgadmin-hackers] Running pgAdmin4

2015-10-01 Thread Prasad Somwanshi
I think, I did. Is there any specific settings I might have missed there ? regards, Prasad     Sent: Thursday, October 01, 2015 at 6:34 AM From: "Ashesh Vashi" To: "Prasad Somwanshi" Cc: pgadmin-hackers Subject: Re: [pgadmin-hackers] Running pgAdmin4 On Thu, Oct 1, 201

[pgadmin-hackers] Running pgAdmin4

2015-09-30 Thread Prasad Somwanshi
Hi, I'm trying to pgAdmin4. I'm able to run pgAdmin4.py in python shell. And server runs.And able to access using browser. Then I tried running desktop application, it throws following error, Traceback (most recent call last): File "/home/prasad/Development/pgadmin4/web/pgAdmin4.py", line 73,

Re: [pgadmin-hackers] pgadmin4 setup.py, first time run

2015-09-22 Thread Prasad Somwanshi
Good. Still surprised that nobody encountered it so far. It would have nice, if I got a mention in commit log , :( regards, Prasad     Sent: Tuesday, September 22, 2015 at 6:50 AM From: "Ashesh Vashi" To: "Prasad Somwanshi" Cc: pgadmin-hackers Subject: Re: [pgadm

Re: [pgadmin-hackers] pgadmin4 setup.py, first time run

2015-09-08 Thread Prasad Somwanshi
Yes, using flush does work. regards, Prasad Somwanshi     Sent: Tuesday, September 08, 2015 at 11:14 AM From: "Ashesh Vashi" To: "Ronan Dunklau" Cc: pgadmin-hackers , "Dave Page" , "Khushboo Vashi" , Prasad Subject: Re: [pgadmin-hackers] pgadmin4