Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-22 Thread christian . ridderstrom
On Sun, 22 Oct 2006, Abdelrazak Younes wrote: Here's a draft description (I'm making wild guesses though...) The function 'window-new' makes LyX open a new separate window that is empty. From within this new window you can then open a second document and view the content

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-22 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Could I get a description of what the LFUN_WINDOW_NEW does plese? + { LFUN_WINDOW_NEW, "window-new", NoBuffer }, From the name I assume it allows you to open a separate lyx window. Yes. I'm guessing it'll be empty to begin with, Yes. but I'd like s

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-22 Thread christian . ridderstrom
Could I get a description of what the LFUN_WINDOW_NEW does plese? + { LFUN_WINDOW_NEW, "window-new", NoBuffer }, >From the name I assume it allows you to open a separate lyx window. I'm guessing it'll be empty to begin with, but I'd like some more details. For instance, how come t

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Michael Gerz
Abdel, this code slipped in (accidentally?): Index: src/coordcache.h === --- src/coordcache.h(Revision 15439) +++ src/coordcache.h(Arbeitskopie) @@ -45,11 +45,6 @@ data_.clear(); } - bool const e

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | the patch... | > | | Abdelrazak Younes wrote: | > | > Hello, | > | > I am sure I implement that in the right way. Please someone who | > |

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Michael Gerz wrote: Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Michael Gerz wrote: | > Abdelrazak Younes wrote: | > | >> the patch... | >> | >> Abdelrazak Younes wrote: | >> | >>> Hello, | >>> | >>> I am sure I implement that in the right way. Please someone who

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Michael Gerz
Lars Gullik Bjønnes wrote: Because "View" is about the current window. At least other apps create new windows from the file menu. (be it emacs or firefox) Ok, I understand. Michael

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | >| Michael Gerz wrote: | >| > Abdelrazak Younes wrote: | >| > | >| >> the patch... | >| >> | >| >> Abdelrazak Younes wrote: | >| >> | >| >>> Hello, | >| >>> | >| >>> I am

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Michael Gerz
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Michael Gerz wrote: | > Abdelrazak Younes wrote: | > | >> the patch... | >> | >> Abdelrazak Younes wrote: | >> | >>> Hello, | >>> | >>> I am sure I implement that in the right way. Please someone who | >>> knows about LF

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Michael Gerz wrote: | > Abdelrazak Younes wrote: | > | >> the patch... | >> | >> Abdelrazak Younes wrote: | >> | >>> Hello, | >>> | >>> I am sure I implement that in the right way. Please someone who | >>> knows about LFUNs, review the patch. | >>> |

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes wrote: the patch... Abdelrazak Younes wrote: Hello, I am sure I implement that in the right way. Please someone who knows about LFUNs, review the patch. Abdel. How about a nice entry in ./lib/ui/stdmenues.ui ? In which menu? I really think we ne

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | the patch... | > | | Abdelrazak Younes wrote: | > | > Hello, | > | > I am sure I implement that in the right way. Please someone who | > | > knows about LFUNs, review

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | the patch... | | Abdelrazak Younes wrote: | > Hello, | > I am sure I implement that in the right way. Please someone who | > knows about LFUNs, review the patch. | > Abdel. | > | | Index: frontends/Application.h | ===

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Abdelrazak Younes wrote: the patch... An updated patch without my local changes... It seems to work fine but the default windows size is a bit small... Abdel. Index: frontends/Application.h === --- frontends/Application.h

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Michael Gerz
Lars Gullik Bjønnes wrote: Why the default arguments? Default arguments often feels/looks nice, but they are a burden. I agree. Default arguments can cause serious problems - just refer to some of my prior CT-related emails. Michael

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, I am sure I implement that in the right way. Please someone who knows ^^ I am _not_ sure... about LFUNs, review the patch. Abdel.

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | the patch... | | Abdelrazak Younes wrote: | > Hello, | > I am sure I implement that in the right way. Please someone who | > knows about LFUNs, review the patch. | > Abdel. | > | | Index: frontends/Application.h | ==

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Michael Gerz
Lars Gullik Bjønnes wrote: Patch, as is look ok, albeit a bit short. Abdel, can't you make it a bit longer ? :-) ;-) Michael

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Michael Gerz
Abdelrazak Younes wrote: the patch... Abdelrazak Younes wrote: Hello, I am sure I implement that in the right way. Please someone who knows about LFUNs, review the patch. Abdel. How about a nice entry in ./lib/ui/stdmenues.ui ? Michael

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Hello, | | I am sure I implement that in the right way. Please someone who knows | about LFUNs, review the patch. Patch, as is look ok, albeit a bit short. -- Lgb

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
the patch... Abdelrazak Younes wrote: Hello, I am sure I implement that in the right way. Please someone who knows about LFUNs, review the patch. Abdel. Index: frontends/Application.h === --- frontends/Application.h (rev

Re: [PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Asger Ottar Alstrup
Abdelrazak Younes wrote: I am sure I implement that in the right way. Please someone who knows about LFUNs, review the patch. You forgot the patch. Regards, Asger

[PATCH] new LFUN_WINDOW_NEW

2006-10-21 Thread Abdelrazak Younes
Hello, I am sure I implement that in the right way. Please someone who knows about LFUNs, review the patch. Abdel.