Re: [pgAdmin4][RM4084] wcDocker layout saving on Query Tool and Debugger

2019-03-26 Thread Dave Page
Works beautifully :-). Patch applied, thanks! On Tue, Mar 26, 2019 at 7:23 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the rebased patch. Kindly ignore previous. > > On Tue, Mar 26, 2019 at 3:01 PM Aditya Toshniwal < > aditya.toshni...@en

pgAdmin 4 commit: Overhaul the layout saving code so it includes the Qu

2019-03-26 Thread Dave Page
Overhaul the layout saving code so it includes the Query Tool and Debugger, and stores the layout when change events are detected rather than (unreliably) on exit. Fixes #4084 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6fb35f2649153c414b

pgAdmin 4 commit: Add missing closing brace.

2019-03-26 Thread Dave Page
Add missing closing brace. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b917246be9d9874c683a94ef9fba0e2b2ab99133 Modified Files -- pkg/mac/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin4][RM4084] wcDocker layout saving on Query Tool and Debugger

2019-03-26 Thread Aditya Toshniwal
Hi Hackers, Please find attached the rebased patch. Kindly ignore previous. On Tue, Mar 26, 2019 at 3:01 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > With pull request https://github.com/EnterpriseDB/wcDocker/pull/7 committed, > we can now utilise the LAYOUT_

[pgAdmin4][RM4084] wcDocker layout saving on Query Tool and Debugger

2019-03-26 Thread Aditya Toshniwal
Hi Hackers, With pull request https://github.com/EnterpriseDB/wcDocker/pull/7 committed, we can now utilise the LAYOUT_CHANGED event emitted by wcDocker and save the layout if event occurs. Attached patch contains changes in pgAdmin to use LAYOUT_CHANGED event. The layouts of query tool and debug

pgAdmin 4 commit: 1) Ensure View/Materialized View node should be visib

2019-03-26 Thread Akshay Joshi
1) Ensure View/Materialized View node should be visible after updating any property. Fixes #4109 2) Updated the icon for Materialized View. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c2ea3ca111d26fc31280f992f39b970a0f2eec2 Modified File