Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Dave Page
On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge
 wrote:
> Hi,
>
> I've seen that there will be minor releases of PostgreSQL in one to two
> weeks. It would probably be a good idea to release 1.10.2. There is not
> a lot of fixes (9 closed tickets, see
> http://code.pgadmin.org/trac/query?status=closed&group=resolution&milestone=1.10.2),
> but some of them are bad enough.

I'm not entirely against the idea, but I'm not sure I have the spare
cycles myself to do it all. Can you handle the version stamping,
tagging and website updates if I build the tarball and windows/mac
packages?

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

-- 
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] Follow-up on "Query tool layout issues"

2010-03-08 Thread Dave Page
On Sat, Mar 6, 2010 at 5:22 PM, Guillaume Lelarge
 wrote:
> Hi,
>
> Dave found some issues on the layout of the query tool. They are on a
> few mails, so I thought I'll answer to all of them in a new thread.
>
> Here is the list of issues, and my answers:
>
>> I just went to add a server in a pgAdmin build from SVN trunk and
>> noticed that the new colour selector doesn't work so well on Mac.
>
> This is an issue with the wxColourPickerCtrl widget I used. So, after
> some discussions, I went on to code my own colour picker widget. You'll
> find it in the 1_ctlColourPicker.patch file. It adds the new widget and
> replace every wxColourPickerCtrl with a ctlColourPicker.

OK, sounds good.

>> The connection drop-down has become rather ugly (the button doesn't
>> line up vertically), and requires scrolling even for a tiny list.
>
> Not yet worked on it. I also have the issue on Linux and Mac OS X.

OK.

>> The left-hand margin is the same colour as the text area now. Can we
>> make it gray again please?
>
> Already send a patch for this. I updated it to work with the new
> ctlColourPicker widget. See 2_margin.patch.

Yup.

>> The buttons to the right of the recent queries combo are not lined up with 
>> it.
>
> Already fixed (revision 8199, http://code.pgadmin.org/trac/changeset/8199).

:-)

>> The Query tool looks good now, but I get a crash if I try to open the
>> Options dialogue:
>
> I suppose this is fixed since your xrcDialogs.cpp commit?

Yes.

>> - Only add a query to the list is it executes without an error,
>> otherwise it will get spammed with non-functional queries and typos.
>> - You can probably remove the 'Current' from 'Delete Current' and save
>> some space. I think current is implied by the fact that the other says
>> 'all'.
>
> See 3_miscquery.patch. It didn't need an update since last time.

Yup., that was working fine.

>> BTW, on OSX, the tabset overflows the width of the dialogue now. Can
>> we widen the dialogue, and perhaps move all the colour options onto
>> one tab?
>
> I need to add 50% of the size of the dialog to get something good
> enough. You'll find another patch for this, but I'll need to do better.
> The dialog is usable with this patch, but it's not pretty. I'll work
> more on this by adding sizers, but I should probably work on more
> important items right now (exclusion constraint and other 9.0 new stuff).

I wonder if the time has come to redesign it to use a listbox full of
checkboxes/strings like some other programs do. Or replace the tabs
with a treeview-like page browser. Or a combination of the two, like
Visual Studio (iirc).

> To test my code, don't forget to update xrcDialogs.cpp. I don't do it to
> keep low the size of my patches.

I'm sure it's fine - please go ahead and commit if you're happy. I
don't have too many free cycles right now, and don't want to delay
your work.

Thanks!

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

-- 
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-03-08 Thread Guillaume Lelarge
Le 08/03/2010 11:19, Dave Page a écrit :
> On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge
>  wrote:
>> Hi,
>>
>> I've seen that there will be minor releases of PostgreSQL in one to two
>> weeks. It would probably be a good idea to release 1.10.2. There is not
>> a lot of fixes (9 closed tickets, see
>> http://code.pgadmin.org/trac/query?status=closed&group=resolution&milestone=1.10.2),
>> but some of them are bad enough.
> 
> I'm not entirely against the idea, but I'm not sure I have the spare
> cycles myself to do it all. Can you handle the version stamping,
> tagging and website updates if I build the tarball and windows/mac
> packages?
> 

I can surely do that. I'll have to check how to do all that (especially
the stamping part), but I'm available for this. FYI, I'm not available
all day long till thursday night. But I can work on this at night, and
after thursday night.


