[pgadmin-hackers] pgAdmin III commit: Update .pot file.

2010-12-11 Thread Guillaume Lelarge
Update .pot file.

Branch
--
REL-1_12_0_PATCHES

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

Modified Files
--
pgadmin3.pot |  879 --
1 files changed, 426 insertions(+), 453 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 french translation.

2010-12-11 Thread Guillaume Lelarge
Update french translation.

Branch
--
REL-1_12_0_PATCHES

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

Modified Files
--
i18n/fr_FR/pgadmin3.mo |  Bin 203517 - 203789 bytes
i18n/fr_FR/pgadmin3.po |17472 
2 files changed, 11784 insertions(+), 5688 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: Automatic merge using stringmerge script.

2010-12-11 Thread Guillaume Lelarge
Automatic merge using stringmerge script.

Branch
--
REL-1_12_0_PATCHES

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

Modified Files
--
i18n/af_ZA/pgadmin3.po |17473 +++
i18n/ar_SA/pgadmin3.po |  884 ++--
i18n/bg_BG/pgadmin3.po |  888 ++--
i18n/ca_ES/pgadmin3.po |  888 ++--
i18n/cs_CZ/pgadmin3.po |  882 ++--
i18n/da_DK/pgadmin3.po |  884 ++--
i18n/de_CH/pgadmin3.po |  888 ++--
i18n/de_DE/pgadmin3.po |17580 +++
i18n/el_GR/pgadmin3.po |  884 ++--
i18n/es_ES/pgadmin3.po |17678 
i18n/fa_IR/pgadmin3.po |  884 ++--
i18n/fi_FI/pgadmin3.po |  884 ++--
i18n/fr_FR/pgadmin3.po |17772 
i18n/gl_ES/pgadmin3.po |  884 ++--
i18n/gu_IN/pgadmin3.po |  879 ++--
i18n/hi_IN/pgadmin3.po |  886 ++--
i18n/hr_HR/pgadmin3.po |  888 ++--
i18n/hu_HU/pgadmin3.po |  884 ++--
i18n/id_ID/pgadmin3.po |  884 ++--
i18n/is_IS/pgadmin3.po |  879 ++--
i18n/it_IT/pgadmin3.po |  926 ++--
i18n/ja_JP/pgadmin3.po |  886 ++--
i18n/ko_KR/pgadmin3.po |  884 ++--
i18n/lt_LT/pgadmin3.po |  888 ++--
i18n/lv_LV/pgadmin3.po |  884 ++--
i18n/mk_MK/pgadmin3.po |  879 ++--
i18n/nb_NO/pgadmin3.po |  884 ++--
i18n/nl_NL/pgadmin3.po |  884 ++--
i18n/pl_PL/pgadmin3.po |  884 ++--
i18n/pt_BR/pgadmin3.po |  884 ++--
i18n/pt_PT/pgadmin3.po |17616 
i18n/ro_RO/pgadmin3.po |  908 ++--
i18n/ru_RU/pgadmin3.po |17544 +++
i18n/sk_SK/pgadmin3.po |  884 ++--
i18n/sl_SI/pgadmin3.po |  884 ++--
i18n/sr_RS/pgadmin3.po |  886 ++--
i18n/sv_SE/pgadmin3.po |  884 ++--
i18n/te_IN/pgadmin3.po |  879 ++--
i18n/tl_PH/pgadmin3.po |  879 ++--
i18n/tr_TR/pgadmin3.po |  884 ++--
i18n/uk_UA/pgadmin3.po |  883 ++--
i18n/ur_PK/pgadmin3.po |  884 ++--
i18n/vi_VN/pgadmin3.po |  879 ++--
i18n/zh_CN/pgadmin3.po |17293 +++
i18n/zh_TW/pgadmin3.po |  884 ++--
45 files changed, 55928 insertions(+), 100679 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] New minor release?

2010-12-11 Thread Guillaume Lelarge
Hi,

We'll soon have new minors releases of PostgreSQL. I was wondering if
we'll have a new minor pgAdmin release. Would be the right time if you
ask me :) Our current changelog since 1.12.1 is quite big:

$ git shortlog REL-1_12_1..REL-1_12_0_PATCHES

Conrad Akier (1):
  Fix typo in --no-privileges option of frmRestore

