Re: Patches to support python 2.2 in lyx 1.4.4

2006-09-21 Thread Stephan Witt
José Matos wrote: On Thursday 21 September 2006 23:26, José Matos wrote: The second patch fixes the issues I have found in scripts. It should work now. OK, that should not work. I send another patch... FWIW the only difference is the addition of one line from __future

Patches to support python 2.2 in lyx 1.4.4

2006-09-21 Thread José Matos
Hi, I would like to ask for help to Rainer and Stephan, the purpose is to have lyx 1.4.4 working with python 2.2.0. I send two patches attached. The first patch I send is a rework of the one I sent before. I use the old code if python supports it, if not I use the code shipped

Re: Patches to support python 2.2 in lyx 1.4.4

2006-09-21 Thread José Matos
On Thursday 21 September 2006 23:26, José Matos wrote: > The second patch fixes the issues I have found in scripts. It > should work now. OK, that should not work. I send another patch... FWIW the only difference is the addition of one line from __future__ import generator

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
The same code in 1.5: CutAndPAst.C: namespace { typedef std::pair PitPosPair; typedef limited_stack > CutStack; CutStack theCuts(10); // store whether the tabular stack is newer than the normal copy stack // FIXME: this is a workaround for bug 1919. Should be removed for 1.5, // when we (hope

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
Joost Verburg wrote: > Georg Baum wrote: >>> Looks like it. I get a crash in boost/boost/detail/shared_count.hpp >>> line 124. >> >> Then try to replace the smart pointers with a newer version, e.g. the >> one from trunk. Does it then work? > > I copied boost\boost\detail from trunk. It doesn't ma

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Joost Verburg
Georg Baum wrote: Looks like it. I get a crash in boost/boost/detail/shared_count.hpp line 124. Then try to replace the smart pointers with a newer version, e.g. the one from trunk. Does it then work? I copied boost\boost\detail from trunk. It doesn't make any difference. Joost

Re: Please report any wiki problems

2006-09-21 Thread christian . ridderstrom
On Thu, 21 Sep 2006, Georg Baum wrote: > [EMAIL PROTECTED] wrote: > > > As I've spent some time fiddling with stuff to deal with a spammer, please > > report any problems you notice on the wiki. I hope nothing has broken, but > > you never know! > > Here is one problem: The devel wiki does not w

Re: GUI usability requests

2006-09-21 Thread christian . ridderstrom
On Thu, 21 Sep 2006, André Rygh wrote: > Could not find this anywhere, so here are two requests to improve the > usabillity. > There are two buttons I would like to have in the interface: > > 1. A button to return to normal text, a button next to the "list"-buttons > would be nice. Quicker than u

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Georg Baum
Am Donnerstag, 21. September 2006 21:02 schrieb Joost Verburg: > Michael Gerz wrote: > > Could it be another boost problem? If that is tzhe case it is not similar to the last ones, since I can't reprocduce it. > Looks like it. I get a crash in boost/boost/detail/shared_count.hpp line > 124. Th

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Joost Verburg
Michael Gerz wrote: Could it be another boost problem? Looks like it. I get a crash in boost/boost/detail/shared_count.hpp line 124. Joost

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Joost Verburg
Peter Kümmel wrote: Ahh... This bug is somehow related to c&p because just deleting the TOC inset makes no problems. CTRL-x moves the TOC into a buffer and then on exiting lyx the destruction fails or happens to often, but I'm only speculating. What are we going to do with this bug? LyX 1.4.3

Re: Please report any wiki problems

2006-09-21 Thread Georg Baum
[EMAIL PROTECTED] wrote: > As I've spent some time fiddling with stuff to deal with a spammer, please > report any problems you notice on the wiki. I hope nothing has broken, but > you never know! Here is one problem: The devel wiki does not work anymore. Using the link in the left I get a 403.

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > With a typo in the Subject :( Actually, I didn't notice that. Anyway, it's understandable, given the amount of last minute hurry (you also mixed some commit logs this morning btw).. Jürgen

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:08, Stephan Witt wrote: > I've just detected another phyton problem. > The script lib/scripts/TeXFiles.py failed with > > Indexing files of type cls > Traceback (most recent call last): >File "/home/witt/src/lyx/lyx-1.4.x/lib/scripts/TeXFiles.py", line 110, > in

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> I don't know. I think I'll just release without this fix. Juergen> I see you did this. With a typo in the Subject :( JMarc

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Also, boost/libs/regex/posix_api.cpp, regex_debug.cpp, Bo> wide_posix_api..cpp, winstances.cpp do not exist. >> We should have found out about that a bit earlier... Too late, >> IMO. Bo> What do you mean by too late? Has 1.4.3 been released?

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> I understand it as follows: in insertAsciiString, the cells > Juergen> content is completely replaced by the content of the > Juergen> paste_tabular cells. > > Only when usePaste is true, and this _never_ happens. No, it happens in the while loop below, AFAIC

[ANNOUNCE] LyX 1.4.3 is relelased

2006-09-21 Thread Jean-Marc Lasgouttes
Public release of LyX version 1.4.3 === We are pleased to announce the release of LyX 1.4.3. This is a bug fix release that improves stability and MS Windows support. Notable new features include: - The windows port does not need a MSys (unix-like tools) installat

Per document babel setting?

2006-09-21 Thread John McCabe-Dansted
Babel is not compatible with all document types, see e.g. : http://www.acm.org/sigs/pubs/proceed/sigfaq.htm#a16 However, babel is set in the LyX wide settings rather than in the Document wide settings. This seems to be a bug (e.g. if I send some one a babel incompatible document, they complain, e

Re: [PATCH] use LyXText::dispatch() directly

2006-09-21 Thread Andre Poenitz
On Wed, Sep 20, 2006 at 10:42:37AM +0200, Abdelrazak Younes wrote: > >If you're there you can as well call the method a 'slot' and connect it > >to an, erm, 'signal'. > > I would be OK with that but only if we sanitize a bit how the lfun are > used. Emitting a dozen boost signal on a simple keyst

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Bo Peng
Bo> Also, boost/libs/regex/posix_api.cpp, regex_debug.cpp, Bo> wide_posix_api..cpp, winstances.cpp do not exist. We should have found out about that a bit earlier... Too late, IMO. What do you mean by too late? Has 1.4.3 been released? Can I apply the following patch? Without them, cygwin (and

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Michael Gerz
Enrico Forestieri schrieb: Uhm, I think that it is more correct to say that it crashes when compiling with MSVC. I have not tried mingw but I would bet that it will not crash... Could it be another boost problem? Michael

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I understand it as follows: in insertAsciiString, the cells Juergen> content is completely replaced by the content of the Juergen> paste_tabular cells. Only when usePaste is true, and this _never_ happens. Juergen> Thi

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
Enrico Forestieri wrote: > On Thu, Sep 21, 2006 at 12:25:08AM +0200, Joost Verburg wrote: >> Enrico Forestieri wrote: >>> On Wed, Sep 20, 2006 at 11:32:28PM +0200, Joost Verburg wrote: I can also reproduce this. LyX crashed a few times last week when I closed it, but I was never able to

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: > Peter> Valgrin on Windows? Does this mean cygwin/LyX? > > Sorry, I meant 'on linux'. Ahh... This bug is somehow related to c&p because just deleting the TOC inset makes no problems. CTRL-x moves the TOC into a buffer and then on exiting lyx the destruction fails o

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Enrico Forestieri
On Thu, Sep 21, 2006 at 03:10:22PM +0200, Peter Kümmel wrote: > Jean-Marc Lasgouttes wrote: > >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > > > Peter> It reduces to removing the TOC inset, maybe something is > > Peter> destructed twice. > > > > Valgrind does not notice anything o

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Enrico Forestieri
On Thu, Sep 21, 2006 at 12:25:08AM +0200, Joost Verburg wrote: > Enrico Forestieri wrote: > >On Wed, Sep 20, 2006 at 11:32:28PM +0200, Joost Verburg wrote: > >>I can also reproduce this. LyX crashed a few times last week when I > >>closed it, but I was never able to find the cause. > > > >I tried

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Joost Verburg
Enrico Forestieri wrote: On Wed, Sep 20, 2006 at 11:32:28PM +0200, Joost Verburg wrote: I can also reproduce this. LyX crashed a few times last week when I closed it, but I was never able to find the cause. I tried hard but cannot reproduce this neither on cygwin nor on solaris. Maybe it cra

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Valgrin on Windows? Does this mean cygwin/LyX? Sorry, I meant 'on linux'. Peter> And currently I use a TT dll, so it's not a Q../Free problem. OK. JMarc

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> - Copy some cells mith multiple lines to the clipboard > > I don't understand. The pasteselection code does not use the > clipboard, but the X selection. That's what I meant. > Juergen> - Add a line to the last cell > Juergen> - Select several cells again. M

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> It reduces to removing the TOC inset, maybe something is > Peter> destructed twice. > > Valgrind does not notice anything on windows. It may be a problem with > Q../Free. > > > JMarc > > Valgrin

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> - Copy some cells mith multiple lines to the clipboard I don't understand. The pasteselection code does not use the clipboard, but the X selection. Juergen> - Add a line to the last cell Juergen> - Select several cell

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> It reduces to removing the TOC inset, maybe something is Peter> destructed twice. Valgrind does not notice anything on windows. It may be a problem with Q../Free. JMarc

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 21 September 2006 12:57, Jean-Marc Lasgouttes wrote: José>   Something like the following attached patch? >> Yes. José> Committed with the corresponding Changelog entry. Good boy. JMarc

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:56, Georg Baum wrote: > Not always: Either LyX or lyx, but not lyX :-) Here LyX goes to lyX when the first part of a method because methods should start with lower cap. But I agree that lyxFunc looks better in this case. :-) > Georg -- José Abílio

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:57, Jean-Marc Lasgouttes wrote: > José>   Something like the following attached patch? > > Yes. Committed with the corresponding Changelog entry. > José>   We should also rework the test in configure.ac from # Check > José> for installed python AM_PATH_PYTHON(1.

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Sorry again, I thought you just don't care about this folder Peter> and just use what you have. Then I will also ask when changing Peter> the cmake files. Thanks. JMarc

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Georg Baum
Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes >>> <[EMAIL PROTECTED]> writes: >> >> Abdelrazak> Jean-Marc Lasgouttes wrote: * lyXFunc is an horrible name :) >> >> Abdelrazak> Suggestion? >> >> lyxFunc? > > That's fine with me but Geor

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: >> In the misc section at the end. You should document that we >> require 2.2 now (in README and INSTALL). José> Something like the following attached patch? Yes. Jos

Re: r15105 - /lyx-devel/branches/BRANCH_1_4_X/ANNOUNCE

2006-09-21 Thread Peter Kümmel
[EMAIL PROTECTED] wrote: > Author: lasgouttes > Date: Thu Sep 21 12:57:21 2006 > New Revision: 15105 > > URL: http://www.lyx.org/trac/changeset/15105 > Log: > tweaks > > Modified: > lyx-devel/branches/BRANCH_1_4_X/ANNOUNCE > > We could mention that on Windows the Qt3 version of the "C++ GU

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 12:00, Jean-Marc Lasgouttes wrote: > > In the misc section at the end. You should document that we require > 2.2 now (in README and INSTALL). Something like the following attached patch? We should also rework the test in configure.ac from # Check for installed py

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread Joost Verburg
Peter Kümmel wrote: Joost Verburg wrote: LyX 1.4.3svn always crashes when the lyx2lyx python script fails for some reason. You also get this crash when, for example, some Python files are missing. It crashes by design? Of course not :) I just had the same crash because of a missing Python f

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
Joost Verburg wrote: > Peter Kümmel wrote: >> Only Joost could reproduce it, maybe a msvc specific >> problem. > > Or Windows specific? > >> The backtrace is not very informative: > > I'll have a look at it later today. I get the crash quite often, so it > must be fixed in 1.4.3/Windows. > > Jo

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> Jean-Marc Lasgouttes wrote: And if you don't wanna ship cmake I > Peter> could remove it. I've not tested it on Linux (only the trunk > Peter> version), but I do it after sending this mail. >>> No, i

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I did not apply it yet because I am not sure it is the right > patch (resets cursor). Is it really important? Well, it fixes a crash. Jürgen

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Joost Verburg
Peter Kümmel wrote: Only Joost could reproduce it, maybe a msvc specific problem. Or Windows specific? The backtrace is not very informative: I'll have a look at it later today. I get the crash quite often, so it must be fixed in 1.4.3/Windows. Joost

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread José Matos
On Thursday 21 September 2006 09:53, Jean-Marc Lasgouttes wrote: > Are you planning to continue this until I say "thank you"? Surely not. :-) > JMarc > > PS: Jose', if you want to be an unsung hero too, you can be 1.5.x > maintainer :) Neither an unsung nor a singer hero. ;-) -- José Abíli

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Jean-Marc Lasgouttes wrote: And if you don't wanna ship cmake I Peter> could remove it. I've not tested it on Linux (only the trunk Peter> version), but I do it after sending this mail. >> No, it is OK. Peter> Too late, :). It comp

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: >> Thanks. Jose', please apply. José> I committed the patch. But I did not change status.14x, where José> should this entry go? In the misc section at the end. You shou

