Tables in lyx

2006-05-14 Thread Lv
I use Lyx for creating business forms and it was bliss for the last six months. Unfortunately, recently none of my previous Lyx documents which always worked would compile to a dvi. It now create hordes of error messages due to the presence of tables. There are many (such as missing endgroup etc)

Re: [Final version of the Final-PATCH] win32 auto-view/edit

2006-05-14 Thread Bo Peng
No time (it is still weekend :-) to test the patch. But the exact reason for the auto entries is to tell lyx we want autoview for certain formats, not for all entries with "" viewer. Cheers, Bo

Re: [Final version of the Final-PATCH] win32 auto-view/edit

2006-05-14 Thread Enrico Forestieri
On Sun, May 14, 2006 at 10:58:54PM +0200, Jean-Marc Lasgouttes wrote: > > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: > > >> Why do you need configure.py to set "auto" entries? Isn't it enough > >> to rely on canOpenFile in LyX itself? > > OK, I finally managed to put my finger on why I do n

Re: Scons moves to its new home: development/scons

2006-05-14 Thread Enrico Forestieri
On Sat, May 13, 2006 at 12:52:04PM +0200, Andre Poenitz wrote: > On Thu, May 11, 2006 at 10:44:41PM +0200, Enrico Forestieri wrote: > > On Thu, May 11, 2006 at 09:55:21PM +0200, Andre Poenitz wrote: > > > On Thu, May 11, 2006 at 01:24:44PM +0200, Enrico Forestieri wrote: > > > > All of this becaus

pics don't load

2006-05-14 Thread Kortink, Mark A
Hi Just visited the www.lyx.org site. The screenshots on aren't loading. By the way Lyx looks great and I am going to get it. Cheers Mark Kortink

Re: [patch] Windows: Improved Font Loading

2006-05-14 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: If we can support Win9x, we should. Isn't there some kind way to fall back to AddFontResource when it is the only one available? Anyway Joost, I'll let you decide. Let's not make things too complicated and go for AddFontResource and RemoveFontResource. The attached

Re: Qt/WinFree menu font?

