mini-patch for Win32 and GCC-3.X

2002-02-10 Thread Kayvan A. Sylvan
Here is a mini-patch to let lyx compile with gcc-3.x on Win32. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Re: [Patch] graphics inset

2002-02-10 Thread R. Lahaye
Herbert Voss wrote: > fix the problem with zipped files, when they are handled > by latex (with *.bb file) and not unzipped bx lyx. > > - small changes to the gui from Rob; > - a wish from Konni > - some more comments in the code ... > - other small changes Herbert, Forgive me making the graph

Re: Why "Figure #:" and "Table #:"; why not using real numbers?

2002-02-10 Thread Asger K. Alstrup Nielsen
On Mon, 11 Feb 2002, R. Lahaye wrote: > After all, for example, sections are also numbered (and renumbered > when necessary); so why not doing the same for figures and > tables? I don't know. I think it might be because it's easiest to implement the # character. One argument to keep the hash is

Re: [Patch] the daily graphic one

2002-02-10 Thread Andre Poenitz
On Fri, Feb 08, 2002 at 09:08:07PM +0100, Michael Schmitt wrote: > After all the criticism I think you deserve a mental stroke > (http://dict.leo.org tells me that this is the english word for > "Streicheleinheit") Funny... if I had to translate 'mental stroke' back into German, I'd probably en

Re: Nevermind [was: Re: gcc-3.0.3 compile errors on latest CVS]

2002-02-10 Thread Kayvan A. Sylvan
On Sun, Feb 10, 2002 at 05:21:07PM -0800, Kayvan A. Sylvan wrote: > On Sun, Feb 10, 2002 at 05:14:43PM -0800, Kayvan A. Sylvan wrote: > > Hi folks, > > > > I get the following error when trying to compile LyX with gcc-3.0.3: > > > > > > /usr/local/gcc3/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../sr

Why "Figure #:" and "Table #:"; why not using real numbers?

2002-02-10 Thread R. Lahaye
Hi, The captions of figures and tables have a hash ("#") instead of the a number, e.g. "Figure #:" and "Table #:". However, when I look at Navigate->Figure or Navigate->Table, the figures and tables do have numbers internally. Why are these same numbers not used inside the LyX document? After

[Patch] graphics inset

2002-02-10 Thread Herbert Voss
fix the problem with zipped files, when they are handled by latex (with *.bb file) and not unzipped bx lyx. - small changes to the gui from Rob; - a wish from Konni - some more comments in the code ... - other small changes Herbert -- http://www.lyx.org/help/ graphics9.diff.gz Description:

Re: [PATCH] Help vs. Tooltips: something to discuss

2002-02-10 Thread Allan Rae
On 5 Feb 2002, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Much better would be if a context sensitive help would open a > R> documentation file and jump to the right spot automagically. A > R> "Context Sensitive Help" entry under the help button could d

Qt2: File dialog double-click segfaults

2002-02-10 Thread Allan Rae
In the file dialog (File->Open) double-click a LyX file. The segfault occurs in QFileDialog::mode(). Does anyone else see this? I'm using Qt-2.3.1. While I'm at it: I much prefer the TeXInfo dialog of the Qt2 frontend. Allan. (ARRae)

Re: 1.2.0pre1 Bug list

2002-02-10 Thread Allan Rae
On Tue, 5 Feb 2002, Jürgen Vigna wrote: > >> Description: Pasting from ERT retains latex/color etc. URL: > >> http://bugzilla.lyx.org/show_bug.cgi?id=143 Severity: critical > > > > John> wait till juergen has a moment again ... > > Juergen said recently that this one should be applied. > > Yes I

Nevermind [was: Re: gcc-3.0.3 compile errors on latest CVS]

2002-02-10 Thread Kayvan A. Sylvan
On Sun, Feb 10, 2002 at 05:14:43PM -0800, Kayvan A. Sylvan wrote: > Hi folks, > > I get the following error when trying to compile LyX with gcc-3.0.3: > > > /usr/local/gcc3/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost >-isystem /usr/X11R6/include -g -O -fno-exceptions -W -

gcc-3.0.3 compile errors on latest CVS

2002-02-10 Thread Kayvan A. Sylvan
Hi folks, I get the following error when trying to compile LyX with gcc-3.0.3: /usr/local/gcc3/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -c DebugStream.C -Wp,-MD,.deps/DebugStream.TPlo /usr/local/gcc3/include/g

Re: Semi-off-topic: gcc2 vs. gcc3

2002-02-10 Thread Kayvan A. Sylvan
On Thu, Feb 07, 2002 at 09:17:31AM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | This list is the same set of files compiled with gcc-2.95.3. > > > | I compiled gcc-3.0.3 with CFLAGS=-O2. Did I do something wrong in > | the compile? (I used "make CFLAGS=

Export to XML

2002-02-10 Thread Ayose
Hello. I've seen that LyX can export their documents to DocBook using catalog files. I want to know if I can write my own DTD and use LyX to export .lyx to .myxml Best wishes! -- Ayose Cazorla León Debian GNU/Linux - setepo

[PATCH] external dialog button color2: change black into grey

2002-02-10 Thread R. Lahaye
Hi, Several buttons in the form_external.fd (external dialog) have as color2 "black", which is wrong (when clicking on such a button, makes it entirely black). I've changed this into the proper grey color. Patch attached. Rob. form_external_patch.diff.gz Description: GNU Zip compressed data