[pgadmin-hackers] Re: [pgAdmin III] #310: Handle pg_service.conf file to register a server

2011-04-11 Thread pgAdmin Trac
#310: Handle pg_service.conf file to register a server -+-- Reporter: Harald Armin Massa | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone: 1.14

Re: [pgadmin-hackers] [pgAdmin III] #312: Feature request: ability to set hostaddr

2011-04-11 Thread pgAdmin Trac
#312: Feature request: ability to set hostaddr ---+ Reporter: Christopher Head | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone: 1.14 Component:

[pgadmin-hackers] pgAdmin III commit: Update the VC++ project file, and fix a bug

2011-04-11 Thread Guillaume Lelarge
Update the VC++ project file, and fix a bug Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f5855d1ed872a0a71a1297a7b18cb5af772770c0 Modified Files -- pgadmin/pgAdmin3.vcproj | 32 pgadmin/schem

Re: [pgadmin-hackers] pgAdmin III commit: Handles the service connection parameter

2011-04-11 Thread Guillaume Lelarge
Le 11/04/2011 21:05, Dave Page a écrit : > On Mon, Apr 11, 2011 at 8:03 PM, Guillaume Lelarge > wrote: >> Le 11/04/2011 19:45, Dave Page a écrit : >>> [...] >>> This commit seems to touch an XRC file, but not xrcDialogs.cpp. Oversight? >>> >> >> No. I still have to commit the patch for small scree

[pgadmin-hackers] pgAdmin III commit: Rework on dialogs UI

2011-04-11 Thread Guillaume Lelarge
Rework on dialogs UI The aim is that all dialogs should work on a 800x600 screen. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6e45ad10ccc2e86a8bd0fa2b48c518e2c3ae919e Modified Files -- CHANGELOG

Re: [pgadmin-hackers] pgAdmin III commit: Handles the service connection parameter

2011-04-11 Thread Dave Page
On Mon, Apr 11, 2011 at 8:03 PM, Guillaume Lelarge wrote: > Le 11/04/2011 19:45, Dave Page a écrit : >> [...] >> This commit seems to touch an XRC file, but not xrcDialogs.cpp. Oversight? >> > > No. I still have to commit the patch for small screens support. It would > be best (or at least I think

Re: [pgadmin-hackers] pgAdmin III commit: Handles the service connection parameter

2011-04-11 Thread Guillaume Lelarge
Le 11/04/2011 19:45, Dave Page a écrit : > [...] > This commit seems to touch an XRC file, but not xrcDialogs.cpp. Oversight? > No. I still have to commit the patch for small screens support. It would be best (or at least I think so) to commit the xrcDialogs at the end with this patch. But, than

[pgadmin-hackers] pgAdmin III commit: Add the support for per-column collation feature

2011-04-11 Thread Guillaume Lelarge
Add the support for per-column collation feature of PostgreSQL 9.1. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2d798ddf2ce22b5e4ac20096d81f8cb902310bd4 Modified Files -- CHANGELOG |2 + pgadmin

Re: [pgadmin-hackers] pgAdmin III commit: Handles the service connection parameter

2011-04-11 Thread Dave Page
Hi Guillaume, This commit seems to touch an XRC file, but not xrcDialogs.cpp. Oversight? On Mon, Apr 11, 2011 at 6:39 PM, Guillaume Lelarge wrote: > Handles the service connection parameter > > This parameter is related to the pg_service.conf file. > Implements ticket #310. > > Branch > -- >

[pgadmin-hackers] pgAdmin III commit: Handles the service connection parameter

2011-04-11 Thread Guillaume Lelarge
Handles the service connection parameter This parameter is related to the pg_service.conf file. Implements ticket #310. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=93bcef991663f387a55dae9512f3bea916858ca1 Modified Files -- CHAN

[pgadmin-hackers] pgAdmin III commit: Handle hostaddr connection parameter

2011-04-11 Thread Guillaume Lelarge
Handle hostaddr connection parameter Implements ticket #312. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=263ca64ec4579d69615a983517f1e93ca6c59a76 Modified Files -- CHANGELOG |1 + pgadmin/db/pgConn.