Re: [PATCH] QSendto

2002-10-17 Thread Juergen Spitzmueller
John Levon wrote: > Please try and track down when the setMinSize warning happens Tried and tracked down. "layoutSpacing" and "layoutMargin" have been missing. "Lay out in a grid" in designer fixed it. Patch attached. Thanks, Jürgen Index: src/frontends/qt2/ChangeLog ==

Re: [PATCH] QSendto

2002-10-16 Thread John Levon
On Tue, Oct 15, 2002 at 01:50:21PM +0200, Juergen Spitzmueller wrote: > Here is the whole stuff again, the latest version of the files and the patch applied. Sorry for the delay Please try and track down when the setMinSize warning happens thanks john -- "It's a cardboard universe ... and i

Re: [PATCH] QSendto

2002-10-15 Thread Juergen Spitzmueller
John Levon wrote: > Can you send me a new patch against current CVS Here is the whole stuff again, the latest version of the files and the patch against recent CVS. BTW: I see this message when opening QSendto QWidget::setMinimumSize: The smallest allowed size is (0,0) No idea where this comes

Re: [PATCH] QSendto

2002-10-14 Thread John Levon
On Tue, Oct 08, 2002 at 08:44:01PM +0200, Juergen Spitzmueller wrote: > I have one last modification in QSendto.C: Can you send me a new patch against current CVS john

Re: [PATCH] QSendto

2002-10-08 Thread Juergen Spitzmueller
I have one last modification in QSendto.C: bool QSendto::isValid() { int const line(dialog_->formatLB->currentItem()); if (line < 0 || line > dialog_->formatLB->count()) return false; else return dialog_->formatLB->count() != 0 && !string(

Re: [PATCH] QSendto

2002-10-08 Thread Juergen Spitzmueller
John Levon wrote: > > This doesn't seem to do anything either way, so why special case > > readOnly()? > > Oh right. Well it can be removed altogether ... Yes, it was just silly logic (this signal and slot stuff is not yet very clear to me and I have just copied stuff from citation and ref). Th

Re: [PATCH] QSendto

2002-10-08 Thread John Levon
On Tue, Oct 08, 2002 at 03:20:42PM +0100, Angus Leeming wrote: > This doesn't seem to do anything either way, so why special case > readOnly()? Oh right. Well it can be removed altogether ... regards john -- "I will eat a rubber tire to the music of The Flight of the Bumblebee"

Re: [PATCH] QSendto

2002-10-08 Thread Angus Leeming
On Tuesday 08 October 2002 3:08 pm, John Levon wrote: > On Tue, Oct 08, 2002 at 03:04:55PM +0100, Angus Leeming wrote: > > This seems designed to confuse. What are you planning to do > > with it? Perhaps a comment for the rest of us... > > This comment has confused me. Have we decided to change ou

Re: [PATCH] QSendto

2002-10-08 Thread John Levon
On Tue, Oct 08, 2002 at 03:04:55PM +0100, Angus Leeming wrote: > This seems designed to confuse. What are you planning to do with > it? Perhaps a comment for the rest of us... This comment has confused me. Have we decided to change our minds about send to /again/ ? > Has anyoone mentioned that

Re: [PATCH] QSendto

2002-10-08 Thread Angus Leeming
On Tuesday 08 October 2002 1:56 pm, Juergen Spitzmueller wrote: > Believe it or not: it works. > Please review and apply, if there are no objections. This seems designed to confuse. What are you planning to do with it? Perhaps a comment for the rest of us... void QSendtoDialog::slotFormatHighli

[PATCH] QSendto

2002-10-08 Thread Juergen Spitzmueller
Believe it or not: it works. Please review and apply, if there are no objections. Thanks, Jürgen. QSendto.tar.gz Description: application/tgz