[pgadmin-hackers] [pgAdmin III] #268: Mousewheel support on Explain, Messages, History

2010-10-23 Thread pgAdmin Trac
#268: Mousewheel support on Explain, Messages, History ---+ Reporter: Thom Brown | Owner: dpage Type: feature| Status: new Priority: minor | Milestone: Componen

Re: [pgadmin-hackers] Issues with dlgType

2010-10-23 Thread Guillaume Lelarge
Le 22/10/2010 05:02, Guillaume Lelarge a écrit : > Le 22/10/2010 01:01, Dave Page a écrit : >> On Fri, Oct 22, 2010 at 12:29 AM, Guillaume Lelarge >> wrote: >>> Hi, >>> >>> I've found quite a few bugs in the way we handle the dlgType dialog, and >>> more to the point the Length and Precision textb

Re: [pgadmin-hackers] Ticket 247: Defined Custom Colors not retained

2010-10-23 Thread Guillaume Lelarge
Le 21/10/2010 16:26, Guillaume Lelarge a écrit : > Le 15/10/2010 16:09, Guillaume Lelarge a écrit : >> Hi, >> >> Here is a patch to implement this. I'm not sure if we should consider >> this as a bug or a new feature, any ideas? >> >> Comments on the patch? >> > > With no comments, it will be cons

Re: [pgadmin-hackers] [pgAdmin III] #247: Defined Custom Colors not retained

2010-10-23 Thread pgAdmin Trac
#247: Defined Custom Colors not retained ---+ Reporter: Melvin Davidson | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone: 1.14

[pgadmin-hackers] Re: [pgAdmin III] #263: Allow the use of the mouse wheel to increase/decrease font size in grids

2010-10-23 Thread pgAdmin Trac
#263: Allow the use of the mouse wheel to increase/decrease font size in grids -+-- Reporter: Thom Brown | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone:

Re: [pgadmin-hackers] [pgAdmin III] #247: Defined Custom Colors not retained

2010-10-23 Thread pgAdmin Trac
#247: Defined Custom Colors not retained ---+ Reporter: Melvin Davidson | Owner: gleu Type: feature | Status: closed Priority: minor | Milestone:

[pgadmin-hackers] pgAdmin III commit: Allow the use of mouse wheel to change font size

2010-10-23 Thread Guillaume Lelarge
Allow the use of mouse wheel to change font size on the result grid. Done with a lot of great comments from Thom Brown. Implements #263. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6081a118868977429c1bb5f2dd2d56d4c39c6331 Modified Files -

[pgadmin-hackers] pgAdmin III commit: Store/retrieve custom colours in colour picker

2010-10-23 Thread Guillaume Lelarge
Store/retrieve custom colours in colour picker We don't set the custom colours a user could record. This patch adds this ability by setting the custom colours before opening the standard dialog and by storing the colours if the user clicked OK. Implements #247. Branch -- master Details

[pgadmin-hackers] pgAdmin website commit: New website translation: Salvatorian

2010-10-23 Thread Guillaume Lelarge
New website translation: Salvatorian Translation per Dadan Setia. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=0c977880b5ce52fcf3d41de6a56a414a5c9f24f8 Modified Files -- include/page.php |1 + i

Re: [pgadmin-hackers] [pgAdmin III] #267: Bugs in dlgType

2010-10-23 Thread pgAdmin Trac
#267: Bugs in dlgType --+- Reporter: gleu | Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.12.2 Component: pgadmin | Version: 1.12 Resolution: fixed

Re: [pgadmin-hackers] [pgAdmin III] #262: Increasing size of results grid

2010-10-23 Thread pgAdmin Trac
#262: Increasing size of results grid --+- Reporter: Josh Berkus | Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.12.2 Component: pgadmin |

[pgadmin-hackers] pgAdmin III commit: Fix a lot of issues with length and precision

2010-10-23 Thread Guillaume Lelarge
Fix a lot of issues with length and precision The display of length and precision was buggy: not displayed in the textboxes, and textboxes not disabled when the user was working on an existing user type. And a few other stuff. This work was required to allow the support of the new ALTER TYPE sy

