[pgadmin-hackers] OIDS > INT_MAX displayed wrapped around

2007-07-30 Thread Kris Jurka
The display for tables that have oids higher than INT_MAX is correct in one dialog, but wrapped around in another. The popup properties is wrong while the properties displayed in the core view is right. It's difficult to describe exactly in words, so here's a screenshot. http://ejurka.com/

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-30 Thread Guillaume Lelarge
Jyrki Wahlstedt a écrit : >>[...] >> What configure option were used for wxWidgets, PostgreSQL and pgAdmin? >> What version of each were used exactly? > This is easy, though longish (all configure options are defined in > MacPorts Portfiles): > wxWidgets: 2.8.4 This is really strange. Excerpt of y

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-30 Thread Jyrki Wahlstedt
On 30.7.2007, at 22.59, Dave Page wrote: Jyrki Wahlstedt wrote: Hi, I built b2 on OS X succesfully. However, trying to run it leads to an immediate crash with the following: :-( I expect to find the cause later, but if someone finds it immediately, it would be nice. It could have somethi

Re: [pgadmin-hackers] Beta 2 start problem on OS X

2007-07-30 Thread Dave Page
Jyrki Wahlstedt wrote: > Hi, > I built b2 on OS X succesfully. However, trying to run it leads to an > immediate crash with the following: :-( > I expect to find the cause later, but if someone finds it immediately, > it would be nice. It could have something to do with some of the > libraries, b

[pgadmin-hackers] SVN Commit by dpage: r6515 - in trunk/pgadmin3/pgadmin: debugger include/debugger

2007-07-30 Thread svn
Author: dpage Date: 2007-07-30 19:17:01 + (Mon, 30 Jul 2007) New Revision: 6515 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6515&view=rev Log: Use pldbg_get_proxy_info() to get the correct version details of the debugger API. Modified: trunk/pgadmin3/pgadmin/debu

[pgadmin-hackers] SVN Commit by guillaume: r6514 - trunk/www/locale/fr_FR/LC_MESSAGES

2007-07-30 Thread svn
Author: guillaume Date: 2007-07-30 16:53:14 + (Mon, 30 Jul 2007) New Revision: 6514 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6514&view=rev Log: Update website french translation. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/loc

[pgadmin-hackers] SVN Commit by guillaume: r6513 - in trunk/www/locale: fr_FR/LC_MESSAGES zh_CN/LC_MESSAGES

2007-07-30 Thread svn
Author: guillaume Date: 2007-07-30 16:49:32 + (Mon, 30 Jul 2007) New Revision: 6513 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6513&view=rev Log: Automatic stringmerge using merge script. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/w

[pgadmin-hackers] SVN Commit by guillaume: r6512 - trunk/pgadmin3/pgadmin/frm

2007-07-30 Thread svn
Author: guillaume Date: 2007-07-30 16:32:19 + (Mon, 30 Jul 2007) New Revision: 6512 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6512&view=rev Log: Fix numpad enter key in pgAdmin's query tool, from a report by Olivier Bouiron. Modified: trunk/pgadmin3/pgadmin/frm

[pgadmin-hackers] Beta 2 start problem on OS X

2007-07-30 Thread Jyrki Wahlstedt
Hi, I built b2 on OS X succesfully. However, trying to run it leads to an immediate crash with the following: Date/Time: 2007-07-30 15:31:28.098 +0300 OS Version: 10.4.10 (Build 8R2218) Command: pgAdmin3 Path:/Applications/MacPorts/pgAdmin3.app/Contents/MacOS/pgAd

[pgadmin-hackers] SVN Commit by dpage: r6511 - in trunk/pgadmin3/pgadmin: debugger include/debugger

2007-07-30 Thread svn
Author: dpage Date: 2007-07-30 11:11:47 + (Mon, 30 Jul 2007) New Revision: 6511 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6511&view=rev Log: Fix the breakpoint line number offsets. Renumber the various ID's so they don't clash with existing wxWidgets ones. Modifie

Re: [pgadmin-hackers] Beta 2 Wednesday?

2007-07-30 Thread Guillaume Lelarge
Dave Page a écrit : > Guillaume Lelarge wrote: >> Dave Page a écrit : >>> Guillaume Lelarge wrote: >>> [...] OK, I think I've found a fix to Pavel's issue. To check cbLanguage, we use GetCurrentSelection. When I try to change an already defined function, GetCurrentSelection always re

[pgadmin-hackers] SVN Commit by guillaume: r6510 - in trunk/pgadmin3/pgadmin: dlg ui

2007-07-30 Thread svn
Author: guillaume Date: 2007-07-30 09:06:10 + (Mon, 30 Jul 2007) New Revision: 6510 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6510&view=rev Log: Change cbLanguage from wxComboBox to ctlComboBox, per report from Pavel Stehule. Modified: trunk/pgadmin3/pgadmin/dl

Re: [pgadmin-hackers] Beta 2 Wednesday?

2007-07-30 Thread Dave Page
Guillaume Lelarge wrote: > Dave Page a écrit : >> Guillaume Lelarge wrote: >> [...] >>> OK, I think I've found a fix to Pavel's issue. To check cbLanguage, we >>> use GetCurrentSelection. When I try to change an already defined >>> function, GetCurrentSelection always returns -1 which is an invalid

Re: [pgadmin-hackers] Beta 2 Wednesday?

2007-07-30 Thread Guillaume Lelarge
Dave Page a écrit : > Guillaume Lelarge wrote: >[...] >> OK, I think I've found a fix to Pavel's issue. To check cbLanguage, we >> use GetCurrentSelection. When I try to change an already defined >> function, GetCurrentSelection always returns -1 which is an invalid >> value. If I use GetGuessedSel

Re: [pgadmin-hackers] Beta 2 Wednesday?

2007-07-30 Thread Dave Page
Guillaume Lelarge wrote: > Dave Page a écrit : >> Guillaume Lelarge wrote: >>> Sorry, I still reproduce it under PostgreSQL 8.2.4+ and PostgreSQL HEAD. >>> >>> Here are steps to reproduce problem : >>> - right click on a function >>> - choose Properties >>> - change function's name >>> >>> OK bu

Re: [pgadmin-hackers] Small patch for tips.txt

2007-07-30 Thread Dave Page
Devrim GÜNDÜZ wrote: > Hi, > > On Sat, 2007-07-28 at 17:51 +0100, Dave Page wrote: > >> Think you forgot the patch :-) > > Heh. Attached now. > > Cheers, > Thanks - I've applied it to all the tips files I could understand enough of. I also used the www.slony.info address as it's a little mor

[pgadmin-hackers] SVN Commit by dpage: r6509 - in trunk/pgadmin3/docs: de_DE en_US es_ES zh_TW

2007-07-30 Thread svn
Author: dpage Date: 2007-07-30 08:33:04 + (Mon, 30 Jul 2007) New Revision: 6509 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6509&view=rev Log: Update Slony URL, per Devrim Modified: trunk/pgadmin3/docs/de_DE/tips.txt trunk/pgadmin3/docs/en_US/tips.txt trunk