Re: [pgAdmin4][Patch]: Fix context menu fontawesome icons

2017-09-15 Thread Murtuza Zabuawala
On Fri, Sep 15, 2017 at 7:16 PM, Dave Page wrote: > > > On Fri, Sep 15, 2017 at 2:19 PM, Murtuza Zabuawala < > murtuza.zabuaw...@enterprisedb.com> wrote: > >> Hi Dave, >> >> On Fri, Sep 15, 2017 at 6:26 PM, Dave Page wrote: >> >>> Hi >>> >>> On Fri, Sep 15,

Re: v2.0-rc1 not starting, runtime not building

2017-09-15 Thread Surinder Kumar
Hi Willy, >From the logs you sent, It seems there is some issue in Qt setup. Here is the step by step instructions I had documented to setup pgAdmin4 in desktop mode on Ubuntu. You also need to setup virtual environment as

Re: v2.0-rc1 not starting, runtime not building

2017-09-15 Thread Willy-Bas Loos
Any idea's about what's going wrong here? On Thu, Sep 14, 2017 at 12:39 PM, Willy-Bas Loos wrote: > > On Thu, Sep 14, 2017 at 11:07 AM, Neel Patel > wrote: > >> I don't know the installed packages on your system but what I can help >> only -

Re: [pgAdmin4][Patch]: Fix context menu fontawesome icons

2017-09-15 Thread Dave Page
On Fri, Sep 15, 2017 at 2:19 PM, Murtuza Zabuawala wrote: > Hi Dave, > > On Fri, Sep 15, 2017 at 6:26 PM, Dave Page wrote: > >> Hi >> >> On Fri, Sep 15, 2017 at 8:52 AM, Murtuza Zabuawala < >> murtuza.zabuaw...@enterprisedb.com> wrote: >>

pgAdmin 4 commit: Fix menu left-hand margin.

2017-09-15 Thread Dave Page
Fix menu left-hand margin. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8150f93c06084a34dd94170a23df85ed8b82c735 Author: Murtuza Zabuawala Modified Files --

Re: pgAdmin 4 commit: Bundle fonts with pgAdmin so we have a standard set f

2017-09-15 Thread Murtuza Zabuawala
Hi Atul, I think we still missed alertify header fonts :) Check screenshot. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company [image: https://community.postgresrocks.net/] On Fri, Sep 15, 2017 at

Re: [pgAdmin4][Patch]: Fix context menu fontawesome icons

2017-09-15 Thread Murtuza Zabuawala
Hi Dave, On Fri, Sep 15, 2017 at 6:26 PM, Dave Page wrote: > Hi > > On Fri, Sep 15, 2017 at 8:52 AM, Murtuza Zabuawala enterprisedb.com> wrote: > >> Hi Ashesh, >> >> PFA minor patch to fix the font-awesome icon layout issue, attaching >> screenshot of an

pgAdmin 4 commit: Replace the "Roboto" font family with "Open Sans" for

2017-09-15 Thread Dave Page
Replace the "Roboto" font family with "Open Sans" for alertify dialogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c3ea3b7bdfa684c84fb1a4e28fbfbb409b807470 Author: Atul Sharma Modified Files --

Re: pgAdmin 4 commit: Bundle fonts with pgAdmin so we have a standard set f

2017-09-15 Thread Dave Page
Thanks, applied. On Fri, Sep 15, 2017 at 8:59 AM, Atul Sharma wrote: > Hi, > > PFA patch which replaces the "Roboto" font family with "Open Sans" for > alertify dialogs. Regarding Query tool context menu, It seems different > issue than the applied fonts. > >

Re: [pgAdmin4][Patch]: pgAdmin4 not displaying schema if it start with 'pg'

2017-09-15 Thread Dave Page
Thanks, patch applied. On Thu, Sep 14, 2017 at 3:15 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue where pgAdmin4 is not displaying the schema if > it starts with 'pg', for example if schema name is 'pgabc' then it won't > display it under

pgAdmin 4 commit: Fix filtering of system schemas so pg_* is hidden but

2017-09-15 Thread Dave Page
Fix filtering of system schemas so pg_* is hidden but pg* is not. Fixes #2709 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9cfb2f3cbed3e1710ad19df4ab4ab320817fc6f9 Author: Murtuza Zabuawala Modified

Re: Array representation and save array data from datagrid [RM2671][pgAdmin4]

2017-09-15 Thread Harshal Dhumal
Hi Akshay, It's not issue; Try without quotes. As char data type stores only one character so it's storing only leading quote (') and truncating remaining characters (a'). Only exception is when you want to store empty string (char) use two quotes (either single or double) they will translated

Re: pgAdmin 4 commit: Bundle fonts with pgAdmin so we have a standard set f

2017-09-15 Thread Atul Sharma
Hi, PFA patch which replaces the "Roboto" font family with "Open Sans" for alertify dialogs. Regarding Query tool context menu, It seems different issue than the applied fonts. Regards, Atul On Thu, Sep 14, 2017 at 7:49 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: >

[pgAdmin4][Patch]: Fix context menu fontawesome icons

2017-09-15 Thread Murtuza Zabuawala
Hi Ashesh, PFA minor patch to fix the font-awesome icon layout issue, attaching screenshot of an issue for your reference. Regression of your commit: Link