Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Allan Rae
On Thu, 5 Oct 2000, Garst R. Reese wrote: Allan Rae wrote: On Thu, 5 Oct 2000, Garst R. Reese wrote: Allan Rae wrote: We could probably add another lyxrc variable to support either psutils or mpage for n-page printing. What do psbook and psselect do? I can't find any of the

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John The attached patch and tarfile implement FormPrint on KDE. I John have not used QPrintDialog because it has too much stuff. I was waiting for a reaction from Juergen, but it has not come yet, I thought I should maybe apply it. Is there an

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread John Levon
On Thu, 5 Oct 2000, Juergen Vigna wrote: On 05-Oct-2000 Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John The attached patch and tarfile implement FormPrint on KDE. I John have not used QPrintDialog because it has too much stuff. I was waiting for a

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Jean-Marc Lasgouttes
"John" == John Levon [EMAIL PROTECTED] writes: John My latest FormCitation patch is still waiting approval. I know, but I want to apply them in order. Note however that I cannot compile with KDE, so I may create problems :) JMarc

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Juergen Vigna
On 05-Oct-2000 Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John My latest FormCitation patch is still waiting approval. I know, but I want to apply them in order. Note however that I cannot compile with KDE, so I may create problems :) Well OK, tell me the

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Jean-Marc Lasgouttes
"Juergen" == Juergen Vigna [EMAIL PROTECTED] writes: Juergen On 05-Oct-2000 Jean-Marc Lasgouttes wrote: "John" == John Levon [EMAIL PROTECTED] writes: John My latest FormCitation patch is still waiting approval. I know, but I want to apply them in order. Note however that I cannot compile

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Lior Silberman
On Thu, 5 Oct 2000, Allan Rae wrote: On Tue, 3 Oct 2000, John Levon wrote: p.s. does sort checkbox actually do anything, it is not handled in xforms dialog Which sort? There is an "Unsorted" bool in the xforms dialog which is used to sort multiple copies -- should every copy of page

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Allan Rae
On Thu, 5 Oct 2000, Garst R. Reese wrote: > Allan Rae wrote: > > > > On Thu, 5 Oct 2000, Garst R. Reese wrote: > > > > > Allan Rae wrote: > > > We could probably add another lyxrc variable to support either psutils or > > mpage for n-page printing. What do psbook and psselect do? I can't

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> The attached patch and tarfile implement FormPrint on KDE. I John> have not used QPrintDialog because it has too much stuff. I was waiting for a reaction from Juergen, but it has not come yet, I thought I should maybe apply it. Is

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread John Levon
On Thu, 5 Oct 2000, Juergen Vigna wrote: > > On 05-Oct-2000 Jean-Marc Lasgouttes wrote: > >> "John" == John Levon <[EMAIL PROTECTED]> writes: > > > > John> The attached patch and tarfile implement FormPrint on KDE. I > > John> have not used QPrintDialog because it has too much stuff. > >

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> My latest FormCitation patch is still waiting approval. I know, but I want to apply them in order. Note however that I cannot compile with KDE, so I may create problems :) JMarc

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Juergen Vigna
On 05-Oct-2000 Jean-Marc Lasgouttes wrote: >> "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> My latest FormCitation patch is still waiting approval. > > I know, but I want to apply them in order. Note however that I cannot > compile with KDE, so I may create problems :) Well

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 05-Oct-2000 Jean-Marc Lasgouttes wrote: >>> "John" == John Levon <[EMAIL PROTECTED]> writes: >> John> My latest FormCitation patch is still waiting approval. >> I know, but I want to apply them in order. Note however

Re: [PATCH] KDE FormPrint and stuff

