Re: about the tex2lyx preamble issue

2009-08-09 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > It is not acceptable that this tex2lyx issue > http://www.lyx.org/trac/ticket/6059 > eventually delays LyX 1.6.4. I therefore reverted now my controversial > commit in branch and opt for the following solution that was basically > proposed by Vincent: 1.6.4 is currently delayed

Re: [Wiki site] recent notify posts

2009-08-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > All recent posts: http://wiki.lyx.org/Site/AllRecentChanges > > > > * http://wiki.lyx.org/LyX.NewInBranch162 . . . 2009-08-09 14:26 CEST by > > vfr * http://wiki.lyx.org/LyX.NewInBranch161 . . . 2009-08-09 14:28 CEST > > by vfr * http://wiki.lyx.org/LyX.NewInBranch . . . 2009

Re: #6129: Show paragraph marks / pilcrows

2009-08-09 Thread rgheck
On 08/09/2009 09:41 PM, LyX Ticket Tracker wrote: #6129: Show paragraph marks / pilcrows -+-- Reporter: benm | Owner: lasgouttes Type: enhancement | Status: new Priority: normal | Mi

about the tex2lyx preamble issue

2009-08-09 Thread Uwe Stöhr
It is not acceptable that this tex2lyx issue http://www.lyx.org/trac/ticket/6059 eventually delays LyX 1.6.4. I therefore reverted now my controversial commit in branch and opt for the following solution that was basically proposed by Vincent: - Use JMarc's solution as default. - When this fail

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread rgheck
On 08/09/2009 07:23 PM, Andre Poenitz wrote: On Sun, Aug 09, 2009 at 11:45:29PM +0200, Vincent van Ravesteijn wrote: So we have two solutions: 1) set the Buffer again for pars_[pit] and pars_[pit - 1] and do this for all operation that involves a Paragraph or an Inset copy. 2) set the buff

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 11:45:29PM +0200, Vincent van Ravesteijn wrote: > >>> >>> So we have two solutions: >>> 1) set the Buffer again for pars_[pit] and pars_[pit - 1] and do this >>> for all operation that involves a Paragraph or an Inset copy. >>> 2) set the buffer for all paragraphs and inse

Re: #6127: Tex2lyx shouldn't be started in the latex file directory

2009-08-09 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: > You misunderstood my concept. I only remove things that are definitively re-added by LyX, see above. Do you have an example where this is not the case? Yes, I did. Thanks for explaining. Does this mean you are pissed off by ma explanation or do you have an example?

Re: #6127: Tex2lyx shouldn't be started in the latex file directory

2009-08-09 Thread Uwe Stöhr
> You misunderstood my concept. I only remove things that are definitively re-added by LyX, see above. Do you have an example where this is not the case? Yes, I did. Thanks for explaining. Does this mean you are pissed off by ma explanation or do you have an example? In case the first one

Re: Why...?

2009-08-09 Thread rgheck
On 08/09/2009 06:59 PM, Andre Poenitz wrote: On Sun, Aug 09, 2009 at 06:23:09PM -0400, rgheck wrote: /// enum EndLabelType { /// END_LABEL_NO_LABEL, /// END_LABEL_BOX, /// END_LABEL_FILLED_BOX, /// END_LABEL_STATIC, /// END_LABEL_ENUM_FIRST =

Re: Add links from CitationDialog for file={ and url={?

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 04:35:15PM +0800, John McCabe-Dansted wrote: > On Thu, Aug 6, 2009 at 8:23 PM, rgheck wrote: > > On 08/04/2009 12:52 PM, John McCabe-Dansted wrote: > >> > >> I was thinking: if the LyX citation dialog: > >> 1) had a link to > >>   - the file specified in the file={:} bibtex

Re: Why...?

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 06:23:09PM -0400, rgheck wrote: > > /// > enum EndLabelType { > /// > END_LABEL_NO_LABEL, > /// > END_LABEL_BOX, > /// > END_LABEL_FILLED_BOX, > /// > END_LABEL_STATIC, > /// > END_LABEL_ENUM_FIRST = END_LABEL_NO_LABEL, > /// >

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 11:47:27PM +0200, Abdelrazak Younes wrote: > On 09/08/2009 23:45, Vincent van Ravesteijn wrote: >> So we have two solutions: 1) set the Buffer again for pars_[pit] and pars_[pit - 1] and do this for all operation that involves a Paragraph or an Inset c

