Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: So in windows it is possible to store environment variables there and they are passed to the application, right? Is this a local or a global setting? No, the installer allows you to select a language and writes the batch file with the right language code. Joost

Re: [PATCH] CT 18

2006-05-29 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> This time, I fixed a few calls to Paragraph::insertChar. Michael> Depending on the buffer's parameter, the character is Michael> inserted as UNCHANGED or INSERTED. They look good, although the repetition makes me wonder whether

Re: kde frontend

2006-05-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I don't know. I never heard of it. I searched a bit and found Georg> out that it is supposed to be in SuSE 9.3 and 10.0 which I use Georg> at work, but I did not notice anything. Certainly the kde file Georg> dialog is not used by qt a

Re: [PATCH] CT 17 (or is it 16?)

2006-05-29 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> FYI: We do not track removals of leading spaces: I think that we should track them (qnd other depm tricks). JMarc

Re: New Windows Installer

2006-05-29 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >> And where is this language choice stored? Joost> Paths and language choice are stored in the Windows registry. So in windows it is possible to store environment variables there and they are passed to

Re: [Cvslog] r13953 - in /lyx-devel/trunk/src: frontends/gtk/lyx_gui.C...

2006-05-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> IMO the -geometry switch should take precedence over the Georg> session settings. If you change the interface of lyx_gui::start Georg> so that it is known inside lyx_gui::start whether the geometry Georg> info comes from the session or

Re: New Windows Installer

2006-05-29 Thread Enrico Forestieri
On Tue, May 30, 2006 at 12:28:48AM +0200, Joost Verburg wrote: > Leuven, E. wrote: > >patch + archive with .exe and .sty attached > > > >edwin > > Unfortunately pplatex.exe is very unstable. Especially during testing on > Windows 2000 it crashes all the time. This is weird. I run it on Windows 2

Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Leuven, E. wrote: patch + archive with .exe and .sty attached edwin Unfortunately pplatex.exe is very unstable. Especially during testing on Windows 2000 it crashes all the time. This needs to be fixed before it can go into the installer, because the whole configure process fails when it c

[PATCH] CT 18

