[pgadmin-hackers] pgAdmin III commit: Forgot to modify the CHANGELOG in previous commit (

2014-01-27 Thread Ashesh Vashi
Forgot to modify the CHANGELOG in previous commit (ea21706e569e80b679d068b087408a1fc193cc70) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=850d04f3bec6998c165527927396919e31b89e17 Modified Files -- CHANGELOG |2 ++ 1 file chan

[pgadmin-hackers] pgAdmin III commit: Revert back the commit - 'e1eceee30ba0e2a998666f3b4

2014-01-27 Thread Ashesh Vashi
Revert back the commit - 'e1eceee30ba0e2a998666f3b4ab8035222a88b09' Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a5b717a4c2813385ff3c69ca00aa060d5bf569fb Modified Files -- pgadmin/frm/frmEditGrid.cpp |2 +- 1 file

Re: [pgadmin-hackers] [PATCH] fix newly added server being lost when crashing

2014-01-27 Thread Ashesh Vashi
Thanks for the patch. Pushed to the master branch. On Mon, Jan 13, 2014 at 9:51 AM, Ashesh Vashi wrote: > > On Mon, Jan 13, 2014 at 5:13 AM, Kaarel Moppel wrote: > >> Hi Ashesh, >> >> Got a "candidate expects 0 arguments, 1 provided". >> > Thanks. > I will check-in the code. > >> >> Changed thi

[pgadmin-hackers] pgAdmin III commit: Flush the changes in the settings as soon as new se

2014-01-27 Thread Ashesh Vashi
Flush the changes in the settings as soon as new server is added [Kaarel Moppel] Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ea21706e569e80b679d068b087408a1fc193cc70 Modified Files -- pgadmin/frm/frmMain.cpp |1 +

Re: [pgadmin-hackers] wxWidgets 3.0 support in pgAdmin

2014-01-27 Thread Neel Patel
Thanks Dave. On Mon, Jan 27, 2014 at 5:04 PM, Dave Page wrote: > Thanks, both patches applied. > > On Tue, Jan 21, 2014 at 5:15 AM, Neel Patel > wrote: > > Hi Dave, > > > > I have attached the .tgz file that contains two patch files separately. > > > > Please let me know if something is missin

[pgadmin-hackers] pgAdmin III commit: Remove unused variable.

2014-01-27 Thread Dave Page
Remove unused variable. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e1eceee30ba0e2a998666f3b4ab8035222a88b09 Modified Files -- pgadmin/frm/frmEditGrid.cpp |1 - 1 file changed, 1 deletion(-) -- Sent via pgadmin

[pgadmin-hackers] pgAdmin III commit: Remove unused variable.

2014-01-27 Thread Dave Page
Remove unused variable. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e8721b0be5682de497248e3b3eead5e78313ead4 Modified Files -- pgadmin/frm/frmEditGrid.cpp |1 - 1 file changed, 1 deletion(-) -- Sent via pgadmin-hackers mai

[pgadmin-hackers] pgAdmin III commit: Don't try to set the font directly on the base wind

2014-01-27 Thread Dave Page
Don't try to set the font directly on the base window class. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=aae6f33d8b785e36579d59ffc81b1c880e25e781 Modified Files -- pgadmin/dd/dditems/utilities/ddPrecisionScaleDialog.

[pgadmin-hackers] pgAdmin III commit: Update copyright year.

2014-01-27 Thread Dave Page
Update copyright year. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=71e567a841501a50efc14fd8776f81720bba704b Modified Files -- pgadmin/include/hotdraw/main/hdDrawingView.h |2 +- pgadmin/include/hot

[pgadmin-hackers] pgAdmin III commit: Update copyright year.

2014-01-27 Thread Dave Page
Update copyright year. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b646554e22151ef3ceee26c2c6d6cf89cb6f6e3e Modified Files -- docs/en_US/conf.py.in|2 +- docs/en_US/lice

[pgadmin-hackers] pgAdmin III commit: Update copyright year.

2014-01-27 Thread Dave Page
Update copyright year. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4a72ea352b184ddfe959bdb29778e4f402403003 Modified Files -- docs/en_US/conf.py.in|2 +- docs/en_US/licence.rst

[pgadmin-hackers] pgAdmin III commit: Update copyright year.

2014-01-27 Thread Dave Page
Update copyright year. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=41c0c9d0027fb04f4e4c9d018196b73cbb0b574f Modified Files -- pgadmin/include/hotdraw/main/hdDrawingView.h |2 +- pgadmin/include/hotdraw/main/hd

[pgadmin-hackers] pgAdmin III commit: Don't try to set the font directly on the base wind

2014-01-27 Thread Dave Page
Don't try to set the font directly on the base window class. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a563c993b395d808bc1d11ce94641d23634625e1 Modified Files -- pgadmin/dd/dditems/utilities/ddPrecisionScaleDialog.cpp |2 +

Re: [pgadmin-hackers] wxWidgets 3.0 support in pgAdmin

2014-01-27 Thread Dave Page
Thanks, both patches applied. On Tue, Jan 21, 2014 at 5:15 AM, Neel Patel wrote: > Hi Dave, > > I have attached the .tgz file that contains two patch files separately. > > Please let me know if something is missing. > > Thanks, > Neel Patel > > > On Mon, Jan 20, 2014 at 9:59 PM, Dave Page wrote:

[pgadmin-hackers] pgAdmin III commit: Update the VC++ project files for wxWidgets 3.0.

2014-01-27 Thread Dave Page
Update the VC++ project files for wxWidgets 3.0. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0206aed495ee311b0a87fbacd180560c039110e3 Author: Neel Patel Modified Files -- pgAdmin3.sln| 36 +- pgadmin/pgAdmin3.c

[pgadmin-hackers] pgAdmin III commit: Don't include obsolete config settings from <= 8.3

2014-01-27 Thread Dave Page
Don't include obsolete config settings from <= 8.3 in the config editor unless running on an appropriate server. Branch -- REL-1_18_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4dd72a2ab45bf7c669d2c75204d3735f5789cda5 Author: Neel Patel Modified

[pgadmin-hackers] pgAdmin III commit: Don't include obsolete config settings from <= 8.3

2014-01-27 Thread Dave Page
Don't include obsolete config settings from <= 8.3 in the config editor unless running on an appropriate server. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=02155e1056c7e0cb45df3ec9717cf36026673e74 Author: Neel Patel Modified Files --