sigc++/func_slot.h:60: undef. ref. to `grfx::GImageXPM::newImage(void)' and `...::loadableFormats(void) ??

2002-04-08 Thread R. Lahaye
Hi, I'm trying to compile LyX-CVS against Open Xforms. I came quite a long way so far, but got stuck at the present error message. Can anybody explain to me what could be the reason for this error at the very end of my make:

Re: insetgraphicsParam

2002-04-08 Thread Andre Poenitz
On Fri, Apr 05, 2002 at 01:02:44PM +1000, Allan Rae wrote: It would seem you are referring to: http://www.gotw.ca/gotw/059.htm as the obscure theory behind these arguements. At least now I can see a reason instead of just drug induced ravings. There is certainly something good in exception

beginning to hate...

2002-04-08 Thread Lars Gullik Bjønnes
I am trying to clean up the Makefiles to use automake more correctly, but now qt2 especially is using a very convoluted build scheme... - pre-build in ui dir - this strange Makefile.dialogs - xforms, ui, ui/moc moc can someone please explain to me why all these dirs are necessary. --

[Patch] Re: make maintainer/dist-clean script-error

2002-04-08 Thread R. Lahaye
Lars Gullik Bjønnes writes: R. Lahaye [EMAIL PROTECTED] writes: -C is an illegal option for (g)make! It is not. Yes it is, at least for the make that ships with my up-to-date FreeBSD-4.5. Don't know why FreeBSD has its own flags here, but actually that's not the real problem here. The

Re: April 4 xforms-0.9999

2002-04-08 Thread Jean-Marc Lasgouttes
Garst == Garst R Reese [EMAIL PROTECTED] writes: Garst It now makes .so stuff, but lyx says it cannot find it. I can Garst create a symlink libxforms.a to libforms.a and it will Garst statically link, but doing the same with libforms.so does not Garst work. Looks like either the .so stuff is

Re: [Patch] Re: make maintainer/dist-clean script-error

