[pgadmin-hackers] pgAdmin III commit: Fix a crash that could occur if the browser fails t

2013-05-20 Thread Dave Page
Fix a crash that could occur if the browser fails to detect that an object has been changed by another session. Conflicts: CHANGELOG Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d8865cb290c332dec40cd6ac4bdbfb6d3a65bcf9 M

[pgadmin-hackers] pgAdmin III commit: Fix comments on columns.

2013-05-20 Thread Dave Page
Fix comments on columns. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1bd95bf71bde0215d1055170e7f67558db64116a Modified Files -- CHANGELOG |1 + pgadmin/schema/pgColumn.cpp |2 +- 2 files chang

[pgadmin-hackers] pgAdmin III commit: Remove the "Apply" buttons from the function, view

2013-05-20 Thread Dave Page
Remove the "Apply" buttons from the function, view package and external table dialogues. This patch (against master) cleans up a number of issues in the browser code: - It fixes the collapsing tree issue by reverting patch 1 which attempted to fix a bug caused by patch 2. The bug in patch 2 has

[pgadmin-hackers] pgAdmin III commit: Fix comments on columns.

2013-05-20 Thread Dave Page
Fix comments on columns. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=519370ba4d1e69c1dfe199c361454962e33dfb9a Modified Files -- CHANGELOG |1 + pgadmin/schema/pgColumn.cpp |2 +- 2 files changed, 2 insert

[pgadmin-hackers] pgAdmin III commit: Fix a crash that could occur if the browser fails t

2013-05-20 Thread Dave Page
Fix a crash that could occur if the browser fails to detect that an object has been changed by another session. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5546a18a3c9215ae35e33e679bfda6652ececec6 Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Remove the "Apply" buttons from the function, view

2013-05-20 Thread Dave Page
Remove the "Apply" buttons from the function, view package and external table dialogues. This patch (against master) cleans up a number of issues in the browser code: - It fixes the collapsing tree issue by reverting patch 1 which attempted to fix a bug caused by patch 2. The bug in patch 2 has

Re: [pgadmin-hackers] Browser fixes

2013-05-20 Thread Dave Page
Thanks Dinesh, Guillaume. I've committed these changes locally and will push as soon as I have an internet connection again. On Sunday, May 19, 2013, Dinesh Kumar wrote: > Hi Dave, > > Thank you very much for fixing these issue, and i have re-viewed and done > the test cases with this patch and s