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

2008-04-24 Thread Abdelrazak Younes
rgheck wrote: Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: >> Author: rgheck Date: Thu Apr 24 20:30:31 2008 New Revision: 24495 >> >> >> URL: http://www.lyx.org/trac/changeset/24495 Log: Fix part of bug >> 4775. We need to search here only when the user requests it, and >> not try to do

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

2008-04-24 Thread rgheck
Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: rgheck Date: Thu Apr 24 20:30:31 2008 New Revision: 24495 URL: http://www.lyx.org/trac/changeset/24495 Log: Fix part of bug 4775. We need to search here only when the user requests it, and not try to do "search as you go". This is too sl

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

2008-04-24 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: rgheck Date: Thu Apr 24 20:30:31 2008 New Revision: 24495 URL: http://www.lyx.org/trac/changeset/24495 Log: Fix part of bug 4775. We need to search here only when the user requests it, and not try to do "search as you go". This is too slow, even on fast machines,

Re: HELP! [Some progress made]

2008-04-24 Thread rgheck
rgheck wrote: rgheck wrote: I'm still fighting linking errors in this code, but I've made some progress, at least in localizing the problem. The patch that causes the errors is attached. The thing I just don't understand is this (more in the patch): +// This one causes linking errors:

Re: pixmap cache

2008-04-24 Thread Abdelrazak Younes
Andre Poenitz wrote: On Thu, Apr 24, 2008 at 09:22:02AM +0200, Abdelrazak Younes wrote: Andre Poenitz wrote: Is there a way to disable the pixmap cache or at least to clean it on shutdown? I smell a privacy problem here... You mean that other Qt apps running at the same time

Re: HELP! [Some progress made]

2008-04-24 Thread Andre Poenitz
On Thu, Apr 24, 2008 at 10:58:55AM -0400, rgheck wrote: > > I'm still fighting linking errors in this code, but I've made some > progress, at least in localizing the problem. The patch that causes the > errors is attached. The thing I just don't understand is this (more in the > patch): > > +

[PATCH] Bug 4775: BibTeX Caching

2008-04-24 Thread rgheck
We don't presently cache BibTeX data. This leads to noticeable delays when opening the citation dialog if the bib file is at all large, even on very fast machines. Comments appreciated. rh Index: src/insets/InsetBibitem.cpp ===

Re: pixmap cache

2008-04-24 Thread Andre Poenitz
On Thu, Apr 24, 2008 at 09:22:02AM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: >> Is there a way to disable the pixmap cache or at least to clean it >> on shutdown? >> I smell a privacy problem here... >> > You mean that other Qt apps running at the same time could access it? > We ca

Re: HELP! [Some progress made]

2008-04-24 Thread rgheck
rgheck wrote: I'm still fighting linking errors in this code, but I've made some progress, at least in localizing the problem. The patch that causes the errors is attached. The thing I just don't understand is this (more in the patch): +// This one causes linking errors: +// BiblioI

Re: [Cvslog] r24475 - in /lyx-devel/trunk/src/insets: Inset.h InsetBra...

2008-04-24 Thread rgheck
Jean-Marc Lasgouttes wrote: Richard Heck <[EMAIL PROTECTED]> writes: I believe this may fix a bug that had to do with the numbering of sections included in inactive branches. I.e.: LyX numbers the subsequent sections as if they were active. (Of course, the output is correct.) If not, that ou

HELP! [Some progress made]

2008-04-24 Thread rgheck
I'm still fighting linking errors in this code, but I've made some progress, at least in localizing the problem. The patch that causes the errors is attached. The thing I just don't understand is this (more in the patch): +// This one causes linking errors: +// BiblioInfo const & key

Re: LyX Installer

2008-04-24 Thread Joost Verburg
Uwe Stöhr wrote: What do you mean. When you set the option to install LyX for all users, a global file association for .lyx is set. When a user logs in, why should he change this? But anyway, when he wants to do this, he can do this via the folder options of the Windows file explorer as for all

[PATCH] fix normalizePath (was Re: lyx 1.5.4 - make check Fail!.)

2008-04-24 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Hello. This is actually a known problem, but it should be harmless. Here is nevertheless a patch. Two parts: - in normalizePath, I do not use fs::path::normalize, which does not seem to do anything useful. Instead, I use a pair of regexes that

Re: lyx 1.5.4 - make check Fail!.

2008-04-24 Thread Enrique J. Madrid M.
thank you by reply enrique j. madrid m. Tecnología y Desarrollo. Soluciones Info Móviles S.A.C Avda. javier prado oeste 203 piso 13, lima 27 Telfs: + 51 (1) 211-0608, RPM #620193 - Original Message From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> To: Enrique J. Madrid M. <[EMAIL PR

Re: lyx 1.5.4 - make check Fail!.

