[pgadmin-hackers] pgAdmin III commit: Fix query handling on the frmStatus window

2012-02-19 Thread Guillaume Lelarge
Fix query handling on the frmStatus window

The wxListCtrl control doesn't handle strings or more than 512 characters
on Windows. So we need to put the queries in a wxArrayString so that we won't
have issues on the size of the queries.  definition.

Report from Aren Cambre.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bbb083b31c9ffbc4d93911c3766e2dbfb6ca2e01

Modified Files
--
CHANGELOG   |2 ++
pgadmin/frm/frmStatus.cpp   |   10 --
pgadmin/include/frm/frmStatus.h |2 ++
3 files changed, 12 insertions(+), 2 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Two more cols in the activity pane

2012-02-19 Thread Guillaume Lelarge
Two more cols in the activity pane

so two more cols in its width array.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=295e3689cc2c4dcd4a74f2e2367ef1b919e3cbc4

Modified Files
--
pgadmin/include/frm/frmStatus.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix the copy of a query when application_name is un

2012-02-19 Thread Guillaume Lelarge
Fix the copy of a query when application_name is unset

The copy of a query tris to fetch the database name, so that when we launch
the query tool, we connect to the right database. Since 9.0, with the addition
of the application_name column, database is not anymore column 1, but column
2, when the user is connected to 9.0+ database. So, when we fetch the database
name, we need to look into the right column.

Branch
--
REL-1_14_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c3e0bca1d3690bfaa31d3145e56b2ab97dd82d76

Modified Files
--
CHANGELOG |1 +
pgadmin/frm/frmStatus.cpp |2 +-
2 files changed, 2 insertions(+), 1 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix query handling on the frmStatus window

2012-02-19 Thread Guillaume Lelarge
Fix query handling on the frmStatus window

The wxListCtrl control doesn't handle strings or more than 512 characters
on Windows. So we need to put the queries in a wxArrayString so that we won't
have issues on the size of the queries.  definition.

Report from Aren Cambre.

Branch
--
REL-1_14_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cbbb94d747a4a656c6928a3097b4df5002267b3e

Modified Files
--
CHANGELOG   |2 ++
pgadmin/frm/frmStatus.cpp   |   10 --
pgadmin/include/frm/frmStatus.h |2 ++
3 files changed, 12 insertions(+), 2 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix the copy of a query when application_name is un

2012-02-19 Thread Guillaume Lelarge
Fix the copy of a query when application_name is unset

The copy of a query tris to fetch the database name, so that when we launch
the query tool, we connect to the right database. Since 9.0, with the addition
of the application_name column, database is not anymore column 1, but column
2, when the user is connected to 9.0+ database. So, when we fetch the database
name, we need to look into the right column.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b2ebd96a98a5489b38cf11c83b6b2b48844095f6

Modified Files
--
CHANGELOG |1 +
pgadmin/frm/frmStatus.cpp |2 +-
2 files changed, 2 insertions(+), 1 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Correctly save the position of a pgDialog

2012-02-19 Thread Guillaume Lelarge
Correctly save the position of a pgDialog

Branch
--
REL-1_14_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0c4d9cf0351036668a53088b60b036fac254b2f8

Modified Files
--
CHANGELOG  |1 +
pgadmin/dlg/dlgClasses.cpp |2 ++
2 files changed, 3 insertions(+), 0 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Correctly save the position of a pgDialog

2012-02-19 Thread Guillaume Lelarge
Correctly save the position of a pgDialog

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1177e615686d9073297c9de64e441d40f7317cec

Modified Files
--
CHANGELOG  |1 +
pgadmin/dlg/dlgClasses.cpp |2 ++
2 files changed, 3 insertions(+), 0 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers