[pgadmin-hackers] [pgAdmin4][PATCH] Fix the issue in browser tree

2017-04-05 Thread Murtuza Zabuawala
Hello, PFA patch to fix the issue in browser tree when adding new node if parent collection node is not loaded. *Fixes:* RM#2321 Steps: 1) Open pgAdmin4. 2) Do not expand server-group node. 3) Right click on server-group collection node and add server, now click on save button (This issue is repr

Re: [pgadmin-hackers] i18n GER, suggestions, questions

2017-04-05 Thread Jonas Thelemann
Thanks for committing! :) i18n-trim.diff Removed two linebreaks to improve translation experience. Hmm, I've applied that, but expect an ongoing battle between gettext and PEP8... Ok, I had to look up what PEP8 is :D So the only problem was that, with those newlines I removed, the translata

Re: [pgadmin-hackers][patch] Style updates

2017-04-05 Thread Shirley Wang
Actually, we found an error with the patch and are going to resubmit it tomorrow once we fix the issue! Shirley On Wed, Apr 5, 2017 at 2:09 PM Atira Odhner wrote: > Hi Hackers, > > Matt and Sarah sat with our designer Shirley this week to do a couple of > updates to the styles of the app. In pa

[pgadmin-hackers][patch] Style updates

2017-04-05 Thread Atira Odhner
Hi Hackers, Matt and Sarah sat with our designer Shirley this week to do a couple of updates to the styles of the app. In particular, they changed the styles of the main tabs and the colors of the sql editor. Attached is a patch and a screenshot of the updated tabs and colors. ​ Tira & Matt 0

Odp: [pgadmin-hackers] pgAdmin 4 commit: Update translations - polish translation

2017-04-05 Thread Begina Felicysym
Hi, I just fixed the polish translation   Cheers Begina   Dnia Środa, 5 Kwietnia 2017 15:03 Dave Page napisał(a) Update translations   Branch -- master   Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d9cfa667986070d5694b5ce0f089b527b0e04a2   Modified Files -

Re: [pgadmin-hackers] i18n GER, suggestions, questions

2017-04-05 Thread Dave Page
Hi! On Sun, Apr 2, 2017 at 4:03 AM, Jonas Thelemann wrote: > Hey pgAdmin-Hackers / Dave Page, > > here are my suggestions and questions regarding the translation of pgAdmin! > > > Patches > > i18n-cannot.diff > > Replaced all occurrences of "can not" with "cannot". Applied. > i18n-correction.di

[pgadmin-hackers] pgAdmin 4 commit: Un-split some strings for translateability. And so be

2017-04-05 Thread Dave Page
Un-split some strings for translateability. And so begins the battle between gettext and pep8... Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b8566a0127b04241c06200f022506199526b6259 Author: Jonas Thelemann Modified Files -- ..

[pgadmin-hackers] pgAdmin 4 commit: Update translations

2017-04-05 Thread Dave Page
Update translations Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d9cfa667986070d5694b5ce0f089b527b0e04a2 Modified Files -- web/pgadmin/messages.pot | 440 .../translations/pl/LC_MESSAGES

[pgadmin-hackers] pgAdmin 4 commit: Add German translation Fixes #2323

2017-04-05 Thread Dave Page
Add German translation Fixes #2323 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e66616b1d89b389b256f83ab79d64c8e02fb6fec Author: Jonas Thelemann Modified Files -- web/config.py |5 +- .../

[pgadmin-hackers] pgAdmin 4 commit: Remove unnecessary quotes.

2017-04-05 Thread Dave Page
Remove unnecessary quotes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea2b3f43bd438640fcccf30b1d7b247b80fab0f7 Author: Jonas Thelemann Modified Files -- web/pgadmin/utils/driver/psycopg2/__init__.py | 2 +- 1 file changed, 1 in

[pgadmin-hackers] pgAdmin 4 commit: Unified usage of "definition incomplete".

2017-04-05 Thread Dave Page
Unified usage of "definition incomplete". Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ddfa934357bd838dd502780ca3d51a860b5247b7 Author: Jonas Thelemann Modified Files -- .../server_groups/servers/databases/casts/__init__.py |

[pgadmin-hackers] pgAdmin 4 commit: (De)Capitalized strings to fit the common/usual forma

2017-04-05 Thread Dave Page
(De)Capitalized strings to fit the common/usual format, corrected spelling, removed unnecessary characters. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=37120bf19923b1bdc64b8e3e961bc53f330ec0c4 Author: Jonas Thelemann Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Replace all occurrences of "can not" with "cannot".

2017-04-05 Thread Dave Page
Replace all occurrences of "can not" with "cannot". Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65f21a8cd7008118d75b36872507b2957c041c8c Author: Jonas Thelemann Modified Files -- web/pgadmin/browser/server_groups/servers/__init

[pgadmin-hackers] pgAdmin 4 commit: Avoid an unauthorised error if clicking on the logo i

2017-04-05 Thread Dave Page
Avoid an unauthorised error if clicking on the logo in desktop mode. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=85db82c7f478873f719828f7daca189d8dee45d3 Author: Maxim Zakharov Modified Files -- web/pgadmin/browser/templates/br

[pgadmin-hackers] pgAdmin 4 commit: Add targets to extract/merge and compile messages.

2017-04-05 Thread Dave Page
Add targets to extract/merge and compile messages. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7cdd78ad7cee6dd23fbb918a55471488ade5e86 Modified Files -- Makefile | 9 + 1 file changed, 9 insertions(+) -- Sent via pgad

[pgadmin-hackers] pgAdmin 4 commit: Add an appbundle-webkit build target to build an appb

2017-04-05 Thread Dave Page
Add an appbundle-webkit build target to build an appbundle, but force the use of QtWebKit. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53c4e2df3ba20e861d2c2061000b0571e3685b20 Modified Files -- Makefile | 3 +++ pkg/mac/