2002-04-08 Thread Lars Gullik Bjønnes
R. Lahaye [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes writes: R. Lahaye [EMAIL PROTECTED] writes: -C is an illegal option for (g)make! It is not. | Yes it is, at least for the make that ships with my up-to-date | FreeBSD-4.5. Then that is not gmake. | Don't know why FreeBSD has its

Re: bindist

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars I want to change the bindist target to this: Could you enlighten me about what the changes are between old and new? JMarc

Re: bindist

2002-04-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars I want to change the bindist target to this: | Could you enlighten me about what the changes are between old and new? Use the DESTDIR machinery. Change the tar prg. also use GZIP_ENV

Re: Unusable Additional Latex Options

2002-04-08 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sunday, 7. April 2002 18:24, Herbert Voss wrote: can not reproduce. insert a graphic, choose draft and save the file. what's the contents? See attached. Kornel - - -- Kornel Benko [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGP

Re: Unusable Additional Latex Options

2002-04-08 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 8. April 2002 10:47, Kornel Benko wrote: On Sunday, 7. April 2002 18:24, Herbert Voss wrote:  can not reproduce.  insert a graphic, choose draft and save the file. what's  the contents? See attached. Oh ... I see I musunderstood you. I didn't

Re: bindist

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Use the DESTDIR machinery. Change the tar prg. also use GZIP_ENV Lars safer removal of bindistdir. (in that it works more often) let Lars make install-strip create the bindistdir Lars see for yourself: OK, it looks reasonable. JMarc

Re: Subfigure is broken

2002-04-08 Thread Angus Leeming
On Sunday 07 April 2002 4:18 am, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | On Sat, Apr 06, 2002 at 09:01:43PM +0200, Herbert Voss wrote: put it in a float! otherwise the counter can't work | | This is from a 1.1.6 document that has : | | \begin_inset Figure size

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Sunday 07 April 2002 4:18 am, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | On Sat, Apr 06, 2002 at 09:01:43PM +0200, Herbert Voss wrote: put it in a float! otherwise the counter can't work | | This is from a 1.1.6 document

Re: pre2

2002-04-08 Thread Helge Hafting
Lars Gullik Bjønnes wrote: I have tagged and put pre2 up for ftp at ftp.devel.lyx.org I wanted to test this, and went to the ftp site. There I found a pre3 too, and downloaded that guessing it was even newer. It didn't compile though, error messaages at the bottom. I'm testing prereleases

Re: April 4 xforms-0.9999

2002-04-08 Thread Angus Leeming
On Saturday 06 April 2002 10:05 pm, Garst R. Reese wrote: It now makes .so stuff, but lyx says it cannot find it. I can create a symlink libxforms.a to libforms.a and it will statically link, but doing the same with libforms.so does not work. Looks like either the .so stuff is not complete or

Re: pre2

2002-04-08 Thread Lars Gullik Bjønnes
Helge Hafting [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: I have tagged and put pre2 up for ftp at ftp.devel.lyx.org | I wanted to test this, and went to the ftp site. There I found | a pre3 too, and downloaded that guessing it was even newer. | It didn't compile though, error

Re: anomalities with detection of XForms and LyX-configure-scrip

2002-04-08 Thread Juergen Vigna
On 06-Apr-2002 Lars Gullik Bjønnes wrote: And you have run ldconfig? Is this really relevant? Do we execute the produced test-binary? ldconfig should be only needed to find the runtime libraries and has nothing to do with linking or/and compiling a binary. IMO that there is something wrong

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Angus Leeming wrote: Have you run ldconfig (I think that's what it's called on Linux boxes). Alternatively, from the console type export LD_LIBRARY_PATH=/path/to/xforms.so/lib lyx As I understood his problem he has problems linking the binary not executing it. And as I

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Garst R. Reese wrote: configure:2985: result: xforms configure:11553: checking for fl_initialize in -lforms configure:11580: g++ -o conftest -O -fno-rtti -fno-exceptions -W -Wall -isystem /usr/X11R6/include conftest.cc -lforms -lSM -lICE -liberty -lc -lm -L/usr/

Re: make maintainer/dist-clean script-error

2002-04-08 Thread R. Lahaye
Lars Gullik Bjønnes writes: R. Lahaye [EMAIL PROTECTED] writes: The real problem (and bug?) is line 590 in src/frontends/Makefile: make -C $$dir distclean ; \ this should be: $(MAKE) -C $$dir distclean ; \ These targets does not exist anymore in my tree. Uh, now I'm totally

Re: April 4 xforms-0.9999

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | My assumption in the reply to Rob was right, but here we definitvely have | the solution for the problem ;) No, not the solution. libxforms should behave. -- Lgb

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | My assumption in the reply to Rob was right, but here we definitvely have | the solution for the problem ;) No, not the solution. libxforms should behave. ??? You're too cryptic for my likeing on Mondays!

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: | As I understood his problem he has problems linking the binary not | executing it. And as I already explained ldconfig is for runtime | only. For linking also. ld.so.conf also tells the compiler/linker what dirs to look in. I don't believe you! I

Re: make maintainer/dist-clean script-error

2002-04-08 Thread Lars Gullik Bjønnes
R. Lahaye [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes writes: R. Lahaye [EMAIL PROTECTED] writes: The real problem (and bug?) is line 590 in src/frontends/Makefile: make -C $$dir distclean ; \ this should be: $(MAKE) -C $$dir distclean ; \ These targets does not exist

Re: pre2

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars What hind of system is this? This is not glibc is it? The log says: i686-pc-linux-gnu JMarc

Re: insetgraphicsParam

2002-04-08 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Pimpls do not come for free, either. In the case of LyX, the cost for | running times are certainly negligible, but then we have to ask ourself | also what benefit ES will give us. being able to use exceptions? -- Lgb

Re: April 4 xforms-0.9999

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 08-Apr-2002 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | My assumption in the reply to Rob was right, but here we definitvely have | the solution for the problem ;) No, not the solution. libxforms should behave. | | ???

Re: pre2

2002-04-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars What hind of system is this? This is not glibc is it? | The log says: i686-pc-linux-gnu Then, until further evidence show otherwise, I claim that his system is botched. --

