Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-29 Thread Abdelrazak Younes
On 29/09/2008 20:29, Andre Poenitz wrote: On Fri, Sep 26, 2008 at 11:31:53AM +0200, Abdelrazak Younes wrote: Index: TocModel.cpp === --- TocModel.cpp(revision 26565) +++ TocModel.cpp(working copy) @@ -45,9 +45,52

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-29 Thread Andre Poenitz
On Fri, Sep 26, 2008 at 11:31:53AM +0200, Abdelrazak Younes wrote: > Index: TocModel.cpp > === > --- TocModel.cpp (revision 26565) > +++ TocModel.cpp (working copy) > @@ -45,9 +45,52 @@ > } > > > +TocModel::TocModel(QObj

Re: [PATCH] Sort navigator list (was Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Pavel Sanda
Abdelrazak Younes wrote: > On 26/09/2008 12:14, Pavel Sanda wrote: >> Abdelrazak Younes wrote: >> >>> I implemented toc list sorting (attached). I am reasonably confident with >>> it but I can wait until after rc3. >>> >>> The patch removes the useless update button in the navigator pane and >>

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread José Matos
On Friday 26 September 2008 14:27:41 Uwe Stöhr wrote: > I only need to add a lyx2lyx routine for that change. I could do this this > evening and commit. It is not as if we were releasing 1.6.0 today. This can wait for rc3. :-) > regards Uwe -- José Abílio

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Uwe Stöhr
> Now that this patch is in what is missing? The TAB support for listings. The patch is reayd and well tested: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144272.html http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144175.html I only need to add a lyx2lyx routine for that chang

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Abdelrazak Younes
On 26/09/2008 13:57, Vincent van Ravesteijn - TNW wrote: On 26/09/2008 12:49, Pavel Sanda wrote: Abdelrazak Younes wrote: On 26/09/2008 12:35, Pavel Sanda wrote: please dont remove if possible. OK, I'll let it live a bit more. thank you. btw

Re: [PATCH] Sort navigator list (was Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread José Matos
On Friday 26 September 2008 12:00:05 Abdelrazak Younes wrote: > New patch attached. > > Abdel. Again for post rc3. -- José Abílio

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > To solve this I think we should add: > > LyXFunc.cpp: between 733-734 > if (lyx_view_) > lyx_view_->restartCursor() > > because the the call to restartCursor() in line 1636 is passed by for > disabled commands. yes, thanks. pavel

RE: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Vincent van Ravesteijn - TNW
>On 26/09/2008 12:49, Pavel Sanda wrote: >> Abdelrazak Younes wrote: >> >>> On 26/09/2008 12:35, Pavel Sanda wrote: >>> please dont remove if possible. >>> OK, I'll let it live a bit more. >>> >> >> thank you. btw do you have an idea why the cursor disappears

[PATCH] Sort navigator list (was Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Abdelrazak Younes
On 26/09/2008 12:14, Pavel Sanda wrote: Abdelrazak Younes wrote: I implemented toc list sorting (attached). I am reasonably confident with it but I can wait until after rc3. The patch removes the useless update button in the navigator pane and it was not useless. in fact particularl

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Abdelrazak Younes
On 26/09/2008 12:49, Pavel Sanda wrote: Abdelrazak Younes wrote: On 26/09/2008 12:35, Pavel Sanda wrote: please dont remove if possible. OK, I'll let it live a bit more. thank you. btw do you have an idea why the cursor disappears after tab in normal paragraph? I

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Pavel Sanda
Abdelrazak Younes wrote: > On 26/09/2008 12:35, Pavel Sanda wrote: >> please dont remove if possible. >> > > OK, I'll let it live a bit more. thank you. btw do you have an idea why the cursor disappears after tab in normal paragraph? pavel

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Abdelrazak Younes
On 26/09/2008 12:35, Pavel Sanda wrote: please dont remove if possible. OK, I'll let it live a bit more. Abdel.

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Pavel Sanda
Abdelrazak Younes wrote: >> it was not useless. in fact particularly with index there was needed from >> time >> to time. > > Then this is a bug. Such things should be detected automatically. you are right, but one has to be very careful about when exactly reset the contents. i took me many days

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Abdelrazak Younes
On 26/09/2008 12:14, Pavel Sanda wrote: Abdelrazak Younes wrote: I implemented toc list sorting (attached). I am reasonably confident with it but I can wait until after rc3. The patch removes the useless update button in the navigator pane and it was not useless. in fact particularl

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Pavel Sanda
Abdelrazak Younes wrote: > I implemented toc list sorting (attached). I am reasonably confident with > it but I can wait until after rc3. > > The patch removes the useless update button in the navigator pane and it was not useless. in fact particularly with index there was needed from time to ti

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-26 Thread Abdelrazak Younes
On 25/09/2008 19:22, José Matos wrote: On Thursday 25 September 2008 16:31:42 [EMAIL PROTECTED] wrote: Author: rgheck Date: Thu Sep 25 17:31:41 2008 New Revision: 26544 URL: http://www.lyx.org/trac/changeset/26544 Log: Well, we've agreed on this binding. We could still use one for complete,

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-25 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > -\bind "Tab""cell-forward" > +\bind "Tab""command-alternatives completion-accept;cell-forward" small glitch: in normal paragraph type tab. cursor disappears. pavel

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-25 Thread Enrico Forestieri
On Thu, Sep 25, 2008 at 06:22:06PM +0100, José Matos wrote: > Now that this patch is in what is missing? What about the patch for accented unicode characters in math? -- Enrico

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-25 Thread Pavel Sanda
Richard Heck wrote: >> Now that this patch is in what is missing? >> >> > Well, it would be nice to have a binding for LFUN_COMPLETION_COMPLETE, but > we still have the usual problem: Too many LFUNs, not enough keys. But there > is no urgent need, it seems to me: Having this binding makes comp

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-25 Thread rgheck
José Matos wrote: On Thursday 25 September 2008 16:31:42 [EMAIL PROTECTED] wrote: Author: rgheck Date: Thu Sep 25 17:31:41 2008 New Revision: 26544 URL: http://www.lyx.org/trac/changeset/26544 Log: Well, we've agreed on this binding. We could still use one for complete, but, Jose, this is en

Re: [Cvslog] r26544 - /lyx-devel/trunk/lib/bind/site.bind

2008-09-25 Thread José Matos
On Thursday 25 September 2008 16:31:42 [EMAIL PROTECTED] wrote: > Author: rgheck > Date: Thu Sep 25 17:31:41 2008 > New Revision: 26544 > > URL: http://www.lyx.org/trac/changeset/26544 > Log: > Well, we've agreed on this binding. We could still use one for complete, > but, Jose, this is enough for