Re: Tree view icon samples

2017-06-29 Thread Dave Page
On Wednesday, June 28, 2017, Chethana Kumar wrote: > Hi Shirley, > > I tried installing the app from itunes but it seems like my account is > expired and needs payment to be done for re-activation of it. So can > anybody please share your account credentials just to install this > application fo

[RM2522] Improve grid/column select all operation

2017-06-29 Thread Harshal Dhumal
Hi, Please find attached patch for RM2522. With this patch grid/column select all time is reduce to ~1 second from 8-10 seconds. The solution was to use simple array concatenation instead of underscore union while getting index of all selected complete rows. Underscore union function is only use

Re: [RM2522] Improve grid/column select all operation

2017-06-29 Thread Harshal Dhumal
On Thu, Jun 29, 2017 at 4:33 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Please find attached patch for RM2522. > > With this patch grid/column select all time is reduce to ~1 second from > 8-10 seconds. > This benchmarking is performed with 100k rows and 2 columns (int,

Re: [pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel to be closed

2017-06-29 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Wed, Jun 28, 2017 at 7:08 PM, Dave Page wrote: > Hi > > On Tue, Jun 27, 2017 at 11:54 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Tue, Jun 27, 2017 at 8:08 PM, Dave Page wrote: >> >>> Hi

Re: [pgadmin-hackers][Patch] Change alert styling

2017-06-29 Thread Joao De Almeida Pereira
Hi! Are you committing to migrating all the main CSS to SCSS? Whilst I can see > the advantages of SCSS, I don't want to end up with a mix and match mess of > the two (though, I'd be fine with keeping the smaller, module-specific CSS > if it doesn't make sense to migrate it). It makes more sense

pgAdmin 4 commit: 1) Edit cellEditing function, in some cases grid obje

2017-06-29 Thread Akshay Joshi
1) Edit cellEditing function, in some cases grid object is undefined. 2) Modify SubNodeCollectionControl, so that user can pass custom backgrid row. 3) Handling of visible parameter in SubNodeCollectionControl. 4) Customise title and delete message for Delete Cell. 5) Added Backgrid.Extension.Selec

Jenkins build is back to normal : pgadmin4-master-python35 #206

2017-06-29 Thread pgAdmin 4 Jenkins
See

Jenkins build is back to normal : pgadmin4-master-python27 #211

2017-06-29 Thread pgAdmin 4 Jenkins
See

Re: [pgAdmin4]: Webpacking of static JS/CSS

2017-06-29 Thread George Gelashvili
Hey Surinder, ​1. ​ > Tools > ​(tools.js)​ - It will contain all JS modules under tools directory > > > ​2. ​ > Browser > ​(browser.js)​ - It will contain all JS modules under browser directory > By under, do you mean every javascript file recursively under the browser directory? > ​4. Common

Re: [pgadmin-hackers] Invitation to a Community Developer Forum

2017-06-29 Thread Matthew Kleiman
Hi Hackers! A friendly reminder of our upcoming Community Developer Forum in 15 hours. We look forward to seeing you all there! To join, https://pivotal.zoom.us/j/839358714 Details are in the thread. See you soon! Matt open source software is great. timezones are hard. On Fri, Jun 16, 2017 at

Re: [RM2522] Improve grid/column select all operation

2017-06-29 Thread Dave Page
Hi On Thursday, June 29, 2017, Harshal Dhumal wrote: > > > On Thu, Jun 29, 2017 at 4:33 PM, Harshal Dhumal < > harshal.dhu...@enterprisedb.com > > wrote: > >> Hi, >> >> Please find attached patch for RM2522. >> >> With this patch grid/column select all time is reduce to ~1 second from >> 8-10 se