Re: Freezing trunk for beta 2

2010-12-05 Thread Stephan Witt
Am 05.12.2010 um 00:50 schrieb Pavel Sanda: hi, as announced we enter soft freeze of trunk at the deepest night sunday 7am CET (or in other words if you are still awake now feel free to finish stuff you are working on). sun/mon we should touch code only when some critical or

Inverting the dispatch execution order

2010-12-05 Thread Abdelrazak Younes
Hi, I would like to invert the dispatch execution order, i.e.: Cursor - Buffer - BufferView - GuiView - GuiApplication The current top-down order was always weird to me because when you type the first thing to try is to execute at the cursor location, not at the global application level.

Re: r36710 - in lyx-devel/trunk/src: . insets

2010-12-05 Thread Richard Heck
On 12/04/2010 06:36 PM, Abdelrazak Younes wrote: On 04/12/2010 23:55, Richard Heck wrote: On 12/04/2010 03:41 PM, Abdelrazak Younes wrote: On 04/12/2010 04:15, rgh...@lyx.org wrote: Author: rgheck Date: Sat Dec 4 04:15:53 2010 New Revision: 36710 URL: http://www.lyx.org/trac/changeset/36710

Re: r36734 - in lyx-devel/trunk/src: . frontends/qt4

2010-12-05 Thread Richard Heck
On 12/04/2010 08:18 PM, you...@lyx.org wrote: Author: younes Date: Sun Dec 5 02:18:32 2010 New Revision: 36734 URL: http://www.lyx.org/trac/changeset/36734 Log: Move buffer dispatching code from GuiView::dispatchToBufferView() to BufferView::dispatch(). The execution order bv - doc_bv -

Re: r36731 - lyx-devel/trunk/src

2010-12-05 Thread Richard Heck
On 12/04/2010 06:39 PM, Abdelrazak Younes wrote: On 05/12/2010 00:21, you...@lyx.org wrote: Author: younes Date: Sun Dec 5 00:21:47 2010 New Revision: 36731 URL: http://www.lyx.org/trac/changeset/36731 Log: Fix bug #7071 in cutSelection: After a cut operation, we need to make sure that the

Re: Inverting the dispatch execution order

2010-12-05 Thread Pavel Sanda
Abdelrazak Younes wrote: Any reason why not doing so? yes sir :) because it can introduce new regressions? because you have generally almost no time to fix them when they appear? because we dont want to throw one month of users testing of beta1 for new bugs out of window? i fell somewhat

Re: ViewSource as XHTML?

2010-12-05 Thread Richard Heck
On 12/04/2010 11:03 AM, Jürgen Spitzmüller wrote: Richard Heck wrote: My only question is one I think JMarc asked earlier, namely, whether we want to provide some mechanism for indicating flavor in some config file, rather than trying to guess it. We do not guess it. I introduced a converter

'click to type' template inset

2010-12-05 Thread Liviu Andronic
Dear devels I've never been very happy with LyX templates. Take for example one that I've contributed: File New from template frletter.lyx. To use it, one needs to: - get over the disturbing presence of the '' and '' symbols, and understand what they mean - select 'My Name', delete it, and then

LyX 2.0beta1 crashes if Xref inserted into eqnarray

2010-12-05 Thread Christopher Menzel
Howdy developers, LyX 2.0beta1 (dated 10 Nov) crashes consistently when I try to insert a cross reference to a labeled lemma, theorem or corollary into a cell of an eqnarray. If I try to copy and paste a cross-ref to the relevant lemma/thm/corollary from outside the eqnarray into the cell, the

[patch] unable to find textclass error on windows

2010-12-05 Thread Julien Rioux
Hi, Here's a patch to fix a bug when no tex installation is found on windows. The patch is for trunk. The bug is also in branch. c.f. http://www.mail-archive.com/lyx-us...@lists.lyx.org/msg83972.html -- Julien Index: configure.py

Re: Inverting the dispatch execution order

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 11:39 PM, Pavel Sanda wrote: Abdelrazak Younes wrote: Any reason why not doing so? yes sir :) because it can introduce new regressions? Valid one. because you have generally almost no time to fix them when they appear? Not fair. I am not able to

Re: r36734 - in lyx-devel/trunk/src: . frontends/qt4

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 08:59 PM, Richard Heck wrote: On 12/04/2010 08:18 PM, you...@lyx.org wrote: Author: younes Date: Sun Dec 5 02:18:32 2010 New Revision: 36734 URL: http://www.lyx.org/trac/changeset/36734 Log: Move buffer dispatching code from GuiView::dispatchToBufferView() to

Re: r36710 - in lyx-devel/trunk/src: . insets

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 08:53 PM, Richard Heck wrote: On 12/04/2010 06:36 PM, Abdelrazak Younes wrote: On 04/12/2010 23:55, Richard Heck wrote: On 12/04/2010 03:41 PM, Abdelrazak Younes wrote: On 04/12/2010 04:15, rgh...@lyx.org wrote: Author: rgheck Date: Sat Dec 4 04:15:53 2010 New Revision: 36710

Re: 'click to type' template inset

2010-12-05 Thread Guenter Milde
On 2010-12-05, Liviu Andronic wrote: I've never been very happy with LyX templates. Take for example one that I've contributed: File New from template frletter.lyx. To use it, one needs to: - get over the disturbing presence of the '' and '' symbols, and understand what they mean - select

Re: Freezing trunk for beta 2