-- 
Guillaume.
 http://www.postgresqlfr.org
 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-03-08 Thread Dave Page
On Mon, Mar 8, 2010 at 5:44 PM, Guillaume Lelarge
 wrote:
> Le 08/03/2010 11:19, Dave Page a écrit :
>> On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge
>>  wrote:
>>> Hi,
>>>
>>> I've seen that there will be minor releases of PostgreSQL in one to two
>>> weeks. It would probably be a good idea to release 1.10.2. There is not
>>> a lot of fixes (9 closed tickets, see
>>> http://code.pgadmin.org/trac/query?status=closed&group=resolution&milestone=1.10.2),
>>> but some of them are bad enough.
>>
>> I'm not entirely against the idea, but I'm not sure I have the spare
>> cycles myself to do it all. Can you handle the version stamping,
>> tagging and website updates if I build the tarball and windows/mac
>> packages?
>>
>
> I can surely do that. I'll have to check how to do all that (especially
> the stamping part), but I'm available for this. FYI, I'm not available
> all day long till thursday night. But I can work on this at night, and
> after thursday night.

The version stamping should largely consist of just editting version.h
and committing it.

Note that the tarball will need to be built for first thing Friday
morning, in time for the PostgreSQL builds.

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

-- 
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-03-08 Thread Guillaume Lelarge
Le 08/03/2010 18:46, Dave Page a écrit :
> On Mon, Mar 8, 2010 at 5:44 PM, Guillaume Lelarge
>  wrote:
>> Le 08/03/2010 11:19, Dave Page a écrit :
>>> On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge
>>>  wrote:
 Hi,

 I've seen that there will be minor releases of PostgreSQL in one to two
 weeks. It would probably be a good idea to release 1.10.2. There is not
 a lot of fixes (9 closed tickets, see
 http://code.pgadmin.org/trac/query?status=closed&group=resolution&milestone=1.10.2),
 but some of them are bad enough.
>>>
>>> I'm not entirely against the idea, but I'm not sure I have the spare
>>> cycles myself to do it all. Can you handle the version stamping,
>>> tagging and website updates if I build the tarball and windows/mac
>>> packages?
>>>
>>
>> I can surely do that. I'll have to check how to do all that (especially
>> the stamping part), but I'm available for this. FYI, I'm not available
>> all day long till thursday night. But I can work on this at night, and
>> after thursday night.
> 
> The version stamping should largely consist of just editting version.h
> and committing it.
> 
> Note that the tarball will need to be built for first thing Friday
> morning, in time for the PostgreSQL builds.
> 

I suppose I can do this... hmm, say... wednesday night? or do you prefer
I do this right now, so that we are sure it is done?


-- 
Guillaume.
 http://www.postgresqlfr.org
 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] SVN Commit by guillaume: r8206 - in trunk/pgadmin3/pgadmin: . ctl dlg frm include include/ctl include/utils ui

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:26 + (Mon, 08 Mar 2010)

New Revision: 8206

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8206&view=rev

Log:
Replace wxColourPickerCtrl with ctlColourPicker, our own implementation to
workaround Mac OS X display issues.


Added:
   trunk/pgadmin3/pgadmin/ctl/ctlColourPicker.cpp
   trunk/pgadmin3/pgadmin/ctl/xh_ctlcolourpicker.cpp
   trunk/pgadmin3/pgadmin/include/ctl/ctlColourPicker.h
   trunk/pgadmin3/pgadmin/include/ctl/xh_ctlcolourpicker.h
