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/
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)!
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.
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
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 "
On Thursday 24 January 2002 6:30 pm, Angus Leeming wrote:
dohh
martin.diff.bz2
Description: BZip2 compressed data
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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 .
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
>
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
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
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).
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
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
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
39 matches
Mail list logo