Re: More scons fixes/improvements

2006-05-20 Thread Bo Peng
Please test the attached patch. I changed the names of included boost_* and intl to included_boost_* and included_intl, just to be safe. Other changes are trivial. Bo Index: development/scons/SConscript === --- development/scons/SCon

Re: More scons fixes/improvements

2006-05-20 Thread Bo Peng
> > > 2) nls=yes gettext=included is correctly taken into account but -lintl > > > is passed. So the mingw intl dll is used as opposed as libs/libintl.a, > > Does the order of -L matter? I notice that -Ldebug/libs is the first in the link command so shouldn't libintl.a in this directory be used

Re: wrong path on export in windows

2006-05-20 Thread Enrico Forestieri
On Thu, May 18, 2006 at 03:20:34PM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > >>> > >>> Which one do you prefer? > >> IMHO, always choose the configurable solution (2). > > > > Ok, then. Patch attached. > > Much cleaner than an #ifdef :-) > I'm starting to like this python t

Re: [patch] Windows: Add clean_dvi support to configure.py

2006-05-20 Thread Enrico Forestieri
On Sat, May 20, 2006 at 09:56:58PM +0200, Joost Verburg wrote: > Hi, > > The attached patch against 1.4 adds support for clean_dvi to the new > configure.py script, so images in paths with spaces that are included in > preamble or ERT work again. This is also relevant for cygwin, so please che

Re: More scons fixes/improvements

2006-05-20 Thread Enrico Forestieri
On Sat, May 20, 2006 at 04:41:26PM -0500, Bo Peng wrote: > > > 2) nls=yes gettext=included is correctly taken into account but -lintl > > > is passed. So the mingw intl dll is used as opposed as libs/libintl.a, > > > > Hmm, using -lsomelib a dynamic library takes precedence. When both > > dynamic

Re: More scons fixes/improvements

2006-05-20 Thread Bo Peng
> Sorry for not testing before Bo but there's still some problem with mingw: > 1) CFLAGS=-O3 works correctly but not CFLAGS="-O3 -g". Scons gives "-O3 > -g" to gcc including the double-quotes. Maybe scons tries to be too smart when seeing the space. Should be easy to fix. Should be easy to fix.

[patch] Windows: Add clean_dvi support to configure.py

2006-05-20 Thread Joost Verburg
Hi, The attached patch against 1.4 adds support for clean_dvi to the new configure.py script, so images in paths with spaces that are included in preamble or ERT work again. Joost Index: lib/configure.py === --- lib/configure.py

Re: auto-view logic problem

2006-05-20 Thread Georg Baum
Am Samstag, 20. Mai 2006 19:32 schrieb Jean-Marc Lasgouttes: > Can't we get rid of 'none', since it is equivalent to empty? Sure (but for 1.4 I would only remove it from configure.py, not from the reading code). I guess 'none' was only used because comparisons with empty strings can be difficul

[PATCH] Inline Spellchecker

2006-05-20 Thread Félix-Antoine Bourbonnais
In February, I wrote about my intention to code a patch to implement an inline (on the fly) spellchecker for LyX (see bug 718). This is a preliminary version of the patch. There is still a lot of things missing but before I continue, I want your opinion and your advice. 1. My principal concern

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Georg Baum
Am Samstag, 20. Mai 2006 19:26 schrieb Jean-Marc Lasgouttes: > No, I think it was for images in paths with space. The extra "quote" > qre left in the dvi, and the dvi tools do not like it. The cleqn_dvi > script removes them. I do not like it, but it seems there is no better > solution. You are

Re: auto-view logic problem

2006-05-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Here is a variant of it. Your patch still did the Georg> windows/non-windows distinction that we don't want. Bo, can you Georg> please test whether it works? Georg> Jean-Marc, can it go in 1.5 and 1.4 if it works? Can't we get rid of

Re: More scons fixes/improvements