2008-04-24 Thread Jean-Marc Lasgouttes
"Enrique J. Madrid M." <[EMAIL PROTECTED]> writes: > When I run the "make check" command, I get the message bellow: > > ... > PASS: test_convert > FAIL: test_filetools > PASS: test_lstrings > > 1 of 3 tests failed > Please report to lyx-devel@lists.lyx.

lyx 1.5.4 - make check Fail!.

2008-04-24 Thread Enrique J. Madrid M.
Hi, When I run the "make check" command, I get the message bellow: ... PASS: test_convert FAIL: test_filetools PASS: test_lstrings 1 of 3 tests failed Please report to lyx-devel@lists.lyx.org enrique j

Re: [PATCH] Add arrowfills and brace fills to the hspace dialog

2008-04-24 Thread Juergen Spitzmueller
Uwe Stöhr wrote: > Jürgen, could you review the patch as you have recently worked on the > InsetSpace stuff? patch looks OK (apart from missing lyx2lyx and context menu stuff; and the new combo entries look a bit weird -- I wonder if we could't use images instead of this "ASCII art"). Jürgen

Re: LyX Installer

2008-04-24 Thread Uwe Stöhr
> Your installer does not always take user specific settings into account (file associations etc.). What do you mean. When you set the option to install LyX for all users, a global file association for .lyx is set. When a user logs in, why should he change this? But anyway, when he wants to do

Re: [PATCH] Add arrowfills and brace fills to the hspace dialog

2008-04-24 Thread Uwe Stöhr
> Here is a patch that adds arrow fills and brace fills to the hspace dialog. Looks good so far. Jürgen, could you review the patch as you have recently worked on the InsetSpace stuff? thanks and regards Uwe

segfault lyx[svn]

2008-04-24 Thread Neal Becker
(gdb) where #0 0x00383c058dea in __gnu_debug::_Safe_iterator_base::_M_detach () from /usr/lib64/libstdc++.so.6 #1 0x00383c058e86 in __gnu_debug::_Safe_iterator_base::_M_attach () from /usr/lib64/libstdc++.so.6 #2 0x00383c059003 in __gnu_debug::_Safe_sequence_base::_M_detach_all () fr

Re: [PATCH] caption dialog with initial support for contcaption

2008-04-24 Thread Enrico Forestieri
On Wed, Apr 23, 2008 at 05:18:17PM +0200, Abdelrazak Younes wrote: > Hello, > > I worked a bit more on this. Please find attached my latest version > together with a screenshot. What's missing: > 1) File format (+ lyx2lyx?) change to store the caption position and the > continued status > 2) Lat

Re: [PATCH] Add arrowfills and brace fills to the hspace dialog

2008-04-24 Thread Jean-Marc Lasgouttes
Helge Hafting <[EMAIL PROTECTED]> writes: > I thought they were part of tex/latex itself, so everybody have them? > I don't need any \usepackage, the macros works with a plain article. You are right, I should have checked by myself. JMarc

Re: [PATCH] Add arrowfills and brace fills to the hspace dialog

2008-04-24 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: Here is a patch that adds arrow fills and brace fills to the hspace dialog. \leftarrowfill, \rightarrowfill, \upbracefill, \downbracefill I have tested that these fills appear in the combobox, in the main window, and of co

Re: (1.6) amsart section labeled 0.1

2008-04-24 Thread Jean-Marc Lasgouttes
Neal Becker <[EMAIL PROTECTED]> writes: > Trying out 1.6rev24004. > > I am using amsart. Starts with a "Section". In lyx display, it is > labeled "0.1". pdflatex output is OK though. Fixed at r24484. JMarc

Re: DocIterator

2008-04-24 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: >> > Arguably the forwardInset() calls should be part of the Next Node >> > implementation. >> >> ?? > > I mean: drop the first forwardInset() call from the findInset() > implementation and instead call it manually before calling findInset(). I see. Note

Re: [PATCH] Add arrowfills and brace fills to the hspace dialog

2008-04-24 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I am surprised you do not need some ::validate() stuff in there. >> Where are these macros defined? > > They are core commands. You don't need a special package for them. > (Surprizingly for me that such commands exist in the core and I > never have seen th

Re: pixmap cache

2008-04-24 Thread Abdelrazak Younes
Andre Poenitz wrote: Is there a way to disable the pixmap cache or at least to clean it on shutdown? I smell a privacy problem here... You mean that other Qt apps running at the same time could access it? We can of course clear it up on shutdown in the GuiApplication dtor. Abdel.

Re: [PATCH] caption dialog with initial support for contcaption

2008-04-24 Thread Abdelrazak Younes
Andre Poenitz wrote: On Wed, Apr 23, 2008 at 05:18:17PM +0200, Abdelrazak Younes wrote: Index: src/frontends/qt4/GuiCaption.cpp === --- src/frontends/qt4/GuiCaption.cpp(revision 0) +++ src/frontends/qt4/GuiCaption.cpp(rev