Re: [pgadmin-hackers] Fixed pgAdmin3 issues/asserts

2012-02-28 Thread Guillaume Lelarge
On Tue, 2012-02-28 at 12:41 +0530, Akshay Joshi wrote:
> Hi Guillaume/Dave
> 
> On Tue, Feb 28, 2012 at 4:02 AM, Guillaume Lelarge
>  wrote:
> On Mon, 2012-02-27 at 16:49 +, Dave Page wrote:
> > Thanks, applied.
> >
> 
> I probably have missed something. I thought the work on 2.9
> wasn't
> finished. Are you able to compile with 2.9 on Windows?
> 
> 
>   Yes, I am able to compile it with 2.9 on Windows. I have created two
> configurations Debug (2.9) and Release(2.9) where wxWidgets libraries
> gets changed from
>   2.8 to 2.9. Attached is the patch which contain changes in ".sln"
> and ".vcproj" file.
>   For the work on 2.9 as concern, I have fixed issues/asserts that I
> have found. It is possible that there are many more such
> asserts/issues that we will have to fix. 
>   
>   Dave, If patch looks good to you then can you please commit it.  
> 

That's great. If your .sln/.vcproj files allow us to still work on 2.8,
I see no reason not to apply them. (I won't apply them myself because I
have no Windows PC right now to check them, but I guess Dave will be
able to do that quicker than me)

Thank you for your work.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.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: Fix the handling of empty strings in the histoqueri

2012-02-28 Thread Guillaume Lelarge
Fix the handling of empty strings in the histoqueries file

If the string between  tags was empty, we would cycle indefinitely
because of the continue statement.

Per report from Bartosz Dmytrak.

Branch
--
REL-1_14_0_PATCHES

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

Modified Files
--
CHANGELOG|2 ++
pgadmin/frm/frmQuery.cpp |   23 +++
2 files changed, 13 insertions(+), 12 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 handling of empty strings in the histoqueri

2012-02-28 Thread Guillaume Lelarge
Fix the handling of empty strings in the histoqueries file

If the string between  tags was empty, we would cycle indefinitely
because of the continue statement.

Per report from Bartosz Dmytrak.

Branch
--
master

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

Modified Files
--
CHANGELOG|2 ++
pgadmin/frm/frmQuery.cpp |   23 +++
2 files changed, 13 insertions(+), 12 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 website commit: Update website's polish translation

2012-02-28 Thread Guillaume Lelarge
Update website's polish translation

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=5ad2cc65696570551ab88a318e75ce3a70d5acaf
Author: Begina Felicysym 

Modified Files
--
locale/pl_PL/LC_MESSAGES/pgadmin3_website.mo |  Bin 162959 -> 165284 bytes
locale/pl_PL/LC_MESSAGES/pgadmin3_website.po |   58 -
2 files changed, 28 insertions(+), 30 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] pgadmin3_website polish translation

2012-02-28 Thread Guillaume Lelarge
On Tue, 2012-02-28 at 01:17 +0100, Begina Felicysym wrote:
> Hi, 
> I send you the a fixed translation of the website.
> 
> "Russian" -> "Rosyjski"
> 
> By the way, the "PostgreSQL National Language Support" on the 
> Translation/Introduction page is broken, and  
> http://www.pgadmin.org/locale/pgadmin3_website.pot is outdated.
> 

Commited and pushed, thanks.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.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: Add wxWidgets 2.9 support to the VC++ project files

2012-02-28 Thread Dave Page
Add wxWidgets 2.9 support to the VC++ project files.

Branch
--
master

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

Modified Files
--
pgAdmin3.sln|   18 +
pgadmin/pgAdmin3.vcproj |  958 +-
xtra/png2c/png2c.vcproj |  148 
3 files changed, 1103 insertions(+), 21 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] Fixed pgAdmin3 issues/asserts

2012-02-28 Thread Dave Page
Thanks, patch applied.

On Tue, Feb 28, 2012 at 7:11 AM, Akshay Joshi
 wrote:
> Hi Guillaume/Dave
>
> On Tue, Feb 28, 2012 at 4:02 AM, Guillaume Lelarge 
> wrote:
>>
>> On Mon, 2012-02-27 at 16:49 +, Dave Page wrote:
>> > Thanks, applied.
>> >
>>
>> I probably have missed something. I thought the work on 2.9 wasn't
>> finished. Are you able to compile with 2.9 on Windows?
>
>
>   Yes, I am able to compile it with 2.9 on Windows. I have created two
> configurations Debug (2.9) and Release(2.9) where wxWidgets libraries gets
> changed from
>   2.8 to 2.9. Attached is the patch which contain changes in ".sln" and
> ".vcproj" file.
>   For the work on 2.9 as concern, I have fixed issues/asserts that I have
> found. It is possible that there are many more such asserts/issues that we
> will have to fix.
>
>   Dave, If patch looks good to you then can you please commit it.
>>
>>
>>
>> --
>> Guillaume
>> http://blog.guillaume.lelarge.info
>> http://www.dalibo.com
>>
>
>
>
> --
> Akshay Joshi
> Senior Software Engineer
> EnterpriseDB Corporation
> The Enterprise PostgreSQL Company
> Phone: +91 20-3058-9522
> Mobile: +91 976-788-8246
>



-- 
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


[pgadmin-hackers] pgAdmin III commit: Extensions have no owner

2012-02-28 Thread Guillaume Lelarge
Extensions have no owner

Even if there is a pg_extension.extowner column, there is no way to change it
with ALTER EXTENSION, and to set it with CREATE EXTENSION. dlgExtension
doesn't even show it.

So, we get rid of the owner handling.

Per report from James B. Byrne.

Branch
--
REL-1_14_0_PATCHES

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

Modified Files
--
CHANGELOG  |2 ++
pgadmin/schema/pgExtension.cpp |8 ++--
2 files changed, 4 insertions(+), 6 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: Extensions have no owner

2012-02-28 Thread Guillaume Lelarge
Extensions have no owner

Even if there is a pg_extension.extowner column, there is no way to change it
with ALTER EXTENSION, and to set it with CREATE EXTENSION. dlgExtension
doesn't even show it.

So, we get rid of the owner handling.

Per report from James B. Byrne.

Branch
--
master

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

Modified Files
--
CHANGELOG  |2 ++
pgadmin/schema/pgExtension.cpp |8 ++--
2 files changed, 4 insertions(+), 6 deletions(-)


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