[pgadmin-hackers] pgAdmin 4 commit: Integrate the new mechanism for the data session mana

2016-01-15 Thread Ashesh Vashi
Integrate the new mechanism for the data session management in the variable control, privilege control, which specifies the keys - which helps identify the data from the collection. Also, resolved an version compatibility issue with the variable control. Branch -- master Details ---

[pgadmin-hackers] pgAdmin 4 commit: Data management within the properties dialog in Creat

2016-01-15 Thread Ashesh Vashi
Data management within the properties dialog in Create/Edit mode is not done using the Backbone event management. Emitting 'pgadmin-session:*' for different operations, when we create/modify the data within the properties dialog. We will keep track of each child node using the handler object

Re: [pgadmin-hackers] ]GTK 3

2016-01-15 Thread Björn Harrtell
2016-01-07 12:58 GMT+01:00 Dave Page : > On Thu, Jan 7, 2016 at 11:56 AM, Björn Harrtell > wrote: > > 2016-01-07 12:10 GMT+01:00 Dave Page : > >> > >> On Thu, Jan 7, 2016 at 7:47 AM, Björn Harrtell < > bjorn.harrt...@gmail.com> > >>

[pgadmin-hackers] [pgAdmin4] - Desktop runtime patch

2016-01-15 Thread Neel Patel
Hi, Please find the attached patch file for the below fix when pgAdmin 4 run in desktop mode. Added functionality to open different website link and load the website data to different tab. To achieve this, new customized QTabWidget and QWebView are added to render the data to WebView widget. All

Re: [pgadmin-hackers] Privilege control with select2cell for user role section

2016-01-15 Thread Ashesh Vashi
On Fri, Jan 15, 2016 at 3:02 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Please find the attached path for Privilege control with select2cell for > user role section > I've checked in this one as two commits. 1. Introduction of the NodeAjaxOptionsCell, and variants of

[pgadmin-hackers] pgAdmin 4 commit: Use the same schema parameter 'visible' instead of se

2016-01-15 Thread Ashesh Vashi
Use the same schema parameter 'visible' instead of separate one (i.e. show) for both control and cell, while generating the columns and field Schema. And, it was resulting into wrong behaviour because of that. Also - includes the server changes, which was using 'show' parameter earlier for

[pgadmin-hackers] pgAdmin 4 commit: Send the consistent data from both menus and context

2016-01-15 Thread Ashesh Vashi
Send the consistent data from both menus and context menus. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e7bcba0050f83623f612a4a60fcf1671c340777c Modified Files -- web/pgadmin/browser/static/js/menu.js | 2 +- 1 file changed, 1

[pgadmin-hackers] pgAdmin 4 commit: Make the privilege control to work as expected. Using

2016-01-15 Thread Ashesh Vashi
Make the privilege control to work as expected. Using the NodeListByNameCell for selecting the grantee. This patch includes: - Change the RolePrivilegesModel schema to allow to use the NodeListByNameCell for showing grantee, and granter information. - When setting some value - do not use the

[pgadmin-hackers] pgAdmin 4 commit: Introducing NodeAjaxOptionsCell, NodeListByNameCell,

2016-01-15 Thread Ashesh Vashi
Introducing NodeAjaxOptionsCell, NodeListByNameCell, NodeListByIdCell for using them with Backgrid. It has similar functionality which we have done for fetching node options for select2 cell using ajax at the time of initialization to use it with Backgrid. Branch -- master Details ---

[pgadmin-hackers] Privilege control with select2cell for user role section

2016-01-15 Thread Harshal Dhumal
Hi, Please find the attached path for Privilege control with select2cell for user role section TODO: Need to add current database logged in user in Granter filed in privilege grid control. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git