2010-12-05 Thread Stephan Witt
Am 05.12.2010 um 00:50 schrieb Pavel Sanda: > hi, > > as announced we enter soft freeze of trunk at the deepest night sunday 7am CET > (or in other words if you are still awake now feel free to finish stuff you > are working on). > > sun/mon we should touch code only when some critical or

Inverting the dispatch execution order

2010-12-05 Thread Abdelrazak Younes
Hi, I would like to invert the dispatch execution order, i.e.: Cursor -> Buffer -> BufferView -> GuiView -> GuiApplication The current top-down order was always weird to me because when you type the first thing to try is to execute at the cursor location, not at the global application level.

Re: r36710 - in lyx-devel/trunk/src: . insets

2010-12-05 Thread Richard Heck
On 12/04/2010 06:36 PM, Abdelrazak Younes wrote: On 04/12/2010 23:55, Richard Heck wrote: On 12/04/2010 03:41 PM, Abdelrazak Younes wrote: On 04/12/2010 04:15, rgh...@lyx.org wrote: Author: rgheck Date: Sat Dec 4 04:15:53 2010 New Revision: 36710 URL: http://www.lyx.org/trac/changeset/36710

Re: r36734 - in lyx-devel/trunk/src: . frontends/qt4

2010-12-05 Thread Richard Heck
On 12/04/2010 08:18 PM, you...@lyx.org wrote: Author: younes Date: Sun Dec 5 02:18:32 2010 New Revision: 36734 URL: http://www.lyx.org/trac/changeset/36734 Log: Move buffer dispatching code from GuiView::dispatchToBufferView() to BufferView::dispatch(). The execution order bv -> doc_bv ->

Re: r36731 - lyx-devel/trunk/src

2010-12-05 Thread Richard Heck
On 12/04/2010 06:39 PM, Abdelrazak Younes wrote: On 05/12/2010 00:21, you...@lyx.org wrote: Author: younes Date: Sun Dec 5 00:21:47 2010 New Revision: 36731 URL: http://www.lyx.org/trac/changeset/36731 Log: Fix bug #7071 in cutSelection: After a cut operation, we need to make sure that the

Re: Inverting the dispatch execution order

2010-12-05 Thread Pavel Sanda
Abdelrazak Younes wrote: > Any reason why not doing so? yes sir :) because it can introduce new regressions? because you have generally almost no time to fix them when they appear? because we dont want to throw one month of users testing of beta1 for new bugs out of window? i fell somewhat

Re: View>Source as XHTML?

2010-12-05 Thread Richard Heck
On 12/04/2010 11:03 AM, Jürgen Spitzmüller wrote: Richard Heck wrote: My only question is one I think JMarc asked earlier, namely, whether we want to provide some mechanism for indicating flavor in some config file, rather than trying to guess it. We do not guess it. I introduced a converter

'click to type' template inset

2010-12-05 Thread Liviu Andronic
Dear devels I've never been very happy with LyX templates. Take for example one that I've contributed: File > New from template > frletter.lyx. To use it, one needs to: - get over the disturbing presence of the '<' and '>' symbols, and understand what they mean - select '', delete it, and then

LyX 2.0beta1 crashes if Xref inserted into eqnarray

2010-12-05 Thread Christopher Menzel
Howdy developers, LyX 2.0beta1 (dated 10 Nov) crashes consistently when I try to insert a cross reference to a labeled lemma, theorem or corollary into a cell of an eqnarray. If I try to copy and paste a cross-ref to the relevant lemma/thm/corollary from outside the eqnarray into the cell, the

[patch] unable to find textclass error on windows

2010-12-05 Thread Julien Rioux
Hi, Here's a patch to fix a bug when no tex installation is found on windows. The patch is for trunk. The bug is also in branch. c.f. http://www.mail-archive.com/lyx-us...@lists.lyx.org/msg83972.html -- Julien Index: configure.py

Re: Inverting the dispatch execution order

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 11:39 PM, Pavel Sanda wrote: Abdelrazak Younes wrote: Any reason why not doing so? yes sir :) because it can introduce new regressions? Valid one. because you have generally almost no time to fix them when they appear? Not fair. I am not able to

Re: r36734 - in lyx-devel/trunk/src: . frontends/qt4

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 08:59 PM, Richard Heck wrote: On 12/04/2010 08:18 PM, you...@lyx.org wrote: Author: younes Date: Sun Dec 5 02:18:32 2010 New Revision: 36734 URL: http://www.lyx.org/trac/changeset/36734 Log: Move buffer dispatching code from GuiView::dispatchToBufferView() to

Re: r36710 - in lyx-devel/trunk/src: . insets

2010-12-05 Thread Abdelrazak Younes
On 12/05/2010 08:53 PM, Richard Heck wrote: On 12/04/2010 06:36 PM, Abdelrazak Younes wrote: On 04/12/2010 23:55, Richard Heck wrote: On 12/04/2010 03:41 PM, Abdelrazak Younes wrote: On 04/12/2010 04:15, rgh...@lyx.org wrote: Author: rgheck Date: Sat Dec 4 04:15:53 2010 New Revision: 36710

Re: 'click to type' template inset

2010-12-05 Thread Guenter Milde
On 2010-12-05, Liviu Andronic wrote: > I've never been very happy with LyX templates. Take for example one > that I've contributed: File > New from template > frletter.lyx. To use > it, one needs to: > - get over the disturbing presence of the '<' and '>' symbols, and > understand what they mean