Re: Float Counters

2002-11-18 Thread Ben Stanley
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

Float Counters

2002-11-18 Thread Ben Stanley
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

Re: lyx: some difficulties, maybe bugs in 1.2.1 vs. 1.1.6?

2002-11-18 Thread Christian Ridderström
> 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

Qt frontend .data bloat

2002-11-18 Thread John Levon
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

lyx: some difficulties, maybe bugs in 1.2.1 vs. 1.1.6?

2002-11-18 Thread "Jörg M. Sigle"
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%

Bugzilla.lyx.org

2002-11-18 Thread Michael A. Koziarski
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

Re: QValueList bloat

2002-11-18 Thread John Levon
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.

Re: lyx-devel src/frontends/qt2/: ChangeLog Makefile.am QPrefs.C Q ...

2002-11-18 Thread Juergen Spitzmueller
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

QValueList bloat

2002-11-18 Thread John Levon
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

Re: lyx-devel src/frontends/qt2/: ChangeLog QPrefsDialog.C

2002-11-18 Thread Juergen Spitzmueller
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

Re: lyx-devel src/frontends/qt2/: ChangeLog QPrefsDialog.C

2002-11-18 Thread John Levon
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

Re: crash while opening file from menu

2002-11-18 Thread John Levon
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

crash while opening file from menu

2002-11-18 Thread Dr. Richard E. Hawkins
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

Antigen intercepted VIRUS= HTML.MimeExploit.Klez (CA(Vet)) worm

2002-11-18 Thread Antigen
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.

Research

2002-11-18 Thread Nicole Anderson
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

Patch for scroll lookup in insettabular

2002-11-18 Thread Juergen Vigna
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

Re: Wish

2002-11-18 Thread John Levon
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

Re: Wish

2002-11-18 Thread Juergen Spitzmueller
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

Re: 1.3.0 release bugs

2002-11-18 Thread Andre Poenitz
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

Re: Wish

2002-11-18 Thread John Levon
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 >

Re: 1.3.0 release bugs

2002-11-18 Thread John Levon
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

Re: algorithm floats in 1.2.1

2002-11-18 Thread John Levon
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.

Re: 1.3.0 release bugs

2002-11-18 Thread John Levon
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

Wish

2002-11-18 Thread Pascal Francq
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

1.3.0 release bugs

2002-11-18 Thread Michael Schmitt
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

Re: algorithm floats in 1.2.1

2002-11-18 Thread Andre Poenitz
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_

Re: 1.3.0 release bugs

2002-11-18 Thread Juergen Vigna
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