[pgadmin-hackers] pgAdmin III commit: Fix a lot of issues with length and precision

2010-10-23 Thread Guillaume Lelarge
Fix a lot of issues with length and precision The display of length and precision was buggy: not displayed in the textboxes, and textboxes not disabled when the user was working on an existing user type. And a few other stuff. This work was required to allow the support of the new ALTER TYPE sy

[pgadmin-hackers] [pgAdmin III] #267: Bugs in dlgType

2010-10-23 Thread pgAdmin Trac
#267: Bugs in dlgType -+-- Reporter: gleu | Owner: gleu Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Version: 1.12 Keywords: type |Platfo

[pgadmin-hackers] pgAdmin III commit: Force the query font on the results grid

2010-10-23 Thread Guillaume Lelarge
Force the query font on the results grid Asked by Josh Berkus. Fixes #262. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a14be43d1712fdd49e468469e7755fc86d896811 Modified Files -- pgadmin/ctl/ctlSQLGrid.cpp |4 1 files c

[pgadmin-hackers] pgAdmin III commit: Force the query font on the results grid

2010-10-23 Thread Guillaume Lelarge
Force the query font on the results grid Asked by Josh Berkus. Fixes #262. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4f921680ee3005710c795d86dfc6df371cfead81 Modified Files -- pgadmin/ctl/ctlSQLGrid.cpp |4 ++

Re: [pgadmin-hackers] Indonesian and Indonesia

2010-10-23 Thread Guillaume Lelarge
Le 22/10/2010 05:51, Dadan Setia a écrit : > Indonesian and Indonesia Thanks, I just commited it. It would be great next time if you tell us what you send us. Being a .po file, there is not much to guess. But I first thought of a pgAdmin's translation, not the website. -- Guillaume http://www

Re: [pgadmin-hackers] Ticket 256: add INSTEAD OF support for triggers

2010-10-23 Thread Guillaume Lelarge
Le 23/10/2010 14:03, Dave Page a écrit : > On Sat, Oct 23, 2010 at 3:00 PM, Guillaume Lelarge > wrote: >> Hi, >> >> It was much easier than I previously thought. This patch adds a Triggers >> node in the each view object node if you're connected to a 9.1 >> PostgreSQL server. You can add and see t

Re: [pgadmin-hackers] Ticket 256: add INSTEAD OF support for triggers

2010-10-23 Thread Dave Page
On Sat, Oct 23, 2010 at 3:00 PM, Guillaume Lelarge wrote: > Hi, > > It was much easier than I previously thought. This patch adds a Triggers > node in the each view object node if you're connected to a 9.1 > PostgreSQL server. You can add and see triggers on views. > > It's not ready to be commite

[pgadmin-hackers] Ticket 256: add INSTEAD OF support for triggers

2010-10-23 Thread Guillaume Lelarge
Hi, It was much easier than I previously thought. This patch adds a Triggers node in the each view object node if you're connected to a 9.1 PostgreSQL server. You can add and see triggers on views. It's not ready to be commited. I still have a bug to fix. I tried since two days, and I can't make

[pgadmin-hackers] [pgAdmin III] #266: Unable to backup table when quotation marks used in the name

2010-10-23 Thread pgAdmin Trac
#266: Unable to backup table when quotation marks used in the name -+-- Reporter: maiesky | Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin

[pgadmin-hackers] pgAdmin III commit: Re-order the wxWidgets builds on GTK and Mac to ens

2010-10-23 Thread Dave Page
Re-order the wxWidgets builds on GTK and Mac to ensure that shared/non-debug is last and therefore becomes the default. Also, build wxrc and hhp2cached while we're at it. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ab02ff578cfe67bfd28278ca

[pgadmin-hackers] pgAdmin III commit: Build static libraries as well on Windows for those

2010-10-23 Thread Dave Page
Build static libraries as well on Windows for those of us that have to maintain older versions of pgAdmin. Build wxrc and hhp2cached at the same time, and update scripts to call them directly from the wxWidgets directory. Branch -- master Details --- http://git.postgresql.org/gitweb?p=p