Re: Attn André: painful mathed editing with previews active

2002-07-24 Thread Andre Poenitz
On Tue, Jul 23, 2002 at 01:59:43PM +0100, Angus Leeming wrote: > It seems to work, but Is It Right? If it works, put it in. Andre' > ps. Hope the talk went well. Well. Not really. It was rather average _for me_ and that puts it solidly in the lower third... I decided to show some very recen

Re: Is there a better way?

2002-07-24 Thread Andre Poenitz
On Mon, Jul 22, 2002 at 04:23:40PM +0200, Lars Gullik Bjønnes wrote: > | Does it hurt? It saves a few cycles... > > And if you run LyX for a _very_ long time? How much cruft will you > then have laying around on your disk? Actually, in my first implementation the "cruft" served as a kind of disk

Re: mathed - some more bugs ??

2002-07-24 Thread Andre Poenitz
On Mon, Jul 22, 2002 at 01:34:34PM +0200, Herbert Voss wrote: > - open mathbox > - enter \parbox > -> it's now not possible to enter a width, you can hit >the spacebar or the "{"-key, it's still set to 0mm. Hm yes. \parbox is pre-alpha. Just consider it non-functional. Depending on the 1.3.0

Re: A more elegant way of defining a loop?

2002-07-24 Thread Andre Poenitz
On Mon, Jul 22, 2002 at 11:40:47AM +0200, Lars Gullik Bjønnes wrote: > But it is hard to find the right steps to be able to do it with baby > steps. I know. There was this RowSt thing in mathed, too. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do

Re: cvs command

2002-07-24 Thread Andre Poenitz
On Sat, Jul 20, 2002 at 04:11:03PM +0100, John Levon wrote: > > >cvs remove -f *.html > > Coo, neither is it. I wonder how I found out ... >From the info page: As a convenience you can remove the file and `cvs remove' it in one step, by specifying the `-f' option. For example, the above exa

Re: cvs command

2002-07-24 Thread Andre Poenitz
On Sat, Jul 20, 2002 at 12:49:55PM +0200, Jean-Marc Lasgouttes wrote: > >how can I remove all files in a cvs dir? > >cvs remove *.html f.ex. doesn't work > > You must remove them physically first > [...] > files=`ls *.html` > rm $files > cvs rm $files Or force it: cvs rm -f *.html Andre' -

Menu policy: grey out item, which subitems are all grey

2002-07-24 Thread R. Lahaye
Hi, Recently the new menu policy shows all entries, but greys out those who are not appropriate. However, if there's an item with subitems, then it would be nice if the item gets greyed out when all subitems are greyed. For example, when no document is open, "Edit - Paste external selection -

Menu stuff answer - bzzzt

2002-07-24 Thread John Levon
always-update is /obscenely/ slow. Furthermore, it seems it is impossible to safely delete items from the menus: Qt bug I believe. I'm REALLY pissed off with Qt right now. Here's the patch if you want to try it. We need to figure out a better scheme, I'm afraid. And even then things might be fu

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread R. Lahaye
Jean-Marc Lasgouttes writes: > > Are there many people out there who like to > mark their floats as narrow/wide although they are in a one-column > document (probably because the doc will become two-columns later)? YES, YES. For example when writing papers for journals. The first submission for

Re: Menubackend change

2002-07-24 Thread John Levon
On Thu, Jul 25, 2002 at 12:41:09AM +0200, Jean-Marc Lasgouttes wrote: > Did you actually try to see whether a full menu redo is a problem? No, and I should (this is the 2nd time this week I have been caught optimising prematurely ...) > due to that (and the code can be optimized). I am worried

Re: Menubackend change

2002-07-24 Thread Jean-Marc Lasgouttes
John Levon wrote: >>The main difference now is that expand only has to get called _once_ >>and that it physically (and recursively) builds the whole menu tree. > It gets called once ... > ... but it gets called for each item in the menubar. Eh ?? OK, this should have been "gets called once fo

Re: tabular woes

2002-07-24 Thread Edwin Leuven
On Wednesday 24 July 2002 09:42 pm, you wrote: > > It does seem excessive. > > The same happens if I click to select a cell, and then move the mouse > (holding the button) *within* the cell. There seems to be constant > redrawing even though there is no reason for this! I think there should be > o

