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

2011-01-15 Thread Guillaume Lelarge
Update german translation. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d49e13d562ddb02cd78d7471fad9dfa6b2d80b0a Author: Harald Armin Massa Modified Files -- i18n/de_DE/pgadmin3.mo | Bin 192947 -> 206804 bytes i18n/de_DE/pgadmi

[pgadmin-hackers] wxWidgets 2.9 build

2011-01-15 Thread Peter Geoghegan
I'm having a go at getting pgadmin to build against the development branch of wxWidgets, 2.9. I intend to first get a clean WxGTK build, and perhaps move on to other WxWidgets platforms afterwards. I note that the wxWidgets/contrib directory that is present in wxWidgets 2.8 that the various shell s

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-15 Thread Guillaume Lelarge
Hi, Le 15/01/2011 20:33, Peter Geoghegan a écrit : > I'm having a go at getting pgadmin to build against the development > branch of wxWidgets, 2.9. I intend to first get a clean WxGTK build, > and perhaps move on to other WxWidgets platforms afterwards. I note > that the wxWidgets/contrib directo

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-15 Thread Dave Page
I hope we can support both versions. 2.9 will be a great help on Mac as we'll be able to use the Cocoa port. On 1/15/11, Guillaume Lelarge wrote: > Hi, > > Le 15/01/2011 20:33, Peter Geoghegan a écrit : >> I'm having a go at getting pgadmin to build against the development >> branch of wxWidgets,

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-15 Thread Guillaume Lelarge
Le 15/01/2011 20:52, Dave Page a écrit : > I hope we can support both versions. 2.9 will be a great help on Mac > as we'll be able to use the Cocoa port. > If it is possible, I cannot agree more with you. I'm afraid that the patch will be huge and, as such, won't allow us to support both. -- G

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-15 Thread Peter Geoghegan
On 15 January 2011 20:18, Guillaume Lelarge wrote: > If it is possible, I cannot agree more with you. I'm afraid that the > patch will be huge and, as such, won't allow us to support both. Is there any particular reason why you think that might be the case? Switching from Carbon to Cocoa will be

Re: [pgadmin-hackers] wxWidgets 2.9 build

2011-01-15 Thread Dave Page
The switch from carbon to cocoa shouldn't require any effort - thats the work the wxWidgets guys have done. On 1/15/11, Peter Geoghegan wrote: > On 15 January 2011 20:18, Guillaume Lelarge wrote: >> If it is possible, I cannot agree more with you. I'm afraid that the >> patch will be huge and, a