This is a discussion on Re: 1.4.3 Uploaded within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> -----Original Message----- From: "Raphaël Enrici" <blacknoz@club-internet.fr> To: "Dave Page" <dpage@vale-housing.co.uk> Cc: "pgadmin-hackers@postgresql.org" <pgadmin-hackers@postgresql.org>; "Devrim GUNDUZ" <devrim@commandprompt.com>; "Hiroshi Saito" <z-saito@guitar.ocn.ne.jp> ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| -----Original Message----- From: "Raphaël Enrici" <blacknoz@club-internet.fr> To: "Dave Page" <dpage@vale-housing.co.uk> Cc: "pgadmin-hackers@postgresql.org" <pgadmin-hackers@postgresql.org>; "Devrim GUNDUZ" <devrim@commandprompt.com>; "Hiroshi Saito" <z-saito@guitar.ocn.ne.jp> Sent: 19/07/06 20:45 Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded > finally, what's the status of pgAgent concerning the bugs we tracked > with Eric? All sorted (I thought he cc'd you). Thanks for your help :-) /D ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| |||
| Dave Page wrote: > > -----Original Message----- > From: "Raphaël Enrici" <blacknoz@club-internet.fr> > To: "Dave Page" <dpage@vale-housing.co.uk> > Cc: "pgadmin-hackers@postgresql.org" <pgadmin-hackers@postgresql.org>; "Devrim GUNDUZ" <devrim@commandprompt.com>; "Hiroshi Saito" <z-saito@guitar.ocn.ne.jp> > Sent: 19/07/06 20:45 > Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded > > >> finally, what's the status of pgAgent concerning the bugs we tracked >> with Eric? > > All sorted (I thought he cc'd you). Thanks for your help :-) mmh in fact I'm quite sure he did... I'm a little bit busy ATM. I've just started the build so that Peter can upload it rapidly to Debian. I need help to sort out what bugs are and are not fixed in this release. Can you take a look at http://bugs.debian.org/pgadmin3 please? Most of the bug I've forwarded have been forgotten I believe. My fault, I did not track pgadmin-hackers down. R. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| > -----Original Message----- > From: Raphaël Enrici [mailto:blacknoz@club-internet.fr] > Sent: 19 July 2006 21:12 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org; Devrim GUNDUZ; Hiroshi Saito > Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded > > I've just started the build so that Peter can upload it rapidly to > Debian. I need help to sort out what bugs are and are not > fixed in this > release. Can you take a look at > http://bugs.debian.org/pgadmin3 please? > > Most of the bug I've forwarded have been forgotten I believe. Hmm, I don't recall ever seeing most of those :-( Well, of the outstanding ones: #350722: pgadmin3: mouse wheel not working in data view window - That'll be either wxWidgets or GTK rather than us as our code doesn't implement that level of the UI. Can this problem be reproduced in the wxWidgets grid sample? #303770: pgadmin3: characters cut off in view data - Width-wise I'm not overly surprised - we made a decision long ago to keep the columns a default width as standard and not have them varying in size. The user can adjust the width as necessary. I cannot reproduce the problem with the height. Is the use using non-standard fonts? #364787: pgadmin3: pressing delete key on selected rows doesn't delete rows - Yes and no it seems. On Windows it does, however on GTK the event is captured by the selected cell rather than the control. I've not yet found a way round that. #333175: please include the upstream changelog - That would be one for you! #364784: pgadmin3: selecting datatype in when creating new columns is very uncomfortable - The list is semi-alphabetical. It is ordered in blocks such that it shows domains, then pure types, and then array types. I am aware that it isn't easy to use though, however this is something I have to work on for 1.6. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| Dave Page wrote: > > > >>-----Original Message----- >>From: Raphaël Enrici [mailto:blacknoz@club-internet.fr] >>Sent: 19 July 2006 21:12 >>To: Dave Page >>Cc: pgadmin-hackers@postgresql.org; Devrim GUNDUZ; Hiroshi Saito >>Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded >> >>I've just started the build so that Peter can upload it rapidly to >>Debian. I need help to sort out what bugs are and are not >>fixed in this >>release. Can you take a look at >>http://bugs.debian.org/pgadmin3 please? >> >>Most of the bug I've forwarded have been forgotten I believe. > > > Hmm, I don't recall ever seeing most of those :-( Not as is but I tried to relay them to the list. Not all of them I admit. > > Well, of the outstanding ones: > > #350722: pgadmin3: mouse wheel not working in data view window > > - That'll be either wxWidgets or GTK rather than us as our code doesn't implement that level of the UI. Can this problem be reproduced in the wxWidgets grid sample? Ok, I'll investigate further in this direction. > #303770: pgadmin3: characters cut off in view data > > - Width-wise I'm not overly surprised - we made a decision long ago to keep the columns a default width as standard and not have them varying in size. The user can adjust the width as necessary. I cannot reproduce the problem with the height. Is the use using non-standard fonts? Ok, I'll ask. > #364787: pgadmin3: pressing delete key on selected rows doesn't delete rows > > - Yes and no it seems. On Windows it does, however on GTK the event is captured by the selected cell rather than the control. I've not yet found a way round that. Maybe we should not declare this as solved in the changelog... Or just precise that it's solved on Win32 and a known issue on other platforms. > #333175: please include the upstream changelog > > - That would be one for you! It may not. I'm quite sure we discussed about this a long ago. The problem is that we don't have a real ascii changelog. Peter also suggested that we generate a NEWS ascii file when he forwarded it to the list. > #364784: pgadmin3: selecting datatype in when creating new columns is very uncomfortable > > - The list is semi-alphabetical. It is ordered in blocks such that it shows domains, then pure types, and then array types. I am aware that it isn't easy to use though, however this is something I have to work on for 1.6. Ok, that's what you mentioned earlier in the bug report. Thanks for your help Dave. I've finished to package pgAdmin III 1.4.3 last night and asked for an upload to Debian. I'll tell you when it's ok and may push the up to date packages in our own repository in the next days. Regards, Raph ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| > -----Original Message----- > From: Raphaël Enrici [mailto:blacknoz@club-internet.fr] > Sent: 20 July 2006 11:02 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org; Devrim GUNDUZ; Hiroshi Saito > Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded > > > #364787: pgadmin3: pressing delete key on selected rows > doesn't delete rows > > > > - Yes and no it seems. On Windows it does, however on GTK > the event is captured by the selected cell rather than the > control. I've not yet found a way round that. > > Maybe we should not declare this as solved in the > changelog... Or just > precise that it's solved on Win32 and a known issue on other > platforms. Yeah, I noted it was win32 on the release announcements. > > #333175: please include the upstream changelog > > > > - That would be one for you! > > It may not. I'm quite sure we discussed about this a long ago. The > problem is that we don't have a real ascii changelog. Peter also > suggested that we generate a NEWS ascii file when he > forwarded it to the > list. We do have in SVN Trunk, just not the back branch (I'm not keen on renaming files in stable branches - it tends to break packages if the maintainers don't notice or forget). > I've finished to package pgAdmin III 1.4.3 last night and > asked for an > upload to Debian. I'll tell you when it's ok and may push the > up to date > packages in our own repository in the next days. OK, thanks. Now it's in Debian, perhaps you could look at http://www.pgadmin.org/download/debian.php - maybe there's no need to maintain our own repo now? And certainly we should mention how to get pgAdmin from Debian. Cheers, Dave. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| Dave Page wrote: > > > >>-----Original Message----- >>From: Raphaël Enrici [mailto:blacknoz@club-internet.fr] >>Sent: 20 July 2006 11:02 >>To: Dave Page >>Cc: pgadmin-hackers@postgresql.org; Devrim GUNDUZ; Hiroshi Saito >>Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded >> >> >>>#333175: please include the upstream changelog >>> >>>- That would be one for you! >> >>It may not. I'm quite sure we discussed about this a long ago. The >>problem is that we don't have a real ascii changelog. Peter also >>suggested that we generate a NEWS ascii file when he >>forwarded it to the >>list. > > > We do have in SVN Trunk, just not the back branch (I'm not keen on renaming files in stable branches - it tends to break packages if the maintainers don't notice or forget). Ok, thanks for the raphOS update. >>I've finished to package pgAdmin III 1.4.3 last night and >>asked for an >>upload to Debian. I'll tell you when it's ok and may push the >>up to date >>packages in our own repository in the next days. > > > OK, thanks. Now it's in Debian, perhaps you could look at http://www.pgadmin.org/download/debian.php - maybe there's no need to maintain our own repo now? And certainly we should mention how to get pgAdmin from Debian. In fact, this page is not so outdated. I only intend to suppress the Etch section and merge it with the Sid section. pgAdmin will never reach Sarge. That's why I'd like to keep the repo for a while although I intend to replace it with backports.org. Thanks for the headup. Cheers, Raph ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| > -----Original Message----- > From: Raphaël Enrici [mailto:blacknoz@club-internet.fr] > Sent: 20 July 2006 11:28 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org; Devrim GUNDUZ; Hiroshi Saito > Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded > > Ok, thanks for the raphOS update. :-) > In fact, this page is not so outdated. I only intend to suppress the > Etch section and merge it with the Sid section. pgAdmin will > never reach > Sarge. That's why I'd like to keep the repo for a while although I > intend to replace it with backports.org. OK, cool - please post a patch for the page when you're ready. Cheers, Dave. ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |