Re: trunk not compilable after boost update

2008-09-30 Thread Peter Kümmel
Uwe Stöhr wrote: Uwe Stöhr schrieb: > D:\LyXSVN\lyx-devel\src\boost.cpp(31) : error C2039: 'diagnostic_information' : > is not a member of 'std::exception' > C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\exception(95) : see > declaration of 'std::exception' > sco

Re: trunk not compilable after boost update

2008-09-30 Thread Uwe Stöhr
Uwe Stöhr schrieb: > D:\LyXSVN\lyx-devel\src\boost.cpp(31) : error C2039: 'diagnostic_information' : > is not a member of 'std::exception' > C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\exception(95) : see > declaration of 'std::exception' > scons: *** [release\s

Re: Braille module

2008-09-30 Thread Uwe Stöhr
1. commentaries '# turn off dots' wrong (copy&paste repetition bug) 2. i guess that Style Braille_(mirror_off) should contain dashed version of LeftMargin and LabelString. You are in both cases right, thanks for fixing this. regards Uwe

Re: LyX not finding installed .sty files

2008-09-30 Thread Nigel Ross
Hi, I think I have located the problem. I was downloading the .sty files to the MiKTex2.7 directory, but LyX was looking in the MiKTeX2.6 directory. Even though MiKTeX2.7 was installed at the same time as LyX. I changed where LyX was looking for the files and it is now working. Cheers,

trunk not compilable after boost update

2008-09-30 Thread Uwe Stöhr
> D:\LyXSVN\lyx-devel\src\boost.cpp(31) : error C2039: 'diagnostic_information' : > is not a member of 'std::exception' > C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\exception(95) : see > declaration of 'std::exception' > scons: *** [release\src\boost.obj] Error 2 Uwe

Re: rc4 and later

2008-09-30 Thread Uwe Stöhr
>> When no Qt functions are used we have to switch between "/" and "\" manually: > > What about this patch? It doesn't fix the bug. I don't understand why this bug appears only in trunk and not in branch. And I also don't understand why this bug disappears as soon as I pressed OK in the prefere

[announce] preview test release of LyX 1.6.0rc3 for Windows

2008-09-30 Thread Uwe Stöhr
Hello LyX testers, I uploaded an installer for the third release candidate of the upcoming LyX version 1.6.0 for Windows. NOTE: LyX 1.6rc3 is not a stable release! That means it is stable enough for testing, but expect inconsistencies and regressions. This preview release is build for interest

Re: [Cvslog] r26647 - in /lyx-devel/trunk: development/FORMAT lib/lyx2...

2008-09-30 Thread Pavel Sanda
Uwe Stöhr wrote: > that you will do the lfun handling when the patch is applied. interesting interpretation of 'lfuns will be sorted later.' :) but ok, i'll do that. pavel

Re: boost update

2008-09-30 Thread Pavel Sanda
Enrico Forestieri wrote: > > But maybe using the boost exception class is not intended here. > > When we update I will check it. > > Note that with http://www.lyx.org/trac/changeset/26478 I get an > error on Solaris. I have to revert it to be able to compile. on linux too. pavel

Re: [Cvslog] r26647 - in /lyx-devel/trunk: development/FORMAT lib/lyx2...

2008-09-30 Thread Uwe Stöhr
>> + case LFUN_CELL_FORWARD: >> + case LFUN_CELL_BACKWARD: > > lfuns issue remain unaddressed/unapplied. either introduce correct lfun naming > or at least properly change doxygen documentation of these. Well, in you said in http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg144175.ht

Re: rc4 and later

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 19:36, Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: * http://bugzilla.lyx.org/show_bug.cgi?id=5028 Crash in split view Can wait for 1.6.x * http://bugzilla.lyx.org/show_bug.cgi?id=5046 shift select makes lyx assert when cursor follow scrollbar Can wait for 1.6.x * htt

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
leuven edwin wrote: > Abdel wrote: > > I am not very keen on adding this check box > > if i understand things correctly this checkbox is supposed to hide the > symptom without solving the underlying problem. am i right? no these are two different workflow modes how to use outliner. > > but if t

Re: [patch] Fix bug 5297

2008-09-30 Thread Jean-Marc Lasgouttes
Ok. So, for now I will apply patch #3, then we will see. Good. JMarc

RE: Outline more persistent

2008-09-30 Thread leuven edwin
Abdel wrote: > I am not very keen on adding this check box if i understand things correctly this checkbox is supposed to hide the symptom without solving the underlying problem. am i right? > but if this is the only solution to keep each type of user happy, why not... because it leads to ui-blo

Re: boost update

2008-09-30 Thread Enrico Forestieri
On Mon, Sep 22, 2008 at 05:43:16PM +0200, Peter Kümmel wrote: > Pavel Sanda wrote: > > Peter Kümmel wrote: > >> In a branch I've updated to boost 1.36: > >> > >> http://www.lyx.org/trac/log/lyx-devel/branches/personal/kuemmel/boost_1_36 > >> > >> Shouldn't we also update trunk? I know we are in the

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> So, the checkbox you are proposing will govern the call to >>> setTreeDetph()? >>> >> >> strictly speaking i would like to have ui switch between those two modes >> distinguished here: >> http://www.lyx.org/trac/changeset/26637 >> > > OK, that was my understa

Re: boost update

2008-09-30 Thread Stefan Schimanski
/Users/sts/Quellen/mac/lyx-scope-dynmacro/src/boost.cpp: In function 'void boost::throw_exception(const std::exception&)': /Users/sts/Quellen/mac/lyx-scope-dynmacro/src/boost.cpp:31: error: 'const class std::exception' has no member named 'diagnostic_information' Stefan Am 30.09.2008 um 20

Re: [Cvslog] r26647 - in /lyx-devel/trunk: development/FORMAT lib/lyx2...

2008-09-30 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Author: uwestoehr > Date: Tue Sep 30 20:00:02 2008 > New Revision: 26647 > > URL: http://www.lyx.org/trac/changeset/26647 > Log: > add support for TABs in Listings, fileformat change, fixes > http://bugzilla.lyx.org/show_bug.cgi?id=3629 , patch by Vincent, lyx2lyx and

Re: rc4 and later

2008-09-30 Thread Peter Kümmel
Abdelrazak Younes wrote: On 30/09/2008 21:24, Peter Kümmel wrote: Peter Kümmel wrote: Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4693 Exporting files doesn't create the files in the correct folder I can't solve this one because I cannot reproduce it and Uwe can't debug

Re: LyX 1.6.0 (release candidate 3) is released

2008-09-30 Thread Joost Verburg
José Matos wrote: You can download LyX 1.6.0rc3 here (the .bz2 are compressed with bzip2, which yields smaller files): ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0rc3.tar.gz ftp://ftp.devel.lyx.org/pub/lyx/devel/lyx-1.6.0rc3.tar.bz2 Some files in these directories are not in

Re: [Bug 5252] LyX can't handle files with multi-byte chars in path

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 21:11, Andre Poenitz wrote: On Tue, Sep 30, 2008 at 07:50:59AM +0800, hzluo wrote: I'd like to see a somewhat more verbose explanation than 'does not work sometimes' before introducing a platform specific monstrosity like that into LyX sources. Is this related or unrelated?

Re: rc4 and later

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 21:24, Peter Kümmel wrote: Peter Kümmel wrote: Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4693 Exporting files doesn't create the files in the correct folder I can't solve this one because I cannot reproduce it and Uwe can't debug in WinXP64 apparently. We

Re: [patch] Fix bug 5297

2008-09-30 Thread Enrico Forestieri
On Tue, Sep 30, 2008 at 07:34:39PM +0200, Jean-Marc Lasgouttes wrote: > Le 30 sept. 08 à 08:43, Enrico Forestieri a écrit : > > > After the introduction of InsetInfo, chkconfig.ltx does not generate > > chkconfig.sed anymore. However, when chkconfig.ltx checks for the EC > > fonts, it still adds t

Re: rc4 and later

2008-09-30 Thread Peter Kümmel
Peter Kümmel wrote: Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4693 Exporting files doesn't create the files in the correct folder I can't solve this one because I cannot reproduce it and Uwe can't debug in WinXP64 apparently. We need someone able to step by step debug

Re: rc4 and later

2008-09-30 Thread Peter Kümmel
Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4693 Exporting files doesn't create the files in the correct folder I can't solve this one because I cannot reproduce it and Uwe can't debug in WinXP64 apparently. We need someone able to step by step debug this problem under Wi