Modified:
   trunk/pgadmin3/pgadmin/ctl/module.mk
   trunk/pgadmin3/pgadmin/dlg/dlgServer.cpp
   trunk/pgadmin3/pgadmin/frm/frmOptions.cpp
   trunk/pgadmin3/pgadmin/include/ctl/module.mk
   trunk/pgadmin3/pgadmin/include/ctl/xh_ctlchecktreeview.h
   trunk/pgadmin3/pgadmin/include/pgAdmin3.h
   trunk/pgadmin3/pgadmin/include/precomp.h
   trunk/pgadmin3/pgadmin/include/utils/misc.h
   trunk/pgadmin3/pgadmin/pgAdmin3.cpp
   trunk/pgadmin3/pgadmin/pgAdmin3.vcproj
   trunk/pgadmin3/pgadmin/ui/dlgServer.xrc
   trunk/pgadmin3/pgadmin/ui/frmOptions.xrc

-- 
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] SVN Commit by guillaume: r8207 - in trunk/pgadmin3/pgadmin: ctl frm include/utils ui

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:32 + (Mon, 08 Mar 2010)

New Revision: 8207

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8207&view=rev

Log:
Get back the background color of the margin. Make it customizable.


Modified:
   trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp
   trunk/pgadmin3/pgadmin/frm/frmOptions.cpp
   trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
   trunk/pgadmin3/pgadmin/ui/frmOptions.xrc

-- 
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] SVN Commit by guillaume: r8208 - trunk/pgadmin3/pgadmin/frm

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:35 + (Mon, 08 Mar 2010)

New Revision: 8208

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8208&view=rev

Log:
Miscellanous:
* remove the 'Current' from 'Delete Current';
* only add the query to the list if it executes without an error.


Modified:
   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp

-- 
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] SVN Commit by guillaume: r8209 - trunk/pgadmin3/pgadmin/ui

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:37 + (Mon, 08 Mar 2010)

New Revision: 8209

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8209&view=rev

Log:
Make the frmOptions dialog usable on Mac (but not pretty). It still needs more
work to be pretty.


Modified:
   trunk/pgadmin3/pgadmin/ui/frmOptions.xrc

-- 
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] SVN Commit by guillaume: r8210 - trunk/pgadmin3/pgadmin/ctl

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:39 + (Mon, 08 Mar 2010)

New Revision: 8210

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8210&view=rev

Log:
Suppress trailing whitespace.


Modified:
   trunk/pgadmin3/pgadmin/ctl/ctlColourPicker.cpp

-- 
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] SVN Commit by guillaume: r8211 - trunk/pgadmin3/pgadmin/frm

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:41 + (Mon, 08 Mar 2010)

New Revision: 8211

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8211&view=rev

Log:
Fix an issue occuring when you haven't set the colour of a server.


Modified:
   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp

-- 
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] SVN Commit by guillaume: r8212 - in trunk/pgadmin3: . pgadmin/ui

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 17:57:45 + (Mon, 08 Mar 2010)

New Revision: 8212

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8212&view=rev

Log:
Update CHANGELOG file.
Rebuild xrcDialogs.cpp.


Modified:
   trunk/pgadmin3/CHANGELOG
   trunk/pgadmin3/pgadmin/ui/xrcDialogs.cpp

-- 
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] Follow-up on "Query tool layout issues"

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 11:24, Dave Page a écrit :
> On Sat, Mar 6, 2010 at 5:22 PM, Guillaume Lelarge
>  wrote:
> [...]
>>> BTW, on OSX, the tabset overflows the width of the dialogue now. Can
>>> we widen the dialogue, and perhaps move all the colour options onto
>>> one tab?
>>
>> I need to add 50% of the size of the dialog to get something good
>> enough. You'll find another patch for this, but I'll need to do better.
>> The dialog is usable with this patch, but it's not pretty. I'll work
>> more on this by adding sizers, but I should probably work on more
>> important items right now (exclusion constraint and other 9.0 new stuff).
> 
> I wonder if the time has come to redesign it to use a listbox full of
> checkboxes/strings like some other programs do. Or replace the tabs
> with a treeview-like page browser. Or a combination of the two, like
> Visual Studio (iirc).
> 