Dave Page (3):
  Fix a memory leak in the edit grid that can occur if the user
aborts a refresh of the data.
  Allow non-existant log file names to be specified.
  Fix date picker on GTK. Seems like an old workaround for a bug is
no longer required.

Guillaume Lelarge (17):
  Fix CREATE INDEX/CONSTRAINT syntax
  Fix the double line number in the function props
  Fix for index size in the index list
  Fix two deletes of the same object in a query tool
  Fix the setting of Can update catalog checkbox
  Force the query font on the results grid
  Fix a lot of issues with length and precision
  Update the CHANGELOG file
  Select old values when connecting to another server
  Fix frmOptions vertical size
  Carme's new email address.
  Fix the comment on inherited column
  Fix an issue with naming objects for backup
  Force typing the constraint name or the index name
  Automatic merge using stringmerge script.
  Update french translation.
  Update .pot file.

Nail Samatov (1):
  Improve the commenting logic in the SQL text box, to allow quick
commenting of multiple lines in succession and fix some unintuitive beha

Timon (1):
  Update russian translations.

So, should we have a new minor release?


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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


Re: [pgadmin-hackers] New minor release?

2010-12-11 Thread Devrim GÜNDÜZ
On Sat, 2010-12-11 at 11:11 +0100, Guillaume Lelarge wrote:
 So, should we have a new minor release?

Yes, please

Devrim - the packager that wants to do optimum work :)
-- 
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz


signature.asc
Description: This is a digitally signed message part


[pgadmin-hackers] [pgAdmin III] #292: New syntax for creating/altering an operator class

2010-12-11 Thread pgAdmin Trac
#292: New syntax for creating/altering an operator class
-+--
 Reporter:  gleu |   Owner:  dpage
 Type:  feature  |  Status:  new  
 Priority:  minor|   Milestone:   
Component:  pgadmin  | Version:  trunk
 Keywords:  opclass  |Platform:  all  
-+--
 See
 
http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=725d52d0c27cffe8c99bb78e2b0d2480d5cd702b
 for details.

-- 
Ticket URL: http://code.pgadmin.org/trac/ticket/292
pgAdmin III http://code.pgadmin.org/trac/
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


Re: [pgadmin-hackers] New minor release?

2010-12-11 Thread Dave Page
2010/12/11 Devrim GÜNDÜZ dev...@gunduz.org:
 On Sat, 2010-12-11 at 11:11 +0100, Guillaume Lelarge wrote:
 So, should we have a new minor release?

 Yes, please

 Devrim - the packager that wants to do optimum work :)

It'll have to be done before Monday EOD then. I don't think it'll be a
major problem - except possibly that I have a new Windows build VM
which is currently untested.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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


Re: [pgadmin-hackers] Update German Translation

2010-12-11 Thread Guillaume Lelarge
Hi Steffen,

Le 11/12/2010 17:25, Steffen Kuhn a écrit :
 [...]
 updated german translation.
 

Commited, thanks.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
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 polish translation.

2010-12-11 Thread Guillaume Lelarge
Update polish translation.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f5a496c8d0c4c6f9f3943cf2f8109e24592b9b9f
Author: Slawek Sudnik slaw...@inbox.com

Modified Files
--
i18n/pl_PL/pgadmin3.mo |  Bin 168216 - 235448 bytes
i18n/pl_PL/pgadmin3.po |20906 ++--
2 files changed, 13269 insertions(+), 7637 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 german translation.

2010-12-11 Thread Guillaume Lelarge
Update german translation.

Branch
--
REL-1_12_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=68a2eaae40b262b713eb226e5a165fc5f4be4344
Author: Steffen Kuhn p...@kuhnsteffen.de

Modified Files
--
i18n/de_DE/pgadmin3.mo |  Bin 192877 - 193093 bytes
i18n/de_DE/pgadmin3.po |17280 
2 files changed, 11733 insertions(+), 5547 deletions(-)


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


Re: [pgadmin-hackers] Translation for pgAdmin

2010-12-11 Thread Guillaume Lelarge
Hi Slawek,

Le 11/12/2010 19:08, Slawek Sudnik a écrit :
 [...]
 I send new translation.
 

Commited, thanks for your work.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

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