Re: [Bug 5252] LyX can't handle files with multi-byte chars in path

2008-09-30 Thread Andre Poenitz
On Tue, Sep 30, 2008 at 07:50:59AM +0800, hzluo wrote: >> >> >> I'd like to see a somewhat more verbose explanation than 'does not work >> sometimes' before introducing a platform specific monstrosity like that >> into LyX sources. >> >> >> Is this related or unrelated? > > This patch just expired.

Re: Outline more persistent

2008-09-30 Thread Andre Poenitz
On Tue, Sep 30, 2008 at 12:11:52AM +0200, Pavel Sanda wrote: > Richard Heck wrote: > >>> i tend for 3. solution but would like to hear your opinions. > >>> > >> I prefer 2, kind off. This can be done completely in the frontend using > >> simple string comparison techniques and session manageme

Re: boost update

2008-09-30 Thread Peter Kümmel
José Matos wrote: I would prefer after rc3. We are putting too much in the same plate. OK, I've commited the update. -- Peter Kümmel

Re: rc4 and later

2008-09-30 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > * http://bugzilla.lyx.org/show_bug.cgi?id=5028 > Crash in split view > > Can wait for 1.6.x > > * http://bugzilla.lyx.org/show_bug.cgi?id=5046 > shift select makes lyx assert when cursor follow scrollbar > > Can wait for 1.6.x > > * http://bugzilla.lyx.org/show_bug.cgi?id

Re: [patch] Fix bug 5297

2008-09-30 Thread Jean-Marc Lasgouttes
Le 30 sept. 08 à 08:43, Enrico Forestieri a écrit : After the introduction of InsetInfo, chkconfig.ltx does not generate chkconfig.sed anymore. However, when chkconfig.ltx checks for the EC fonts, it still adds the result by using the \AddVariable macro that now creates chkconfig.vars only. This

Re: [patch] Fix bug 5297

2008-09-30 Thread Enrico Forestieri
On Tue, Sep 30, 2008 at 11:10:11AM -0500, Bo Peng wrote: > > package and fonts are now dynamically detected. Why these two cannot > be handled correctly by InsetInfo? They can be handled correctly provided that they appear in packages.lst. The bug is due to the fact that chkconfig.ltx is not writ

Re: [Cvslog] r26646 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2008-09-30 Thread rgheck
Abdelrazak Younes wrote: On 30/09/2008 18:46, José Matos wrote: On Tuesday 30 September 2008 17:39:16 rgheck wrote: Well, I've never been entirely clear what exactly counted as a format change, but this doesn't seem to be one to me. You're allowing user control of the display of these insets

Re: [Cvslog] r26646 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 18:46, José Matos wrote: On Tuesday 30 September 2008 17:39:16 rgheck wrote: Well, I've never been entirely clear what exactly counted as a format change, but this doesn't seem to be one to me. You're allowing user control of the display of these insets, but there's no issue ab

Re: rc4 and later

2008-09-30 Thread Abdelrazak Younes
On 29/09/2008 19:57, José Matos wrote: Hi, I am going to rename the tar balls placed in my area as rc3 (that is svn revision 26576). I will tag the release tomorrow morning (GMT time). Now that rc3 is going to be out I would like to ask what is missing before releasing a proper 1.6.0? Surel

Re: [Cvslog] r26646 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2008-09-30 Thread rgheck
José Matos wrote: On Tuesday 30 September 2008 17:39:16 rgheck wrote: Well, I've never been entirely clear what exactly counted as a format change, but this doesn't seem to be one to me. You're allowing user control of the display of these insets, but there's no issue about the actual format

Re: [Cvslog] r26646 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2008-09-30 Thread José Matos
On Tuesday 30 September 2008 17:39:16 rgheck wrote: > Well, I've never been entirely clear what exactly counted as a format > change, but this doesn't seem to be one to me. You're allowing user > control of the display of these insets, but there's no issue about the > actual format of anything chan

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 16:01, Pavel Sanda wrote: Abdelrazak Younes wrote: Yes, well, that's a compromise... i think this should be governed by some additional checkbox, but as you don't like it maybe the context menu is the solution? So, the checkbox you are proposing will govern th

