lyx with Qt2 coredumps from the start

2002-01-24 Thread R. Lahaye
Hi, I compiled LyX CVS with qt2 on my FreeBSD PC. The executable (with or without the "-sync" flag) instantly coredumps. A backtrace says: #0 0x289fe0ee in xdr_u_int () from /usr/lib/libc.so.4 #1 0x289fe852 in xdr_bytes () from /usr/lib/libc.so.4 #2 0x289fe924 in xdr_netobj () from /usr/lib/

[PATCH] Re: Tabular dialog - bugs (?)

2002-01-24 Thread michael . schmitt
Dear Juergen, > I think it is not possible to set H. Alignment in a column > with fixed width, multicolumn cell or not. It is possible to have a _centered_ multicolumn cell (_without_ fixed width) within a column where all other cells have a fixed width (as a general property of the column)!

Re: No more slush state.

2002-01-24 Thread Allan Rae
FWIW, I don't particularly like the idea of splitting the code up or adding yet another parameter to the base class implementation. For starters these problems are a combo of XForms and window manager policy. Secondly, different toolkits have different ways of doing the same or similar things.

Re: [PATCH] Re: Tabular dialog - bugs (?)

2002-01-24 Thread John Levon
On Thu, Jan 24, 2002 at 09:30:44PM +0100, Juergen Spitzmueller wrote: > > 2. While having a short look at the code, I noticed > > that lines 206-208 and 240-242 seem to be contradictory. > > Why? at least redundant - removing 206-208 can not change anything. > Of course :-) The patch chang

[PATCH] Re: Tabular dialog - bugs (?)

2002-01-24 Thread Juergen Spitzmueller
Michael Schmitt wrote: > 1. If you create a table with a column of fixed width and > then you declare one of the cells in this column as a > multicolumn cell, the tabular dialog behaves incorrectly: > The "H. Alignment" in the "cell" tab is always reset to > "left" when you press "

Re: Lars: a proposed patch

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 6:30 pm, Angus Leeming wrote: dohh martin.diff.bz2 Description: BZip2 compressed data

Lars: a proposed patch

2002-01-24 Thread Angus Leeming
Attached is Martin's patch to pop up the math panel with a right mouse click in a math inset. The patch also sets the position of the dialog to be under the mouse button (default) or in a free spot (tabular and math panel). Can this go in now or should it wait? It doesn't formally correct a bug

Tabular dialog - bugs (?)

2002-01-24 Thread Michael Schmitt
Hi, a few comments on the tabular layout dialog: 1. If you create a table with a column of fixed width and then you declare one of the cells in this column as a multicolumn cell, the tabular dialog behaves incorrectly: The "H. Alignment" in the "cell" tab is always reset to "left

Re: [Devel] Re: No more slush state

2002-01-24 Thread John Levon
On Thu, Jan 24, 2002 at 06:52:55PM +0100, Michael Schmitt wrote: > Lars Gullik Bjønnes wrote: > > >Does the InsetGraphics have all the features of figinset? > > At least I am not missing anything. And the inset dialog suggests that > the new inset supercharges the old one. waiting for all the

Re: [Devel] Re: No more slush state

2002-01-24 Thread Michael Schmitt
Lars Gullik Bjønnes wrote: > Does the InsetGraphics have all the features of figinset? At least I am not missing anything. And the inset dialog suggests that the new inset supercharges the old one. Michael

Re: new graphics gui