Why...?

2009-08-09 Thread rgheck
/// enum EndLabelType { /// END_LABEL_NO_LABEL, /// END_LABEL_BOX, /// END_LABEL_FILLED_BOX, /// END_LABEL_STATIC, /// END_LABEL_ENUM_FIRST = END_LABEL_NO_LABEL, /// END_LABEL_ENUM_LAST = END_LABEL_STATIC }; What's the point of the last two?

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 23:26, Abdelrazak Younes wrote: On 09/08/2009 23:15, Edwin Leuven wrote: abdel wrote: But how should we mark those changes? A deletion and an insertion seem heavy to me it's better than nothing. if a co-author moves a paragraph i like to see it... I agree but I would

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 23:45, Vincent van Ravesteijn wrote: So we have two solutions: 1) set the Buffer again for pars_[pit] and pars_[pit - 1] and do this for all operation that involves a Paragraph or an Inset copy. 2) set the buffer for all paragraphs and insets in updateLabel() as this is guara

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
So we have two solutions: 1) set the Buffer again for pars_[pit] and pars_[pit - 1] and do this for all operation that involves a Paragraph or an Inset copy. 2) set the buffer for all paragraphs and insets in updateLabel() as this is guaranted to be be called each time each time a new Parag

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 08:59:47PM +0200, Abdelrazak Younes wrote: > On 09/08/2009 20:50, Vincent van Ravesteijn wrote: >> Abdelrazak Younes schreef: >>> On 09/08/2009 20:48, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: > Hi, > > There used to be a recursive call to set

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

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 23:37, Andre Poenitz wrote: On Sun, Aug 09, 2009 at 06:19:43PM +0200, you...@lyx.org wrote: Author: younes Date: Sun Aug 9 18:19:43 2009 New Revision: 30947 URL: http://www.lyx.org/trac/changeset/30947 Log: Text::Inset(): now returns a reference in order to make clear that th

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

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 06:19:43PM +0200, you...@lyx.org wrote: > Author: younes Date: Sun Aug 9 18:19:43 2009 New Revision: 30947 URL: > http://www.lyx.org/trac/changeset/30947 > > Log: Text::Inset(): now returns a reference in order to make clear > that the owner is mandatory. One of the thing

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 23:15, Edwin Leuven wrote: abdel wrote: But how should we mark those changes? A deletion and an insertion seem heavy to me it's better than nothing. if a co-author moves a paragraph i like to see it... I agree but I would prefer a button text..."> which will move the

Re: r30940 - in lyx-devel/trunk/src: . insets mathed

2009-08-09 Thread Andre Poenitz
On Sun, Aug 09, 2009 at 05:05:37PM +0200, you...@lyx.org wrote: > Author: younes Date: Sun Aug 9 17:05:36 2009 New Revision: 30940 URL: > http://www.lyx.org/trac/changeset/30940 > > Log: General cleanup: Text is (or should be) nothing more than > InsetText private implementation. We need access t

