[pgadmin-hackers] pgAdmin 4 commit: Pass the model properly, while checking enable/disabl

2016-01-05 Thread Ashesh Vashi
Pass the model properly, while checking enable/disable for Select control. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bd3492afdf4720768126470c3fa56059746cd61c Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 2 +-

[pgadmin-hackers] pgAdmin 4 commit: Changing the caching mechanism to allow it to store a

2016-01-05 Thread Ashesh Vashi
Changing the caching mechanism to allow it to store at particular level. Some data will be applicable to parent level, even though - it has been fetched it from a particular node. i.e. roles will be applicable to server level (not particular role level). Branch -- master Details ---

[pgadmin-hackers] PATCH: Minor patch to fix 'qtLiteral' function in pgAdmin4

2016-01-05 Thread Murtuza Zabuawala
Hi, Please find minor patch to fix 'qtLiteral' function in pgAdmin4. _Issue:_ 'qtLiteral' functions returns in 'bytes' but we need to convert it in string for Python3. Regards, Murtuza Zabuawala diff --git a/web/pgadmin/utils/driver/psycopg2/__init__.py

[pgadmin-hackers] Compiling on El Capitan with Home Brew?

2016-01-05 Thread Lorin Rivers
qmake gives me an error: /Users/lrivers/Documents/CurrentProjects/Programming/pgadmin4/runtime/pgAdmin4.pro:28: Unknown test function: cache I made a gist of make -d output: https://gist.github.com/mcsilverback/17590db2efcce1c54ab9 Any ideas how to proceed? Thanks! -- Lorin Rivers Product

[pgadmin-hackers] pgAdmin 4 commit: Making minor changes:

2016-01-05 Thread Ashesh Vashi
Making minor changes: * Start tracking changes immediatedly depends on the handler. * Attaching control with the filter in the NodeListByNameControl. * Generating proper data for the NodeListByNameControl. Branch -- master Details ---

Re: [pgadmin-hackers] Compiling on El Capitan with Home Brew?

2016-01-05 Thread Neel Patel
Hi Lorin, >From the logs, it looks like you are using Qt 4. "runtime" in pgadmin4 has been tested with Qt 5 and recommendation to compile the "runtime" is with Qt 5. Can you please try to build the project with Qt 5 and let us know the result ? If you can solve the error with Qt 4 environment

[pgadmin-hackers] backform select2 control

2016-01-05 Thread Harshal Dhumal
Hi, Please find patch for backform select2 and select2ajaxoptoins controls Usage: schema: [{ id: 'name', label: '{{ _('Name') }}', cell: 'string', type: 'select2', select2:{tags: "true", placeholder: "Select an option", allowClear: true} } . . . -- *Harshal Dhumal* *Software Engineer *

Re: [pgadmin-hackers] ]GTK 3

2016-01-05 Thread Björn Harrtell
Found the theme color issue. Server node color is customizable and new server nodes are created with background from window and saved in .pgadmin3. I don't see the usefulness of this feature so I've attached patch that removes it. I see there is alot of work to be done to modernize the usage of

Re: [pgadmin-hackers] pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390

2016-01-05 Thread Dave Page
Neel, can you look at this please? Thanks. On Tue, Jan 5, 2016 at 11:01 AM, Nikolai Zhubr wrote: > Hi all, > > Running 1.22-rc1 now I observe that this commit has apparently still not > solved the issue in at least one place. That is: > > - "RETURNS SETOF record" is

[pgadmin-hackers] pgAdmin 4 commit: Adding the IntegerControl for the backform.

2016-01-05 Thread Ashesh Vashi
Adding the IntegerControl for the backform. (With few cosmetic changes by Ashesh.) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=675e79daab9777ae2207b90f907974b978988eaa Author: Murtuza Zabuawala Modified

[pgadmin-hackers] pgAdmin III commit: Correct version number for the installer build.

2016-01-05 Thread Dave Page
Correct version number for the installer build. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ce3af5a441dbcdbd295725d79d0d8bfe89a35ca2 Modified Files -- pkg/win32/Installer.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1

[pgadmin-hackers] 1.22 Branched

2016-01-05 Thread Dave Page
All, I have now created a branch for v1.22 (REL-1_22_0_PATCHES) for pgAdmin 3. Any new features should now go in the master branch, and patches in both master and REL-1_22_0_PATCHES as appropriate. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:

[pgadmin-hackers] pgAdmin III commit: Update GUIDs for 1.23

2016-01-05 Thread Dave Page
Update GUIDs for 1.23 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f3332574fc63d6f5646fb3a96bf54efbd095e640 Modified Files -- pkg/win32/src/i18ndata.wxs | 58 +++---

Re: [pgadmin-hackers] pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390

2016-01-05 Thread Neel Patel
Hi Dave, Sure, I will look into this issue. Thanks, Neel Patel On Tue, Jan 5, 2016 at 4:47 PM, Dave Page wrote: > Neel, can you look at this please? > > Thanks. > > On Tue, Jan 5, 2016 at 11:01 AM, Nikolai Zhubr > wrote: > > Hi all, > > > > Running

Re: [pgadmin-hackers] pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390

2016-01-05 Thread Nikolai Zhubr
Hi all, Running 1.22-rc1 now I observe that this commit has apparently still not solved the issue in at least one place. That is: - "RETURNS SETOF record" is correctly displayed in SQL panel now. - "RETURNS SETOF SETOF record" is still erroneously displayed under SQL tab within the

[pgadmin-hackers] pgAdmin III commit: Branch refs/heads/REL-1_22_0_PATCHES was created

2016-01-05 Thread git
Branch refs/heads/REL-1_22_0_PATCHES was created. View: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=shortlog;h=refs/heads/REL-1_22_0_PATCHES -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:

[pgadmin-hackers] pgAdmin III commit: Bump version for 1.23.0-dev

2016-01-05 Thread Dave Page
Bump version for 1.23.0-dev Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=dab674954e778e984885c6d1f981851685a98c52 Modified Files -- pgadmin/include/version.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) --

Re: [pgadmin-hackers] pgAdmin III commit: As per commit:600daf650bd5e50e664c4ece2e53e95446390

2016-01-05 Thread Neel Patel
Hi, Please find attached patch file with below fix. - Return value of the function will be displayed as "SETOF record" instead of "SETOF SETOF record" under SQL tab within properties window. Let me know for any comments. Thanks, Neel Patel On Tue, Jan 5, 2016 at 5:08 PM, Neel Patel