I'll try to do something based on that. My first idea was something like
wxPropertyGrid
(http://wxpropgrid.sourceforge.net/cgi-bin/index?page=about), I suppose
also this is what you wanted to say with the VisualStudio stuff.

>> To test my code, don't forget to update xrcDialogs.cpp. I don't do it to
>> keep low the size of my patches.
> 
> I'm sure it's fine - please go ahead and commit if you're happy. I
> don't have too many free cycles right now, and don't want to delay
> your work.
> 

OK, commit done. I did one commit per patch because I find it easier to
understand the different steps.


-- 
Guillaume.
 http://www.postgresqlfr.org
 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-03-08 Thread Dave Page
If u can finalise, stamp and tag today, that would be extremely
helpful. I'll build tomorrow then.

On 3/8/10, Guillaume Lelarge  wrote:
> Le 08/03/2010 18:46, Dave Page a écrit :
>> On Mon, Mar 8, 2010 at 5:44 PM, Guillaume Lelarge
>>  wrote:
>>> Le 08/03/2010 11:19, Dave Page a écrit :
 On Sat, Mar 6, 2010 at 5:59 PM, Guillaume Lelarge
  wrote:
> Hi,
>
> I've seen that there will be minor releases of PostgreSQL in one to two
> weeks. It would probably be a good idea to release 1.10.2. There is not
> a lot of fixes (9 closed tickets, see
> http://code.pgadmin.org/trac/query?status=closed&group=resolution&milestone=1.10.2),
> but some of them are bad enough.

 I'm not entirely against the idea, but I'm not sure I have the spare
 cycles myself to do it all. Can you handle the version stamping,
 tagging and website updates if I build the tarball and windows/mac
 packages?

>>>
>>> I can surely do that. I'll have to check how to do all that (especially
>>> the stamping part), but I'm available for this. FYI, I'm not available
>>> all day long till thursday night. But I can work on this at night, and
>>> after thursday night.
>>
>> The version stamping should largely consist of just editting version.h
>> and committing it.
>>
>> Note that the tarball will need to be built for first thing Friday
>> morning, in time for the PostgreSQL builds.
>>
>
> I suppose I can do this... hmm, say... wednesday night? or do you prefer
> I do this right now, so that we are sure it is done?
>
>
> --
> Guillaume.
>  http://www.postgresqlfr.org
>  http://dalibo.com
>


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

-- 
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] SVN Commit by guillaume: r8213 - in branches/REL-1_10_0_PATCHES/pgadmin3/i18n: af_ZA ar_SA bg_BG ca_ES cs_CZ da_DK de_CH de_DE el_GR es_ES fa_IR fi_FI fr_FR gl_ES gu_IN hi_IN hr_HR h

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 19:02:30 + (Mon, 08 Mar 2010)

New Revision: 8213

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8213&view=rev

Log:
Automatic merge using stringmerge script.


Modified:
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/af_ZA/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ar_SA/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/bg_BG/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ca_ES/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/cs_CZ/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/da_DK/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/de_CH/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/de_DE/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/el_GR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/es_ES/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/fa_IR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/fi_FI/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/fr_FR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/gl_ES/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/gu_IN/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/hi_IN/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/hr_HR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/hu_HU/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/id_ID/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/is_IS/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/it_IT/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ja_JP/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ko_KR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/lt_LT/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/lv_LV/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/mk_MK/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/nb_NO/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/nl_NL/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/pl_PL/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/pt_BR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/pt_PT/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ro_RO/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ru_RU/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/sk_SK/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/sl_SI/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/sr_RS/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/sv_SE/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/te_IN/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/tl_PH/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/tr_TR/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/uk_UA/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/ur_PK/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/vi_VN/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/zh_CN/pgadmin3.po
   branches/REL-1_10_0_PATCHES/pgadmin3/i18n/zh_TW/pgadmin3.po