RE: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Edwin Leuven
abdel wrote: > But how should we mark those changes? A deletion and an insertion seem heavy > to me it's better than nothing. if a co-author moves a paragraph i like to see it...

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 22:59, Vincent van Ravesteijn wrote: Pavel Sanda schreef: Abdelrazak Younes wrote: On 09/08/2009 22:36, Edwin Leuven wrote: The two features were developped by two different developpers (Edwin for LFUN_PARAGRAPH_MOVE* developed is a big word. i think we had some discussion about

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Pavel Sanda
Vincent van Ravesteijn wrote: >> note we have LFUN_OUTLINE_DRAGMOVE now, which i suspect to be prone to >> bugs >> now, but would be good base for big enhacement - drag & drop inside >> outliner. >> >> pavel >> > Yes, I was just wondering wether this function will get some use. i put it in to

Re: r30961 - lyx-devel/trunk/src

2009-08-09 Thread rgheck
On 08/09/2009 04:25 PM, you...@lyx.org wrote: Author: younes Date: Sun Aug 9 22:25:20 2009 New Revision: 30961 URL: http://www.lyx.org/trac/changeset/30961 Log: outline(): avoid paragraph copying by using RandomAccessList::splice(). Excellent. You can see here exactly the sort of thing we

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 23:00, rgheck wrote: On 08/09/2009 03:11 PM, Abdelrazak Younes wrote: On 09/08/2009 21:09, rgheck wrote: On 08/09/2009 03:08 PM, Abdelrazak Younes wrote: On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs witho

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread rgheck
On 08/09/2009 03:53 PM, Abdelrazak Younes wrote: On 09/08/2009 21:09, rgheck wrote: On 08/09/2009 03:08 PM, Abdelrazak Younes wrote: On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs without ensuring that a decent buffer is

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread rgheck
On 08/09/2009 03:11 PM, Abdelrazak Younes wrote: On 09/08/2009 21:09, rgheck wrote: On 08/09/2009 03:08 PM, Abdelrazak Younes wrote: On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs without ensuring that a decent buffer is

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Abdelrazak Younes wrote: On 09/08/2009 22:36, Edwin Leuven wrote: The two features were developped by two different developpers (Edwin for LFUN_PARAGRAPH_MOVE* developed is a big word. i think we had some discussion about it on the list, but in retro

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Pavel Sanda
Abdelrazak Younes wrote: > On 09/08/2009 22:36, Edwin Leuven wrote: >>> The two features were developped by two different developpers (Edwin for >>> LFUN_PARAGRAPH_MOVE* >>> >> >> developed is a big word. i think we had some discussion about it on the >> list, but in retrospect i think i sho

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 22:36, Edwin Leuven wrote: The two features were developped by two different developpers (Edwin for LFUN_PARAGRAPH_MOVE* developed is a big word. i think we had some discussion about it on the list, but in retrospect i think i should've used cut and paste. in particular bec

RE: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Edwin Leuven
> The two features were developped by two different developpers (Edwin for > LFUN_PARAGRAPH_MOVE* developed is a big word. i think we had some discussion about it on the list, but in retrospect i think i should've used cut and paste. in particular because now moving paragraphs is ignored by cha

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:57, Vincent van Ravesteijn wrote: I just fixed LFUN_PARAGRAPH_MOVE_DOWN LFUN_PARAGRAPH_MOVE_UP. Now we just have to wait for the next one :-) Abdel. Can you then also explain me why this is not using the same code as Text3.cpp:outline(OutlineUp). The two features were d

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 22:00, Kornel Benko wrote: Sorry Abdel, but No, I am sorry. Will fix it now. Abdel.

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Kornel Benko
Am Sonntag 09 August 2009 schrieb Vincent van Ravesteijn: > > I just fixed LFUN_PARAGRAPH_MOVE_DOWN LFUN_PARAGRAPH_MOVE_UP. Now we > > just have to wait for the next one :-) > > > > Abdel. Sorry Abdel, but ... In file included from /usr/src/lyx/lyx-devel/src/ParagraphList.h:17, f

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
I just fixed LFUN_PARAGRAPH_MOVE_DOWN LFUN_PARAGRAPH_MOVE_UP. Now we just have to wait for the next one :-) Abdel. Can you then also explain me why this is not using the same code as Text3.cpp:outline(OutlineUp). Vincent

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:09, rgheck wrote: On 08/09/2009 03:08 PM, Abdelrazak Younes wrote: On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs without ensuring that a decent buffer is set. Moreover, I think that we should do it only

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:33, Vincent van Ravesteijn wrote: Nothing. But updateLabels() do a whole lot more than just updating the labels. , which indicates that we have been misusing the updateLabels for a long time. So, I would rather start cleaning up this mess rather than hiding this by renaming

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
Nothing. But updateLabels() do a whole lot more than just updating the labels. , which indicates that we have been misusing the updateLabels for a long time. So, I would rather start cleaning up this mess rather than hiding this by renaming the function. Vincent

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:18, Vincent van Ravesteijn wrote: And the reason why you decided this? To repeat myself over and over again. What has setBuffer to do with labels that need to be updated ? Nothing. But updateLabels() do a whole lot more than just updating the labels. So to answer your ques

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
And the reason why you decided this? To repeat myself over and over again. What has setBuffer to do with labels that need to be updated ? Vincent

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Pavel Sanda
Richard Heck wrote: >> I see. Then someone needs the fix all cases where something is copied. >> > That was the intention. I guess we missed a few i think its the time for John to run his keylogger script on the new trunk again :) pavel

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:09, rgheck wrote: On 08/09/2009 03:08 PM, Abdelrazak Younes wrote: On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs without ensuring that a decent buffer is set. Moreover, I think that we should do it only

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:07, Vincent van Ravesteijn wrote: There was a large FIXME next to this call that this should be done in the pasteSelectionHelper, //FIXME: We should call setBuffer() on each inserted paragraph. // instead, we call setBuffer() for the main inset at the beginning // of update

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread rgheck
On 08/09/2009 03:08 PM, Abdelrazak Younes wrote: On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs without ensuring that a decent buffer is set. Moreover, I think that we should do it only at one place. That place would be so

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread rgheck
On 08/09/2009 03:00 PM, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 09/08/2009 20:48, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been remov

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 21:00, Vincent van Ravesteijn wrote: Basically we think it's a bit lazy to start moving around paragraphs without ensuring that a decent buffer is set. Moreover, I think that we should do it only at one place. That place would be somewhere in CutAndPaste. There is no other reason

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
There was a large FIXME next to this call that this should be done in the pasteSelectionHelper, //FIXME: We should call setBuffer() on each inserted paragraph. // instead, we call setBuffer() for the main inset at the beginning // of updateLabels() IIRC this was your FIXME ;-) We cam

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
Abdelrazak Younes schreef: On 09/08/2009 20:48, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been removed? Now we get crashes with a lot of LFUNs because of t

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 20:50, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: On 09/08/2009 20:48, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been removed?

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
Abdelrazak Younes schreef: On 09/08/2009 20:48, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been removed? Now we get crashes with a lot of LFUNs because of t

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 20:48, Vincent van Ravesteijn wrote: Abdelrazak Younes schreef: Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been removed? Now we get crashes with a lot of LFUNs because of the buffer absence. Try LFUN

Re: Lots of assertions because of missing setBuffer()

2009-08-09 Thread Vincent van Ravesteijn
Abdelrazak Younes schreef: Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been removed? Now we get crashes with a lot of LFUNs because of the buffer absence. Try LFUN_PARAGRAPH_MOVE_UP for example... Abdel. The rea

Lots of assertions because of missing setBuffer()

2009-08-09 Thread Abdelrazak Younes
Hi, There used to be a recursive call to setBuffer() at the top of Buffer::updateLabels(); is there a reason why this has been removed? Now we get crashes with a lot of LFUNs because of the buffer absence. Try LFUN_PARAGRAPH_MOVE_UP for example... Abdel.

Re: Emergency saves removal

2009-08-09 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > hi, > > > > i would like lyx allowing removal of emergency files. i don't agree with > > automatical removal as suggested in > > http://bugzilla.lyx.org/show_bug.cgi?id=2120 , > > so the following patch implements one more confirmation dialog in case >

Re: Trunk, last changes broke compilation

2009-08-09 Thread Abdelrazak Younes
Fixed now, sorry. On 09/08/2009 18:57, Kornel Benko wrote: Hi Abdel, ... In file included from /usr/src/lyx/lyx-devel/src/Paragraph.cpp:45: /usr/src/lyx/lyx-devel/src/Text.h: In constructor ‘lyx::Text::Text(lyx::InsetText*)’: /usr/src/lyx/lyx-devel/src/Text.h:355: warning: ‘lyx::Text::autoB

Trunk, last changes broke compilation

2009-08-09 Thread Kornel Benko
Hi Abdel, ... In file included from /usr/src/lyx/lyx-devel/src/Paragraph.cpp:45: /usr/src/lyx/lyx-devel/src/Text.h: In constructor ‘lyx::Text::Text(lyx::InsetText*)’: /usr/src/lyx/lyx-devel/src/Text.h:355: warning: ‘lyx::Text::autoBreakRows_’ will be initialized after /usr/src/lyx/lyx-devel/src/

Re: r30933 - lyx-devel/trunk/src/frontends/qt4

2009-08-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > Log: > > Fix #6120. Selection not set when switching to a different tab. > > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg153514.html > > Juergen? OK. Jürgen

Re: r30933 - lyx-devel/trunk/src/frontends/qt4

2009-08-09 Thread Pavel Sanda
sa...@lyx.org wrote: > Author: sanda > Date: Sun Aug 9 16:27:50 2009 > New Revision: 30933 > URL: http://www.lyx.org/trac/changeset/30933 > > Log: > Fix #6120. Selection not set when switching to a different tab. > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg153514.html Juergen? > >

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > You were just describing the master/child concept. Indeed. And that hidden buffers are crucial for this concept (not its current UI implementation, but the concept). Jürgen

Re: r30918 - lyx-devel/branches/BRANCH_1_6_X

2009-08-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > I forgot to say that I think that the current workaround should go to > > branch too for now since it doesn't hardcode a certain value: > > http://www.lyx.org/trac/changeset/30919 > > +1. Juergen? I already explained in the thread that I think we need another solution (if p

Re: [patch] Fix bug #6120: Selection not set when switching to a different tab

2009-08-09 Thread Pavel Sanda
Pavel Sanda wrote: > Abdelrazak Younes wrote: > >> i'm not sure view() is needed. > >> > > > > It's not, a WorkArea has mandatorily a BufferView. heh, but == NULL sometimes ;) > thanks, i'll commit improved version. > pavel

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Kornel Benko
Am Sonntag 09 August 2009 schrieb Pavel Sanda: > Abdelrazak Younes wrote: > >>> but then the > >>> hidden buffers will be closed automatically if the master is closed. > >> > >> but i dont see this. all hidden remain opened after closing master. > > > > If you don't see this, it's a bug. At least t

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

