add -interaction=nonstopmode to cygwin/latex test

2006-07-01 Thread Bo Peng
Hi, Lars, The following patch is needed to prevent lib/configure.py from hanging when the latex test fails (latex will wait for user interaction). It is in the trunk now, OK for 1.4.x? Bo Index: lib/configure.py === --- lib/configu

Re: qt4.lib requires system boost libs.

2006-07-01 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > All source files (not headers) should include config.h as their first | > include. | > | > For the boost source itself we set BOOST_USER_CONFIG to | > | > Or is this not reall what you are asking? | | It is. | | What I was saying is that this problem wi

Re: qt4.lib requires system boost libs.

2006-07-01 Thread Bo Peng
All source files (not headers) should include config.h as their first include. For the boost source itself we set BOOST_USER_CONFIG to Or is this not reall what you are asking? It is. What I was saying is that this problem will only show up in msvc so it would be easier to find out if it tri

Re: qt4.lib requires system boost libs.

2006-07-01 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > This might be caused by the use of boost headers without config.h, | > since we only have that BOOST_ALL_NO_LIB defined in this header file. | > Could you please check this for me? | | By greping debug/common/frontends/qt4/*.obj, I find that | Application

Re: bibtex on windows

2006-07-01 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > It seems to be a severe problem for windows users, so I'd say they should be | > used as soon as possible. | | I can confirm that with the latest patch (r14285) that convert all \t | to spaces, bibtex works under windows. | | Lars, are you interested in

Re: bibtex on windows

2006-07-01 Thread Bo Peng
It seems to be a severe problem for windows users, so I'd say they should be used as soon as possible. I can confirm that with the latest patch (r14285) that convert all \t to spaces, bibtex works under windows. Lars, are you interested in merging 14285, 272, 270, 265, 261, 250, 238, 223 (conve

Re: qt4.lib requires system boost libs.

2006-07-01 Thread Bo Peng
This might be caused by the use of boost headers without config.h, since we only have that BOOST_ALL_NO_LIB defined in this header file. Could you please check this for me? By greping debug/common/frontends/qt4/*.obj, I find that Application.obj has symbol vc80-mt-ss- Adding config.h to Appl

Re: r14166 - in /lyx-devel/trunk/src: frontends/qt3/QtView.C ...

2006-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Now that you reached that point you might as well consider letting those | people decide what's being done that actually do any coding. At least if | there are clear majorities and your only argument is 'I don't like it'. Not quite true tough... is it?

Re: qt4

2006-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Sun, Jun 25, 2006 at 03:11:16PM +0200, Lars Gullik Bjønnes wrote: | > No, but I would expect Qt4 to behave the same way on different | > platforms. | | There are completely different paint 'engines' (i.e. back ends) used on | X11 and Win. And yes, it

Re: [Path] WorkArea eradication from BufferView, step 2: fix scrollbar handling

2006-07-01 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > Abdelrazak> 4.1.0 will do fine yes but for speed I would recommend the | > Abdelrazak> latest. | > | > So there is currently _no_ linux distribution that has a qt4 really | > good enough for LyX? | | The point is that there is currently no distributi

Re: [patch] merge booktabs branch

2006-07-01 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | The booktabs support is fully functional now (except gtk frontend). One | feature is missing: Suport for left and right adjustment of \clines. | | Since I don't know when I will be able to implement that, and since I want | the current booktabs support i

Re: [Path] WorkArea eradication from BufferView, step 2: fix scrollbar handling

2006-07-01 Thread Andre Poenitz
On Mon, Jun 26, 2006 at 10:19:23AM +0200, Lars Gullik Bjønnes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > | > I won't mind xforms going away - with its not antialiased text, > | > cumbersome menus, and inability to use unicode. > | > But I hope qt3 will stay around until qt4 catches

Re: qt4

2006-07-01 Thread Andre Poenitz
On Sun, Jun 25, 2006 at 03:11:16PM +0200, Lars Gullik Bjønnes wrote: > No, but I would expect Qt4 to behave the same way on different > platforms. There are completely different paint 'engines' (i.e. back ends) used on X11 and Win. And yes, it makes a huge difference . Andre'

Re: r14166 - in /lyx-devel/trunk/src: frontends/qt3/QtView.C ...

2006-07-01 Thread Andre Poenitz
On Sun, Jun 25, 2006 at 01:12:03AM +0200, Lars Gullik Bjønnes wrote: > You have ceased to be constructive a long long time ago. As in 'You have ceased to have the same opinions as I'? Or as in 'You have nowadays even stranger ideas on how to stall project progress than I'? > (As have I apparentl

Re: [Path] WorkArea eradication from BufferView, step 2: fix scrollbar handling

2006-07-01 Thread Andre Poenitz
On Mon, Jun 26, 2006 at 03:49:45PM +0200, Edwin Leuven wrote: > Jean-Marc Lasgouttes wrote: > >Second, it _is_ our problem to ensure that LyX can be built (and work > >well) on a 2 years old distribution. > > i didn't know that qt4 doesn't work on 2 year old distros Neither did I, given that I am

Re: [Path] WorkArea eradication from BufferView, step 2: fix scrollbar handling

2006-07-01 Thread Andre Poenitz
On Mon, Jun 26, 2006 at 01:54:03AM +0200, Lars Gullik Bjønnes wrote: > Edwin Leuven <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > | > You see... there is the difference, I don't plan on breaking the > | > other frontends just because I am introducing a feature only for one > | > o

Re: r14166 - in /lyx-devel/trunk/src: frontends/qt3/QtView.C ...

2006-07-01 Thread Andre Poenitz
On Sun, Jun 25, 2006 at 01:12:03AM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Fri, Jun 23, 2006 at 05:59:14PM +0100, Jose' Matos wrote: > | > On Friday 23 June 2006 17:43, Andre Poenitz wrote: > | > > No. But xforms could be removed right away. > | > >

Re: [Path] WorkArea eradication from BufferView, step 2: fix scrollbar handling

2006-07-01 Thread Andre Poenitz
On Mon, Jun 26, 2006 at 12:18:09PM +0200, Jean-Marc Lasgouttes wrote: > > "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Abdelrazak> Jean-Marc Lasgouttes wrote: > >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > >> > Lars> AFAIK (and this depends on when 1

Re: qt4

2006-07-01 Thread Andre Poenitz
On Sun, Jun 25, 2006 at 01:08:11PM +0200, Lars Gullik Bjønnes wrote: > On my box (x86_64 3500+) the scroll userguide down test takes approx. > 7 seconds with xforms. (One of my main reasons for not deleting the > xforms frontend outright. QtX (and of use of it) is still to slow, and > IMHO we need

Re: scripting troubles

2006-07-01 Thread Enrico Forestieri
On Sat, Jul 01, 2006 at 12:01:16PM +0200, Georg Baum wrote: > Am Freitag, 30. Juni 2006 20:21 schrieb Enrico Forestieri: > > What I mean is that I don't think that the renaming work I did can be > > responsible for this one. > > IIRC it was more than renaming, otherwise I would not have mentioned

Re: [patch] merge booktabs branch

2006-07-01 Thread Juergen Spitzmueller
Georg Baum wrote: > Since I don't know when I will be able to implement that, and since I want > the current booktabs support in before the next freeze I plan to merge > the branch back soon. Good plan! Jürgen

Re: [Patch] WorkArea eradication from BufferView: THE DEATH SENTENCE

2006-07-01 Thread Juergen Spitzmueller
Edwin Leuven wrote: > Juergen Spitzmueller wrote: > > Yes. Of course your decision is respected, but I hope you reconsider > > it again. > > everybody knows that retiring on friday doesn't count... True. Except for cyclists. Jürgen

[patch] merge booktabs branch

2006-07-01 Thread Georg Baum
The booktabs support is fully functional now (except gtk frontend). One feature is missing: Suport for left and right adjustment of \clines. Since I don't know when I will be able to implement that, and since I want the current booktabs support in before the next freeze I plan to merge the bran

Re: [Patch] WorkArea eradication from BufferView: THE DEATH SENTENCE

2006-07-01 Thread Edwin Leuven
Juergen Spitzmueller wrote: Yes. Of course your decision is respected, but I hope you reconsider it again. everybody knows that retiring on friday doesn't count...

Re: LyX 1.4.2 - slightly broken UI

2006-07-01 Thread Juergen Spitzmueller
Michael Gerz wrote: > The output is broken, too, but slightly different. See the screenshot. OK. Thanks. I'll commit a similar fix to trunk, then. > I wonder whether the qt4 frontend is broken as well... We'll see. Jürgen

Re: [Patch] WorkArea eradication from BufferView: THE DEATH SENTENCE

2006-07-01 Thread Juergen Spitzmueller
Georg Baum wrote: > That is sad to read. Although I did not always agree with your changes I > think we all owe you a big THANK YOU for everything you have done for > LyX. After all, it was a big amount of work, and the results are > impressive. I second that. The work you have done and also your

Re: [Patch] WorkArea eradication from BufferView: THE DEATH SENTENCE

2006-07-01 Thread Georg Baum
Am Freitag, 30. Juni 2006 12:07 schrieb Abdelrazak Younes: > I strongly disagree. I have seen many patches in the list that were much > bigger than this one and didn't provoke the reaction my patches always > provoke from you. I noticed that too, and I can understand that that is frustrating. On

Re: scripting troubles

2006-07-01 Thread Georg Baum
Am Freitag, 30. Juni 2006 20:21 schrieb Enrico Forestieri: > What I mean is that I don't think that the renaming work I did can be > responsible for this one. IIRC it was more than renaming, otherwise I would not have mentioned it. Georg

Re: Change Tracking - Status Update

2006-07-01 Thread Michael Gerz
Lars Gullik Bjønnes wrote: I think we all are frustrated. Then we have at least one thing in common. Or maybe two: I WANT TO HAVE ABDEL BACK IN THIS PROJECTS. Abdel, pleease! Michael

Re: Change Tracking - Status Update

2006-07-01 Thread Michael Gerz
Bo Peng wrote: We do. Developers should be treat as ... developers, and have some freedom of deciding things in their own domains. I mean, let Enrico handle cygwin, let Abdel takes charge of qt4, and if there are disputes, their votes should count as important as Lars. We have to establish a d

Re: A message for Jean-Marc

2006-07-01 Thread jean-marc
> lately all my messages to you are returnded as undeliverable I'll have to check that.Probably some site-level reverse dns testing. > Do you have another email-address? try [EMAIL PROTECTED] for ex. > Shall I send the undeliverable messages again? Yes please. JMarc

A message for Jean-Marc

2006-07-01 Thread Hartmut Haase
Jean-Marc, lately all my messages to you are returnded as undeliverable with the comment Failed to deliver to '[EMAIL PROTECTED]' SMTP module(domain inria.fr) reports: connection with nez-perce.inria.fr is broken Do you have another email-address? Or shall I send to lyx-devel? Sahll I send the