Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Bennett Helm wrote: On Thu, Jun 19, 2008 at 4:49 PM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Bennett Helm wrote: Nope: it still crashes on window close. Here's the new backtrace. Better now? Yes. I'm not sure I see a clear pattern to what is happening. The prob

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 4:49 PM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > >> Nope: it still crashes on window close. Here's the new backtrace. >> > > Better now? Yes. I'm not sure I see a clear pattern to what is happening. The problem with Document > Outline being

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Bennett Helm wrote: Nope: it still crashes on window close. Here's the new backtrace. Better now? Abdel.

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 1:31 PM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote > >> 2. The first time a document is opened, it has too much visible: TOC, > source, and the standard, extra, and view update toolbars. Wouldn't it > be > better to use document defaults

Re: lyx crashes

2008-06-19 Thread rgheck
william pearce wrote: Hi -- I've been trying to get lyx up and running but it is unusably unstable. It crashes-- sometimes when trying to open the introduction or the tutorial in HELP; it crashes always when trying to open a template. invoking it with --version yields: lyx --version LyX 1.5.3

lyx crashes

2008-06-19 Thread william pearce
Hi -- I've been trying to get lyx up and running but it is unusably unstable. It crashes-- sometimes when trying to open the introduction or the tutorial in HELP; it crashes always when trying to open a template. invoking it with --version yields: lyx --version LyX 1.5.3 (Mon, Dec 17, 2007) Buil

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Bennett Helm wrote 2. The first time a document is opened, it has too much visible: TOC, source, and the standard, extra, and view update toolbars. Wouldn't it be better to use document defaults for opening new windows? This should be fixed now. OK -- a more serious blemish. I just u

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 12:11 PM, Bennett Helm <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 12:04 PM, Abdelrazak Younes <[EMAIL PROTECTED]> > wrote: > >>OK, I polished a few things there. It is very hard to get all the >>> >> use cases right so please do some testing and report bac

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 12:04 PM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: >OK, I polished a few things there. It is very hard to get all the >> >use cases right so please do some testing and report back. The >>good news is that I've uniformised the behaviour for all platforms. >>

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Bennett Helm wrote: On Thu, Jun 19, 2008 at 11:43 AM, Abdelrazak Younes <[EMAIL PROTECTED] > wrote: Bennett Helm wrote: On Thu, Jun 19, 2008 at 10:04 AM, Abdelrazak Younes <[EMAIL PROTECTED]

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 11:43 AM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > >> On Thu, Jun 19, 2008 at 10:04 AM, Abdelrazak Younes <[EMAIL >> PROTECTED]> [EMAIL PROTECTED]>> wrote: >> >> >>You mean "close the window showing file1.lyx" right? This trick >>won't w

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Bennett Helm wrote: On Thu, Jun 19, 2008 at 10:04 AM, Abdelrazak Younes <[EMAIL PROTECTED] > wrote: You mean "close the window showing file1.lyx" right? This trick won't work if you only close the file. Yes -- on Mac, closing the last document in a window au

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 10:04 AM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > >> On Thu, Jun 19, 2008 at 7:30 AM, Abdelrazak Younes <[EMAIL PROTECTED]> >> wrote: >> >> >> >>> Abdelrazak Younes wrote: >>> >>> >>> The session entry is indexed with the window id. This id

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Bennett Helm wrote: On Thu, Jun 19, 2008 at 7:30 AM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: Abdelrazak Younes wrote: The session entry is indexed with the window id. This id is simply an integer which is simply incremented each time you open a window. Now, if the preference is s

Re: [PATCH2] Re: LFUN for global change of note-insets type

2008-06-19 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: >> Do not use inset::dispach, but lyx::dispatch. > > this is typo or you mean it? lyx::dispatch is not in header and looks like > only some helper function. No, this is the main entry point. It is declared in LyXFunc.h, but implemented in LyX.cpp. JMarc

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Bennett Helm
On Thu, Jun 19, 2008 at 7:30 AM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Abdelrazak Younes wrote: > >> The session entry is indexed with the window id. This id is simply an >> integer which is simply incremented each time you open a window. Now, if the >> preference is set to have one windo

Re: Dock status tied to documents rather than windows?

2008-06-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: The session entry is indexed with the window id. This id is simply an integer which is simply incremented each time you open a window. Now, if the preference is set to have one window per document, I could use the filename instead. This solution would not be bullet proo