2009-08-09 Thread Kornel Benko
Am Sonntag 09 August 2009 schrieb Abdelrazak Younes: > On 08/08/2009 19:46, Kornel Benko wrote: > > But calling > > Tools->Spellchecker...->Find Next > > surprisingly moves to the next (identical) unknown word, (not next > > unknown as I would expect) > > Hum, the button you are looking for is "Ign

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Vincent van Ravesteijn
but i dont see this. all hidden remain opened after closing master. I see it too, so this is another bug. ok, but please note that this bug should be closed when we actually have fixed the problem which is - to rephrase - "using master with many childs cant be closed easily". cant rememeb

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

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 15:50, Abdelrazak Younes wrote: On 08/08/2009 19:46, Kornel Benko wrote: I allways get suggestions right-cliking on some misspelled word. Then I guess you were just using aspell as, up to 1 minute ago, hunspell suggestion was disabled :-) I see now that there is a problem with

Re: [patch] Fix bug #6120: Selection not set when switching to a different tab

2009-08-09 Thread Pavel Sanda
Abdelrazak Younes wrote: >> i'm not sure view() is needed. >> > > It's not, a WorkArea has mandatorily a BufferView. thanks, i'll commit improved version. pavel

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> but then the >>> hidden buffers will be closed automatically if the master is closed. >>> >> >> but i dont see this. all hidden remain opened after closing master. >> > > If you don't see this, it's a bug. At least that how I implemented it a few > years back

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Abdelrazak Younes
On 09/08/2009 15:52, Pavel Sanda wrote: Vincent van Ravesteijn wrote: As I stated in another bug, I really don't get the concept of working with hidden buffers. The only thing I can imagine is if you have master and childs, yes thats my usecase but then the hidden buffers will