Re: Towards LyX 1.4.3 [status update #3]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >> I committed the cutSelection part (see cutsel.diff). The remaining >> part is attached. Note that I changed the font-changing stuff to >> use a temporary cursor so that there is no need to restore the

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: Yes, it's empty: \chktex_command "" Joost> But still the menu item is displayed. >> What about this patch? Joost> Works fine, problem is solved. I applied it. JMarc

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Also, boost/libs/regex/posix_api.cpp, regex_debug.cpp, Bo> wide_posix_api..cpp, winstances.cpp do not exist. We should have found out about that a bit earlier... Too late, IMO. JMarc

GUI usability requests

2006-09-21 Thread André Rygh
Could not find this anywhere, so here are two requests to improve the usabillity. There are two buttons I would like to have in the interface: 1. A button to return to normal text, a button next to the "list"-buttons would be nice. Quicker than using the pull-down menu 2. When inserting graph

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: > Thanks. Jose', please apply. I committed the patch. But I did not change status.14x, where should this entry go? > JMarc -- José Abílio

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Suggestion? >> lyxFunc? Abdelrazak> That's fine with me but Georg told me that 'x' needs to be Abdelrazak> capitalized withn lyx. OK then. JMarc

Re: Very old httpd process. Is that normal?

2006-09-21 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> So there are several httpd processes that use plenty of Jean-Marc> memory and have run for more than a minute of CPU time. Is Jean-Marc> that normal? Shall I kill them? I already killed one that Jean-Marc> too 50m of

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> If there's no objection then I will proceed to 2) at the Abdelrazak> end of the day. Th

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> If there's no objection then I will proceed to 2) at the Abdelrazak> end of the day. >> That seems OK. O

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> If there's no objection then I will proceed to 2) at the Abdelrazak> end of the day. That seems OK. Obviously I did not have much time to look at it but: * lyXFunc is an horrible name :) Su

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> Given this, I think that we can raise the bar and require José> python 2.2 (2.1.3 if really necessary) for lyx 1.4.x. What do José> you think? I can agree with that. I think we should have decided that for 1.4.0, actually. JMarc

Very old httpd process. Is that normal?

2006-09-21 Thread Jean-Marc Lasgouttes
On aussie, if I look at top output sorted by memory use, I find: 30734 apache17 0 195m 39m 4300 D 0.7 15.7 3:20.23 httpd 29691 apache18 0 194m 25m 3472 D 0.0 10.0 3:22.81 httpd 30505 apache18 0 189m 22m 3736 R 0.7 9.0 3:17.67 httpd 30180 apache18 0 189m 2

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> If there's no objection then I will proceed to 2) at the Abdelrazak> end of the day. That seems OK. Obviously I did not have much time to look at it but: * lyXFunc is an horrible name :) * this looks wrong: +void A

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: > Peter> And if you don't wanna ship cmake I could remove it. I've not > Peter> tested it on Linux (only the trunk version), but I do it after > Peter> sending this mail. > > No, it is OK. Too late, :). It compiles without problems. And no fiddling with the Qt install

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:08, Stephan Witt wrote: > > I've just detected another phyton problem. > The script lib/scripts/TeXFiles.py failed with > > AttributeError: 'module' object has no attribute 'walk' > Indexing files of type cls > Traceback (most recent call last): >File "/home/wit

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Juergen Spitzmueller
José Matos wrote: > Suse (I always forget the proper capitalisation) Novell also ;-) Jürgen

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Thursday 21 September 2006 10:01, Jean-Marc Lasgouttes wrote: > Thanks. Jose', please apply. I will do it Jean-Marc. Suse (I always forget the proper capitalisation) 8.1 was released in October 2002, the same applies to Redhat 8.0. Both distributions support python 2.2. Debian 3.0 releas