2000-10-05 Thread Lior Silberman
On Thu, 5 Oct 2000, Allan Rae wrote: > On Tue, 3 Oct 2000, John Levon wrote: > > > p.s. does sort checkbox actually do anything, it is not handled in xforms > > dialog > > Which sort? There is an "Unsorted" bool in the xforms dialog which is > used to sort multiple copies -- should every copy

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Angus Leeming
./configure --host=alphaev5-dec-osf4.0f --prefix=/usr/local --with-extra-inc=/usr/local/include --disable-nls --with-included-gettext --with-qt-includes=$QTINC --with-qt-libraries=$QTLIB --with-kde-includes=$KDEINC --with-kde-libraries=$KDELIB -with-frontend=kde Note 1 The Makefile decides

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Angus Leeming
To answer my own mail (sorry ;-) Note 1 The Makefile decides that it should use MOC = /usr/local/qt/bin/moc rather than MOC = /usr/users/aleem/OTHERS_CODE/qt-1.44/bin/moc If I had defined QTDIR=/usr/users/aleem/OTHERS_CODE/qt-1.44 would this be any different? Yes. Defining QTDIR

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread John Levon
On Wed, 4 Oct 2000, Angus Leeming wrote: ./configure --host=alphaev5-dec-osf4.0f --prefix=/usr/local --with-extra-inc=/usr/local/include --disable-nls --with-included-gettext --with-qt-includes=$QTINC --with-qt-libraries=$QTLIB --with-kde-includes=$KDEINC --with-kde-libraries=$KDELIB

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread John Levon
On Wed, 4 Oct 2000, Angus Leeming wrote: One small thing. I had to add -lXext to resolve XShapeCombineMask and XShapeCombineRegion when linking the static qt and kde libs. Other than that everything worked perfectly. Angus OK, this sounds like some autoconfiscation is necessary to

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Angus Leeming
A small bug report. In the citation dialog, it's possible to add multiple copies of the same key. I think this is intentional, what if I wanted : [1, chapter 3, 1, chapter 4] it's not what *I* would do but I don't think we should needlessly stop people from doing it. however someone

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread John Levon
On Wed, 4 Oct 2000, Angus Leeming wrote: A small bug report. In the citation dialog, it's possible to add multiple copies of the same key. I think this is intentional, what if I wanted : [1, chapter 3, 1, chapter 4] it's not what *I* would do but I don't think we should

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Allan Rae
On Tue, 3 Oct 2000, John Levon wrote: The attached patch and tarfile implement FormPrint on KDE. I have not used QPrintDialog because it has too much stuff. What sort of "too much"? I want to extend Print to support changes of paper type and so on which won't change the documents paper

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Garst R. Reese
Allan Rae wrote: On Tue, 3 Oct 2000, John Levon wrote: The attached patch and tarfile implement FormPrint on KDE. I have not used QPrintDialog because it has too much stuff. What sort of "too much"? I want to extend Print to support changes of paper type and so on which won't

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Allan Rae
On Thu, 5 Oct 2000, Garst R. Reese wrote: Allan Rae wrote: On Tue, 3 Oct 2000, John Levon wrote: The attached patch and tarfile implement FormPrint on KDE. I have not used QPrintDialog because it has too much stuff. What sort of "too much"? I want to extend Print to

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Garst R. Reese
Allan Rae wrote: On Thu, 5 Oct 2000, Garst R. Reese wrote: It would be nice if Print encapsulated the capabilities of psutils. Particuluarly psbook, psnup and psselect. Nobody seems to be maintainint it now anyway. We could probably add another lyxrc variable to support either psutils

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Garst R. Reese
Allan Rae wrote: On Thu, 5 Oct 2000, Garst R. Reese wrote: Allan Rae wrote: We could probably add another lyxrc variable to support either psutils or mpage for n-page printing. What do psbook and psselect do? I can't find any of the systems here using them (FreeBSD, Linux (RH,

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Angus Leeming
./configure --host=alphaev5-dec-osf4.0f --prefix=/usr/local --with-extra-inc=/usr/local/include --disable-nls --with-included-gettext --with-qt-includes=$QTINC --with-qt-libraries=$QTLIB --with-kde-includes=$KDEINC --with-kde-libraries=$KDELIB -with-frontend=kde Note 1 The Makefile decides

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Angus Leeming
To answer my own mail (sorry ;-) > Note 1 > The Makefile decides that it should use > MOC = /usr/local/qt/bin/moc > rather than > MOC = /usr/users/aleem/OTHERS_CODE/qt-1.44/bin/moc > If I had defined QTDIR=/usr/users/aleem/OTHERS_CODE/qt-1.44 would this be > any different? Yes. Defining QTDIR

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread John Levon
On Wed, 4 Oct 2000, Angus Leeming wrote: > ./configure --host=alphaev5-dec-osf4.0f --prefix=/usr/local > --with-extra-inc=/usr/local/include --disable-nls --with-included-gettext > --with-qt-includes=$QTINC > --with-qt-libraries=$QTLIB --with-kde-includes=$KDEINC >

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread John Levon
On Wed, 4 Oct 2000, Angus Leeming wrote: > One small thing. I had to add -lXext to resolve XShapeCombineMask and > XShapeCombineRegion when linking the static qt and kde libs. Other than that > everything worked perfectly. > > Angus > OK, this sounds like some autoconfiscation is necessary

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Angus Leeming
> > A small bug report. In the citation dialog, it's possible to add multiple > > copies of the same key. > > I think this is intentional, what if I wanted : > > [1, chapter 3, 1, chapter 4] > > it's not what *I* would do but I don't think we should needlessly stop > people from doing it. however

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread John Levon
On Wed, 4 Oct 2000, Angus Leeming wrote: > > > A small bug report. In the citation dialog, it's possible to add multiple > > > copies of the same key. > > > > I think this is intentional, what if I wanted : > > > > [1, chapter 3, 1, chapter 4] > > > > it's not what *I* would do but I don't think

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Allan Rae
On Tue, 3 Oct 2000, John Levon wrote: > The attached patch and tarfile implement FormPrint on KDE. I have not used > QPrintDialog because it has too much stuff. What sort of "too much"? I want to extend Print to support changes of paper type and so on which won't change the documents paper

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Garst R. Reese
Allan Rae wrote: > > On Tue, 3 Oct 2000, John Levon wrote: > > > The attached patch and tarfile implement FormPrint on KDE. I have not used > > QPrintDialog because it has too much stuff. > > What sort of "too much"? > > I want to extend Print to support changes of paper type and so on which

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Allan Rae
On Thu, 5 Oct 2000, Garst R. Reese wrote: > Allan Rae wrote: > > > > On Tue, 3 Oct 2000, John Levon wrote: > > > > > The attached patch and tarfile implement FormPrint on KDE. I have not used > > > QPrintDialog because it has too much stuff. > > > > What sort of "too much"? > > > > I want to

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 5 Oct 2000, Garst R. Reese wrote: > > It would be nice if Print encapsulated the capabilities of psutils. > > Particuluarly psbook, psnup and psselect. Nobody seems to be maintainint > > it now anyway. > > We could probably add another lyxrc variable to support

Re: [PATCH] KDE FormPrint and stuff

2000-10-04 Thread Garst R. Reese
Allan Rae wrote: > > On Thu, 5 Oct 2000, Garst R. Reese wrote: > > > Allan Rae wrote: > We could probably add another lyxrc variable to support either psutils or > mpage for n-page printing. What do psbook and psselect do? I can't find > any of the systems here using them (FreeBSD, Linux

[PATCH] KDE FormPrint and stuff

2000-10-03 Thread John Levon
The attached patch and tarfile implement FormPrint on KDE. I have not used QPrintDialog because it has too much stuff. Not working yet is the un-implemented Browse button. The .dlg files are generated with the hacked version of qtarch. I have sent the qtarch patch (attached for reference) off

[PATCH] KDE FormPrint and stuff

2000-10-03 Thread John Levon
The attached patch and tarfile implement FormPrint on KDE. I have not used QPrintDialog because it has too much stuff. Not working yet is the un-implemented Browse button. The .dlg files are generated with the hacked version of qtarch. I have sent the qtarch patch (attached for reference) off