Re: [Cvslog] r26646 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2008-09-30 Thread rgheck
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: URL: http://www.lyx.org/trac/changeset/26646 Log: Cleanup and layoutification of the InsetInfo class. * InsetInfo.cpp (InsetInfo): derive from InsetCollapsable instead of InsetText, so that we can use InsetLayout. Should be reverted wh

Re: [patch] Fix bug 5297

2008-09-30 Thread Bo Peng
On Tue, Sep 30, 2008 at 1:43 AM, Enrico Forestieri <[EMAIL PROTECTED]> wrote: > Please, see http://bugzilla.lyx.org/show_bug.cgi?id=5297 for background info. > > Before the introduction of InsetInfo, the LaTeXConfig.lyx file was being > generated from the template LaTeXConfig.lyx.in by replacing st

Re: [Cvslog] r26646 - in /lyx-devel/trunk: lib/layouts/stdinsets.inc s...

2008-09-30 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > URL: http://www.lyx.org/trac/changeset/26646 > Log: > Cleanup and layoutification of the InsetInfo class. > > * InsetInfo.cpp (InsetInfo): derive from InsetCollapsable instead of > InsetText, so that we can use InsetLayout. Should be reverted when the >

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > 4.2 version and save it again? I daren't change this thing since I do not understand what it does, but all I can say is that the hor/vert sizes of the list in designer appear as

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: > Yes, well, that's a compromise... > >> i think this should be governed by some additional checkbox, but as you >> don't >> like it maybe the context menu is the solution? >> > > So, the checkbox you are proposing will govern the call to setTreeDetph()? strictly spea

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 15:45, Jean-Marc Lasgouttes wrote: Abdelrazak Younes<[EMAIL PROTECTED]> writes: I do not know when this started, but I notice that the list in the outline is now ridiculously small (which was not the case in 1.5). See screenshot. Ouch... the size is correct here on Wi

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> I do not know when this started, but I notice that the list in the >> outline is now ridiculously small (which was not the case in 1.5). See >> screenshot. > > Ouch... the size is correct here on Windows. This is qt 4.2.3 BTW JMarc

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 15:11, Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: URL: http://www.lyx.org/trac/changeset/26639 Log: Add a "List of Changes" in the Navigator. The list is updated only when the document structure is reset or when the update button is clicked. Some work is needed to

LyX 1.6.0 (release candidate 3) is released

