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
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
[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,
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:
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
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):
>
> +
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
===
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
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
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
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
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
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
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
"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.
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
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
> 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
> 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
(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
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
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
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
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
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
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
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.
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
28 matches
Mail list logo