Re: tabular woes

2002-07-24 Thread Edwin Leuven
> It does seem excessive. The same happens if I click to select a cell, and then move the mouse (holding the button) *within* the cell. There seems to be constant redrawing even though there is no reason for this! I think there should be only a redraw when the pointer leaves the cell (and then

Re: tabular woes

2002-07-24 Thread John Levon
On Wed, Jul 24, 2002 at 08:49:41PM +0200, Edwin Leuven wrote: > Thanks John! Don't know what you did but it helps with the cursor flickering. We were firing off motion events when we didn't actually move ... dunno why xforms generates them to be honest. > Are these normal numbers (I mean the 19

Re: Qt: make: don't know how to make QAboutDialogBase.C. Stop

2002-07-24 Thread John Levon
On Tue, Jul 23, 2002 at 04:59:31PM +0900, R. Lahaye wrote: > With Qt front-end, the make ends with: > > Making all in qt2 > Making all in ui > Making all in . > make: don't know how to make QAboutDialogBase.C. Stop Well, this is very odd, it should have been made from the .ui file. > --with-

Re: tabular woes

2002-07-24 Thread Edwin Leuven
Thanks John! Don't know what you did but it helps with the cursor flickering. I am still wondering about the following. If I select all cells in a 5x5 table with the mouse I still get (after applying your patch) f.e.: 0.00 0.17 0.00 199282 0.00 0.00 LyXTabular::column_of

Re: [PATCH 2] Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Dekel Tsur
> Dekel, I have had a look at your patch for #394. IMHO better than a "default > checkbox would be a "default"-button which sets the placement checkboxes to > the default values (more informative to the user). Also the default placement > should be initially set for new floats. But I don't know h

Re: Menubackend change

2002-07-24 Thread John Levon
On Wed, Jul 24, 2002 at 11:34:09AM +0200, Jean-Marc Lasgouttes wrote: > It is not very complicated actually. Hmm > The main difference now is that expand only has to get called _once_ > and that it physically (and recursively) builds the whole menu tree. It gets called once ... > Basically,

[PATCH 2] Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller
Dekel Tsur wrote: > The harm is that users who don't know latex will be confused by the > outcome. I suggest that selecting wide float should disable the "here" and > "bottom" buttons, but add an "expert mode" button (either in the float > dialog, on in the preferences dialog) that will allow enab

Re: bullets - latest cvs

2002-07-24 Thread John Levon
On Thu, Jul 11, 2002 at 06:18:05PM +1000, Allan Rae wrote: > It seems that for some reason we no longer search in the library > path/s for the file if the absolute location doesn't exist. Or some > similar deviation from 1.2.1cvs. Angus' changes to the build has removed the patch files. I guess

Re: tabular woes

2002-07-24 Thread John Levon
On Wed, Jul 24, 2002 at 07:34:20PM +0200, Edwin Leuven wrote: > what I do is the following > 1. start lyx > 2. insert 5x5 table > 3a. click left mouse button and keep it pressed for ca 5 secs Try the below. Same goes for 1.2.x john Index: XWorkArea.C ==

tabular woes

2002-07-24 Thread Edwin Leuven
I compiled lyx with -pg in order to do some profiling what I do is the following 1. start lyx 2. insert 5x5 table 3a. click left mouse button and keep it pressed for ca 5 secs 3b. do the same for ca 25 secs I only keep the mouse button pressed. I don't move the mouse. I don't touch the keyboard

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Dekel Tsur
On Wed, Jul 24, 2002 at 06:37:11PM +0200, J?rgen Spitzm?ller wrote: > Jean-Marc Lasgouttes wrote: > > Juergen> What about "span all columns" because that is what they > > Juergen> actually are for. > > > > Does this mean that it should be disabled when in one-column mode? > > This is limiting from

Re: QParagraph horror

2002-07-24 Thread John Levon
On Wed, Jul 24, 2002 at 08:06:16AM +0100, Angus Leeming wrote: > cxx: Error: ../../../../devel/src/frontends/qt2/QParagraph.C, line 63: #135 > class "QParagraphDialog" has no member "unitAbove" > dialog_->unitAbove->insertItem(it->c_str()); Your compiler is smoking crac

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: >> Did you take a look at http://bugzilla.lyx.org/show_bug.cgi?id=394 >> It would be nice to apply in some form the patch which is there. I >> planned at some time to add it to 1.2.x, but I never did it (I >> remember there was so

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> IMHO the minipage placement is unrelated (and different) to Jürgen> that. You are right, of course. JMarc

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Juergen> What about "span all columns" because that is what they > Juergen> actually are for. > > Does this mean that it should be disabled when in one-column mode? > This is limiting from latex point of view, but it seems better in > terms of intuitiveness. Are there

Re: Fwd: Prepending filename and line number to a match?

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 5:22 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Let's sit back and see what happens... > > I guess they will say that our regexp for finding these Item is ugly. > And they will be right. It should be more like >

Re: Fwd: Prepending filename and line number to a match?

2002-07-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Let's sit back and see what happens... I guess they will say that our regexp for finding these Item is ugly. And they will be right. It should be more like s/.*[iI][tT][eE][mM][ ]*\("[^"]*"\).*/msgid \1/p;d although the

Fwd: Prepending filename and line number to a match?

2002-07-24 Thread Angus Leeming
Let's sit back and see what happens... -- Forwarded Message -- Subject: Prepending filename and line number to a match? Date: Wed, 24 Jul 2002 16:49:25 +0100 From: Angus Leeming <[EMAIL PROTECTED]> To: Sed Users <[EMAIL PROTECTED] > I have (many) text files in which I want to

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: >> What about "span whole width" or something similar which looks >> english? Juergen> What about "span all columns" because that is what they Juergen> actually are for. Does this mean that it should be disabled when in one-co

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I am not sure that "Wide Float" is the best description of the > checkbox. Firstly "Wide float" would be better, but anyway I am not > sure everybody will understand what it does. Agreed. Personally I didn't get this for a long time. > What about "span whole width"

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Angus Leeming wrote: >> #include "BufferView.h" Juergen> Perfect. Thanks. Updated patch attached. I applied the patch and remove the extra (wide) entries in the Insert>Float menu. We should maybe have shortcuts there..

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Angus Leeming wrote: >> #include "BufferView.h" Juergen> Perfect. Thanks. Updated patch attached. Excellent. I'll apply it. JMarc

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller
Am Mittwoch, 24. Juli 2002 16:38 schrieb Jean-Marc Lasgouttes: > Juergen> Questions: - I've read in a german float-doc (from Axel > Juergen> Reichert) that the [h]-option is not allowed with *-floats. > Juergen> Can someone confirm this? If so, we should take this into > Juergen> account. > > How

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller
Angus Leeming wrote: > #include "BufferView.h" Perfect. Thanks. Updated patch attached. Juergen Index: src/frontends/controllers/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving revision

Re: What is ext_l10n.h ?

2002-07-24 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 24 July 2002 10:39 am, Jean-Marc Lasgouttes wrote: >> I asked already and will ask again: could a sed wizard out there >> change this script so that it adds filenames and line numbers for >> each of the entries of ext_

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Questions: - I've read in a german float-doc (from Axel Juergen> Reichert) that the [h]-option is not allowed with *-floats. Juergen> Can someone confirm this? If so, we should take this into Juergen> account. How was

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 3:41 pm, Juergen Spitzmueller wrote: > Angus Leeming wrote: > ControlFloat.C: In method `void ControlFloat::applyParamsToInset()': > ControlFloat.C:30: invalid use of undefined type `class BufferView' > ../../../src/lyxgluelength.h:23: forward declaration of `class Buffer

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller
Angus Leeming wrote: > You mean the label to the button in the LyX view? Yes. > Try > > void ControlFloat::applyParamsToInset() > { > inset()->placement(params().placement); > + inset()->wide(params().wide); > + lv_.view()->updateInset(inset(), true); > } ControlFloat.C: In meth

Re: Fwd: [PATCH] wide float toggle

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 3:10 pm, Juergen Spitzmueller wrote: > Please check the controller stuff. This is new land to me... > > There's one problem and a few questions left, though: > > The problem: > After changing the type from wide to normal or vice versa, the inset button > (label) gets not

Fwd: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller
Please check the controller stuff. This is new land to me... There's one problem and a few questions left, though: The problem: After changing the type from wide to normal or vice versa, the inset button (label) gets not updated immediately. I guess an update call is needed. Can someone have a l

Re: Old lyx compile quest.

2002-07-24 Thread José Abílio Oliveira Matos
On Wednesday 24 July 2002 14:28, Lars Gullik Bjønnes wrote: > | 1361inset->Latex(fs, -1); > | 1362h += fs.tellp() - 1; I know that 1L work for this case, but what is the right fix (ie. compiler independent) static_cast(1) or static_cast(1)? I want to make a patch fo

Re: Old lyx compile quest.

2002-07-24 Thread José Abílio Oliveira Matos
On Wednesday 24 July 2002 14:28, Lars Gullik Bjønnes wrote: > | Lars? :-) > > Does it make any difference if you use 1L instead of just 1 in the > lines with the warnings above? Yes, it does. 1.1.4 complete now. I will try now 1.1.5* Thanks, -- José Abílio

Re: Old lyx compile quest.

2002-07-24 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Wednesday 24 July 2002 12:52, Lars Gullik Bjønnes wrote: > >> It seems that the fix was to rename the advance to lyx_advance, that >> is what is in vspace.C now. > | That made the trick. > | Next for 1.1.4 and 1.1.5* I have this prob

Re: Old lyx compile quest.

2002-07-24 Thread José Abílio Oliveira Matos
On Wednesday 24 July 2002 12:52, Lars Gullik Bjønnes wrote: > It seems that the fix was to rename the advance to lyx_advance, that > is what is in vspace.C now. That made the trick. Next for 1.1.4 and 1.1.5* I have this problem: buffer.C: In member function `void Buffer::writeFileAscii(cons

Re: mathed: underbrace missing

2002-07-24 Thread David Kastrup
Angus Leeming <[EMAIL PROTECTED]> writes: > On Wednesday 24 July 2002 1:55 pm, Axel Heinrici wrote: > > Hello > > > > I am using lyx to write my physics diploma thesis. I am very > > convinced to use lyx instead of native latex. Especially I like > > mathed. But in physics underbraces are very co

Re: mathed: underbrace missing

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 1:55 pm, Axel Heinrici wrote: > Hello > > I am using lyx to write my physics diploma thesis. I am very > convinced to use lyx instead of native latex. Especially I like > mathed. But in physics underbraces are very common. And these are > not availible in mathed. > I thin

Re: compilation error with Menubar_pimpl.C : gcc-3.1, (qt-3.0.5)

2002-07-24 Thread Jean-Marc Lasgouttes
> "geof" == geof <[EMAIL PROTECTED]> writes: geof> Changing menubackend_.getMenu(menu.submenu()).expand(md, 0); to geof> menubackend_.getMenu(menu.submenu().name()).expand(md, 0); solve geof> this error, but there is an other one : I made some changes in this area and John has yet to adapt

mathed: underbrace missing

2002-07-24 Thread Axel Heinrici
Hello I am using lyx to write my physics diploma thesis. I am very convinced to use lyx instead of native latex. Especially I like mathed. But in physics underbraces are very common. And these are not availible in mathed. I think many physicists would like this feature. keep on developing thi

compilation error with Menubar_pimpl.C : gcc-3.1, (qt-3.0.5)

2002-07-24 Thread geof
/usr/local/gcc-3.1/bin/c++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../ ../src/frontends/ -I../../../images -I./qt2 -I/usr/local/qt/include -I../../../boost -I../ ../../src/frontends/controllers -isystem /usr/X11R6/include -DQT_CLEAN_NAMESPACE -DQT_GENU INE_STR -O0 -W -Wall -

Re: Old lyx compile quest.

2002-07-24 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Wednesday 24 July 2002 11:59, Lars Gullik Bjønnes wrote: >> José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: >> | So if define MODERN_STL_STREAM and include iostream that file compiles >> | cleanly. > | As I supected after the

Re: Old lyx compile quest.

2002-07-24 Thread José Abílio Oliveira Matos
On Wednesday 24 July 2002 11:59, Lars Gullik Bjønnes wrote: > José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: > | So if define MODERN_STL_STREAM and include iostream that file compiles > | cleanly. As I supected after the last message the problem regarding the test for modern stl stre

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Could you take another quick look and tell us what the problem is? Actually, I can't remember. I'm on it and will probably send a patch later this day. Seems pretty clear now, surprisingly :-) Jürgen

Re: Old lyx compile quest.

2002-07-24 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | So if define MODERN_STL_STREAM and include iostream that file compiles | cleanly. > | It remains the problem in vspace... Show me again please. -- Lgb

Re: Old lyx compile quest.

2002-07-24 Thread José Abílio Oliveira Matos
On Wednesday 24 July 2002 11:14, Lars Gullik Bjønnes wrote: > José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: > | The problem comes when I try to compile the 1.1 series, I have problems > | with 1.1.2, 1.1.4, 1.1.5* > | > | I attach the log that I get with errors. Since this happens

Re: Old lyx compile quest.

2002-07-24 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | The problem comes when I try to compile the 1.1 series, I have problems with | 1.1.2, 1.1.4, 1.1.5* > | I attach the log that I get with errors. Since this happens in DebugStream do | you have any clue Lars? > | Should I

Old lyx compile quest.

2002-07-24 Thread José Abílio Oliveira Matos
Hi all, I have upgraded my gcc3 to 3.0.4 and trying to compile all the older versions of lyx prior to 1.0.0. Until the moment I have succeed compiling all the 1.0.x series, with one small change (that I have reported yesterday). I configure like this: CC=gcc3 CXX=g++3 .

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Lars Gullik Bjønnes wrote: >> I thought there were a wide-float toggle already? I distinctly >> rememver handling that in the Floating and InsetFloat code. Juergen> Hmm, I had a go some months ago and found it not so ob

Re: What is ext_l10n.h ?

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 10:39 am, Jean-Marc Lasgouttes wrote: > I asked already and will ask again: could a sed wizard out there > change this script so that it adds filenames and line numbers for each > of the entries of ext_l10n.h? I'm a little busy at the moment, but if you could create a sm

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Lars Gullik Bjønnes wrote: >> I thought there were a wide-float toggle already? I distinctly >> rememver handling that in the Floating and InsetFloat code. Juergen> Hmm, I had a go some months ago and found it not so ob

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > I thought there were a wide-float toggle already? > I distinctly rememver handling that in the Floating and InsetFloat > code. Hmm, I had a go some months ago and found it not so obvious (that's why I gave up). But I think Herbert has done a lot in this area. Jürgen

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> "R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, >> Lars> | Would it make sense to add a wide-float entry to the | Lars> Float-Options dialog? Possibly the wide-float entries | from the Lars> Insert-Floats menulist can go. Lars>

Re: What is ext_l10n.h ?

2002-07-24 Thread Jean-Marc Lasgouttes
> "adrien" == adrien rebollo <[EMAIL PROTECTED]> writes: adrien> Hello, Could somebody explain me what is that awful file adrien> ext_l10n.h ? adrien> A good part of the strings in the po files emanate from this adrien> one, it must be some sort of melting-pot... It is indeed. The code to c

Re: Menubackend change

2002-07-24 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> JMarc I'm totally confused by your last changes, and I don't John> know how to fix Qt for them. John> Can you help a poor soul It is not very complicated actually. What has changed - Menu::expand is now MenuBackend::expand - MenuIte

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, > | Would it make sense to add a wide-float entry to the | Float-Options dialog? Possibly the wide-float entries | from the Insert-Floats menulist can go. Yes, the wide entries in the menu is there for backwards compability only. I thought there wer

Re: Add a wide-toggle to Float Options dialog.

2002-07-24 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Would it make sense to add a wide-float entry to the Float-Options R> dialog? Possibly the wide-float entries from the Insert-Floats R> menulist can go. R> This would allow us to change the wide-attribute of existing R> floats, instead of the

Add a wide-toggle to Float Options dialog.

2002-07-24 Thread R. Lahaye
Hi, Would it make sense to add a wide-float entry to the Float-Options dialog? Possibly the wide-float entries from the Insert-Floats menulist can go. This would allow us to change the wide-attribute of existing floats, instead of the necessity to create a new one from scratch when wanting to t

Re: bug in preview.sty

2002-07-24 Thread David Kastrup
Angus Leeming <[EMAIL PROTECTED]> writes: > On Wednesday 24 July 2002 9:39 am, Herbert Voss wrote: > > this seems to be a bug in preview.sty. > > the relevant latex code is > > > > \begin{eqnarray} > > y & = & d\label{eq:2}\\ > > y & = & cx+d\\ > > y & = & bx^{2}+cx+d\\ > > y & = & ax^{3}+bx^{2}+

Re: bug in preview.sty

2002-07-24 Thread David Kastrup
Herbert Voss <[EMAIL PROTECTED]> writes: > this seems to be a bug in preview.sty. > the relevant latex code is > > \begin{eqnarray} > y & = & d\label{eq:2}\\ > y & = & cx+d\\ > y & = & bx^{2}+cx+d\\ > y & = & ax^{3}+bx^{2}+cx+d\label{eq:5} > \end{eqnarray} It's not a bug, it is a feature (of co

Re: bug in preview.sty

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 9:39 am, Herbert Voss wrote: > this seems to be a bug in preview.sty. > the relevant latex code is > > \begin{eqnarray} > y & = & d\label{eq:2}\\ > y & = & cx+d\\ > y & = & bx^{2}+cx+d\\ > y & = & ax^{3}+bx^{2}+cx+d\label{eq:5} > \end{eqnarray} Try upgrading to the cvs v

bug in preview.sty

2002-07-24 Thread Herbert Voss
this seems to be a bug in preview.sty. the relevant latex code is \begin{eqnarray} y & = & d\label{eq:2}\\ y & = & cx+d\\ y & = & bx^{2}+cx+d\\ y & = & ax^{3}+bx^{2}+cx+d\label{eq:5} \end{eqnarray} HErbert -- http://www.lyx.org/help/

Re: error compiling qt frontend

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 7:25 am, Lars Gullik Bjønnes wrote: > Just make sure that QString::data is required to retrun a > null-terminated char const *. const char* data() const { return latin1(); } I don't have the Qt src to hand so can't dig any further. Angus

Re: error compiling qt frontend

2002-07-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 24 July 2002 6:56 am, Lars Gullik Bjønnes wrote: | > John Levon <[EMAIL PROTECTED]> writes: | > | On Tue, Jul 23, 2002 at 07:30:54PM +0100, Angus Leeming wrote: | > | > argument types are: (kb_action, const char *) | > | >

Re: QParagraph horror

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 8:06 am, Angus Leeming wrote: > Well, I got as far as QParagraph ;-) > so I guess I'm stuck! If I comment out the QParagraph files from Makefile.dialogs and from gui_api.C, then compilation continues and I end up with a perfectly fine executable. Well done! Angus

Re: lyx-devel src/frontends/qt2/: QCommandBuffer.C

2002-07-24 Thread Dekel Tsur
On Tue, Jul 23, 2002 at 10:40:55PM +0100, John Levon wrote: > On Tue, Jul 23, 2002 at 11:52:45PM +0300, Dekel Tsur wrote: > > > > p.s. anyone using 2.95.x ? I've got some reports of problems with > > > scoped_ptr members implicit construction and -O > > > > I am. I don't have a problem with curr

Re: error compiling qt frontend

2002-07-24 Thread Angus Leeming
On Wednesday 24 July 2002 6:56 am, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > | On Tue, Jul 23, 2002 at 07:30:54PM +0100, Angus Leeming wrote: > | > argument types are: (kb_action, const char *) > | > lv_->getLyXFunc()->dispatch(action_, > | >

Re: error compiling qt frontend

2002-07-24 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Jul 23, 2002 at 07:30:54PM +0100, Angus Leeming wrote: | | > argument types are: (kb_action, const char *) | > lv_->getLyXFunc()->dispatch(action_, selectedFile().data()); | | lv_->getLyXFunc()->dispatch(action_, selec

QParagraph horror

2002-07-24 Thread Angus Leeming
Well, I got as far as QParagraph ;-) Now I have messages like: cxx: Error: ../../../../devel/src/frontends/qt2/QParagraph.C, line 63: #135 class "QParagraphDialog" has no member "unitAbove" dialog_->unitAbove->insertItem(it->c_str()); -^ cxx: Err