Re: pre2

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 11:14:31AM +0200, Helge Hafting wrote: I'm testing prereleases because I'm going to write a book, and the new math editor seems better than 1.1.6fix4. Except for the know pre1-problem using the mouse for positioning the cursor inside a formula. This is fixed now,

Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
When running make outside of source tree, I get: cd . \ CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status creating Makefile Making all in config /bin/sh: cd: config: Aucun fichier ou répertoire de ce type make: *** [all-recursive] Erreur 1 JMarc

Re: [Devel] Another bug list!

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 11:51:33AM +0200, Juergen Vigna wrote: How do I tell the outside world that I handled the button press? Returning true? (Dialogs are only opened by insetButtonRelease events so that's the only one returning a bool and it is even explained

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Monday 08 April 2002 10:14 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | On Sunday 07 April 2002 4:18 am, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | On Sat, Apr 06, 2002 at 09:01:43PM +0200,

Re: Makefile woes

2002-04-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | When running make outside of source tree, I get: | cd . \ |CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status | creating Makefile | Making all in config | /bin/sh: cd: config: Aucun fichier ou répertoire de ce type | make: ***

Re: Makefile woes

2002-04-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | When running make outside of source tree, I get: | cd . \ |CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status | creating Makefile | Making all in config | /bin/sh: cd: config: Aucun fichier ou répertoire de ce type | make: ***

Re: April 4 xforms-0.9999

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: | | ??? You're too cryptic for my likeing on Mondays! the solution is not to figure out what the problem is So we shouldn't try to find a solution??? You get more and more cryptic or don't you like to work on mondays and so you would like to leave it

Re: Subfigure is broken

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars | I _really_ think we should do this if the current soluion is a Lars fudge. Else | we'll have to provide backward compatability for Lars crap. Lars agree ... as long as we can make up a reasonable version of this thing. This means

Re: Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | When Lars running make outside of source tree, I get: Lars | cd . \ | CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh Lars ./config.status | creating Makefile | Making all in config |

Re: Subfigure is broken

2002-04-08 Thread Martin Vermeer
On Mon, Apr 08, 2002 at 12:27:34PM +0200, Lars Gullik Bjønnes wrote: ... | You mentioned that sub figure belongs in InsetFloat? I am not sure that subfigure is allowed inside \begin{table} or \begin{algorithm}. table works, believe it or not. ... -- Lgb Martin

Re: April 4 xforms-0.9999

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 08-Apr-2002 Lars Gullik Bjønnes wrote: | | ??? You're too cryptic for my likeing on Mondays! the solution is not to figure out what the problem is | So we shouldn't try to find a solution??? You said that we had found the solution, and I say that

Re: Makefile woes

2002-04-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | When | Lars running make outside of source tree, I get: | Lars | cd . \ | CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh | Lars

Re: Subfigure is broken

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 11:35 am, Jean-Marc Lasgouttes wrote: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars | I _really_ think we should do this if the current solution is a Lars fudge. Else | we'll have to provide backward compatability for Lars crap. Lars agree ... as

Re: April 4 xforms-0.9999

2002-04-08 Thread R. Lahaye
On 08-Apr-2002 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | My assumption in the reply to Rob was right, but here we definitvely have | the solution for the problem ;) No, not the solution. libxforms should behave. The following is from the xforms mailing list (from

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Angus Leeming wrote: I was envisioning a collapsible inset much like InsetNote. No popups at all. And where would you put the Caption stuff? As much as I know we had an input box for the subfigure caption in insetfig, hadn't we? As for the subfigure, subtable stuff, this is

Re: Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars So you ran autogen but not configure? Make did that for me. But now that lunch is over, I'll retry. JMarc

Re: Subfigure is broken

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 11:58 am, Juergen Vigna wrote: On 08-Apr-2002 Angus Leeming wrote: I was envisioning a collapsible inset much like InsetNote. No popups at all. And where would you put the Caption stuff? As much as I know we had an input box for the subfigure caption in insetfig,

Re: Subfigure is broken

2002-04-08 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: And where would you put the Caption stuff? As much as I know we had an input box for the subfigure caption in insetfig, hadn't we? Angus Yes and this is wrong, because the caption is not a fuction of Angus the Figure but of something

Re: Makefile woes

2002-04-08 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars So you ran autogen but not configure? Jean-Marc Make did that for me. But now that lunch is over, I'll Jean-Marc retry. OK, re-running configure by hand fixed the problem. I

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 08-Apr-2002 Angus Leeming wrote: I was envisioning a collapsible inset much like InsetNote. No popups at all. | And where would you put the Caption stuff? As much as I know we had an | input box for the subfigure caption in insetfig, hadn't we?

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Monday 08 April 2002 11:58 am, Juergen Vigna wrote: On 08-Apr-2002 Angus Leeming wrote: I was envisioning a collapsible inset much like InsetNote. No popups at all. And where would you put the Caption stuff? As much as I know we had an input

LyX-CVS + Open Xforms + FreeBSD: executable dumps core !?!

2002-04-08 Thread R. Lahaye
Hi, After a few modifications to the Open Xforms Makefiles, it seems that Open Xforms is now working on my system: /opt/lib/libforms.so.0 /opt/lib/libforms.so - libforms.so.0 /opt/lib/libforms.a /opt/include/X11/forms.h In my lyx-devel directory I do: $ gmake maintainer-clean $ cvs update $

RE: LyX-CVS + Open Xforms + FreeBSD: executable dumps core !?!

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 R. Lahaye wrote: #4 0x2849ba9c in _X11TransSocketINETConnect () from /usr/X11R6/lib/libX11.so.6 #5 0x2849ccad in _X11TransConnect () from /usr/X11R6/lib/libX11.so.6 #6 0x2846798e in _X11TransConnectDisplay () from /usr/X11R6/lib/libX11.so.6 #7 0x28475b21 in XOpenDisplay ()

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: I have reopened bug #306 and I need some help on this. Any ideas? Thanks. Note that this bug is really annoying if you are using one of the extsizes classes which provide other fontsizes but _not_ the standard fontsizes. I have tried to solve this but I had no

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: I _really_ think we should do this if the current soluion is a fudge. Else we'll have to provide backward compatability for crap. You mentioned that sub figure belongs in InsetFloat? This is what Goosen's et al. has to say. 6.4.3 subfigure --- Figures inside

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Herbert Voss wrote: do me a favour and let subfigure untouched before 1.3 Well I think the problem here is that it is not anymore supported. So we have 2 options. Add the support as it was in the insetfigure or use an InsetFigure if we have subcaptions! Jug --

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 08-Apr-2002 Herbert Voss wrote: do me a favour and let subfigure untouched before 1.3 | Well I think the problem here is that it is not anymore supported. So we | have 2 options. Add the support as it was in the insetfigure or use an | InsetFigure

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Juergen Vigna wrote: On 08-Apr-2002 Herbert Voss wrote: do me a favour and let subfigure untouched before 1.3 Well I think the problem here is that it is not anymore supported. So we have 2 options. Add the support as it was in the insetfigure or use an InsetFigure if we have

Re: Subfigure is broken

2002-04-08 Thread Martin Vermeer
On Mon, Apr 08, 2002 at 02:59:29PM +0200, Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | On 08-Apr-2002 Herbert Voss wrote: do me a favour and let subfigure untouched before 1.3 | Well I think the problem here is that it is not anymore supported. So we | have 2

Re: Subfigure is broken

2002-04-08 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen On 08-Apr-2002 Herbert Voss wrote: do me a favour and let subfigure untouched before 1.3 Juergen Well I think the problem here is that it is not anymore Juergen supported. So we have 2 options. Add the support as it was in Juergen

Re: Subfigure is broken

2002-04-08 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Mon, Apr 08, 2002 at 02:59:29PM +0200, Lars Gullik Bjønnes wrote: | Juergen Vigna [EMAIL PROTECTED] writes: | On 08-Apr-2002 Herbert Voss wrote: do me a favour and let subfigure untouched before 1.3 | Well I think the problem here is

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Juergen Spitzmueller wrote: I have reopened bug #306 and I need some help on this. Any ideas? Thanks. Juergen Note that this bug is really annoying if you are using one of Juergen the extsizes classes which provide other

pre3

2002-04-08 Thread Lars Gullik Bjønnes
Yes, I have put a pre3 on ftp.devel.lyx.org as well. I now expect one more prerelease (new weekend). Most of my make issues have now been solved (in CVS), and I like people to check it out. Qt2 and gnome might have problems building, it was not very easy to get the distdir creation going...

Re: [Devel] Another bug list!

2002-04-08 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Juergen Spitzmueller wrote: I have reopened bug #306 and I need some help on this. Any ideas? Thanks. Juergen Note that this bug is really annoying if you are using one of Juergen the

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I have reopened bug #306 and I need some help on this. Juergen Any ideas? If you want to have the fontsizes, etc, popups correct when changing classes, you could extract from class_update() the part that sets the class

Re: patches for 1.2.0prex

2002-04-08 Thread Lars Gullik Bjønnes
Garst R. Reese [EMAIL PROTECTED] writes: | Any possiblility of getting patch files on ftp.devel? That can be done... but it is not as easy as to do a cvs diff. The diff must be created from two tar.gz dists. -- Lgb

Re: pre3

2002-04-08 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Yes, I have put a pre3 on ftp.devel.lyx.org as well. You could maybe announce it a bit on lyx-users... It would help catch a few problems maybe. Or we could use 1.2.1 for that. Lars I now expect one more prerelease (new weekend).

Re: [Devel] Another bug list!

2002-04-08 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: Is that true that the extsize classes do not support normal sizes? Or is it just that we forgot to add them to the layout file? Actually not. Normal sizes are supported too. We should add them. BTW Juergen, I have seen your cry for help, but unfortunately I do not

Re: pre2

2002-04-08 Thread Helge Hafting
Lars Gullik Bjønnes wrote: Helge Hafting [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: I have tagged and put pre2 up for ftp at ftp.devel.lyx.org | I wanted to test this, and went to the ftp site. There I found | a pre3 too, and downloaded that guessing it was even newer.

Re: Subfigure is broken

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: ps. Herbert, could you post me your graphics patches agian. I've gone and deleted them my mistake ;-) here it comes. fixes now also the special option bug from the graphics gui http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36179.html HErbert --

Re: Unusable Additional Latex Options

2002-04-08 Thread Herbert Voss
Kornel Benko wrote: -BEGIN PGP SIGNED MESSAGE- On Monday, 8. April 2002 10:47, Kornel Benko wrote: On Sunday, 7. April 2002 18:24, Herbert Voss wrote: can not reproduce. insert a graphic, choose draft and save the file. what's the contents? See attached. Oh ... I see I

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Lars Gullik Bjønnes wrote: If we just refrain from doing anything with this now, that should be ok, it will not be a regression from 1.1.6. Well I really don't care about this, but just for my records a simple question. In 1.1.6 we have InsetFigure and in it's dialog we could

Re: Subfigure is broken

2002-04-08 Thread Juergen Vigna
On 08-Apr-2002 Herbert Voss wrote: Well I really don't care about this, but just for my records a simple question. In 1.1.6 we have InsetFigure and in it's dialog we could insert a subfigure caption which was used for the subfigure support. Where can this be inserted now? Do we read it

Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: Juergen Any ideas? If you want to have the fontsizes, etc, popups correct when changing classes, you could extract from class_update() the part that sets the class parameters (anything not using the BufferParam thingie) and give it another name. Then you would

Re: [Devel] Another bug list!

2002-04-08 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I have tried something similar (copy the part that sets the Juergen fontsizes from class_update() to CheckChoiceClass), but it Juergen does not work. How do I tell lyx to use the params of the new Juergen (selected class)? Has

Re: insetgraphicsParam

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 09:25:51AM +0200, Andre Poenitz wrote: Pimpls do not come for free, either. In the case of LyX, the cost for running times are certainly negligible, but then we have to ask ourself also what benefit ES will give us. Pimpls make code navigation a real pain ... john

Re: beginning to hate...

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 10:12:07AM +0200, Lars Gullik Bjønnes wrote: I am trying to clean up the Makefiles to use automake more correctly, but now qt2 especially is using a very convoluted build scheme... - pre-build in ui dir Obviously necessary, I'm perplexed you could ask this. - this

Re: lyx-devel ./: ChangeLog Makefile.am src/frontends/: ChangeLog ...

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 11:42:58AM +, [EMAIL PROTECTED] wrote: http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/qt2/Makefile.dialogs?r1=1.18r2=1.19 You have, of course, tested that the added dialogs build. john -- I never understood what's so hard about picking a unique

Re: pre3

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 03:34:50PM +0200, Jean-Marc Lasgouttes wrote: Not bugs, but things that should IMO be done * convert examples/ to 1.2.0 files if it isn't done already john -- I never understood what's so hard about picking a unique first and last name - and not going beyond the

Re: pre3

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 03:59:55PM +0100, John Levon wrote: * convert examples/ to 1.2.0 files if it isn't done already Attached is a patch which corrects quotes in de_beispiel_gelyxt.lyx. Apart from that it looks ok. Andre' -- Those who desire to give up Freedom in order to gain

users-list

2002-04-08 Thread Herbert Voss
can someone answer, please. http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg18360.html Herbert -- http://www.lyx.org/help/

Re: users-list

2002-04-08 Thread Andre Poenitz
On Mon, Apr 08, 2002 at 06:06:39PM +0200, Herbert Voss wrote: http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg18360.html I would if I could... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: users-list

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 06:06:39PM +0200, Herbert Voss wrote: http://www.mail-archive.com/lyx-users%40lists.lyx.org/msg18360.html no test case. It's doubtless just xforms being screwy. john -- I never understood what's so hard about picking a unique first and last name - and not going

[PATCH] Re: Dialog titles not translated

2002-04-08 Thread John Levon
On Fri, Apr 05, 2002 at 12:49:25PM +0200, [EMAIL PROTECTED] wrote: When you open a Browse dialog from some other dialogs, such as Insert-Graphics, File-Print, and Insert-ListsTOC-BibTeX. However it works from Edit-Preferences. I don't know if the attached is correct. john -- I never

graphics

2002-04-08 Thread Angus Leeming
Herbert, I'm happy with the idea behind your Bounding Box relative to the original patch, but not with the execution. I think that the BoundingBox stored in GraphicsParams should be relative to the original. That way, we remove duplication of code in other graphics loaders and, more

[bugzilla-daemon@bugzilla.lyx.org: [Bug 322] New: AMS problem*, notation*]

2002-04-08 Thread Andre Poenitz
- Forwarded message from [EMAIL PROTECTED] - Component: mathed AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] Should we have these environments or not ? I think so, but it has nothing to do with mathed

Re: [PATCH]Re: 1.1.6 document

2002-04-08 Thread John Levon
On Sun, Apr 07, 2002 at 09:11:14AM +0200, Herbert Voss wrote: attached a patch for the subfigure bug (don't activate subfigure, when a caption was read). somebody apply this ? 1.1.6 export is: \emph{text}% \footnote{text}. 1.2.0 export is: \emph{text% --- } should be here}

Re: [PATCH] Re: Dialog titles not translated

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 4:25 pm, John Levon wrote: On Fri, Apr 05, 2002 at 12:49:25PM +0200, [EMAIL PROTECTED] wrote: When you open a Browse dialog from some other dialogs, such as Insert-Graphics, File-Print, and Insert-ListsTOC-BibTeX. However it works from Edit-Preferences. I don't

Re: lyx-devel ./: ChangeLog Makefile.am src/frontends/: ChangeLog ...

2002-04-08 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Mon, Apr 08, 2002 at 11:42:58AM +, [EMAIL PROTECTED] wrote: http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/src/frontends/qt2/Makefile.dialogs?r1=1.18r2=1.19 | You have, of course, tested that the added dialogs build. Of course I have not. I

Re: graphics

2002-04-08 Thread Herbert Voss
Angus Leeming wrote: + bb.xl -= bb_orig.xl; + bb.xr -= bb_orig.xl; + bb.yb -= bb_orig.yb; + bb.yt -= bb_orig.yt; should be bb.yt -= bb_orig.yb; but did not work anyway. Herbert p.s. attached a flower for you

Re: [PATCH]Re: 1.1.6 document

2002-04-08 Thread Herbert Voss
John Levon wrote: On Sun, Apr 07, 2002 at 09:11:14AM +0200, Herbert Voss wrote: attached a patch for the subfigure bug (don't activate subfigure, when a caption was read). somebody apply this ? 1.1.6 export is: \emph{text}% \footnote{text}. 1.2.0 export is: \emph{text% --- }

graphics bug

2002-04-08 Thread Herbert Voss
please apply, otherwise graphics in deeper dir's than the doc have wrong dir. most of docs don't run. see former mail for the ref to the mail archive. attached a patch which makes tgif run, too. Herbert -- http://www.lyx.org/help/ Index: src/insets/ChangeLog

Re: graphics

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 5:59 pm, Herbert Voss wrote: Angus Leeming wrote: + bb.xl -= bb_orig.xl; + bb.xr -= bb_orig.xl; + bb.yb -= bb_orig.yb; + bb.yt -= bb_orig.yt; should be bb.yt -= bb_orig.yb; but did not

Re: graphics bug

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 6:24 pm, Herbert Voss wrote: please apply, otherwise graphics in deeper dir's than the doc have wrong dir. most of docs don't run. see former mail for the ref to the mail archive. attached a patch which makes tgif run, too. Herbert I've applied the tgif stuff. I

Re: graphics bug

2002-04-08 Thread Herbert Voss
could ypu please apply this small patch: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36140.html Herbert -- http://www.lyx.org/help/

Re: graphics bug

2002-04-08 Thread Angus Leeming
On Monday 08 April 2002 6:58 pm, Herbert Voss wrote: could ypu please apply this small patch: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36140.html Herbert Yup. Done. A

qt2.m4

2002-04-08 Thread Lars Gullik Bjønnes
The autoconf checking for qt2 look way to complex for me, and at least it should be able to find qt on the most used linux platforms... It is not able to find qt on RH-7.2... -- Lgb

Re: qt2.m4

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:23:15PM +0200, Lars Gullik Bjønnes wrote: The autoconf checking for qt2 look way to complex for me, and at least Ah, a volunteer ! When you rewrite it please remember to deal with FreeBSD's weird naming, deal with various moc versions in various places etc. :) I'm

Re: qt2.m4

2002-04-08 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Mon, Apr 08, 2002 at 07:23:15PM +0200, Lars Gullik Bjønnes wrote: The autoconf checking for qt2 look way to complex for me, and at least | Ah, a volunteer ! Oh well... We'll see... I can strech to make it compile again... linking is another matter...

Re: qt2.m4

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:49:10PM +0200, Lars Gullik Bjønnes wrote: Duck and Cover! lol | I started a rewrite a while ago and gave up again. You shouldn't rewrite, you should just ditch... That's what I did .. | Or add the directories / lib names in the needed places. That should

Re: lyx-devel src/frontends/: ChangeLog src/frontends/qt2/: Change ...

2002-04-08 Thread John Levon
On Mon, Apr 08, 2002 at 07:55:47PM +, [EMAIL PROTECTED] wrote: Log message: make qt2 compile (linking is another matter) Thanks. I'll look at finishing off the build. regards john -- I never understood what's so hard about picking a unique first and last name - and not going

frontend makefile handling

2002-04-08 Thread Lars Gullik Bjønnes
As it is not from the makefile side of things the frontends are now handled equal. Nice imho. (Good job Gullik! Pat self on back) Now we will have the fun job for 1.3.0cvs to make all the frontends be on par functionalitywise as well. Will be a lot of fun (and some tears I guess). If someone

  1   2   3   >