Inline view implementation (long)

2000-08-13 Thread Baruch Even
After playing a bit with the current implementation of the inline viewing I've implemented, I now see its shortcomings which I'd like to address here to get some comments. The current implementation uses a cache of image files that are already loaded or in the process of being loaded, each item

Re: user-feedback on 116cvs

2000-08-13 Thread Baruch Even
The real question is whether the external inset has a use beyond that of inserting graphics files? (Be they an EPS image or a chess layout) If they both insert graphics files then they should be merged, otherwise they should be somehow differentiated, I suppose most users will be baffled with

Re: I have no CTRL-Key in 116cvs

2000-08-13 Thread ich
Timm Danker wrote: Currently, I´m stuck cause since the last cvs update (yesterday), the CTRL-key seems not working anymore hope I´m not asking too stupid questions (since noone replied), but I´m still confused with this. I now did a complete cvs checkout into another dir and compiled, and

InsetGraphics patch

2000-08-13 Thread Baruch Even
Attached is a patch to fix the Clone() method of InsetGraphics, this fixes a bug that was introduced in the latest update to the inset. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers ADD site) " Learn to laugh ...

Lyx gives coredump.

2000-08-13 Thread Chittaranjan Mandal
I get a core dump when I try to startup lyx. My setup is as follows: [chitta@csehcl56 chitta]$ uname -a Linux csehcl56.cse.iitkgp.ernet.in 2.2.5-15 #1 Mon Apr 19 21:39:28 EDT 1999 i686 unknown I have appended below messages generated during the rpm installation. Some help to get my

Re: Lyx gives coredump.

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 06:43:00PM +0530, Chittaranjan Mandal wrote: I get a core dump when I try to startup lyx. My setup is as follows: [chitta@csehcl56 chitta]$ uname -a Linux csehcl56.cse.iitkgp.ernet.in 2.2.5-15 #1 Mon Apr 19 21:39:28 EDT 1999 i686 unknown [root@csehcl56 chitta]#

Re: Gnome frontend: Menubar implementation, patch include

2000-08-13 Thread Tuukka Toivonen
Sorry to interfere... but I'd love to have GTK LyX without required to install Gnome. Would it be too much trouble supporting GTK without Gnome too?

Re: I have no CTRL-Key in 116cvs

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 02:33:31PM +0200, ich wrote: Timm Danker wrote: Currently, I´m stuck cause since the last cvs update (yesterday), the CTRL-key seems not working anymore hope I´m not asking too stupid questions (since noone replied), but I´m still confused with this. I now did

The external inset once again (was: user-feedback on 116cvs)

2000-08-13 Thread Asger K. Alstrup Nielsen
On Sun, 13 Aug 2000, Baruch Even wrote: The real question is whether the external inset has a use beyond that of inserting graphics files? Obviously, 90%-95% of the uses of the external inset will come with a graphical image: - Raster format images (jpg, png, gif, tif, etc.) - Vector format

Re: Inline view implementation (long)

2000-08-13 Thread Asger K. Alstrup Nielsen
On Sun, 13 Aug 2000, Baruch Even wrote: [Introduction of two classes: One for manipulation and conversion of graphics, and one for the displaying.] I also think that we need a new directory backends/ for the graphics backend, this directory will be somewhat like frontends only that it will

Re: Changing tabular multirow latex output!

2000-08-13 Thread Bernd Paysan
On Mon, 7 Aug 2000, Juergen Vigna wrote: You should try the inset-tabular in the new 1.1.6cvs and you'll see that this has been all removed. Now a parbox is inserted automatically if you use linebreaks (because of the above mentioned problem), but there is no \smallskip{} as you can now

lyx2pdf - pdf output

2000-08-13 Thread Steffen Evers
Hello, A little shell script to translate lyx documents to pdf has come into being! Maybe someone can make use of it or someone is in the mood to integrate some parts of it in the LyX code. A PDF-export function would be nice ... Thanks to Herbert Voss and Matej Cepl for telling me how the

Re: Some words to frontends!

2000-08-13 Thread Allan Rae
On Fri, 11 Aug 2000, Juergen Vigna wrote: ¹ Check JMarcs toolbar/menu stuff as per his request. Workout a support class for Ok/Apply/Cancel button management (similar to Baruch's RadioButtonGroup but with a separation of policy from gui toolkit), and another for

Re: lyx2pdf - pdf output

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 11:38:04PM +0200, Steffen Evers wrote: A little shell script to translate lyx documents to pdf has come into being! [...] Run pdflatex 9 times for runno in 1 2 3 4 5 6 7 8 9 do echo echo " PDF Latex run no. $runno *"

Re: InsetGraphics patch

2000-08-13 Thread Allan Rae
On Sun, 13 Aug 2000, Baruch Even wrote: Attached is a patch to fix the Clone() method of InsetGraphics, this fixes a bug that was introduced in the latest update to the inset. I've applied this in my tree. Committing soon. Allan. (ARRae)

Re: CVS still has lib/listerrors

2000-08-13 Thread Allan Rae
On Sat, 12 Aug 2000, Kayvan A. Sylvan wrote: The lib/listerrors should be deleted from the repository. It is a derived file. Consider it done just as soon as I commit. Allan. (ARRae)

Re: The external inset once again (was: user-feedback on 116cvs)

2000-08-13 Thread Baruch Even
On Sun, 13 Aug 2000, Asger K. Alstrup Nielsen wrote: [Finally a clear explanation of the External Inset] :-) I got the idea, or at least I think I do. But let me return to the stuff that went unanswered. How will the user differentiate between the External Inset and the Graphics Inset? From

Inline view implementation (long)

2000-08-13 Thread Baruch Even
After playing a bit with the current implementation of the inline viewing I've implemented, I now see its shortcomings which I'd like to address here to get some comments. The current implementation uses a cache of image files that are already loaded or in the process of being loaded, each item

Re: user-feedback on 116cvs

2000-08-13 Thread Baruch Even
The real question is whether the external inset has a use beyond that of inserting graphics files? (Be they an EPS image or a chess layout) If they both insert graphics files then they should be merged, otherwise they should be somehow differentiated, I suppose most users will be baffled with

Re: I have no CTRL-Key in 116cvs

2000-08-13 Thread ich
Timm Danker wrote: > Currently, I´m stuck cause since the last cvs update (yesterday), the > CTRL-key seems > not working anymore hope I´m not asking too stupid questions (since noone replied), but I´m still confused with this. I now did a complete cvs checkout into another dir and compiled,

InsetGraphics patch

2000-08-13 Thread Baruch Even
Attached is a patch to fix the Clone() method of InsetGraphics, this fixes a bug that was introduced in the latest update to the inset. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My brothers AD site) " Learn to laugh ...

Lyx gives coredump.

2000-08-13 Thread Chittaranjan Mandal
I get a core dump when I try to startup lyx. My setup is as follows: [chitta@csehcl56 chitta]$ uname -a Linux csehcl56.cse.iitkgp.ernet.in 2.2.5-15 #1 Mon Apr 19 21:39:28 EDT 1999 i686 unknown I have appended below messages generated during the rpm installation. Some help to get my

Re: Lyx gives coredump.

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 06:43:00PM +0530, Chittaranjan Mandal wrote: > > I get a core dump when I try to startup lyx. > My setup is as follows: > [chitta@csehcl56 chitta]$ uname -a > Linux csehcl56.cse.iitkgp.ernet.in 2.2.5-15 #1 Mon Apr 19 21:39:28 EDT 1999 i686 >unknown > > [root@csehcl56

Re: Gnome frontend: Menubar implementation, patch include

2000-08-13 Thread Tuukka Toivonen
Sorry to interfere... but I'd love to have GTK LyX without required to install Gnome. Would it be too much trouble supporting GTK without Gnome too?

Re: I have no CTRL-Key in 116cvs

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 02:33:31PM +0200, ich wrote: > Timm Danker wrote: > > Currently, I´m stuck cause since the last cvs update (yesterday), the > > CTRL-key seems > > not working anymore > > hope I´m not asking too stupid questions (since noone replied), but I´m > still confused with this.

The external inset once again (was: user-feedback on 116cvs)

2000-08-13 Thread Asger K. Alstrup Nielsen
On Sun, 13 Aug 2000, Baruch Even wrote: > The real question is whether the external inset has a use beyond that of > inserting graphics files? Obviously, 90%-95% of the uses of the external inset will come with a graphical image: - Raster format images (jpg, png, gif, tif, etc.) - Vector

Re: Inline view implementation (long)

2000-08-13 Thread Asger K. Alstrup Nielsen
On Sun, 13 Aug 2000, Baruch Even wrote: [Introduction of two classes: One for manipulation and conversion of graphics, and one for the displaying.] > I also think that we need a new directory backends/ for the graphics > backend, this directory will be somewhat like frontends only that it will

Re: Changing tabular multirow latex output!

2000-08-13 Thread Bernd Paysan
On Mon, 7 Aug 2000, Juergen Vigna wrote: > You should try the inset-tabular in the new 1.1.6cvs and you'll see that > this has been all removed. Now a parbox is inserted automatically if you > use linebreaks (because of the above mentioned problem), but there is no > \smallskip{} as you can now

lyx2pdf - pdf output

2000-08-13 Thread Steffen Evers
Hello, A little shell script to translate lyx documents to pdf has come into being! Maybe someone can make use of it or someone is in the mood to integrate some parts of it in the LyX code. A PDF-export function would be nice ... Thanks to Herbert Voss and Matej Cepl for telling me how the

Re: Some words to frontends!

2000-08-13 Thread Allan Rae
On Fri, 11 Aug 2000, Juergen Vigna wrote: > > > > ¹ Check JMarcs toolbar/menu stuff as per his request. Workout a support > > class for Ok/Apply/Cancel button management (similar to Baruch's > > RadioButtonGroup but with a separation of policy from gui toolkit), and > > another for

Re: lyx2pdf - pdf output

2000-08-13 Thread Kayvan A. Sylvan
On Sun, Aug 13, 2000 at 11:38:04PM +0200, Steffen Evers wrote: > > A little shell script to translate lyx documents to pdf has come into being! > [...] > > Run pdflatex 9 times > for runno in 1 2 3 4 5 6 7 8 9 > do >echo >echo " PDF Latex run no. $runno

Re: InsetGraphics patch

2000-08-13 Thread Allan Rae
On Sun, 13 Aug 2000, Baruch Even wrote: > Attached is a patch to fix the Clone() method of InsetGraphics, this fixes > a bug that was introduced in the latest update to the inset. I've applied this in my tree. Committing soon. Allan. (ARRae)

Re: CVS still has lib/listerrors

2000-08-13 Thread Allan Rae
On Sat, 12 Aug 2000, Kayvan A. Sylvan wrote: > The lib/listerrors should be deleted from the repository. It is a derived > file. Consider it done just as soon as I commit. Allan. (ARRae)

Re: The external inset once again (was: user-feedback on 116cvs)

2000-08-13 Thread Baruch Even
On Sun, 13 Aug 2000, Asger K. Alstrup Nielsen wrote: [Finally a clear explanation of the External Inset] :-) I got the idea, or at least I think I do. But let me return to the stuff that went unanswered. How will the user differentiate between the External Inset and the Graphics Inset? From