Screenshots not working

2006-05-20 Thread Derek B. Cornish
Hello Webmaster, I thought you ought to know that the screenshots on http://www.lyx.org/about/screenshots.php do not seem to be working. Using Windows XP and FireFox or IE6 I get the message that the images cannot be displayed because they contain errors. Also on http://www.lyx.org/ the two gifs

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 banish the

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 reason why the

[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

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 cannot be

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 invalid (i.e.

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 can't

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: Bug 2179 (re: TeXErrorspar_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. JMarc

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

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-user trunk.

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 FileExportDVI, is that a bug? Joost

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 are created

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.

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)) { + // content has

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: 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

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 and FireFox or

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

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: [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 from

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! Thanks. | | Abdelrazak

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 the last bracket: | |

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 the

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 on

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-use

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 FileExportDVI, is that a bug? What do you mean by new copies of graphics files? If you

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 owe you a beer for

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 adapt

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 available for

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 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

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: [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

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

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

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

[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

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_baseint, std::allocatorint ::_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

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 optimized out,

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

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: 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 close to

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 f)

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: [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: 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 tested

[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);

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

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: 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' did

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: [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? Yes.

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

[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

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

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 section

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: [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 loosing a few

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 now. What else did you need?

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 script was

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 when

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 'none',

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

[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

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

[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: 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. 2)

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 and static

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 check

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 thing... If it is

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 first?

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 === ---

Screenshots not working

2006-05-20 Thread Derek B. Cornish
Hello Webmaster, I thought you ought to know that the screenshots on http://www.lyx.org/about/screenshots.php do not seem to be working. Using Windows XP and FireFox or IE6 I get the message that the images cannot be displayed because they contain errors. Also on http://www.lyx.org/ the two gifs

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

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

[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

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

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

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

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: Bug 2179 (re: TeXErrors_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: 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

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

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: [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

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.

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)) { > + //

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

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

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

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

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: [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: [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!

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

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

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

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

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

  1   2   >