[pgadmin-hackers] pgAdmin III commit: Update french translation.

2011-08-11 Thread Guillaume Lelarge
Update french translation. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=3d7d6ab9a30868c6f0f005a760e46687b9df822a Modified Files -- i18n/fr_FR/pgadmin3.mo | Bin 317918 -> 317929 bytes i18n/fr_FR/pgadmin3.po |22941 +++

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

2011-08-11 Thread Guillaume Lelarge
Update .pot file. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b0b818594344946d2cd8d169605bc32d04521418 Modified Files -- pgadmin3.pot | 1048 +- 1 files changed,

[pgadmin-hackers] pgAdmin III commit: Automatic merge using stringmerge script.

2011-08-11 Thread Guillaume Lelarge
Automatic merge using stringmerge script. Branch -- REL-1_14_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0bac37654293a914b9368e2bacbb227c97f01b41 Modified Files -- i18n/af_ZA/pgadmin3.po | 1049 ++-- i18n/ar_SA/pgadmin3.po | 1049 ++-- i

[pgadmin-hackers] pgAdmin website commit: Two roadmap items done.

2011-08-11 Thread Guillaume Lelarge
Two roadmap items done. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=f3aa9c5b6c830864e12750c573e5c979d361e4a2 Modified Files -- development/roadmap.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent vi

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

2011-08-11 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=f70da0f9c7e0deee1c9464a1ebac57c72ea7be38 Modified Files -- locale/pgadmin3_website.pot | 72 +- 1 files changed, 29 insert

[pgadmin-hackers] pgAdmin website commit: We're in beta3 since a few weeks.

2011-08-11 Thread Guillaume Lelarge
We're in beta3 since a few weeks. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=22212649da3cc2e17e0669b84d7960f50d8cf2e5 Modified Files -- download/macosx.php |2 +- download/source.php |2 +- download/windows.php |

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2011-08-11 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=03d91e9a464f21c6abf55378ce3b141ccb64bf87 Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 139967 -> 138854 bytes local

Re: [pgadmin-hackers] Fixing issues between objects and properties dialogs

2011-08-11 Thread Guillaume Lelarge
On Thu, 2011-08-11 at 21:16 +0200, Guillaume Lelarge wrote: > On Thu, 2011-08-11 at 08:52 +0100, Dave Page wrote: > > On Wed, Aug 10, 2011 at 11:06 PM, Guillaume Lelarge > > wrote: > > > On Tue, 2011-08-09 at 00:30 +0200, Guillaume Lelarge wrote: > > >> On Sun, 2011-07-24 at 15:09 +0100, Dave Page

Re: [pgadmin-hackers] Weird git messages

2011-08-11 Thread Guillaume Lelarge
On Thu, 2011-08-11 at 22:08 +0200, Guillaume Lelarge wrote: > Hi, > > When pushing my last commit, I got some weird messages: > > [master!git.pgadmin3]$ git push > Counting objects: 37, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (19/19), done. > Writing objects:

[pgadmin-hackers] Weird git messages

2011-08-11 Thread Guillaume Lelarge
Hi, When pushing my last commit, I got some weird messages: [master!git.pgadmin3]$ git push Counting objects: 37, done. Delta compression using up to 4 threads. Compressing objects: 100% (19/19), done. Writing objects: 100% (19/19), 3.58 KiB, done. Total 19 (delta 18), reused 0 (delta 0) Auto pac

[pgadmin-hackers] pgAdmin III commit: Prevent refreshing or dropping an object

2011-08-11 Thread Guillaume Lelarge
Prevent refreshing or dropping an object ... when its property window is opened. Should work with server disconnection, database disconnection, and objects refresh, and objects drop. If an object's properties window is already opened, it'll raise this window, and not open another one. Per many

[pgadmin-hackers] pgAdmin III commit: Support for multimodel diagrams in the database des

2011-08-11 Thread Guillaume Lelarge
Support for multimodel diagrams in the database designer Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f75720da6efa96b6518a6a3314a3bd3382040c17 Author: Luis Ochoa Modified Files -- CHANGELOG

Re: [pgadmin-hackers] Fixing issues between objects and properties dialogs

2011-08-11 Thread Guillaume Lelarge
On Thu, 2011-08-11 at 08:52 +0100, Dave Page wrote: > On Wed, Aug 10, 2011 at 11:06 PM, Guillaume Lelarge > wrote: > > On Tue, 2011-08-09 at 00:30 +0200, Guillaume Lelarge wrote: > >> On Sun, 2011-07-24 at 15:09 +0100, Dave Page wrote: > >> > On Sun, Jul 24, 2011 at 2:23 PM, Guillaume Lelarge > >>

[pgadmin-hackers] pgAgent commit: Add missing includes, needed on Solaris.

2011-08-11 Thread Dave Page
Add missing includes, needed on Solaris. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=e9e6c6e6ff42db08b7649cd6a73ae48e44127369 Modified Files -- job.cpp |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- Sent via pg

Re: [pgadmin-hackers] Refresh objects on Click

2011-08-11 Thread Dave Page
On Thu, Aug 11, 2011 at 4:20 AM, Vinicius Santos wrote: > Em 10/08/2011 07:34, Dave Page escreveu: >> >> Please see about fixing those issues, and then I can give it a more in >> depth review. > > I fixed the items in question, and performed some more tests. > > Apparently it's OK. > > If any bugs

Re: [pgadmin-hackers] Fixing issues between objects and properties dialogs

2011-08-11 Thread Dave Page
On Wed, Aug 10, 2011 at 11:06 PM, Guillaume Lelarge wrote: > On Tue, 2011-08-09 at 00:30 +0200, Guillaume Lelarge wrote: >> On Sun, 2011-07-24 at 15:09 +0100, Dave Page wrote: >> > On Sun, Jul 24, 2011 at 2:23 PM, Guillaume Lelarge >> > wrote: >> > > On Sun, 2011-07-24 at 14:11 +0200, Guillaume L