Re: LyX meeting in Paris. When?

2005-04-29 Thread Asger Ottar Alstrup
Jean-Marc Lasgouttes wrote: Jul 16Jul 23Jul 30 Aug 06 JMarc 5 5 5 5 Jose' 5 5 0 0 Lars 4 4 5 5 Michael5 0 0 0 Andre' 5 5 5 5 Alfredo0 0

[Patch] non-existent CharStyle crash

2005-04-29 Thread Martin Vermeer
Fix attached. This happens, e.g., when switching to a textclass not containing a charstyle contained in the document. - Martin Index: factory.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/factory.C,v retrieving revision 1.95

{Patch] bug 1764 fix (dirty!)

2005-04-29 Thread Martin Vermeer
On Fri, Apr 29, 2005 at 10:46:18AM +0200, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > There's still some fun available on bugzilla. > > Gimme a number, any number... > > OK, if you ask ;-) ... > 1764 could also be up your alley. Yes it is... quick & dirty fixes :-) I believe this

Re: [Better patch] math and text nesting problem

2005-04-29 Thread Martin Vermeer
On Fri, Apr 29, 2005 at 06:42:34PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Slightly improved version of same. Makes it nearly impossible > Martin> to mess up :-) > > + Separator > + Item "Text box" "math

Re: [Better patch] math and text nesting problem

2005-04-29 Thread Martin Vermeer
On Fri, Apr 29, 2005 at 06:52:17PM +0200, Georg Baum wrote: > Martin Vermeer wrote: > > > +case LFUN_INSERT_MATH: { > > +bool const textarg = > > +arg == "\\textbf"   || arg == "\\textsf" || > > +arg == "\\textrm"   || arg ==

Re: [Better patch] math and text nesting problem

2005-04-29 Thread Georg Baum
Martin Vermeer wrote: > +case LFUN_INSERT_MATH: { > +bool const textarg = > +arg == "\\textbf"   || arg == "\\textsf" || > +arg == "\\textrm"   || arg == "\\textmd" || > +arg == "\\textit"   || arg == 

Re: [Better patch] math and text nesting problem

2005-04-29 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Slightly improved version of same. Makes it nearly impossible Martin> to mess up :-) + Separator + Item "Text box" "math-mode" + End Isn't this misleading when one is outside math-mode? JMarc

[Better patch] math and text nesting problem

2005-04-29 Thread Martin Vermeer
Slightly improved version of same. Makes it nearly impossible to mess up :-) - Martin Index: src/mathed/math_nestinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_nestinset.C,v retrieving revision 1.153 diff -u

Re: [PATCH 1.4] Layout style

2005-04-29 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Jean-Marc, have you edited Makefile.in.in by hand? It seems Michael> that two lines were duplicated. See attached patch. No, it is because I already had a patch similar to yours in my tree and forgot to remove it. The style o

Re: configure help

2005-04-29 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ok, the attached version of the patch removes [ap]spell.m4, Angus> moving all the spelling stuff into a new spell.m4 with a Angus> LYX_CHECK_SPELL_ENGINES functio

Re: configure help

2005-04-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Ok, the attached version of the patch removes [ap]spell.m4, Angus> moving all the spelling stuff into a new spell.m4 with a Angus> LYX_CHECK_SPELL_ENGINES function. Very good. Angus> I found that I needed to Angus> initialise lyx

[Patch] Re: Problem with autosave of new unsaved document

2005-04-29 Thread Martin Vermeer
On Fri, 2005-04-29 at 10:27, Georg Baum wrote: > Martin Vermeer wrote: > > > LFUN_MATH_MODE is overloaded to produce an mbox inset when pressing C-m > > inside math mode. (This sends an LFUN_MATH_MODE *without* the "on" > > argument. [BTW has classic.ui been updated?]) In text mode it inserts a >

Re: Some bug fixes are trivial :-)

2005-04-29 Thread Georg Baum
Martin Vermeer wrote: > ...and some development work should not be done after bedtime ;-) Well, noon is not bedtime for me, but thanks for the fix! Georg

Some bug fixes are trivial :-)

2005-04-29 Thread Martin Vermeer
...and some development work should not be done after bedtime ;-) This goes in now. - Martin Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving revision 1.475 diff -u -p

Re: [patch] qt longtable ui

2005-04-29 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > also, the ui is really counter-intuitive I have added some tooltips to improve this a bit. Jürgen ? IndexModuleBase.ui Index: QTabularDialogBase.ui === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/fron

Re: configure help

2005-04-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: >> Angus> One thing I noticed after I had posted my patch last night is >> Angus> that there's a change of semantic here (ControlSpellchecker.C). >> Angus> At the moment, the lyxrc variables are used to fall through to >> Angu

Re: configure help

2005-04-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> One thing I noticed after I had posted my patch last night is > Angus> that there's a change of semantic here (ControlSpellchecker.C). > Angus> At the moment, the lyxrc variables are used to fall through to > Angus> Ispell at run time. With the new configure stu

Re: Wrong symbol displayed for third level bullet list

