On Tue, 2002-11-19 at 17:01, Ben Stanley wrote:
> 4) Translating the float type (figure, algorithm, program, etc) into the
> display name ("Figure", "Algorithm", "Program", etc, with localisation).
> I suppose this is a .layout issue, to be dealt with by LyXTextClass?
It seems that the code alread
Hi,
I'm thinking about implementing float counters while I grope around
inside LyX. (Was also thinking about equation numbers, but I'll do one
thing at a time.)
I looked in InsetCaption, where the float counter is drawn
(insets/insetcaption.C:87). There are some comments there describing a
way of
> a.) I did like the old display of ERTs much better. I like to use the
> latex commands inline because for me, looking up a latex command is much
> faster than trying the same for lyx (so far), and I made a stationery
> using these. With the new display, editing these is more time consuming,
> and
It looks like it's almost entirely the dialog's vtables, if you compare
objdump -t lyx --demangle | grep \\.data | sort +4n
grep Q.*virtual table forms 51Kb of .data
So there's not anything we can do about that.
That still leaves 66Kb more .text, don't really know exactly where thats
from.
bt
Hi!
The FAQ says I should report possible bugs here, so I do. I will subscribe
to this list later but not this week, so if you have any answers, it would
be very kind of you to copy me in.
First, I want to say that I like lyx a lot. It returned me to being
creative producing content for about 95%
Hey guys,
The server that hosts bugzilla.lyx.org will be a little flaky today
while some routine maintenance takes place.
I've taken backups of the mysql database so even the worst case scenario
isn't that bad. However I'd advise you all to keep a copy of any
e-mails you receive over the next
On Mon, Nov 18, 2002 at 08:49:32PM +, John Levon wrote:
> Qt people: is anything planned to fix this ? Last I checked modern
Bleh, I need to wake up. Obviously, it's a template
regards
john
--
Khendon's Law: If the same point is made twice by the same person,
the thread is over.
Dekel Tsur wrote:
> > > A small correction: the QT frontend should work with QT family names,
> > > namely "Times [adobe]" instead of "adobe-times".
> >
> > Hmm, such names work with .setFamily() too ?
>
> Only these names work with setFamily()
Are you sure this is working with qt < 3.0?
From the
We have recently ported our application (www.lyx.org) to Qt (from
xforms) and were rather disappointed to find the final binary size on
UNIX to be much larger for Qt frontend. So I did some investigating.
I do not know how prevalent this is, but at least qvaluelist.h has FAR
too much code in its
John Levon wrote:
> I suppose it's not possible for Qt font name to contain a "-" ?
Note that the font family specification has changed between QT2 and QT3.
In QT2, the format "foundry-family" was used, and QT3 introduced the new
format "family [foundry]" (but the hyphenated one is still possi
On Sun, Nov 17, 2002 at 09:33:44PM +0200, Dekel Tsur wrote:
> > All we need now is to somehow get sane defaults (currently all three
> > default to the first font in the families list ...)
>
> Here is a patch for this (not very pretty).
> Comments ?
Hmm, does this patch get it right if we have t
On Mon, Nov 18, 2002 at 12:39:37PM -0500, Dr. Richard E. Hawkins wrote:
> I tried to open the second file on the menu (which I had just closed).
I assume it's not reproducible with this file ?
john
I tried to open the second file on the menu (which I had just closed).
The pulldown appeared, and lyx bombed.
THis is developer cvs as of Oct. 10.
hawk
]
[3]
lyx in free(): warning: chunk is already free
lyx in free(): warning: chunk is already free
lyx in free(): warning: chunk is already fre
The Radio Network's antivirus software found Unknown infected
with VIRUS= HTML.MimeExploit.Klez (CA(Vet)) worm.
The file has been Purged. The message, "Cellspacing", was
sent from lyx-devel
This message was automatically generated.
I am with the Grant Alliance. The Grant Alliance offers many exciting programs for
individuals, businesses and organizations who need research performed to locate grant
funding. Our programs are designed to fit your organizational needs. Visit our
advertising website to learn about our end
This patch should fix the lookup when a tabular cannot scroll to the
right location. This might have the effect that we're not always displaying
what we really want (but this is to be demonstarted), but surely that
is better then having a endless loop inside LyX.
Jürgen
P.S.: This shoul
On Mon, Nov 18, 2002 at 02:18:22PM +0100, Juergen Spitzmueller wrote:
> Why? When working on a text, sometimes I want to read only the main text,
> sometimes I want to read the footnotes too. Having this two options easily
> accessable is part of logical document processing IMO, since these are
John Levon wrote:
> Yes, it's possible, but first we should fix any bugs that corrupt the
> open/close state (spellchecker, for example) /then/ see if people
> /really/ still want such a feature (why ?)
I can tell you already now that I will really still want this even if all bugs
are fixed.
Why
On Mon, Nov 18, 2002 at 12:53:34PM +, John Levon wrote:
> > I don't think this is easy to fix. We would have to redo the
> > whole page-up/down scroll routine to not scroll on lyx-rows but
> > on real screen heigth.
>
> Well, do we ? Surelly all we need is the cursor placement routine to
> ope
On Mon, Nov 18, 2002 at 10:21:57AM +0100, Pascal Francq wrote:
> In an old version of LyX, there was menu entries which enable to open or close
> all the floats (or all those of a given type) directly. This was very
> interesting, because sometimes after a command all the floats are open, for
>
On Mon, Nov 18, 2002 at 09:33:03AM +0100, Michael Schmitt wrote:
> - "Search" as well as "replace all" sometimes miss some places (in
> particular in tabulars
> and insets) (see also #576).
if it's "also" can you provide simple testcases (I know you're good at
that).
> - When a search str
On Mon, Nov 18, 2002 at 09:41:19AM +0100, Andre Poenitz wrote:
> PS: Keep in mind that your access to beer next June might depend on it...
retract retract !!
john
--
Khendon's Law: If the same point is made twice by the same person,
the thread is over.
On Mon, Nov 18, 2002 at 09:06:11AM +0100, Juergen Vigna wrote:
> >infinite loop trying to search
> >http://bugzilla.lyx.org/show_bug.cgi?id=615
> >page down for large tables broken
> >http://bugzilla.lyx.org/show_bug.cgi?id=618
> >
> > - need guru help
>
> I don't think this is easy to fix. W
Hi,
In an old version of LyX, there was menu entries which enable to open or close
all the floats (or all those of a given type) directly. This was very
interesting, because sometimes after a command all the floats are open, for
example when the corrector is launched. I do not found these comman
Hi John,
two more bugs (at least in 1.2.2cvs):
- "Search" as well as "replace all" sometimes miss some places (in
particular in tabulars
and insets) (see also #576).
- When a search string is found in a math formula, sometimes the
screen is not updated correctly
(formula is outside sc
On Sun, Nov 17, 2002 at 11:01:25AM +, John Levon wrote:
> > On Wed, Nov 13, 2002 at 08:08:45PM +, John Levon wrote:
> > > + LyXText * t(users->getLyXText());
> >
> > Could you _please_ use
> >
> > LyXText * t = users->getLyXText();
> >
> > here?
> >
> > I personally find this _much_
John Levon wrote:
If there are bugs that should be on this list but aren't, tell me.
infinite loop trying to search
http://bugzilla.lyx.org/show_bug.cgi?id=615
page down for large tables broken
http://bugzilla.lyx.org/show_bug.cgi?id=618
- need guru help
I don't think this is easy to fix. We
27 matches
Mail list logo