2008-09-30 Thread José Matos
Public release of LyX version 1.6.0 (release candidate 3) = We are pleased to announce the third release candidate of LyX 1.6.0. LyX 1.6.0 will be the culmination of 14 months of hard work since the release of the LyX 1.5 series. We sincerel

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 14:24, Pavel Sanda wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: OK I can reproduce a slowdown in debug mode when the slide is set to the maximum. moving with cursor in maximum slider position is a typical case when this happens. in fact the m

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 14:28, Pavel Sanda wrote: Abdelrazak Younes wrote: I just checked and there is only one reset of TocModels. I guess you are talking about the individual TocModel reset? Of course, there is as much reset as there are models. which triggers one more question - is it neede

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 14:05, Pavel Sanda wrote: + change_list.insert(it, TocItem(dit, 1, str)); + } + } my gcc doesnt like this. make[4]: Entering directory `/mnt/teral/lyx/devel/src' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: > I just checked and there is only one reset of TocModels. I guess you are > talking about the individual TocModel reset? Of course, there is as much > reset as there are models. which triggers one more question - is it needed to rebuild all individual tocmodel when onl

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> Abdelrazak Younes wrote: OK I can reproduce a slowdown in debug mode when the slide is set to the maximum. >>> >>> moving with cursor in maximum slider position is a typical case when this >>> happens. in fact the maximum slider is for me just the consequence

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-09-30 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Author: younes > Date: Tue Sep 30 13:06:34 2008 > New Revision: 26639 > > URL: http://www.lyx.org/trac/changeset/26639 > Log: > Add a "List of Changes" in the Navigator. The list is updated only when the > document structure is reset or when the update button is clicked

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 11:40, Jean-Marc Lasgouttes wrote: Abdelrazak Younes<[EMAIL PROTECTED]> writes: The list is presented as follow: Deletion (author1) Insertion (author2) Insertion (author1) Insertion (author2) It would be nice to think about a more compact represe

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 11:01, Abdelrazak Younes wrote: On 30/09/2008 10:54, Pavel Sanda wrote: Abdelrazak Younes wrote: OK I can reproduce a slowdown in debug mode when the slide is set to the maximum. moving with cursor in maximum slider position is a typical case when this happens. in fact the max

RE: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Vincent van Ravesteijn - TNW
>Abdelrazak Younes <[EMAIL PROTECTED]> writes: >>> The list is presented as follow: >>> >>> Deletion (author1) >>> Insertion (author2) >>> Insertion (author1) >>> Insertion (author2) > >It would be nice to think about a more compact representation, maybe with >an icon (plus o

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 11:44, Vincent van Ravesteijn - TNW wrote: Abdelrazak Younes<[EMAIL PROTECTED]> writes: The list is presented as follow: Deletion (author1) Insertion (author2) Insertion (author1) Insertion (author2) It would be nice to think about a mor

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 11:40, Jean-Marc Lasgouttes wrote: Abdelrazak Younes<[EMAIL PROTECTED]> writes: The list is presented as follow: Deletion (author1) Insertion (author2) Insertion (author1) Insertion (author2) It would be nice to think about a more compact represe

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> The list is presented as follow: >> >> Deletion (author1) >> Insertion (author2) >> Insertion (author1) >> Insertion (author2) It would be nice to think about a more compact representation, maybe with an icon (plus or minus) or a

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 10:05, leuven edwin wrote: since you insist ;-) i would prefer this: + author1 Deletion: Insertion: + author2 Insertion: Deletion: ... But then we won't have the synchronous navigation, don't know if this is important to have though..

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 10:25, Vincent van Ravesteijn - TNW wrote: This small patch adds a much desired feature without any sensible performance penalty: List of changes in the Navigator pane. Great idea. Or we could also put the author first in order to make use of the sort che

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 10:54, Pavel Sanda wrote: Abdelrazak Younes wrote: OK I can reproduce a slowdown in debug mode when the slide is set to the maximum. moving with cursor in maximum slider position is a typical case when this happens. in fact the maximum slider is for me just the conseque

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: > OK I can reproduce a slowdown in debug mode when the slide is set to the > maximum. moving with cursor in maximum slider position is a typical case when this happens. in fact the maximum slider is for me just the consequence of not having persistency... > One simple so

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: > I just checked and there is only one reset of TocModels. I guess you are > talking about the individual TocModel reset? Of course, there is as much > reset as there are models. ah yes, i put the breakpoint in the wrong place then ;) pavel

Re: Outline more persistent

2008-09-30 Thread Pavel Sanda
Abdelrazak Younes wrote: > There is no sensible delay under Windows, are you sure stdlib-debug is > disabled? > >> - the code would be bigger than just freezng version >> > > But a freezing checkbox is an additional control that encumber the dialog. > I am definitely against that. hum. but i

RE: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Vincent van Ravesteijn - TNW
> This small patch adds a much desired feature without any sensible > performance penalty: List of changes in the Navigator pane. > Great idea. > Or we could also put the author first in order to make use of the sort > check box: > author1 - Deletion: > author2 - Insertion: > author1

RE: [Patch] List of Changes in Navigator pane

2008-09-30 Thread leuven edwin
since you insist ;-) i would prefer this: > + author1 >Deletion: >Insertion: > + author2 >Insertion: >Deletion: > ... >

Re: [Patch] List of Changes in Navigator pane

2008-09-30 Thread Abdelrazak Younes
On 29/09/2008 10:02, Abdelrazak Younes wrote: Hello, This small patch adds a much desired feature without any sensible performance penalty: List of changes in the Navigator pane. The list is presented as follow: Deletion (author1) Insertion (author2) Insertion (author1) Insert

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 00:11, Pavel Sanda wrote: Richard Heck wrote: i tend for 3. solution but would like to hear your opinions. I prefer 2, kind off. This can be done completely in the frontend using simple string comparison techniques and session management. Each time a toc reset is re

Re: Outline more persistent

2008-09-30 Thread Abdelrazak Younes
On 30/09/2008 08:47, Abdelrazak Younes wrote: On 30/09/2008 00:11, Pavel Sanda wrote: even now is editation and movement with outliner significantly slower. There is no sensible delay under Windows, are you sure stdlib-debug is disabled? Even in full debug mode, typing in a section of t