2006-05-20 Thread Enrico Forestieri
On Sat, May 20, 2006 at 06:57:51PM +0200, Abdelrazak Younes wrote: > Sorry for not testing before Bo but there's still some problem with mingw: > 1) CFLAGS=-O3 works correctly but not CFLAGS="-O3 -g". Scons gives "-O3 > -g" to gcc including the double-quotes. Maybe scons tries to be too smart wh

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Samstag, 20. Mai 2006 16:43 schrieb Joost Verburg: >> Right. Then I don't understand the reason why we have clean_dvi, it >> always seems to work without it. Georg> IIRC (Angus please correct me if I am wrong) the clean_dvi Georg>

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Jean-Marc Lasgouttes wrote: >>> "Joost" == Joost Verburg <[EMAIL PROTECTED]> >>> writes: >> Joost> The parenthesis on the last line here are wrong. With the last Joost> one removed, it compiles. >> Thanks. The patch is in no

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> We should banish the windows port, then. Abdelrazak> This was friday man... Wasn't it still friday when I ansewered? Abdelrazak> Beside, Windows does not require #ifdef, programming style Abdelrazak> does. I would prefer l

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> I'm not convinced. How? And isn't this (font metrics) being Martin> cached in Qt? It is supposed to, indeed. We still have some caching code for older qt3 versions. You may want to reactivate it and see what happens. JMarc

Re: [Cvslog] r13888 - in /lyx-devel/branches/personal/larsbj/unicode/s...

2006-05-20 Thread Martin Vermeer
On Sat, May 20, 2006 at 12:44:40PM +, [EMAIL PROTECTED] wrote: > Author: larsbj > Date: Sat May 20 14:44:39 2006 > New Revision: 13888 > > Log: > further work, now it compiles and pretends to work (qt3 only) Confirmed! The only thing I saw wrong was the Navigation menu, that displays the sec

Re: More scons fixes/improvements

2006-05-20 Thread Abdelrazak Younes
Bo Peng a écrit : A minor glitch is that it installs two copies of the lyx executable, one named lyx-1.5.0svn.exe and the other lyx-qt3-1.5.0svn.exe. If you think this is necessary, a symlink maybe in order here. That is right now intentional, since I would like to keep both lyx-qt3 and lyx-qt4

[patch] fix bug 2235

2006-05-20 Thread Georg Baum
We have sometimes latex errors with included graphics, see http://bugzilla.lyx.org/show_bug.cgi?id=2235. Using the type=ext option of the \includegraphics command as suggested by Jean-Marc does not work: LaTeX Error: Cannot determine size of graphic in 0_xxx.JPG (no size specifed). and later:

Re: auto-view logic problem

2006-05-20 Thread Georg Baum
Am Samstag, 20. Mai 2006 17:48 schrieb Bo Peng: > So, you basically want to use 'auto' for not-found viewers, and > 'none' for not-found converters. Right? Yes. Georg

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Georg Baum
Am Samstag, 20. Mai 2006 17:10 schrieb Joost Verburg: > Georg Baum wrote: > > IIRC (Angus please correct me if I am wrong) the clean_dvi script was > > invented for images that are included by preamble commands or ERT. > > So these are images that will not be stored in the temporary directory?

Re: auto-view logic problem

2006-05-20 Thread Bo Peng
> I have not checked the details, but my 'final patch' did just that. > Change '' to 'none', add things like 'auto'. So, you basically want to use 'auto' for not-found viewers, and 'none' for not-found converters. Right? Bo

Re: auto-view logic problem

2006-05-20 Thread Georg Baum
Am Freitag, 19. Mai 2006 18:19 schrieb Bo Peng: > > I thought about doing that at first. Then I read checkProg in > > configure.py and decided I'd rather not touch it. I am not brave > > enough. python is friendly to its users, don't fear ;-) > I have not checked the details, but my 'final patch'

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Joost Verburg
Georg Baum wrote: IIRC (Angus please correct me if I am wrong) the clean_dvi script was invented for images that are included by preamble commands or ERT. So these are images that will not be stored in the temporary directory? Do you have an example for me to test? Joost