2006-05-29 Thread Michael Gerz
It's me again :-) This time, I fixed a few calls to Paragraph::insertChar. Depending on the buffer's parameter, the character is inserted as UNCHANGED or INSERTED. Please let me know if something looks suspicious. There are more similar places, which I will fix in the next couple of days (st

Re: [Cvslog] r13953 - in /lyx-devel/trunk/src: frontends/gtk/lyx_gui.C...

2006-05-29 Thread Georg Baum
Am Montag, 29. Mai 2006 20:55 schrieb Michael Gerz: > Do we still care about xforms? Why don't we remove it? I proposed that already several times and am fine with it, but others disagreed. Dropping xforms support silently and let it die a slow death would be unfair to users. We should either r

lyx-1.3.7 & Fedora core 5

2006-05-29 Thread Garst R. Reese
It compiles with xforms, but it cannot find colors, so lots of stuff is just black on black. The FC5 release notes say they have moved to X11R7 so a lot of stuff is not where it used to be and applications will have to adjust. How? I have a different problem with qt-3.3. How do I tell Lyx where

Re: [Cvslog] r13953 - in /lyx-devel/trunk/src: frontends/gtk/lyx_gui.C...

2006-05-29 Thread Michael Gerz
Georg Baum wrote: xforms does not compile: Do we still care about xforms? Why don't we remove it? Guys, I am getting more and more worried about how LyX evolves. Currently, we have - 5 (!) frontends (xforms, gtk, qt3, qt4, kde) - 3 (!) build systems (auto*, scons, cmake; the latter at

Re: [Cvslog] r13953 - in /lyx-devel/trunk/src: frontends/gtk/lyx_gui.C...

2006-05-29 Thread Georg Baum
Am Montag, 29. Mai 2006 21:16 schrieb Bo Peng: > I do not have xform so I can not test. Since all other platforms use > w/h/x/y values from lyx_main.C, I guess it makes sense to ignore > XParseGeometry as well. I don't agree. AFAIK XParseGeometry evaluates the -geometry command line switch. Users

Re: kde frontend

2006-05-29 Thread Georg Baum
Am Montag, 29. Mai 2006 18:00 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > Georg> I guess so, but it would involve dynamic loading of libs at run > Georg> time, and before anything happens the binary must decide > Georg> whether it wants a QApplication o

Re: [Cvslog] r13953 - in /lyx-devel/trunk/src: frontends/gtk/lyx_gui.C...

2006-05-29 Thread Bo Peng
xforms does not compile: ../../../../src/frontends/xforms/lyx_gui.C:260: error: invalid conversion from 'int*' to 'unsigned int*' ../../../../src/frontends/xforms/lyx_gui.C:260: error: initializing argument 4 of 'int XParseGeometry(const char*, int*, int*, unsigned int*, unsigned int*)' ../../

RE: New Windows Installer

2006-05-29 Thread christian . ridderstrom
On Mon, 29 May 2006, Leuven, E. wrote: patch + archive with .exe and .sty attached edwin PS perhaps this should find a place on the wiki as well? Hi Edwin I just trigger on "wiki", what exactly is it that you think should have place on there? 'dvipost' doesn't tell me anything. First sea

Re: [Cvslog] r13953 - in /lyx-devel/trunk/src: frontends/gtk/lyx_gui.C...

2006-05-29 Thread Georg Baum
Am Montag, 29. Mai 2006 17:11 schrieb [EMAIL PROTECTED]: > Move window width/height/posx/posy from frontends to lyx_main.C, from Bo Peng ([EMAIL PROTECTED]) > * src/frontends/ALLFRONTENDS/lyx_gui.C: use passed width/height/posx/posy in lyx_gui::start > * src/frontends/lyx_gui.h: prot

[PATCH] CT 17 (or is it 16?)

2006-05-29 Thread Michael Gerz
FYI: We do not track removals of leading spaces: Michael Index: paragraph.C === --- paragraph.C (Revision 13940) +++ paragraph.C (Arbeitskopie) @@ -562,7 +562,7 @@ int i = 0; while (!empty() && (isNewline(0) || isLine

Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: And where is this language choice stored? Paths and language choice are stored in the Windows registry. Does it default to windows default? Yes, the updated version will default to the Windows language. Joost

Re: Towards LyX 1.4.2 [status update #1]

2006-05-29 Thread Bennett Helm
On May 29, 2006, at 12:42 PM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> OK. Things seem to be working pretty well. I've made a few Bennett> changes to Jean-Marc's patch. This is in now. Please check. Bennett> Finally, I'm attaching a lyxrc.dis

Re: scons-msvc adventure

2006-05-29 Thread Bo Peng
Dear all, The basic support for msvc2003/2005 is now in svn. Please test. Step 1: install scons-0.96.92 Step 2: add boost/boost/type_traits/detail/is_function_ptr_tester.hpp boost/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp boost/boost/detail/interlocked.hpp boost/boost/regex/v4/w32_

Re: Profile: LyX/Mac 1.5.0svn Qt-4.1.3 -- Typing

2006-05-29 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On May 25, 2006, at 6:39 PM, Abdelrazak Younes wrote: I have enabled the font width caching in the qt4 frontend. Under windows I have a 5 seconds improvements when scrolling the UserGuide with pageDown (

Re: qt4: popup widget for insert tabular

2006-05-29 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: >> It seems to me that the icon palettes and menus that we need for a >> math toolbar are static, am I wrong? In this case, supporting them >> is as simple as enumerating in the .ui file. Edwin> unless we want to allow user defined iconpan

Re: Profile: LyX/Mac 1.5.0svn Qt-4.1.3 -- Typing

2006-05-29 Thread Bennett Helm
On May 29, 2006, at 12:15 PM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On May 25, 2006, at 6:39 PM, Abdelrazak Younes wrote: I have enabled the font width caching in the qt4 frontend. Under windows I have a 5 seconds improvements when scrollin

Re: Profile: LyX/Mac 1.5.0svn Qt-4.1.3 -- Typing

2006-05-29 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> So the next question is: what does the following patch does Jean-Marc> to 1.5/qt3 (or 1.4/qt3) in LyX/Mac? I remember that at the Jean-Marc> time I found caching did not help on linux but it may be Jean-Marc> that I w

Re: qt4: popup widget for insert tabular

2006-05-29 Thread Edwin Leuven
Jean-Marc Lasgouttes wrote: What you can do is create a special casing in ToobarBackend.C for your popup widget. thanks, i'll have a look there icon palette and menu are syntactically the same thing, only the display differs (icons vs. labels). These things should be implemented in toolbarba

Re: [PATCH] MSVC2003/2005 compatibility patch

2006-05-29 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> I forget to ask, can I add the 4 needed boost files? I need Bo> instructions on setting the properties of the files. My svn always Bo> add executable property. I leave this one for Lars. JMarc

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> I wonder whether the line rerun = >> runMakeIndex(onlyFilename(changeExtension(file, ".idx")), >> runparams); after that should use "rerun |= ..." instead. Juergen> Would be

Re: New Windows Installer

2006-05-29 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >> So, if LANG is not set, you should do nothing, so that the windows >> default is used instead of en_US. Joost> The installer always let's the user choose a language. And where is this language choice

Re: Towards LyX 1.4.2 [status update #1]

2006-05-29 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> OK. Things seem to be working pretty well. I've made a few Bennett> changes to Jean-Marc's patch. This is in now. Please check. Bennett> Finally, I'm attaching a lyxrc.dist file that ought to Bennett> replace the preferences f

Re: scons-msvc adventure

2006-05-29 Thread Bo Peng
> I have this macro defined. If my test works right, then msvc does not > have it. This piece of code is supposed to fix this so fixing it again > in config.h does not sound right. > MSVC has it, the test should not fail with msvc. MSVC does detect it now. I am not sure what happened previously

Re: scons-msvc adventure

2006-05-29 Thread Peter Kümmel
Bo Peng wrote: >> HAVE_DECL_ISTREAMBUF_ITERATOR > > I have this macro defined. If my test works right, then msvc does not > have it. This piece of code is supposed to fix this so fixing it again > in config.h does not sound right. > MSVC has it, the test should not fail with msvc. >> > # includ

Re: [PATCH] MSVC2003/2005 compatibility patch

2006-05-29 Thread Bo Peng
Bo> JMarc, What do you think about the attached patch? It will allow Bo> lyx to compile with MSVC2003/2005. I know that lyx has been Bo> working with msvc before and I am not sure what autotools have Bo> done to walk around these. Is that for 1.4 or 1.5? 1.5. 1.4 should be easy to fix if you ar

Re: Crash: Document Class Conversion

2006-05-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> What would happen if this one was declared as taking a InsetText & >> as argument? Georg> I don't know, but I don't want to try since I think that this Georg> is wrong: the doc iterator does not need any InsetText Georg> properties, doc_i

Re: Profile: LyX/Mac 1.5.0svn Qt-4.1.3 -- Typing

2006-05-29 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On May 25, 2006, at 6:39 PM, Abdelrazak Younes wrote: >> I have enabled the font width caching in the qt4 frontend. Under >> windows I have a 5 seconds improvements when scrolling the >> UserGuide with pageDown (35 instead of 40)

Re: kde frontend

2006-05-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> > I did that. Two things for a start: > - it would be good if >> --with-frontend=kde compiled the qt frontend > automatically. >> >> Yes and at runtime, the binary would switch to Qt only is KDE is >> not detected. Is this possible? Geor

Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: So, if LANG is not set, you should do nothing, so that the windows default is used instead of en_US. The installer always let's the user choose a language. Joost

Re: [patch] use dvipdfmx

2006-05-29 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc, please tell me if you want that also in 1.4. Yes please. JMarc

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Also sprach Bo Peng: > Please change ChangExtension to changeExtension. Ah, thanks. For once I didn't compile both trees. Didn't notice the spelling has changed in trunk. Jürgen

Re: New Windows Installer

2006-05-29 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Jean-Marc Lasgouttes wrote: >> Note that if LANG is not set, gettext gets the language setting >> from Windows. Do we really want to override this with LANG? Joost> It should be possible to choose a language, the region set in Joos

Re: qt4: popup widget for insert tabular

2006-05-29 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> what i haven't done: implement a lyxfunc Edwin> the main reason is that it is not clear to me that we would Edwin> want to introduce special casing in the core in order to avoid Edwin> it in the frontend... What you can do is creat

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Bo Peng
+ // memoir (at least) writes an empty *idx file in the first place. + // A second latex run is needed. + rerun = fs::exists(ChangeExtension(file, ".idx")) + && fs::is_empty(ChangeExtension(file, ".idx")); + // run makeindex Please change ChangExtension to

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I wonder whether the line > rerun = runMakeIndex(onlyFilename(changeExtension(file, > ".idx")), runparams); after that should use "rerun |= ..." instead. Would be safer probably, even though that line will never be reached if the first rerun becomes t

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> The bug described below (#2623) has two causes: Juergen> 1. memoir defines its own index commands. The layout file Juergen> therefore needs ProvidesMakeidx 1 This is definitely OK for 1.4. Juergen> So after the first

Re: [PATCH] MSVC2003/2005 compatibility patch

2006-05-29 Thread Bo Peng
Bo> Index: src/support/package.C.in Bo> PATH_MAX deos not always exist. I am not sure the value 512 is good. In ./boost/regex/v4/fileiter.hpp, it is set to 256 and this admittedly not authoritative page http://www.codecomments.com/archive272-2004-9-286081.html says: According to MSDN, on Wi

Re: [PATCH] CT 13

2006-05-29 Thread Lars Gullik Bjønnes
"Michael Gerz" <[EMAIL PROTECTED]> writes: | Well, my attempt is to hide as much of the CT logic as possible behind | class Paragraph. Having a method rather than a helper function makes | things a bit more clearer to me. At the expense of higher coupling and less cohesion. -- Lgb

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
Georg Baum wrote: > I have no time to test it right now, but it looks sensible and you should > put it at least in trunk IMO. Since I'll be away from my trunk svn access for a few days, I just did that. Jürgen

Re: [PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Georg Baum
Juergen Spitzmueller wrote: > The attached patch fixes both issues. Would be a candidate for 1.4.2 IMHO. > Agreed? I have no time to test it right now, but it looks sensible and you should put it at least in trunk IMO. Georg

[PATCH] Fwd: memoir class with index works on Miktex, not in tetex. Why?

2006-05-29 Thread Juergen Spitzmueller
The bug described below (#2623) has two causes: 1. memoir defines its own index commands. The layout file therefore needs ProvidesMakeidx1 2. memoir does the writing of the *idx file in two stages. From the manual: "In the standard classes, indexed items are written directly to an idx file. W

RE: New Windows Installer

2006-05-29 Thread Leuven, E.
Title: RE: New Windows Installer patch + archive with .exe and .sty attached edwin PS perhaps this should find a place on the wiki as well? -Original Message- From: Joost Verburg [mailto:[EMAIL PROTECTED]] Sent: Mon 5/29/06 14:44 To: Leuven, E. Cc: LyX Developers List Subject: Re:

Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Bo Peng wrote: As far as I remember, dvipost and latexpreview are not standard miktex packages and can not be installed in this way. Consequently, 'latex-preview' and 'change tracking' will not be functioning in a fresh installed lyx. The files listed at http://wiki.lyx.org/LyX/InstantPreview a

Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Edwin Leuven wrote: i agree that the windows installer should come with this so that it works 'out of the box'. dvipost needs enrico's patch, be compiled and then installed in the proper location. definitely too much for the average user... Can you send me this dvipost patch? Joost

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Georg Baum
Jose' Matos wrote: > lyx_1_5.py is here in my tree. It is committed, isn't it? Yes. For some reason I thought it was not there. Georg

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Jose' Matos
On Monday 29 May 2006 12:08, Georg Baum wrote: > Yes. The whole lyx2lyx business does not make sense if we change the file > format afterwards. Note that lyx_1_5.py does not yet exist, so you'll need > to create it first. lyx_1_5.py is here in my tree. It is committed, isn't it? > Georg -- Jo

Re: New Windows Installer

2006-05-29 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: Note that if LANG is not set, gettext gets the language setting from Windows. Do we really want to override this with LANG? It should be possible to choose a language, the region set in Windows is not always the language you want. Joost

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Georg Baum
Jose' Matos wrote: > On Monday 29 May 2006 10:11, Martin Vermeer wrote: >> In lyx_1_4.py there is a function convert_note... simplest would be to >> add the new note types to the list there. >> >> But that would imply that they have already been there from version 226 >> onward... which is factual

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Jose' Matos
On Monday 29 May 2006 10:11, Martin Vermeer wrote: > In lyx_1_4.py there is a function convert_note... simplest would be to > add the new note types to the list there. > > But that would imply that they have already been there from version 226 > onward... which is factually not the case. If nece

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Martin Vermeer
On Sun, May 28, 2006 at 07:05:02PM +0200, Georg Baum wrote: > Am Samstag, 27. Mai 2006 18:49 schrieb Martin Vermeer: > > Attached is then the new version. > > > > Shall we now address the issue of "do we actually want this in LyX"? > > I think so. Please don't commit this without lyx2lyx support.

Please Restore Your Account Access

2006-05-29 Thread PayPal
Zachariah, the friend of Zachariah and sweeps the floor with cheese wheel over hole puncher.Where we can accurately teach our skyscraper.Indeed, umbrella about bottle of beer compete with omphalos behind.

Please Restore Your Account Access

2006-05-29 Thread [EMAIL PROTECTED]
When you see senator related to cowboy, it means that scooby snack over philosopher daydreams.When inside demon beams with joy, cup around returns home.power drill beyond blithe spirit ceases to exist, because fire hydrant related to pour freezing cold water on for football team.And admonish the

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Could bug 2549 on OS X http://bugzilla.lyx.org/show_bug.cgi?id=2549 >> be related to this? Georg> I think so. Changing app to a pointer also in qt3 gets also rid Georg> of the famous "mutex destroy failu

Re: Move loadSessionInfo("WindowWidth") etc to lyx_main.C

2006-05-29 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> I also prefer the first one (you probably need special values like >> -1 to indicate you do not want to restore position but only size). Bo> Patch attached. Tested using qt3/4/linux. This looks good (besides what Andre' noted). It would be nic

Re: Feature request for Scons: no full recompile when CCFLAGS is changed

2006-05-29 Thread Abdelrazak Younes
Bo Peng wrote: Please test. The patch itself is a great example of scons' flexibility. Note that clever use of this option will greatly reduce initial thinking time of scons since most of the directory will *not* even be scanned. It works perfectly Bo. :-) Abdel.

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Abdelrazak Younes
Georg Baum wrote: Jean-Marc Lasgouttes wrote: Could bug 2549 on OS X http://bugzilla.lyx.org/show_bug.cgi?id=2549 be related to this? I think so. Changing app to a pointer also in qt3 gets also rid of the famous "mutex destroy failure" message. I think we need to change both qt3 and qt4 in s

Re: [PATCH] MSVC2003/2005 compatibility patch

2006-05-29 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> JMarc, What do you think about the attached patch? It will allow Bo> lyx to compile with MSVC2003/2005. I know that lyx has been Bo> working with msvc before and I am not sure what autotools have Bo> done to walk around these. Is that for 1.4

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Could bug 2549 on OS X > http://bugzilla.lyx.org/show_bug.cgi?id=2549 > be related to this? I think so. Changing app to a pointer also in qt3 gets also rid of the famous "mutex destroy failure" message. I think we need to change both qt3 and qt4 in such a way that t

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Freitag, 26. Mai 2006 11:33 schrieb Helge Hafting: When lyx-qt4 ends, I get: lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction a

Re: [PATCH] CT 13

2006-05-29 Thread Andre Poenitz
On Wed, May 24, 2006 at 01:04:20PM +, Angus Leeming wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > Michael> isDeletedText has been changed into a method of class > > Michael> Paragraph (where it belongs). This is also more OO-like. > > > I think Lars prefers to have these kind o

Re: Move loadSessionInfo("WindowWidth") etc to lyx_main.C

2006-05-29 Thread Andre Poenitz
+ // if user wants to restore window position + int posx = -1; + int posy = -1; + if (lyxrc.geometry_xysaved) { + string val = LyX::ref().session().loadSessionInfo("WindowPosX"); + if (val != "") E

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Freitag, 26. Mai 2006 11:33 schrieb Helge Hafting: >> When lyx-qt4 ends, I get: lyx: SIGSEGV signal caught Sorry, you >> have found a bug in LyX. Please read the bug-reporting instructions >> in Help->Introduction and send us a bug

Re: [Patch] Caption inset tinkering

2006-05-29 Thread Martin Vermeer
On Sun, May 28, 2006 at 11:46:53AM +0300, Martin Vermeer wrote: > > I will presently commit the attached patch to insetcaption.[Ch]. This > prepares the way for switching to caption insets. It still doesn't enable > them... I have a separate patch in the pipeline for this. Committed: Sli

Re: [SVN feature Request]

2006-05-29 Thread Jean-Marc Lasgouttes
> "Abdel" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdel> You're right, I'll do that. This reminds me of some feature Abdel> requests for SVN: Abdel> 1) in lyx.cvs list, put an automatic link to a patch in a web Abdel> interface to svn (is this related to trac?) I guess it will be d

Re: New Windows Installer

2006-05-29 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: >> Unless something fancier is in mind for this batch file, this can >> be handled at least in configure.py, if not in lyx itself. Joost> What do you mean? The purpose of the batch file is to set the Joost> LANG environment variable to wh

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Attached is then the new version. Martin> Shall we now address the issue of "do we actually want this in Martin> LyX"? ;-) If you do not plan to do the xforms version (and gtk), And qt4... ;-) plea

Re: [New Patch] Re: [Patch] Support for framed.sty

2006-05-29 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Attached is then the new version. Martin> Shall we now address the issue of "do we actually want this in Martin> LyX"? ;-) If you do not plan to do the xforms version (and gtk), please note somewhere that it has to be done. We

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Will commit now. It would be nice if you could add the comment from your commit log to the .C file. Otherwise it is easy to get forgotten. Done. Abdel. Index: lyx_gui.C === --- lyx_gu

Re: Feature request for Scons: no full recompile when CCFLAGS is changed

2006-05-29 Thread Georg Baum
Abdelrazak Younes wrote: > It is not autotools but Gnu Make which allows to override any variable > defined in the makefiles, including CFLAGS and CXXFLAGS. Yes. It is useful in your case (adding debug symbols to selected object files), but even more useful if you want profiling info only for sel

[SVN feature Request] (was Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close)

2006-05-29 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Will commit now. It would be nice if you could add the comment from your commit log to the .C file. Otherwise it is easy to get forgotten. You're right, I'll do that. This reminds me of some feature requests for SVN: 1) in lyx.cvs list, put an a

Re: Feature request for Scons: no full recompile when CCFLAGS is changed

2006-05-29 Thread Abdelrazak Younes
Bo Peng wrote: > Abdel, > > I think I now understand what you mean: you want to use existing > libraries when CCFLAGS changes. Not only other libraries but also all the objects of the files that do not depend on the file I just modified. This is just an overriding of the CCFLAGS option. > mod

Re: Figured out gprof - still can't profile lyx-qt4 due to SIGSEGV on close

2006-05-29 Thread Georg Baum
Abdelrazak Younes wrote: > Will commit now. It would be nice if you could add the comment from your commit log to the .C file. Otherwise it is easy to get forgotten. Georg

Re: New Windows Installer

2006-05-29 Thread Georg Baum
Stephen Harris wrote: > As reported C:\Foxit\foxit.exe , the absolute path works but > not just foxit(.exe). There seems to be something inconsistent > between how acrord32 and foxit are recognized. Strange. Please investigate further when the known "path with spaces" problems are fixed. > since