Re: LyX Qt2 on native win32 screenshot

2002-07-16 Thread Ruurd A. Reitsma
> But I don't think you are allowed to distribute binaries of your QT-Windows > lyx. QT(Windows) is not GPL compatible. Very true! However, Trolltech suggests that the GPL license has the option for an expection on the linkage to non-system libraries with a different license. This exception has

Re: LyX Qt2 on native win32 screenshot

2002-07-15 Thread Ruurd A. Reitsma
> > > > TODO: > > -make a proper win32 fork controller > > The forked controller is only really used by the graphics code at the moment. > In turn, conversion to a loadable format is controlled through a > LyX-generated shell script. Presumably this will also have to be replaced by > some sort of

LyX Qt2 on native win32 screenshot

2002-07-15 Thread Ruurd A. Reitsma
Hi, just to show you all that I'm quite content with the Qt2 frontend nearing completion, here's a screenshot of 1.3.0 cvs on win32: http://www.xs4all.nl/~ps28/ruurd/lyx_win32.png It has been built using qt 2.3.0 non-commercial for windows, M$ Visual Studio, the intel 6.0 compiler and stlport.

Re: Images in 1.2.0/Win32

2002-06-13 Thread Ruurd A. Reitsma
> > Yes. I had to compile an older version of gs to get around this. gs-6.51. > No problem here with gs-7.05 and fname.eps.gz > Garst > Claus, have you already tried to use the native win32 ghostscript? Epstopdf is included in MikTex, so you could use that with the proper path conversions. Or, y

Re: Images in 1.2.0/Win32

2002-06-13 Thread Ruurd A. Reitsma
> > Yes. I had to compile an older version of gs to get around this. gs-6.51. > No problem here with gs-7.05 and fname.eps.gz > Garst > Claus, have you already tried to use the native win32 ghostscript? Epstopdf is included in MikTex, so you could use that with the proper path conversions. Or, y

Re: Images in 1.2.0/Win32

2002-06-13 Thread Ruurd A. Reitsma
> > Yes. I had to compile an older version of gs to get around this. gs-6.51. > No problem here with gs-7.05 and fname.eps.gz > Garst > Claus, have you already tried to use the native win32 ghostscript? Epstopdf is included in MikTex, so you could use that with the proper path conversions. Or, y

Re: Images in 1.2.0/Win32

2002-06-13 Thread Ruurd A. Reitsma
> > Yes. I had to compile an older version of gs to get around this. gs-6.51. > No problem here with gs-7.05 and fname.eps.gz > Garst > Claus, have you already tried to use the native win32 ghostscript? Epstopdf is included in MikTex, so you could use that with the proper path conversions. Or, y

pdfLatex update bug

2001-05-24 Thread Ruurd A. Reitsma
When updating a pdf file using pdflatex, changes in the intermediate .tex file are not detected. It turns out that the .tex file doesn't end up in the .dep file. It's easy to see why the .tex file is not being detected by the log file regex filter in LaTeX.C by looking at the log file: This is

RE: src/support/Makefile.am fix

2001-05-20 Thread Ruurd A. Reitsma
+EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h os_unix.C shouldn't os_os2.C, os_win32.C and os.h be in here too? --Ruurd

RE: [PATCH] os class for OS/2 & Win32 support final version

2001-05-16 Thread Ruurd A. Reitsma
>OK, while applying the patch, I saw that there are no change logs! >Ruurd, could you provide some asap? We need to document all the here they are. >changes that are done in the patch. There are other problems here and >there under unix (you did not test that, did you?), but I am in the >process

RE: [PATCH] os class for OS/2 & Win32 support final version

2001-05-14 Thread Ruurd A. Reitsma
>-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]] >Sent: maandag 14 mei 2001 14:43 >To: [EMAIL PROTECTED] >Cc: LyX Developers; Claus Hentschel; [EMAIL PROTECTED] >Subject: Re: [PATCH] os class for OS/2 & Win32 support final version >

[PATCH] os class for OS/2 & Win32 support final version

2001-05-12 Thread Ruurd A. Reitsma
Here's the final (?) version of my win32 patch. Details are in the README.Win32. I've also attatched a patch for the 116 branch. --Ruurd os_spec2_116.diff.bz2 os_spec2_120.diff.bz2

RE: [PATCH] os class for OS/2 & Win32 support

2001-03-21 Thread Ruurd A. Reitsma
>Subject: Re: [PATCH] os class for OS/2 & Win32 support > > >Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > >> It seems to me that at the time SMiyata submitted it more for comments >> than actual inclusion. Anyway, I think we really need something like >> that. > >Yes, but one of the reason w

[PATCH] os class for OS/2 & Win32 support

2001-03-13 Thread Ruurd A. Reitsma
after reading the raging debate over Win32 ports I decided to take a look at the patches Claus Hentschel and I made. To my surprise I found out that Miyata Shigeru had already wrapped up my patch in a nice os:: class (Thanks!!!). Is there a reason that it hasn't been submitted to CVS as yet??? I'

Re: [PATCH] Small additions for the win32 port

2000-10-15 Thread Ruurd A Reitsma
>All this should be moved to some support file, that only gets >included/built when we are compiling on a __CYGWIN__ environment. > >I guess we could add a src/os/ directory similar to src/frontends to >take care of things like this. > >from int main(...) we can then just call something like: > >o

[PATCH] Small additions for the win32 port

2000-10-11 Thread Ruurd A Reitsma
At this momemt, lyx compiles almost out of the box on win32 using the cygwin environement, except for one little detail: --- lyxserver.C Wed Oct 11 20:47:48 2000 +++ lyx-devel/src/lyxserver.C Wed Oct 11 13:51:18 2000 @@ -72,7 +72,7 @@ // provide an empty mkfifo() if we do not have one. This di