Re: More scons fixes/improvements

2006-05-20 Thread Bo Peng
A minor glitch is that it installs two copies of the lyx executable, one named lyx-1.5.0svn.exe and the other lyx-qt3-1.5.0svn.exe. If you think this is necessary, a symlink maybe in order here. That is right now intentional, since I would like to keep both lyx-qt3 and lyx-qt4 executables for co

[Patch] Qt font caching fix

2006-05-20 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Abdelrazak Younes a écrit : Martin Vermeer a écrit : It doesn't look to me that this is caching anything. Is it? Right, now I look at it, it should be something like this: if (!fi) fi = new QLFontInfo(f); fontinfo_[f.family()][f.series()][f.realShape()][

Re: More scons fixes/improvements

2006-05-20 Thread Enrico Forestieri
On Fri, May 19, 2006 at 11:17:28AM -0500, Bo Peng wrote: > > It now fails when linking lyxclient. I think it is due to missing > > -lintl and -lshlwapi. Then there is a problem with libraries ordering > > (I think -lsupports should come before -lboost_*). > > Updated patch is attached, this time

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Georg Baum
Am Samstag, 20. Mai 2006 16:43 schrieb Joost Verburg: > Right. Then I don't understand the reason why we have clean_dvi, it > always seems to work without it. IIRC (Angus please correct me if I am wrong) the clean_dvi script was invented for images that are included by preamble commands or ERT.

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Martin Vermeer a écrit : It doesn't look to me that this is caching anything. Is it? Right, now I look at it, it should be something like this: if (!fi) fi = new QLFontInfo(f); fontinfo_[f.family()][f.series()][f.realShape()][f.size()] = fi; return *fi;

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Abdelrazak Younes
Martin Vermeer a écrit : On Sat, May 20, 2006 at 03:32:05PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes a écrit : Martin Vermeer a écrit : ... Hum, this code in "qfont_loader.C" looks suspicious: __ QLFontInfo & fontinfo(LyXFont const &

Re: LyX150Experimental Updated!

2006-05-20 Thread Enrico Forestieri
On Sat, May 20, 2006 at 11:15:48AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri a écrit : > > There is too much spacing between icons in the toolbars. For this reason > > the extra toolbar doesn't fit in the original window width. > > I kind of prefer that, IMHO lyx-qt3 icons are too clos

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Martin Vermeer
On Sat, May 20, 2006 at 03:32:05PM +0200, Abdelrazak Younes wrote: > Abdelrazak Younes a écrit : > >Martin Vermeer a écrit : ... > Hum, this code in "qfont_loader.C" looks suspicious: > __ > > QLFontInfo & fontinfo(LyXFont const & f) { > QLFontInfo * & fi

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Joost Verburg
Georg Baum wrote: What do you mean by new copies of graphics files? If you mean that the .eps files from the temp dir with mangled names are copied to the document directory: This is intended behaviour and no bug. The .eps files are required for the dvi, and we use the mangled ones since it was

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Martin Vermeer
On Sat, May 20, 2006 at 01:46:42PM +0200, Abdelrazak Younes wrote: > Martin Vermeer a écrit : ... > >>It seems that font_metrics::width is called two times within > >>LyXText::redoParagraph, once in LyXText::rowBreakPoint and another in > >>::RowPainter::paintChars; I think this could be optimi

Crash with current SVN

2006-05-20 Thread Abdelrazak Younes
Removing my User directory doesn't solve the problem, backtrace following: #1 0x00c2d75a in std::_Vector_base >::_Vector_base ( this=0x251dffc, __n=0, [EMAIL PROTECTED]) at d:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/c++/3.4.5/bits/stl_vector .h:99 #2 0x00c96aa0 in std

[patch] fix cursor pos in tabular

2006-05-20 Thread Juergen Spitzmueller
I found the following small bug very annoying during the last days: when you open the tabular dialog with rmb, the cursor jumps out of the table. You have to click inside again, which brings the tabular dialog in the background... The attached patch fixes that. OK for branch and trunk? Jürgen

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Abdelrazak Younes
Abdelrazak Younes a écrit : Martin Vermeer a écrit : On Fri, May 19, 2006 at 11:50:50PM +0200, Abdelrazak Younes wrote: | | | | + 510.6 ms LyXText::rowBreakPoint(int, Row&) const (lyx) | | | | | + 457.7 ms font_metrics::width(char, LyXFont const&) (lyx) | | | | + 2417.1 ms ::RowPainter::paint

Re: LyX Website

2006-05-20 Thread Lars Gullik Bjønnes
Joost Verburg <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Yes you are right. Windows people are singletons and requires us to | > rework the website just for them. (Find better reson please.) | | I mean a non-technical audience. The current site does not have a | modern and user-

Re: qt4 and fc5

2006-05-20 Thread Abdelrazak Younes
Jose' Matos a écrit : Hi Abdel, I tested today mouse scroll again, I am using qt 4.1.3 (recently released). The scroll is faster but it is not smooth, that it stops sometimes while going fast others. It almost feels like it is rolling fine and it finds some bumps. :-) I have some idea to ma

Re: [Patch] qt4 QPrefsDialog split up

2006-05-20 Thread Abdelrazak Younes
Georg Baum a écrit : Am Freitag, 19. Mai 2006 23:05 schrieb Abdelrazak Younes: Georg, I see that your last patch touches QPrefsDialog; could I ask you a favor? If you could wait until I put this in and then you adapt your patch, that would be very nice. Otherwise, I'll wait until you put in yo

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Abdelrazak Younes
Martin Vermeer a écrit : On Fri, May 19, 2006 at 11:50:50PM +0200, Abdelrazak Younes wrote: | | | | + 510.6 ms LyXText::rowBreakPoint(int, Row&) const (lyx) | | | | | + 457.7 ms font_metrics::width(char, LyXFont const&) (lyx) | | | | + 2417.1 ms ::RowPainter::paintFromPos(int&) (lyx) | | | |

Re: LyX Website

2006-05-20 Thread Joost Verburg
Lars Gullik Bjønnes wrote: Yes you are right. Windows people are singletons and requires us to rework the website just for them. (Find better reson please.) I mean a non-technical audience. The current site does not have a modern and user-friendly design for end-users. For example, see how muc

qt4 and fc5

2006-05-20 Thread Jose' Matos
Hi Abdel, I tested today mouse scroll again, I am using qt 4.1.3 (recently released). The scroll is faster but it is not smooth, that it stops sometimes while going fast others. It almost feels like it is rolling fine and it finds some bumps. :-) This is just a report, no need

Re: LyX Website

2006-05-20 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Sat, May 20, 2006 at 10:56:09AM +0200, Lars Gullik Bjønnes wrote: | > Joost Verburg <[EMAIL PROTECTED]> writes: | > | > | Hi, | > | | > | The current LyX website looks outdated, both in terms of design and | > | content. Especially now LyX is avail

Re: [Patch] qt4 QPrefsDialog split up

2006-05-20 Thread Georg Baum
Am Freitag, 19. Mai 2006 23:05 schrieb Abdelrazak Younes: > Georg, I see that your last patch touches QPrefsDialog; could I ask you > a favor? If you could wait until I put this in and then you adapt your > patch, that would be very nice. Otherwise, I'll wait until you put in > your patch and ad

Re: [Patch] Re: Fix for 2516

2006-05-20 Thread Martin Vermeer
On Fri, May 19, 2006 at 11:07:12PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> Now the next problem (with or without the patch). Load attached > >> file, select part of 1st par and part of 2nd, Delete ==> crash! > > Martin> Jean-Marc, I

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Georg Baum
Am Samstag, 20. Mai 2006 10:32 schrieb Joost Verburg: > configure.py should be updated to add the entires for clean_dvi on > Windows. It however looks like new copies of graphics files are created > when I use File>Export>DVI, is that a bug? What do you mean by new copies of graphics files? If y

Re: LyX Website

2006-05-20 Thread Martin Vermeer
On Sat, May 20, 2006 at 10:56:09AM +0200, Lars Gullik Bjønnes wrote: > Joost Verburg <[EMAIL PROTECTED]> writes: > > | Hi, > | > | The current LyX website looks outdated, both in terms of design and > | content. Especially now LyX is available for Windows users as well, a > | modern and easy-to-u

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Edwin Leuven
Jean-Marc Lasgouttes wrote: "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> The parenthesis on the last line here are wrong. With the last Joost> one removed, it compiles. Thanks. The patch is in now. What else did you need? JMarc missing include or library while linking? qt4 o

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Martin Vermeer
On Fri, May 19, 2006 at 11:50:50PM +0200, Abdelrazak Younes wrote: > Bennett Helm a écrit : > >generate a report with those data.) Nonetheless, what's obvious from > >that is the amount of time spent in QPainter (see, e.g., near the top > >and near the bottom; for the latter, the 1710.0 ms is for

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Abdelrazak Younes
Lars Gullik Bjønnes a écrit : Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes a écrit : | >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: | >> | > | > Abdelrazak> Tested 1.4 Does not compile on qt4 (and I guess also on | > Abdelrazak> qt3), remove th

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes a écrit : | >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: | >> | > | > Abdelrazak> Tested 1.4 Does not compile on qt4 (and I guess also on | > Abdelrazak> qt3), remove the last bracket: | > | > Doh! Tha

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Abdelrazak Younes
Jean-Marc Lasgouttes a écrit : "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Tested 1.4 Does not compile on qt4 (and I guess also on Abdelrazak> qt3), remove the last bracket: Doh! Thanks. Abdelrazak> This is why I hate #ifdef, they should be banished

Re: LyX150Experimental Updated!

2006-05-20 Thread Abdelrazak Younes
Enrico Forestieri a écrit : On Thu, May 18, 2006 at 12:30:34PM +0200, Abdelrazak Younes wrote: For those who want to try latest and greatest Lyx-Qt4 for windows, point your browser to: http://wiki.lyx.org/Windows/LyX150Experimental No more crashes on Win2k when using the file-dialog ;-

Re: LyX Website

2006-05-20 Thread Lars Gullik Bjønnes
Jose' Matos <[EMAIL PROTECTED]> writes: | I have study several solutions for other projects and I have concluded that | our current hand made php solution is not ideal. There are other frameworks | like plone (python) or tuenda, xaraya (sp?) or drupal (php), that would ease | a lot the maintena

Re: Screenshots not working

2006-05-20 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Derek" == Derek B Cornish <[EMAIL PROTECTED]> writes: | | Derek> Hello Webmaster, I thought you ought to know that the | Derek> screenshots on http://www.lyx.org/about/screenshots.php do not | Derek> seem to be working. Using Windows XP an

Re: LyX Website

2006-05-20 Thread Jose' Matos
On Saturday 20 May 2006 00:30, Joost Verburg wrote: > Especially now LyX is available for Windows users as well, a > modern and easy-to-use website is an important thing. With all the respect (you are lucky we are not on Friday ;-) but I almost feel insulted with this comment (don't worry nothi

Re: LyX Website

2006-05-20 Thread Lars Gullik Bjønnes
Joost Verburg <[EMAIL PROTECTED]> writes: | Hi, | | The current LyX website looks outdated, both in terms of design and | content. Especially now LyX is available for Windows users as well, a | modern and easy-to-use website is an important thing. Yes you are right. Windows people are singletons

Re: [patch] bug 2603: crash when pasting into tabular

2006-05-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > + if (clip.find('\t') != string::npos > + || clip.find('\n') != string::npos) { > > Maybe > if (clip.find_first_of("\t\n") OK. > + if (insertAsciiString(cur.bv(), clip, false)) { > + // con

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: I do not know about this stuff, sorry. However, I do not think this should prevent you from showing us your brand new installer :) I'll have to wait for Angus then. How can I show the new installer? It makes no sense to put the whole source code in a message. May

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >> Thanks. The patch is in now. What else did you need? Joost> configure.py should be updated to add the entires for clean_dvi Joost> on Windows. It however looks like new copies of graphics files Joost>

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: Thanks. The patch is in now. What else did you need? configure.py should be updated to add the entires for clean_dvi on Windows. It however looks like new copies of graphics files are created when I use File>Export>DVI, is that a bug? Joost

Re: LyX Website

2006-05-20 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Compared to the time that goes into development, this is a Joost> simple thing. It is however very important for end-users. Joost> If I can upload a new site to a branch, you can all give Joost> comments and then move it to the www

Re: LyX Website

2006-05-20 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: As far as I am concerned, this would be very welcome. There have also been talks of using a wiki for the site, but I am not sure it is relevant to static text like what we have. I think it's better to keep the wiki as separate community site where people can share t

Re: Bug 2179 (re: TeXErrors&par_id) now fixable

2006-05-20 Thread Jean-Marc Lasgouttes
> "John" == John McCabe-Dansted <[EMAIL PROTECTED]> writes: John> If anyone is looking for a bug to fix, I understand that bug John> 2179 is fixable now that RandomAccessList has gone into LyX. John> This bug makes it hard to use the new "latex errors" dialog box. Yes, I would welcome a fix.

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> The parenthesis on the last line here are wrong. With the last Joost> one removed, it compiles. Thanks. The patch is in now. What else did you need? JMarc

Re: LyX/Mac-Qt4 Profile

2006-05-20 Thread Lars Gullik Bjønnes
Bennett Helm <[EMAIL PROTECTED]> writes: | On May 19, 2006, at 11:34 AM, Abdelrazak Younes wrote: | | > No, I think it would be better if you pass | > --disable-debug --disable-stdlib-debug | > instead of: | > --enable-debug --enable-stdlib-debug | | Without --enable-debug, at least, I c

Re: [patch] bug 2603: crash when pasting into tabular

2006-05-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> http://bugzilla.lyx.org/show_bug.cgi?id=2603 This patch Juergen> (against 1.4svn) fixes the crash which has been reported by Juergen> Pol on the users list. The problem was that the cursor pos Juergen> might become invali

Re: Screenshots not working

2006-05-20 Thread Jean-Marc Lasgouttes
> "Derek" == Derek B Cornish <[EMAIL PROTECTED]> writes: Derek> Hello Webmaster, I thought you ought to know that the Derek> screenshots on http://www.lyx.org/about/screenshots.php do not Derek> seem to be working. Using Windows XP and FireFox or IE6 I get Derek> the message that the images ca

[patch] bug 2603: crash when pasting into tabular

2006-05-20 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=2603 This patch (against 1.4svn) fixes the crash which has been reported by Pol on the users list. The problem was that the cursor pos might become invalid (i.e. > lastpos) when the cell's content has been replaced by a shorter string. Furthermore, it tur

Re: LyX Website

2006-05-20 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Hi, The current LyX website looks outdated, both in terms of Joost> design and content. Especially now LyX is available for Windows Joost> users as well, a modern and easy-to-use website is an important Joost> thing. Is there any re

Re: [patch] Windows: Improved Font Loading

2006-05-20 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Tested 1.4 Does not compile on qt4 (and I guess also on Abdelrazak> qt3), remove the last bracket: Doh! Thanks. Abdelrazak> This is why I hate #ifdef, they should be banished from Abdelrazak> normal code. We should