Re: r30918 - lyx-devel/branches/BRANCH_1_6_X

2009-08-09 Thread Pavel Sanda
Uwe Stöhr wrote: > I forgot to say that I think that the current workaround should go to > branch too for now since it doesn't hardcode a certain value: > http://www.lyx.org/trac/changeset/30919 +1. Juergen? > > regards Uwe

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > As I stated in another bug, I really don't get the concept of working with > hidden buffers. > > The only thing I can imagine is if you have master and childs, yes thats my usecase >but then the > hidden buffers will be closed automatically if the master is close

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

2009-08-09 Thread Abdelrazak Younes
On 08/08/2009 19:46, Kornel Benko wrote: But calling Tools->Spellchecker...->Find Next surprisingly moves to the next (identical) unknown word, (not next unknown as I would expect) Hum, the button you are looking for is "Ignore". But I agree this ui is confusing... Maybe "Ignore" should be re

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Vincent van Ravesteijn
As I stated in another bug, I really don't get the concept of working with hidden buffers. My explanations did not help? No. You were just describing the master/child concept. Or is the "multi-part document" different from this ? Also if the master is hidden? (since my master ba

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > > As I stated in another bug, I really don't get the concept of working > > with hidden buffers. My explanations did not help? > > The only thing I can imagine is if you have master and childs, but > > then the hidden buffers will be closed automatically if the mas

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Vincent van Ravesteijn
Vincent van Ravesteijn schreef: Pavel Sanda schreef: v...@lyx.org wrote: Author: vfr Date: Fri Aug 7 01:17:16 2009 New Revision: 30882 URL: http://www.lyx.org/trac/changeset/30882 Log: Fix bug #740: Wish for added menu item: File->Close all. Vincent, all hidden buffer won't get close

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Vincent van Ravesteijn
Pavel Sanda schreef: v...@lyx.org wrote: Author: vfr Date: Fri Aug 7 01:17:16 2009 New Revision: 30882 URL: http://www.lyx.org/trac/changeset/30882 Log: Fix bug #740: Wish for added menu item: File->Close all. Vincent, all hidden buffer won't get closed ? the original report says the