-- 
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] SVN Commit by guillaume: r8214 - branches/REL-1_10_0_PATCHES/pgadmin3

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 19:03:24 + (Mon, 08 Mar 2010)

New Revision: 8214

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8214&view=rev

Log:
Update .pot file.



Modified:
   branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin3.pot

-- 
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] Follow-up on "Query tool layout issues"

2010-03-08 Thread Dave Page
On Mon, Mar 8, 2010 at 6:04 PM, Guillaume Lelarge
 wrote:

> I'll try to do something based on that. My first idea was something like
> wxPropertyGrid
> (http://wxpropgrid.sourceforge.net/cgi-bin/index?page=about), I suppose
> also this is what you wanted to say with the VisualStudio stuff.

Yeah, thats the sort of thing. Shame it's another external library
though :-(. Think I'd prefer to avoid that.

> OK, commit done. I did one commit per patch because I find it easier to
> understand the different steps.

Absolutely the correct approach. Never mix patches in one commit. :-)

-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
PG East Conference: http://www.enterprisedb.com/community/nav-pg-east-2010.do

-- 
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] SVN Commit by guillaume: r8215 - branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/include

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 20:58:17 + (Mon, 08 Mar 2010)

New Revision: 8215

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8215&view=rev

Log:
Bump version for release.



Modified:
   branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/include/version.h

-- 
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] SVN Commit by guillaume: r8216 - tags

2010-03-08 Thread svn
Author: guillaume

Date: 2010-03-08 21:20:36 + (Mon, 08 Mar 2010)

New Revision: 8216

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8216&view=rev

Log:
Create REL-1_10_2 tag


Added:
   tags/REL-1_10_2/

-- 
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] Re: [pgAdmin III] #46: "Use Replication" label/field bug in Column Create/Edit Dialog

2010-03-08 Thread pgAdmin Trac
#46: "Use Replication" label/field bug in Column Create/Edit Dialog
--+-
 Reporter:  JwexlerAt MailDotCom  |   Owner:  gleu
 Type:  bug   |  Status:  accepted
 Priority:  minor |   Milestone:  
Component:  pgadmin   | Version:  1.10
 Keywords:  column|Platform:  windows 
--+-
Changes (by gleu):

  * milestone:  1.10.2 =>


-- 
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] Re: [pgAdmin III] #70: pgAdmin III crashed if select Add a New join in joins section of GQB

2010-03-08 Thread pgAdmin Trac
#70: pgAdmin III crashed if select Add a New join in joins section of GQB
--+-
 Reporter:  dpage |   Owner:  dpage  
 Type:  bug   |  Status:  new
 Priority:  critical  |   Milestone: 
Component:  pgadmin   | Version:  1.10   
 Keywords:|Platform:  solaris
--+-
Changes (by gleu):

  * milestone:  1.10.2 =>


-- 
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] Re: [pgAdmin III] #72: Database name contains Chinese chars then debugging procedure/function in it results in core dump

2010-03-08 Thread pgAdmin Trac
#72: Database name contains Chinese chars then debugging procedure/function in
it results in core dump
--+-
 Reporter:  dpage |   Owner:  dpage  
 Type:  bug   |  Status:  new
 Priority:  critical  |   Milestone: 
Component:  pgadmin   | Version:  1.10   
 Keywords:|Platform:  solaris
--+-
Changes (by gleu):

  * milestone:  1.10.2 =>


-- 
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] Re: [pgAdmin III] #64: Null pointer error when trying to create database with Chinese characters in name

2010-03-08 Thread pgAdmin Trac
#64: Null pointer error when trying to create database with Chinese characters
in name
-+--
 Reporter:  dpage|   Owner:  dpage  
 Type:  bug  |  Status:  new
 Priority:  major|   Milestone: 