2005-04-29 Thread Lars Gullik Bjønnes
Asger Alstrup <[EMAIL PROTECTED]> writes: | Martin Vermeer wrote: | >Helge Hafting wrote: >>> So I tried the degree symbol: ° >> Other votes on this? > | I do not think that will work with anything but ISO-8859-1, i.e. latin | 1. So Russian, Turkish, Chinese, Japanese etc. will show garbage. > |

Re: Wrong symbol displayed for third level bullet list

2005-04-29 Thread Martin Vermeer
On Fri, 2005-04-29 at 11:51, Asger Alstrup wrote: > Martin Vermeer wrote: > >Helge Hafting wrote: > >> So I tried the degree symbol: Â > > > > Other votes on this? > > I do not think that will work with anything but ISO-8859-1, i.e. latin 1. > So Russian, Turkish, Chinese, Japanese etc. will sh

Re: [PATCH for 1.3.6] Fix translation for layout styles

2005-04-29 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: > | Michael> Sigh... I really don't understand why simple things can get | Michael> that complicated. Sometimes it seems easier to introduce a | Michael> new feature than to fix a few s

Re: [patch] qt longtable ui

2005-04-29 Thread Juergen Spitzmueller
Helge Hafting wrote: > > As reported before, there is still a (qt only) problem with the longtable > > ui: the "is empty" checkbox cannot be disabled once it is checked. > > Judging from the xforms code I believe that some of the lfun handling in > > the qt tabular dialog is completely wrong. I thi

Re: Problem with autosave of new unsaved document

2005-04-29 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Martin Vermeer wrote: > >> LFUN_MATH_MODE is overloaded to produce an mbox inset when pressing C-m >> inside math mode. (This sends an LFUN_MATH_MODE *without* the "on" >> argument. [BTW has classic.ui been updated?]) In text mode it inserts a >> simple mat

Re: Wrong symbol displayed for third level bullet list

2005-04-29 Thread Asger Alstrup
Martin Vermeer wrote: >Helge Hafting wrote: So I tried the degree symbol: Â Other votes on this? I do not think that will work with anything but ISO-8859-1, i.e. latin 1. So Russian, Turkish, Chinese, Japanese etc. will show garbage. I say keep the * at level 1, or fix it to use the math thing. R

Re: Problem with autosave of new unsaved document

2005-04-29 Thread Juergen Spitzmueller
Martin Vermeer wrote: > > There's still some fun available on bugzilla. > Gimme a number, any number... OK, if you ask ;-) These are the open bugs, targeted for 1.4 and not "fixedintrunk": http://tinyurl.com/9juyl I think the tabular bugs (1765, 1800, 1801) could be a real challenge. I have tri

Re: CVS lyx compile fails (intl/l10nflist.c: "__extension__")

2005-04-29 Thread Kayvan A. Sylvan
On Fri, Apr 29, 2005 at 08:54:46AM +0100, Angus Leeming wrote: > Why is there no -Ipath-to-qt-headers? Duh... Thanks. I am up too late. It looks to be compiling. ---Kayvan

Re: CVS lyx compile fails (intl/l10nflist.c: "__extension__")

2005-04-29 Thread Angus Leeming
Kayvan A. Sylvan wrote: > As of the last update, it dies at a different place: > g++ -DHAVE_CONFIG_H > -I. > -I../../../../../lyx/src/frontends/qt2/ui > -I../../../../src > -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION > -I../../../../../lyx/src > -I../../../../../lyx/sr

Re: Wrong symbol displayed for third level bullet list

2005-04-29 Thread Martin Vermeer
On Fri, 2005-04-29 at 10:09, Helge Hafting wrote: > Martin Vermeer wrote: > > >On Thu, Apr 28, 2005 at 11:37:30PM +0200, Helge Hafting wrote: > > > > > >>On Thu, Apr 28, 2005 at 10:41:31PM +0300, Martin Vermeer wrote: > >> > >> > >>>On Thu, Apr 28, 2005 at 09:15:38PM +0200, Helge Hafting wro

Re: Problem with autosave of new unsaved document

2005-04-29 Thread Georg Baum
Martin Vermeer wrote: > LFUN_MATH_MODE is overloaded to produce an mbox inset when pressing C-m > inside math mode. (This sends an LFUN_MATH_MODE *without* the "on" > argument. [BTW has classic.ui been updated?]) In text mode it inserts a > simple math inset ($...$). > > Now rather than fixing th

Re: Bug report: Assertion fails when clicking on vertical space inset

2005-04-29 Thread Georg Baum
Martin Vermeer wrote: > That's what you get when an inset such as insetvspace has a doDispatch but > no matching getStatus... getStatus should not be needed in this case, since InsetBase handles LFUN_INSET_MODIFY. However, it expects an argument: case LFUN_INSET_MODIFY: // Only allow mod

Re: Wrong symbol displayed for third level bullet list

2005-04-29 Thread Helge Hafting
Martin Vermeer wrote: On Thu, Apr 28, 2005 at 11:37:30PM +0200, Helge Hafting wrote: On Thu, Apr 28, 2005 at 10:41:31PM +0300, Martin Vermeer wrote: On Thu, Apr 28, 2005 at 09:15:38PM +0200, Helge Hafting wrote: Bullet lists in three levels are rare. Today I needed one, and noticed