Re: r30882 - in lyx-devel/trunk: lib/ui src src/frontends src/frontends/qt4

2009-08-09 Thread Pavel Sanda
v...@lyx.org wrote: > Author: vfr > Date: Fri Aug 7 01:17:16 2009 > New Revision: 30882 > URL: http://www.lyx.org/trac/changeset/30882 > > Log: > Fix bug #740: Wish for added menu item: File->Close all. Vincent, all hidden buffer won't get closed ? the original report says the usage (which is id

Re: #1786: Support for commutative diagrams

2009-08-09 Thread Pavel Sanda
Justin Noel wrote: > I do disagree, although I can't seem to change the status of the > ticket. The view in mathed is more confusing then doing it in ERT. > If you run through any example you will see that this workaround is > not really effective. it least please discuss the issue there. the vie

Re: Bugs / Trac

2009-08-09 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Pavel Sanda writes: > > have you killed those components already? (i see outliner add but no > > component deleted...) > > Hell froze over, I have killed some components. thanks pavel

Re: r30918 - lyx-devel/branches/BRANCH_1_6_X

2009-08-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > > What were they trying to do here ? They know about the problem then if > > they tinker with this ? > > > > Vincent > > http://qt.gitorious.org/+openbossa-developers/qt/openbossa-clone/commit/ffb >b3c1a2aee4134dce80cd144a26bf32865b698?diffmode=sidebyside This looks

Re: Add links from CitationDialog for file={ and url={?

2009-08-09 Thread John McCabe-Dansted
On Thu, Aug 6, 2009 at 8:23 PM, rgheck wrote: > On 08/04/2009 12:52 PM, John McCabe-Dansted wrote: >> >> I was thinking: if the LyX citation dialog: >> 1) had a link to >>   - the file specified in the file={:} bibtex entry >>   - the url specified in the url={} (or maybe doi) entry >>   - raw bibt