Component:  pgadmin  | Version:  1.10   
 Keywords:   |Platform:  solaris
-+--
Changes (by gleu):

  * milestone:  1.10.2 =>


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


Re: [pgadmin-hackers] New minor release?

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 19:24, Dave Page a écrit :
> If u can finalise, stamp and tag today, that would be extremely
> helpful. I'll build tomorrow then.
> 

Stamped and tagged. I still need to work on the website though.


-- 
Guillaume.
 http://www.postgresqlfr.org
 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] SVN Commit by guillaume: r8217 - in tags/REL-1_10_2: . pgadmin3 pgadmin3/i18n/af_ZA pgadmin3/i18n/ar_SA pgadmin3/i18n/bg_BG pgadmin3/i18n/ca_ES pgadmin3/i18n/cs_CZ pgadmin3/i18n/

2010-03-08 Thread Guillaume Lelarge
Le 08/03/2010 22:22, s...@pgadmin.org a écrit :
> Author: guillaume
> 
> Date: 2010-03-08 21:22:43 + (Mon, 08 Mar 2010)
> 
> New Revision: 8217
> 
> Revision summary: 
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8217&view=rev
> 
> Log:
> Tag pgAdmin 1.10.2
> 
> 
> Added:
>tags/REL-1_10_2/pgadmin3/
>tags/REL-1_10_2/pgadmin3/i18n/af_ZA/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ar_SA/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/bg_BG/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ca_ES/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/cs_CZ/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/da_DK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/de_CH/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/de_DE/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/el_GR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/es_ES/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/fa_IR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/fi_FI/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/fr_FR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/gl_ES/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/gu_IN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/hi_IN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/hr_HR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/hu_HU/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/id_ID/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/is_IS/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/it_IT/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ja_JP/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ko_KR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/lt_LT/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/lv_LV/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/mk_MK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/nb_NO/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/nl_NL/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/pl_PL/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/pt_BR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/pt_PT/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ro_RO/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ru_RU/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sk_SK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sl_SI/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sr_RS/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sv_SE/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/te_IN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/tl_PH/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/tr_TR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/uk_UA/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ur_PK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/vi_VN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/zh_CN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/zh_TW/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/pgadmin/include/version.h
>tags/REL-1_10_2/pgadmin3/pgadmin3.pot
> Removed:
>tags/REL-1_10_2/pgadmin3/i18n/af_ZA/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ar_SA/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/bg_BG/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ca_ES/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/cs_CZ/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/da_DK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/de_CH/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/de_DE/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/el_GR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/es_ES/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/fa_IR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/fi_FI/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/fr_FR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/gl_ES/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/gu_IN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/hi_IN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/hr_HR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/hu_HU/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/id_ID/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/is_IS/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/it_IT/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ja_JP/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ko_KR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/lt_LT/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/lv_LV/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/mk_MK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/nb_NO/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/nl_NL/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/pl_PL/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/pt_BR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/pt_PT/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ro_RO/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/ru_RU/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sk_SK/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sl_SI/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sr_RS/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/sv_SE/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/te_IN/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/tl_PH/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/tr_TR/pgadmin3.po
>tags/REL-1_10_2/pgadmin3/i18n/uk_UA/pgadmin3.po
>tags/REL-1_10

Re: [pgadmin-hackers] [pgAdmin III] #143: Replace wxColourPicker with a custom one

2010-03-08 Thread pgAdmin Trac
#143: Replace wxColourPicker with a custom one
--+-
  Reporter:  gleu |   Owner:  gleu  
  Type:  feature  |  Status:  closed
  Priority:  minor|   Milestone:  1.12  
 Component:  pgadmin  | Version:  trunk 
Resolution:  fixed|Keywords:  widget
  Platform:  all  |  
--+-
Changes (by gleu):

  * keywords:  => widget
  * status:  assigned => closed
  * type:  bug => feature
  * resolution:  => fixed
  * milestone:  => 1.12


Comment:

 Done in r8206.

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