2006-05-14 Thread Paul A. Rubin
Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Paul A. Rubin <[EMAIL PROTECTED]> writes: Thanks, Georg. Unfortunately, the Windows distribution of LyX (at least Angus's version) doesn't include qtconfig. I infer from its absence that font choices are ei

Re: [Final version of the Final-PATCH] win32 auto-view/edit

2006-05-14 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Why do you need configure.py to set "auto" entries? Isn't it enough >> to rely on canOpenFile in LyX itself? OK, I finally managed to put my finger on why I do not like the setting of auto in configure.py: first it complicates the code and more

Re: Qt/WinFree menu font?

2006-05-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Paul A. Rubin <[EMAIL PROTECTED]> writes: >> Thanks, Georg. Unfortunately, the Windows distribution of LyX (at >> least Angus's version) doesn't include qtconfig. I infer from its >> absence that font choices are either compiled int

Re: [patch] Windows: Improved Font Loading

2006-05-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Win98/Me are currently not supported, so maybe we should indeed >> use AddFontResourceEx. Or is LyX 1.5 with Qt4 going to support >> 98/Me? Abdelrazak> At least it seems to work fine right now on Windows Me. So Abdelrazak> if

Re: Qt/WinFree menu font?

2006-05-14 Thread Joost Verburg
Angus Leeming wrote: Perhaps ping Joost to suggest that his reworking of the installers includes qtconfig? It looks like the Windows version of qtconfig only allows you to change the complete GUI style, not the fonts. Joost

Re: [Patch] reduce linking time under windows

2006-05-14 Thread Enrico Forestieri
On Sun, May 14, 2006 at 04:00:59PM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> There is no problem in the final link stage, because libtool > Enrico> is used. This is independent of --with-x or --without-x. I get > Enrico> it ri

Re: win build help needed

2006-05-14 Thread Edwin Leuven
Bo Peng wrote: Please remove the SConsign line for now (at the end of SConstruct). I already notice this but the fix is among a big untested patch. this scons CCFLAGS=-O3 frontend=qt4 extra_inc_path=c:/programs/Aspell-0.60.4/include extra_lib_path=c:/programs/Aspell-0.60.4/lib logfile=logfil

Re: Qt/WinFree menu font?

2006-05-14 Thread Angus Leeming
Paul A. Rubin <[EMAIL PROTECTED]> writes: > Thanks, Georg. Unfortunately, the Windows distribution of LyX (at least > Angus's version) doesn't include qtconfig. I infer from its absence > that font choices are either compiled into LyX or are done by the Qt DLL > based on some algorithm. Perha

Re: [patch] Windows: Improved Font Loading

2006-05-14 Thread Abdelrazak Younes
Joost Verburg a écrit : Jean-Marc Lasgouttes wrote: You could do it in FontLoader destructor, I guess. Of course, it is not very symmetrical, but I do not think initFontPath could be called in FontLoader constructor (the lyxdir is not known at this point). Of course, if we used AddFontResourceE

Re: [patch] Windows: Improved Font Loading

2006-05-14 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: You could do it in FontLoader destructor, I guess. Of course, it is not very symmetrical, but I do not think initFontPath could be called in FontLoader constructor (the lyxdir is not known at this point). Of course, if we used AddFontResourceEx... ;) Win98/Me are cu

Re: [patch] Windows: Improved Font Loading

2006-05-14 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Joost Verburg wrote: >> Attached the new patch for 1.4 with the code moved to the qt2 >> frontend. Is this OK? Joost> It would be better to also remove the font resources when Joost> closing LyX. How should I add an unload function

Re: [Patch] reduce linking time under windows

2006-05-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> No, I don't provide any library by hand. That's because I Abdelrazak> compile dynamically against Qt3 (and Qt4). So when linking dynamically, dlls know what other dlls they nee

Re: [Patch] reduce linking time under windows

2006-05-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> No, I don't provide any library by hand. That's because I Abdelrazak> compile dynamically against Qt3 (and Qt4). So when linking dynamically, dlls know what other dlls they need? JMarc

Re: [patch] Windows: Improved Font Loading

2006-05-14 Thread Joost Verburg
Joost Verburg wrote: Attached the new patch for 1.4 with the code moved to the qt2 frontend. Is this OK? It would be better to also remove the font resources when closing LyX. How should I add an unload function for this FontLoader? Joost

Re: [patch] remove remaining OS/2 bits

2006-05-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Guess how I found the files? The problem was that I only Georg> grepped in src. I am going to commit this updated patch. I did Georg> not change intl (I think it is copied verbatim from gettext), Georg> and I did neither change the FAQ

Re: [Patch] reduce linking time under windows

2006-05-14 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Im am not sure what you are doing but please do not forget Abdelrazak> that the gcc mingw target work fine so please localize Abdelrazak> your change to the cygwin platform (including gcc A

Re: [patch] remove remaining OS/2 bits

2006-05-14 Thread Georg Baum
Am Sonntag, 14. Mai 2006 16:03 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Since OS/2 is dead and LyX does not work on it anymore for > Georg> several years I propose to remove the remaining bits. OK? > > I'd say yes. You should use grep to s

Re: major math bugs

2006-05-14 Thread Georg Baum
Am Samstag, 13. Mai 2006 13:37 schrieb Andre Poenitz: > So you mean dropping the half-baked \xymatix support would be a good > idea? Yes, if unknown array-like environments would work. That is not the case, and therefore my original statement is not correct. We should enhance the math parser to

Re: [patch] remove remaining OS/2 bits

2006-05-14 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> BTW: Didn't we decide to drop xforms support after LyX 1.4? Not yet. JMarc

Re: [patch] remove remaining OS/2 bits

2006-05-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Since OS/2 is dead and LyX does not work on it anymore for Georg> several years I propose to remove the remaining bits. OK? I'd say yes. You should use grep to see whether other instances exist. A good example is lyx.man. JMarc

Re: isValidLength question

2006-05-14 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Freitag, 12. Mai 2006 17:24 schrieb Jean-Marc Lasgouttes: >> Since it eventually uses unitFromString, I'd say it uses LyX >> format. Georg> Thanks. I think I now understand why it works, and am going to Georg> add the attached docu

Re: [Patch] reduce linking time under windows

2006-05-14 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> There is no problem in the final link stage, because libtool Enrico> is used. This is independent of --with-x or --without-x. I get Enrico> it right in both cases. The problem is in the recognition of Enrico> the "Qt library n

Re: [Patch] reduce linking time under windows

2006-05-14 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Im am not sure what you are doing but please do not forget Abdelrazak> that the gcc mingw target work fine so please localize Abdelrazak> your change to the cygwin platform (including gcc Abdelrazak> -mno-cygwin). Wh

Re: win build help needed

2006-05-14 Thread Bo Peng
> yes Then wait for Bo :-( Please remove the SConsign line for now (at the end of SConstruct). I already notice this but the fix is among a big untested patch. Bo PS: I am not officially back to work now.

Re: win build help needed

2006-05-14 Thread Abdelrazak Younes
Edwin Leuven a écrit : Abdelrazak Younes wrote: Did you install the python win32 extension? http://sourceforge.net/project/showfiles.php?group_id=78018 http://python.net/crew/skippy/win32/ yes Then wait for Bo :-( Abdel.

Re: win build help needed

2006-05-14 Thread Edwin Leuven
Abdelrazak Younes wrote: Did you install the python win32 extension? http://sourceforge.net/project/showfiles.php?group_id=78018 http://python.net/crew/skippy/win32/ yes

Re: win build help needed

2006-05-14 Thread Abdelrazak Younes
Edwin Leuven a écrit : this is what i get: C:\svn\development\scons>scons qt_dir=c:/programs/Qt/4.1.2 mode=release scons: Reading SConscript files ... TypeError: can only concatenate list (not "str") to list: File "SConstruct", line 412: env.AppendUnique(CPPPATH = env['QT_INC_PATH']) Fi

Re: win build help needed

2006-05-14 Thread Edwin Leuven
this is what i get: C:\svn\development\scons>scons qt_dir=c:/programs/Qt/4.1.2 mode=release scons: Reading SConscript files ... TypeError: can only concatenate list (not "str") to list: File "SConstruct", line 412: env.AppendUnique(CPPPATH = env['QT_INC_PATH']) File "C:\programs\Python24

Re: LyX150Experimental Updated!

2006-05-14 Thread Abdelrazak Younes
Sreekumar Bhaskaran {msbad084} a écrit : To add to my previous comment: The delete button gets activated when I click on the "full author list" box. The citation style also comes back then Year, I've written in the Wiki that the Citation dialog is not ready. You have been warned ;-) That s

Re: win build help needed

2006-05-14 Thread Abdelrazak Younes
Edwin Leuven a écrit : guess this one is for bo or abdel i try to get lyx to build on windows i installed - python - scons - msys - qt - mingw - zlib, libiconv, bzip2 (installed in the mingw dir) simply calling C:\svn\development\scons>scons frontend=qt4 gives me this error: IOError: [Errn

win build help needed

2006-05-14 Thread Edwin Leuven
guess this one is for bo or abdel i try to get lyx to build on windows i installed - python - scons - msys - qt - mingw - zlib, libiconv, bzip2 (installed in the mingw dir) simply calling C:\svn\development\scons>scons frontend=qt4 gives me this error: IOError: [Errno 2] No such file or dir