Re: [PATCH] Introduce frontends/Application.[Ch]

2006-09-21 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, This patch introduces frontends/Application.[Ch] and makes qt4/GuiApplication (renamed from qt4/Application) derive from it. Most of the code in qt4/lyx_gui.C has been transferred either to Application or to qt4/GuiApplication. Application handles unique ins

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "José" == José Matos <[EMAIL PROTECTED]> writes: José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. José> Could you try and see if the attached patch works. It is the José> only way t

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> Jean-Marc Lasgouttes wrote: >>> "José" == José Matos <[EMAIL PROTECTED]> writes: >> José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. >> José> Cou

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "José" == José Matos <[EMAIL PROTECTED]> writes: José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. José> Could you try and see if the attached patch works. It is the José> only way t

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Jean-Marc's role is essential due to the essential QA policy >> followed, that is reflected also in trunk. I know that it is not >> Friday, or Monday, but I think that sometimes it is worth to >> mention what goes right, instea

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> The patch I sent has this issue fixed. I send the patch again José> attached. The patch is against the latest svn version. José> Could you try and see if the attached patch works. It is the José> only way to ask Jean-Marc to include

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> If it is OK to you I could commit this patch: Peter> Index: status.14x Peter> === Peter> --- status.14x (revision 15088) +++ status.14x (working copy) Peter> @@ -157,8

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread José Matos
On Thursday 21 September 2006 09:18, Abdelrazak Younes wrote: > Here is the thread: > > http://thread.gmane.org/gmane.editors.lyx.devel/66252/focus=66252 I did not doubt you. :-) Regarding lyx files, I was just amused. I am used to crash lyx using badly formed lyx files, that is why we are i

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > >>> Peter, did you ask me about it? I do not remember. > > Peter> Sorry, I didn't know that in the 1.4 branch the commit policy > Peter> is diffent to trunk. > > Yes, I want to control everything that is ha

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread Abdelrazak Younes
José Matos wrote: On Thursday 21 September 2006 09:09, Abdelrazak Younes wrote: I never implied otherwise, I am sorry I if implied otherwise. I was just expressing my opinion "en passant" (sp?). Correct :-) I am quite happy with 1.4.2 except that it is a bit slow (but quicker than 1.4.

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread José Matos
On Thursday 21 September 2006 09:09, Abdelrazak Younes wrote: > I never implied otherwise, I am sorry I if implied otherwise. I was just expressing my opinion "en passant" (sp?). > I am quite happy with 1.4.2 except that it is > a bit slow (but quicker than 1.4.0) and it's ugly interface (no

Re: Compile issue of 1.4.2 with QT 3.0.5

2006-09-21 Thread José Matos
On Wednesday 20 September 2006 13:57, Rainer Dorsch wrote: > José, > > did you apply this patch. I compiled 1.4.3svn and still get > > Checking whether TeX allows spaces in file names... > Traceback (most recent call last): > > File > "/afs/bb/data/d3197/galaxy2/zLinux/lyx-1.4.3pre/share/lyx/config

Re: 1.4.3 CTRL-x crash

2006-09-21 Thread Peter Kümmel
Juergen Spitzmueller wrote: > Peter Kümmel wrote: >> Next crash: >> >> - open Introduction >> - select much text >> - cut (CTRL-x) >> - close lyx >> - discard -> CRASH > > I cannot reproduce (onlinux). > Do you have a backtrace? > > Jürgen > > Only Joost could reproduce it, maybe a msvc specif

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 20 September 2006 21:00, Abdelrazak Younes wrote: I thought that it was not needed for 1.4.x as Jose didn't seem very worried. What I am worried is that I don't even remember that subject anymore. :-) Here is the thread: http://thread.gmane.org/gmane.editors

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: >> Peter, did you ask me about it? I do not remember. Peter> Sorry, I didn't know that in the 1.4 branch the commit policy Peter> is diffent to trunk. Yes, I want to control everything that is happening there. I know it is a bit annoying

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 20 September 2006 20:46, Abdelrazak Younes wrote: That seems a sane thing to do but we are not in a hurry IMHO. We just need to release a 1.4.28 that can read 1.5.0 files just before 1.5.0 ;-) That was a typo, you meant 1.4.8, right? ;-) Of course... not!

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: > I see that cmake just appeared there too. Did it get tested on 1.4? Yes, I am using cmake do debug 1.4, this way I've found the last two bugs. > Peter, did you ask me about it? I do not remember. Sorry, I didn't know that in the 1.4 branch the commit policy is diff

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Jean-Marc> There is one here: Jean-Marc> http://www-rocq.inria.fr/~lasgoutt/lyx/lyx-1.4.3test.tar.gz Jean-Marc> http://www-rocq.inria.fr/~lasgoutt/lyx/lyx-1.4.3test.tar.bz2 Bo> There is no development/scons directory in the source package. Can Bo>

Re: Towards LyX 1.4.3 [status update #2]

2006-09-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> There is no development/scons directory in the source package. Can >> I change development/Makefile.am? Bo> README.Cygwin should also be included. CanI change Makefile.am? Yes, please do. Bo> Actually, if you can add scons-local to the autoto

Re: 1.4.3 crash on opening trung UserGuide.lyx

2006-09-21 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc, you might want to consider this fix for 1.4.3 or Georg> not. It is not too important IMO, since the case that lyx2lyx Georg> fails is fortunetaly not that common, but OTOH it is safe IMHO. Yes, please apply it to 1.4.3svn.