2002-01-24 Thread Andre Poenitz
On Thu, Jan 24, 2002 at 06:30:09PM +0100, Herbert Voss wrote: > Open the file from within LyX may be better?? Yes. Try bool readBB(string const & file) { ifstream is(file.c_str()); while (is) { string s; is >> s; if (s == "%%Boundi

Re: new graphics gui

2002-01-24 Thread Herbert Voss
Angus Leeming wrote: > Well the concept of being able to crop the image still exists... > It'd be nice if we could fill these inputs when the file was selcted. what seems to be the best way to get the bb values from a chosen eps/ps-file? A system grep under Unix/Linux is fine and gives the lin

Re: new graphics gui

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 5:01 pm, Herbert Voss wrote: > Angus Leeming wrote: > > >>The coordinates are measured in the traditional typesetting units > >>"points", where 1 inch = 72 points (1 cm = 28 points). > >>Yes, we can convert things like 3cm into points, but > >>I don't know, if its a go

Re: new graphics gui

2002-01-24 Thread Herbert Voss
Angus Leeming wrote: >>The coordinates are measured in the traditional typesetting units >>"points", where 1 inch = 72 points (1 cm = 28 points). >>Yes, we can convert things like 3cm into points, but >>I don't know, if its a good idea to support other units?? >> > > Well, I don't know either. R

Re: new graphics gui

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 4:42 pm, Herbert Voss wrote: > Angus Leeming wrote: > > > Very nice Herbert. I take it that the Bounding Box inputs can take things > > like "1cm" which would be valid in includegraphics? Why not use an input and > > a choice for the units like Jürgen has done with

Re: new graphics gui

2002-01-24 Thread Herbert Voss
Angus Leeming wrote: > Very nice Herbert. I take it that the Bounding Box inputs can take things > like "1cm" which would be valid in includegraphics? Why not use an input and > a choice for the units like Jürgen has done with many of the other dialogs. > That way we can store the thing as a L

Re: new graphics gui

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 4:01 pm, Herbert Voss wrote: > my first round for the gui. I changed it to a tabbed > one, because I don't like those guis which are larger than > the main window ... > > are you missing anything? > I have no individuell mono/color/gray section. I think, it's > okay, w

Re: [Devel] Re: No more slush state

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 4:02 pm, Herbert Voss wrote: > Angus Leeming wrote: > > > Look, I keep saying that I already have publicly accessible code > > http://www.devel/lyx.org/~aleem/guiitest.tar.bz2 > > that gets the graphics loading asynchronously. The converters need to be > > "conve

Re: [Devel] Re: No more slush state

2002-01-24 Thread Herbert Voss
Angus Leeming wrote: > Look, I keep saying that I already have publicly accessible code > http://www.devel/lyx.org/~aleem/guiitest.tar.bz2 > that gets the graphics loading asynchronously. The converters need to be > "converted" to work with it. Feel free to help... can you give a workin

new graphics gui

2002-01-24 Thread Herbert Voss
my first round for the gui. I changed it to a tabbed one, because I don't like those guis which are larger than the main window ... are you missing anything? I have no individuell mono/color/gray section. I think, it's okay, when it's defined in the preferences and not twice in the individuell in

Re: No more slush state.

2002-01-24 Thread Martin Vermeer
On Thu, Jan 24, 2002 at 12:05:00PM +, Angus Leeming wrote: ... > > I suspect it could even be done so that by adding a data member to the > > FormBaseDeprecated class, we could get around the split-up I implemented > here. > > Just assign a strategy constant to the inherited instance, and

Re: lyx1.1.6fix4 segfaults when selecting Layout->Document->Bullets (?) (last Tab)

2002-01-24 Thread Juergen Spitzmueller
Angus Leeming wrote: > On Thursday 24 January 2002 10:11 am, Juergen Spitzmueller wrote: > > Dekel Tsur wrote: > > > On Thu, Jan 24, 2002 at 09:19:40AM +0100, Juergen Spitzmueller wrote: > > > > Manegold wrote: > > > > > Yes I use the german localization. > > > > > I use have "-*-helvetica-medium

Re: on going work for 1.3

2002-01-24 Thread Angus Leeming
On Wednesday 23 January 2002 9:41 pm, Lars Gullik Bjønnes wrote: > I found out that I was rapidly overreaching (as usual), and ditched > all the work I had done and began anew. > > This time I opt for small steps and a working lyx at all times. > > currently I am working on introducing a Paragra

Re: Suggestion for LyX and the Math Panel

2002-01-24 Thread Dekel Tsur
On Thu, Jan 24, 2002 at 11:50:53AM +0100, Pascal Francq wrote: > Hi, > I have a suggestion for the math panel. Would it be a good idea to make the > main window of LyX activ after inserting a symbol taking from the math panel. > For example, when I insert the square root symbol, I must go with t

Re: lyx1.1.6fix4 segfaults when selecting Layout->Document->Bullets (?) (last Tab)

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 10:11 am, Juergen Spitzmueller wrote: > Dekel Tsur wrote: > > On Thu, Jan 24, 2002 at 09:19:40AM +0100, Juergen Spitzmueller wrote: > > > Manegold wrote: > > > > Yes I use the german localization. > > > > I use have "-*-helvetica-medium-r" under > > > > Einstellungen->A

Re: No more slush state.

2002-01-24 Thread Angus Leeming
> But Angus, some dialogues are more equal than others! IMHO the ones that > require you to see the underlying object, should move themselves out of the > way. For the graphics dialog e.g. this is not so, and it is in fact better > to have them come up under your mouse. But math, and tabular, sh

Suggestion for LyX and the Math Panel

2002-01-24 Thread Pascal Francq
Hi, I have a suggestion for the math panel. Would it be a good idea to make the main window of LyX activ after inserting a symbol taking from the math panel. For example, when I insert the square root symbol, I must go with the mouse in the LyX window to point to the good position to start inse

Re: No more slush state.

2002-01-24 Thread Martin Vermeer
On Thu, Jan 24, 2002 at 09:32:02AM +, Angus Leeming wrote: > On Wednesday 23 January 2002 8:05 am, Martin Vermeer wrote: > > On Wed, Jan 23, 2002 at 08:15:00AM +0100, Andre Poenitz wrote: > > > > > On Tue, Jan 22, 2002 at 10:46:14PM +0200, Martin Vermeer wrote: > > > > What's wrong is that

Re: (Jug) [Devel] Revised bug list - tables

2002-01-24 Thread Andre Poenitz
On Thu, Jan 24, 2002 at 11:08:04AM +0100, Andre Poenitz wrote: > zipping the stuff has an extra advantage: we could 'really include' stuff > like .eps or .gif (or even .fig) within the .lyx file. StarOffice does > something similar and I think I rather like it. ... of course only as long as there

Re: lyx1.1.6fix4 segfaults when selecting Layout->Document->Bullets (?) (last Tab)

2002-01-24 Thread Juergen Spitzmueller
Dekel Tsur wrote: > On Thu, Jan 24, 2002 at 09:19:40AM +0100, Juergen Spitzmueller wrote: > > Manegold wrote: > > > Yes I use the german localization. > > > I use have "-*-helvetica-medium-r" under > > > Einstellungen->Aussehen->Benutzerschnittstelle->Zeichensatz > > > Dialoge and use Zoom 150% an

Re: (Jug) [Devel] Revised bug list - tables

2002-01-24 Thread Dekel Tsur
On Thu, Jan 24, 2002 at 10:46:14AM +0100, Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | I first want to apply my patch which is rather simple. Any objections ? > > yes. > > I really, really do not think that we should change the tabular > writing/reading now. We have

Re: (Jug) [Devel] Revised bug list - tables

2002-01-24 Thread Andre Poenitz
On Thu, Jan 24, 2002 at 11:14:35AM +0200, Dekel Tsur wrote: > In my opinion, we should change the file format rather than trying to hide > its bloat by compressing the lyx file. zipping the stuff has an extra advantage: we could 'really include' stuff like .eps or .gif (or even .fig) within the .

Re: Re: [Devel] Re: No more slush state

2002-01-24 Thread Angus Leeming
On Thursday 24 January 2002 8:11 am, [EMAIL PROTECTED] wrote: > Lars Gullik Bjønnes <[EMAIL PROTECTED]> schrieb am 23.01.2002, 22:26:15: > > > the async loading/rendering of images is not a show-stopper in my > > book. > > Hmm ... but if this is not a show-stopper than what is the problem with >

Re: No more slush state.

2002-01-24 Thread Angus Leeming
On Wednesday 23 January 2002 8:05 am, Martin Vermeer wrote: > On Wed, Jan 23, 2002 at 08:15:00AM +0100, Andre Poenitz wrote: > > > On Tue, Jan 22, 2002 at 10:46:14PM +0200, Martin Vermeer wrote: > > > What's wrong is that the math panel opens up bang on top of the > > > *formula* you're working

Re: (Jug) [Devel] Revised bug list - tables

2002-01-24 Thread Kayvan A. Sylvan
On Thu, Jan 24, 2002 at 11:14:35AM +0200, Dekel Tsur wrote: > On Thu, Jan 24, 2002 at 12:42:33AM -0400, Garst R. Reese wrote: > > Andre Poenitz wrote: > > > > > > On Wed, Jan 23, 2002 at 08:02:33AM -0400, Garst R. Reese wrote: > > > > Given the redunancy in table parameters, on the fly compressio

Re: (Jug) [Devel] Revised bug list - tables

2002-01-24 Thread Dekel Tsur
On Thu, Jan 24, 2002 at 07:11:56AM +0200, Martin Vermeer wrote: > > Here is the patch. > > It doesn't rely on default values except for one case: > > we assume that the default value for cell.rotate is false > > (and don't tell me that in the future lyx will make all cell rotated by > > default).

Re: (Jug) [Devel] Revised bug list - tables

2002-01-24 Thread Dekel Tsur
On Thu, Jan 24, 2002 at 12:42:33AM -0400, Garst R. Reese wrote: > Andre Poenitz wrote: > > > > On Wed, Jan 23, 2002 at 08:02:33AM -0400, Garst R. Reese wrote: > > > Given the redunancy in table parameters, on the fly compression would > > > save more space. > > > > Good idea actually. > > > I s

Re: lyx1.1.6fix4 segfaults when selecting Layout->Document->Bullets (?) (last Tab)

2002-01-24 Thread Dekel Tsur
On Thu, Jan 24, 2002 at 09:19:40AM +0100, Juergen Spitzmueller wrote: > Manegold wrote: > > Yes I use the german localization. > > I use have "-*-helvetica-medium-r" under > > Einstellungen->Aussehen->Benutzerschnittstelle->Zeichensatz Dialoge > > and use Zoom 150% and 80dpi. I don't know where th

Re: lyx1.1.6fix4 segfaults when selecting Layout->Document->Bullets (?) (last Tab)

2002-01-24 Thread Juergen Spitzmueller
Manegold wrote: > Yes I use the german localization. > I use have "-*-helvetica-medium-r" under > Einstellungen->Aussehen->Benutzerschnittstelle->Zeichensatz Dialoge > and use Zoom 150% and 80dpi. I don't know where the fontsize for the > menues/dialogs are set. They do not change with zoom or dpi