Fwd: Lyx crashed after inserting, deleting and inserting float object

2007-08-25 Thread Alfredo Braunstein
On 8/25/07, Martin Vermeer <[EMAIL PROTECTED]> wrote: > On Sat, Aug 25, 2007 at 12:56:55AM +0200, Alfredo Braunstein wrote: > > Abdelrazak Younes wrote: > > > > >> Humm, I mean I cannot reproduce with trunk. Sorry for not being able to > > >> read. :-/ > > > > > > I am able to reproduce with trunk

[patch] what's this?

2007-08-25 Thread Alfredo Braunstein
AFAIK this was never used. I cannot see its use, so I'll remove it shortly. A/ Index: CursorSlice.h === --- CursorSlice.h (revision 19783) +++ CursorSlice.h (working copy) @@ -152,8 +152,6 @@ idx_type idx_; /// paragraph in this

metrics call crashes

2007-08-25 Thread Edwin Leuven
guys, i am (still) fiddling with the tabular code. after a cell merge there is a redraw which then *sometimes* crashes lyx. the strange thing is that sometimes it happens, sometimes it doesn't! backtrace below. i haven't been able to find out what causes it, and am really at a loss. so if so

Re: metrics call crashes

2007-08-25 Thread Alfredo Braunstein
Edwin Leuven wrote: > after a cell merge there is a redraw which then *sometimes* crashes lyx. > > the strange thing is that sometimes it happens, sometimes it doesn't! > > backtrace below. Seems very similar to the backtrace of the "inserting and deleting float object" thread. Maybe they are r

Re: [Updated PATCH] BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas

2007-08-25 Thread Enrico Forestieri
On Sat, Aug 25, 2007 at 12:17:03AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > I suspect that solving these issues might also solve the missing close > > tab button problem. > > nope, the close button did not automagically appeared :-( Hmprf... I thought that those "Cannot as

Re: LyX 1.5.0 is released

2007-08-25 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I propose to apply the following instead: I do the haveSelection call > in the calling dispatch. I suspect (did not test) that your patch > missed math, for example. Has this been committed in the meantime (sorry, still have to catch up 1900 mesages in lyx-devel and

Re: [PATCH] UI Bug...and a related bug

2007-08-25 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > Done. Just to trunk. > > If nobody complains, I believe it should go to branch later. I'm fine with that (in case this still matters). Jürgen

[patch] Re: Lyx crashed after inserting, deleting and inserting float object

2007-08-25 Thread Alfredo Braunstein
Abdelrazak Younes wrote: > Alfredo Braunstein wrote: >> Alfredo Braunstein wrote: >> >> > Ouch! Confirmed on WinXP too! Please fill-it in. >>> What's the exact recipe? I cannot reproduce here (linux) >> >> Humm, I mean I cannot reproduce with trunk. Sorry for not being able to >> read. :-/

Re: metrics call crashes

2007-08-25 Thread Alfredo Braunstein
Edwin Leuven wrote: > guys, > > i am (still) fiddling with the tabular code. > > after a cell merge there is a redraw which then *sometimes* crashes lyx. > > the strange thing is that sometimes it happens, sometimes it doesn't! > > backtrace below. > > i haven't been able to find out what cau

Re: LyX tables dont compile.

2007-08-25 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > The problem started before lyx 1.4.4 and made all my existing LyX files > (spanning years)  unusable due to this table backward compatibility > problem. the problem persists with all later LyX distributions since about > September 2006 and makes all the years of LyX files

Re: A 'refresh' menu item?

2007-08-25 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > When my document includs a listings (or a figure?) that is externally > > modified, lyx does not know that so view->pdf simply bring back the > > pdf file generated from last latex run. > > Again: why not fix LyX instead? Isn't this supposed to be implemented > alrea

Re: [patch] selection in source panel

2007-08-25 Thread Jürgen Spitzmüller
Alfredo Braunstein wrote: > > Yes for trunk. Wait for Juergen if you want branch too. > > Commited. If there are no problems with the new feature in the next days > I'll ask Juergen. OK if everything works as expected and you are confident about it. Jürgen

Re: ftp.lyx.org not accessible

2007-08-25 Thread Uwe Stöhr
> Yes, attempting to download ftp://ftp.lyx.org/pub/lyx/bin/1.5.1/ LyX-1.5.1-1-Installer.exe from > the wiki fails. ftp.lyx.org is still not running The alternative Windows installer can also be downloaded from here: http://developer.berlios.de/projects/lyxwininstall regards Uwe

Re: Cleanup in CharStyles, externalize non-existent style detection

2007-08-25 Thread Martin Vermeer
On Fri, Aug 24, 2007 at 10:55:31PM +0300, Martin Vermeer wrote: > The idea is in the attached patch. A lot of unnecessary stuff can disappear. > > - Martin > > PS What about the name for "meta-charstyles"? Soft Insets? That's the > next project. Perhaps after Richard's big commit. > This is in

Re: [Cvslog] r19786 - in /lyx-devel/trunk/src: TextClass.cpp TextClass...

2007-08-25 Thread Richard Heck
[EMAIL PROTECTED] wrote: Author: vermeer Date: Sat Aug 25 11:57:32 2007 New Revision: 19786 URL: http://www.lyx.org/trac/changeset/19786 Log: Make Richard happy, add inset layout parm 'Decoration' Thank you! Richard -- == Rich

Re: 4108: who knows the graphic cache code?

2007-08-25 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > I do not know your problem, but the problem with this thread is that > > when an object is destroyed, its signals are still connected in qcc3, > > but not in gcc4. Then, when the signal is triggered, lyx crashes with > > a gcc3 build. > > > > The fix, as shown in Abd

Re: 4108: who knows the graphic cache code?

2007-08-25 Thread Bo Peng
> Is this issue resolved now (also for branch)? Yes. Bo

Re: [PATCH - 1.5] Fix bug 4117: Crash when using down cursor in an empty math subscript

2007-08-25 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Abdelrazak Younes wrote: > > http://bugzilla.lyx.org/show_bug.cgi?id=4117 > > I took the liberty to commit that one too. OK. Jürgen

Re: [patch] selection in source panel

2007-08-25 Thread Alfredo Braunstein
Jürgen Spitzmüller wrote: > Alfredo Braunstein wrote: >> > Yes for trunk. Wait for Juergen if you want branch too. >> >> Commited. If there are no problems with the new feature in the next days >> I'll ask Juergen. > > OK if everything works as expected and you are confident about it. I fixed so

Re: [patch] selection in source panel

2007-08-25 Thread Jürgen Spitzmüller
Alfredo Braunstein wrote: > I fixed some glitches and I have positive reports from Enrico and Bo. Even > if the patch seems safe, this is just a small feature. I'll wait a little > bit longer if everything works as expected for everyone. OK. Jürgen

Re: r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-25 Thread Jürgen Spitzmüller
Bo Peng wrote: > Committed to both trunk and branch. I did not ask for review because > this is trivial enough. For branch, please return to the convention to aks before committing. Jürgen

back to work

2007-08-25 Thread Jürgen Spitzmüller
As you might have noted, my holidays are over :-( I just went through almost 2000 messages from the last 3 weeks and I still have to go through the commit logs. I have marked things that look relevant to branch and I will return to them bit by bit. Please be patient, it might take some time. P

[PATCH] Layout Modularity, Part 3

2007-08-25 Thread Richard Heck
This is one of a series of patches that will merge the layout modules development in personal/branches/rgheck back into the tree. Design goal: Allow the use of layout "modules", which are to LaTeX packages as layout files are to LaTeX document classes. Thus, one could have a module that defi

Re: back to work

2007-08-25 Thread Richard Heck
Jürgen Spitzmüller wrote: As you might have noted, my holidays are over :-( I just went through almost 2000 messages from the last 3 weeks and I still have to go through the commit logs. I have marked things that look relevant to branch and I will return to them bit by bit. Please be patient,

[HELP] Qt Dialog Conversion 4.3-->4.1

2007-08-25 Thread Richard Heck
The attached UI file was edited with QtDesigner 4.3, which is what I presently have. That has caused problems elsewhere. I'd appreciate it if someone with Qt 4.1 could do whatever needs doing to make it work there. If you need anything else from me, let me know. Richard -- ===

Re: [Cvslog] r19611 - in /lyx-devel/branches/BRANCH_1_5_X: src/graphic...

2007-08-25 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > Fix crash when a user removes the underlying figure of a graphic inset >  that has been copied and pasted (Bug 4108) missing status.15x? Jürgen

Re: [Cvslog] r19776 - /lyx-devel/branches/BRANCH_1_5_X/development/sco...

2007-08-25 Thread Jürgen Spitzmüller
Am Freitag, 24. August 2007 schrieb [EMAIL PROTECTED]: > URL: http://www.lyx.org/trac/changeset/19776 > Log: > Scons: allow the use of snapshot version of scons missing status.15x? Jürgen

Re: [Cvslog] r19770 - in /lyx-devel/branches/BRANCH_1_5_X: src/BufferV...

2007-08-25 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > Modified: lyx-devel/branches/BRANCH_1_5_X/status.15x > URL: > http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/status.15x?rev >=19770 > === >=== --- lyx-devel/branches/BRANCH_1_5_X/status.

Re: [Cvslog] r19611 - in /lyx-devel/branches/BRANCH_1_5_X: src/graphic...

2007-08-25 Thread Bo Peng
On 8/25/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Fix crash when a user removes the underlying figure of a graphic inset > > that has been copied and pasted (Bug 4108) > > missing status.15x? > > Jürgen > No. Modified: lyx-devel/branches/BRANCH_1_5_X/status

Re: [Cvslog] r19776 - /lyx-devel/branches/BRANCH_1_5_X/development/sco...

2007-08-25 Thread Bo Peng
> > Scons: allow the use of snapshot version of scons > > missing status.15x? I deemed that we do not have to report every change to status.15x, especially minor changes in build systems. Bo

Re: [Cvslog] r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-25 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > Modified: lyx-devel/branches/BRANCH_1_5_X/status.15x > URL: > http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/status.15x?rev >=19666 > === >=== --- lyx-devel/branches/BRANCH_1_5_X/status.

Re: metrics call crashes

2007-08-25 Thread Edwin Leuven
Alfredo Braunstein wrote: Does the attached solves it? not my crashes unfortunately

Re: [HELP] Qt Dialog Conversion 4.3-->4.1

2007-08-25 Thread Edwin Leuven
Richard Heck wrote: The attached UI file was edited with QtDesigner 4.3, which is what I presently have. That has caused problems elsewhere. I'd appreciate it if someone with Qt 4.1 could do whatever needs doing to make it work there. If you need anything else from me, let me know. attached

Re: [Cvslog] r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-25 Thread Bo Peng
> > +- Fix crash when a user removes a formula when its preview is being > > generated. + (gcc 3 only). > > No bug number? Could not find one. Maybe too few people are using gcc3. Bo

Re: [Cvslog] r19611 - in /lyx-devel/branches/BRANCH_1_5_X: src/graphic...

2007-08-25 Thread Jürgen Spitzmüller
Bo Peng wrote: > No. OK. Jürgen

Re: [Cvslog] r19776 - /lyx-devel/branches/BRANCH_1_5_X/development/sco...

2007-08-25 Thread Jürgen Spitzmüller
Bo Peng wrote: > I deemed that we do not have to report every change to status.15x, > especially minor changes in build systems. I think we should report every change that might be of interest for users. And I think that this applies to the change in question. Jürgen

Re: back to work

2007-08-25 Thread Jürgen Spitzmüller
Richard Heck wrote: > You've probably seen the list Martin put together. If not, it's in the > archives. Yes. Jürgen

Re: [Cvslog] r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-25 Thread Jürgen Spitzmüller
Bo Peng wrote: > Could not find one. Maybe too few people are using gcc3. OK. I'm just trying to make sure it was not forgotten. Jürgen

Re: [Cvslog] r19776 - /lyx-devel/branches/BRANCH_1_5_X/development/sco...

2007-08-25 Thread Bo Peng
> I think we should report every change that might be of interest for users. And > I think that this applies to the change in question. Done. Bo

Re: [Cvslog] r19776 - /lyx-devel/branches/BRANCH_1_5_X/development/sco...

2007-08-25 Thread Jürgen Spitzmüller
Bo Peng wrote: > > I think we should report every change that might be of interest for > > users. And I think that this applies to the change in question. > > Done. > > Bo Thanks. Jürgen

Re: [patch for [Bug 1656] command "gnome-session-save" kills lyx!]

2007-08-25 Thread Jürgen Spitzmüller
José Matos wrote: > With Jürgen coming soon I will let this decision to him. :-) > >   So apart from style issues (that are easily fixed) this patch can go in > devel. :-) OK for branch as well, if Abdel's testing revealed no problems. Jürgen

Fwd: Re: LyX 1.5.0 / 1.4.5.1

2007-08-25 Thread Jürgen Spitzmüller
FYI, Jürgen Weitergeleitete Nachricht Hi again Jurgen: Thanks for the info. Short article is up on ars at the URL http://arstechnica.com/journals/linux.ars/2007/07/31/new-lyx-document-processor-released-now-with-unicode Comments are mixed, in particula

Re: [Cvslog] r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-25 Thread Enrico Forestieri
On Sat, Aug 25, 2007 at 12:10:06PM -0500, Bo Peng wrote: > > > +- Fix crash when a user removes a formula when its preview is being > > > generated. + (gcc 3 only). > > > > No bug number? > > Could not find one. Maybe too few people are using gcc3. Which version? I don't think I ever saw it with

Re: [Cvslog] r19666 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-08-25 Thread Bo Peng
> Which version? I don't think I ever saw it with gcc 3.4.X (X=3 and 4). gcc 3.4.6/x86-64/RHEL4. JMarc had similar problems before. Bo

Re: Fwd: Re: LyX 1.5.0 / 1.4.5.1

2007-08-25 Thread Martin Vermeer
On Sat, Aug 25, 2007 at 07:39:45PM +0200, Jürgen Spitzmüller wrote: > FYI, > Jürgen > > Weitergeleitete Nachricht > > Hi again Jurgen: > > Thanks for the info. Short article is up on ars at the URL > http://arstechnica.com/journals/linux.ars/2007/07/31/

Re: [Cvslog] r19770 - in /lyx-devel/branches/BRANCH_1_5_X: src/BufferV...

2007-08-25 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: [EMAIL PROTECTED] wrote: Modified: lyx-devel/branches/BRANCH_1_5_X/status.15x URL: http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/status.15x?rev =19770 === === --- lyx-devel/branches/B

Re: [HELP] Qt Dialog Conversion 4.3-->4.1

2007-08-25 Thread Abdelrazak Younes
Richard Heck wrote: The attached UI file was edited with QtDesigner 4.3, which is what I presently have. That has caused problems elsewhere. I'd appreciate it if someone with Qt 4.1 could do whatever needs doing to make it work there. If you need anything else from me, let me know. I don't un

Re: [Updated PATCH] BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas

2007-08-25 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Sat, Aug 25, 2007 at 12:17:03AM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: I suspect that solving these issues might also solve the missing close tab button problem. nope, the close button did not automagically appeared :-( Hmprf... I thought that

Re: Fwd: Re: LyX 1.5.0 / 1.4.5.1

2007-08-25 Thread Edwin Leuven
Martin Vermeer wrote: Comments are mixed, in particular there is a public image thing you guys ought to work on as at least a few people view LyX as the Frontpage Express of LaTeX... public image thing? 9 comments, 6 commenters (probably all with spots and under age) an introduction to stati

nomencl options

2007-08-25 Thread m.eik michalke
hi, i'm testing the 1.5.x version of LyX (compiled a package for debian testing) -- and: wow! awesome! i love it! i was especially interested in the new glossary feature, and basicly it's just what i was wishing for. but then again, i can't figure out how to pass options to the nomencl package

Re: [HELP] Qt Dialog Conversion 4.3-->4.1

2007-08-25 Thread Richard Heck
Abdelrazak Younes wrote: Richard Heck wrote: The attached UI file was edited with QtDesigner 4.3, which is what I presently have. That has caused problems elsewhere. I'd appreciate it if someone with Qt 4.1 could do whatever needs doing to make it work there. If you need anything else from me,

Re: [HELP] Qt Dialog Conversion 4.3-->4.1

2007-08-25 Thread Richard Heck
Edwin Leuven wrote: Richard Heck wrote: The attached UI file was edited with QtDesigner 4.3, which is what I presently have. That has caused problems elsewhere. I'd appreciate it if someone with Qt 4.1 could do whatever needs doing to make it work there. If you need anything else from me, let

Re: metrics call crashes

2007-08-25 Thread Alfredo Braunstein
Edwin Leuven wrote: > Alfredo Braunstein wrote: >> Does the attached solves it? > > not my crashes unfortunately pity.. the backtrace looked similar :-/ A/

Layout Format

2007-08-25 Thread Richard Heck
Do the existing layout files all need their format numbers updated? They're all being run through layout2layout at the moment. rh -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/

Re: ftp.lyx.org not accessible

2007-08-25 Thread Bo Peng
> ftp.lyx.org is still not running > > The alternative Windows installer can also be downloaded from here: > http://developer.berlios.de/projects/lyxwininstall I have put a 1.5.2 snapshot at http://www.lyx.org/~bpeng Bo

Re: Vertical space in a table cell gives latex errors

2007-08-25 Thread Paul A. Rubin
Helge Hafting wrote: I have a table with a tall row, because one cell is fixed-width with multiple lines. In another cell I wanted to place a single symbol, preferably centered vertically. I tried changing the column's vertical adjustment, but this had no effect whatsoever. Did you try settin

Re: Fwd: Re: LyX 1.5.0 / 1.4.5.1

2007-08-25 Thread Martin Vermeer
On Sat, Aug 25, 2007 at 10:16:18PM +0200, Edwin Leuven wrote: > Martin Vermeer wrote: > >> Comments are mixed, in particular there is a public image thing you > >> guys ought to work on as at least a few people view LyX as the > >> Frontpage Express of LaTeX... > > public image thing? > > 9 c