[pgadmin-hackers] pgAdmin III commit: Update catalan translation

2012-12-24 Thread Guillaume Lelarge
Update catalan translation

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5a8c0680346bf0b529fab6a3b2d2c99454767877
Author: Carme Cerda Torres 

Modified Files
--
i18n/ca_ES/pgadmin3.mo |  Bin 315930 -> 316062 bytes
i18n/ca_ES/pgadmin3.po |   43 ---
2 files changed, 20 insertions(+), 23 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: Update catalan translation

2012-12-24 Thread Guillaume Lelarge
Update catalan translation

Branch
--
REL-1_16_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8e42c59a3eb593b1bec7af09243dc0b0c549efdd
Author: Carme Cerda Torres 

Modified Files
--
i18n/ca_ES/pgadmin3.mo |  Bin 315930 -> 316062 bytes
i18n/ca_ES/pgadmin3.po |   43 ---
2 files changed, 20 insertions(+), 23 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] #384: Add -v/--version command line option

2012-12-24 Thread pgAdmin Trac
#384: Add -v/--version command line option
---+
 Reporter:  Thangalin  |   Owner:  dpage
 Type:  feature|  Status:  new  
 Priority:  minor  |   Milestone:   
Component:  pgadmin| Version:  trunk
 Keywords: |Platform:  all  
---+
 $SUBJECT says it all

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
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] #385: The text in the About dialog should allow selection

2012-12-24 Thread pgAdmin Trac
#385: The text in the About dialog should allow selection
---+
 Reporter:  Thangalin  |   Owner:  dpage
 Type:  feature|  Status:  new  
 Priority:  minor  |   Milestone:   
Component:  pgadmin| Version:  trunk
 Keywords: |Platform:  all  
---+
 $SUBJECT says it all

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
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 change of the superuser attribute

2012-12-24 Thread Guillaume Lelarge
Fix the change of the superuser attribute

It was impossible to change the superuser attribute. When a user clicked on
the superuser checkbox to uncheck it, one dialog asked him to confirm.
Whatever his response was, the checkbox got checked again.

Report from Michal Kozusznik.

Branch
--
REL-1_16_0_PATCHES

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

Modified Files
--
CHANGELOG   |2 ++
pgadmin/dlg/dlgRole.cpp |2 +-
2 files changed, 3 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 change of the superuser attribute

2012-12-24 Thread Guillaume Lelarge
Fix the change of the superuser attribute

It was impossible to change the superuser attribute. When a user clicked on
the superuser checkbox to uncheck it, one dialog asked him to confirm.
Whatever his response was, the checkbox got checked again.

Report from Michal Kozusznik.

Branch
--
master

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

Modified Files
--
CHANGELOG   |2 ++
pgadmin/dlg/dlgRole.cpp |2 +-
2 files changed, 3 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: Sort references by schema name and relation name

2012-12-24 Thread Guillaume Lelarge
Sort references by schema name and relation name

We used to sort by schema OID, and relation name for the references combobox
in the foreign key dialog. It doesn't make sense. We now sort by schema name
and relation name.

Report from Michal Kozusznik.

Branch
--
master

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

Modified Files
--
CHANGELOG |2 ++
pgadmin/dlg/dlgForeignKey.cpp |2 +-
2 files changed, 3 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: Sort references by schema name and relation name

2012-12-24 Thread Guillaume Lelarge
Sort references by schema name and relation name

We used to sort by schema OID, and relation name for the references combobox
in the foreign key dialog. It doesn't make sense. We now sort by schema name
and relation name.

Report from Michal Kozusznik.

Branch
--
REL-1_16_0_PATCHES

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

Modified Files
--
CHANGELOG |2 ++
pgadmin/dlg/dlgForeignKey.cpp |2 +-
2 files changed, 3 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: Report default privileges

2012-12-24 Thread Guillaume Lelarge
Report default privileges

Default privileges weren't display in the Schema properties dialog.

Per a report from Nathan Alden.

Branch
--
REL-1_16_0_PATCHES

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

Modified Files
--
CHANGELOG   |1 +
pgadmin/ctl/ctlDefaultSecurityPanel.cpp |5 +++--
pgadmin/dlg/dlgProperty.cpp |   14 ++
pgadmin/schema/pgSchema.cpp |   11 +++
4 files changed, 29 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: Report default privileges

2012-12-24 Thread Guillaume Lelarge
Report default privileges

Default privileges weren't display in the Schema properties dialog.

Per a report from Nathan Alden.

Branch
--
master

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

Modified Files
--
CHANGELOG   |1 +
pgadmin/ctl/ctlDefaultSecurityPanel.cpp |5 +++--
pgadmin/dlg/dlgProperty.cpp |   14 ++
pgadmin/schema/pgSchema.cpp |   11 +++
4 files changed, 29 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] #386: Add the cancel query and terminate backend actions in the menubar

2012-12-24 Thread pgAdmin Trac
#386: Add the cancel query and terminate backend actions in the menubar
-+--
 Reporter:  Evan Martin  |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  trunk
 Keywords:   |Platform:  all  
-+--
 $SUBJECT says it all

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

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