Re: [pgadmin-hackers] compilation errors: wrong actions SOLVED

2005-08-21 Thread Diego Gil
Andreas: El dom, 21-08-2005 a las 12:26 +, Andreas Pflug escribió: > Diego Gil wrote: > > > > > . I can't add a new connection. When try, pgadmin3 crash or exit without > > any notice or error. > > Fixed now. OK. tested. > > > > > . I can't change log or any other options. i.e: I set lo

Re: [pgadmin-hackers] pgAdmin3 svn 4409 on Debian - segfault

2005-08-21 Thread Tomasz Rybak
Dnia 21-08-2005, nie o godzinie 17:26 +, Andreas Pflug napisał(a): > Tomasz Rybak wrote: > > Hello. > > I've downloaded pgAdmin3 from trunk 4409. > > Use the latest (4412); there was a major problem with wxgtk in a > previous version. > I upgraded to latest version, made Debian package, ins

Re: [pgadmin-hackers] pgAdmin3 svn 4409 on Debian - segfault

2005-08-21 Thread Andreas Pflug
Tomasz Rybak wrote: Dnia 21-08-2005, nie o godzinie 17:26 +, Andreas Pflug napisał(a): actionFactory::actionFactory(menuFactoryList *list) : menuFactory(list) { + if (list){ id = list->GetCount()+MNU_ACTION -1; + } else { + id = 0; + } Yes, this f

[pgadmin-hackers] SVN Commit by andreas: r4413 - trunk/pgadmin3/src/base

2005-08-21 Thread svn
Author: andreas Date: 2005-08-22 00:25:56 +0100 (Mon, 22 Aug 2005) New Revision: 4413 Modified: trunk/pgadmin3/src/base/factory.cpp Log: early factory fix Modified: trunk/pgadmin3/src/base/factory.cpp === --- trunk/pgadmin3/src/ba

Re: [pgadmin-hackers] Splash screen

2005-08-21 Thread Andreas Pflug
Dave Page wrote: -Original Message- From: Andreas Pflug [mailto:[EMAIL PROTECTED] Sent: 21 August 2005 18:18 To: pgadmin-hackers; Dave Page; ennixo Subject: Splash screen Attached a low-res sample of a splash screen background. Anybody volunteering to make it live? Pretty sweet

Re: [pgadmin-hackers] pgAdmin3 svn 4409 on Debian - segfault

2005-08-21 Thread Tomasz Rybak
Dnia 21-08-2005, nie o godzinie 17:26 +, Andreas Pflug napisał(a): > Tomasz Rybak wrote: > > Hello. > > I've downloaded pgAdmin3 from trunk 4409. > > Use the latest (4412); there was a major problem with wxgtk in a > previous version. OK. After changing factory.cpp, pgAdmin3 works. Even Sl

Re: [pgadmin-hackers] Splash screen

2005-08-21 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 21 August 2005 18:18 > To: pgadmin-hackers; Dave Page; ennixo > Subject: Splash screen > > Attached a low-res sample of a splash screen background. > Anybody volunteering to make it live? Pretty sweet - where

Re: [pgadmin-hackers] pgAdmin3 svn 4409 on Debian - segfault

2005-08-21 Thread Andreas Pflug
Tomasz Rybak wrote: Hello. I've downloaded pgAdmin3 from trunk 4409. Use the latest (4412); there was a major problem with wxgtk in a previous version. Regards, Andreas ---(end of broadcast)--- TIP 6: explain analyze is your friend

[pgadmin-hackers] Splash screen

2005-08-21 Thread Andreas Pflug
Attached a low-res sample of a splash screen background. Anybody volunteering to make it live? Regards, Andreas <> ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [pgadmin-hackers] pgRole.h ??

2005-08-21 Thread Andreas Pflug
Dave Page wrote: Hi Andreas, Looks like you might have forgotten to checkin pgRole.h - it's preventing me building atm :-( Committed now, but still not completely implemented/tested. Regards, Andreas ---(end of broadcast)--- TIP 9: In versions

Re: [pgadmin-hackers] compilation errors: wrong actions

2005-08-21 Thread Andreas Pflug
Diego Gil wrote: . I can't add a new connection. When try, pgadmin3 crash or exit without any notice or error. Fixed now. . I can't change log or any other options. i.e: I set logging to debug level and exit program. When started pgadmin3 again, options changes don't show up. Options chang

[pgadmin-hackers] SVN Commit by andreas: r4412 - trunk/pgadmin3/src/ui

2005-08-21 Thread svn
Author: andreas Date: 2005-08-21 13:18:52 +0100 (Sun, 21 Aug 2005) New Revision: 4412 Added: trunk/pgadmin3/src/ui/dlgRole.xrc Log: Roles Added: trunk/pgadmin3/src/ui/dlgRole.xrc === --- trunk/pgadmin3/src/ui/dlgRole.xrc 2005-08

[pgadmin-hackers] SVN Commit by andreas: r4411 - in trunk/pgadmin3/src: frm main

2005-08-21 Thread svn
Author: andreas Date: 2005-08-21 12:57:39 +0100 (Sun, 21 Aug 2005) New Revision: 4411 Modified: trunk/pgadmin3/src/frm/frmOptions.cpp trunk/pgadmin3/src/main/events.cpp Log: fix destructor error Modified: trunk/pgadmin3/src/frm/frmOptions.cpp