Re: Latest CVS lyx compile error

2003-09-21 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | I couldn't care less. Talk to my compiler ;-) I think it is too old and grumpy. You should upgrade. -- Lgb

Re: Latest CVS: bindings messages, what are these?

2003-09-21 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Run latest lyx-xforms, then click on File menu. The following messages | appear, though it seems to cause no problems: > | No bindings for file-open(/home/Kayvan/foo.lyx) | No bindings for file-open(/home/Kayvan/src/fsmon/fsmon.lyx) ... They are no

Re: Latest CVS lyx compile error

2003-09-21 Thread Martin Vermeer
On Mon, Sep 22, 2003 at 12:38:32AM +0200, Lars Gullik Bjønnes spake thusly: > > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Kayvan A. Sylvan wrote: > > > >> g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/frontends -I../../src > >> -I../../../lyx/src/frontends/.. -I../../../lyx/boost -I/u/ksylvan/

Re: Bug: Problem with "Navigate" menu and Branches

2003-09-21 Thread Martin Vermeer
On Sun, Sep 21, 2003 at 01:53:08PM -0700, Kayvan A. Sylvan spake thusly: > > On Sun, Sep 21, 2003 at 07:40:08PM +0300, Martin Vermeer wrote: > > > > > > I don't really agree with limiting this. > > > > > > It certainly breaks the principle of least surprise. > > > > > > The Section numbering on

Re: Support for boxes

2003-09-21 Thread Martin Vermeer
On Sun, Sep 21, 2003 at 10:42:04PM +, Angus Leeming spake thusly: ... > Returning to nit-picking mode: > > +InsetBox::InsetBox(BufferParams const & bp, string const & label) > + : InsetCollapsable(bp) > +{ > + params_.type = label; > + init(); > + setButtonLabel(); >

Latest CVS: bindings messages, what are these?

2003-09-21 Thread Kayvan A. Sylvan
Run latest lyx-xforms, then click on File menu. The following messages appear, though it seems to cause no problems: No bindings for file-open(/home/Kayvan/foo.lyx) No bindings for file-open(/home/Kayvan/src/fsmon/fsmon.lyx) No bindings for file-open(/home/Kayvan/src/tex/lyx/novel/neels.lyx) No bi

Re: [patch] More refinemens LyXAction, kb_action and friends

2003-09-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Sep 22, 2003 at 01:40:06AM +0200, Lars Gullik Bj?nnes wrote: > >> >> Also I found some strange differences between XForms and Qt. In XForms >> >> the command bindings are present in the menus, in qt noe. (gtk does >> >> not matter since that does no

Re: [patch] More refinemens LyXAction, kb_action and friends

2003-09-21 Thread John Levon
On Mon, Sep 22, 2003 at 01:40:06AM +0200, Lars Gullik Bj?nnes wrote: > >> Also I found some strange differences between XForms and Qt. In XForms > >> the command bindings are present in the menus, in qt noe. (gtk does > >> not matter since that does not even try to put bindings in the menus). > >

Re: [patch] More refinemens LyXAction, kb_action and friends

2003-09-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Sep 22, 2003 at 12:42:36AM +0200, Lars Gullik Bj?nnes wrote: > >> Also I found some strange differences between XForms and Qt. In XForms >> the command bindings are present in the menus, in qt noe. (gtk does >> not matter since that does not even tr

Re: [patch] More refinemens LyXAction, kb_action and friends

2003-09-21 Thread John Levon
On Mon, Sep 22, 2003 at 12:42:36AM +0200, Lars Gullik Bj?nnes wrote: > Also I found some strange differences between XForms and Qt. In XForms > the command bindings are present in the menus, in qt noe. (gtk does > not matter since that does not even try to put bindings in the menus). Do I mean th

[patch] More refinemens LyXAction, kb_action and friends

2003-09-21 Thread Lars Gullik Bjønnes
This moves the world along (according to me...) IMHO things are beginning to look a bit better, but there are still several functions that can be removed and simplified. Also I found some strange differences between XForms and Qt. In XForms the command bindings are present in the menus, in qt no

Re: Latest CVS lyx compile error

2003-09-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Kayvan A. Sylvan wrote: > >> g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/frontends -I../../src >> -I../../../lyx/src/frontends/.. -I../../../lyx/boost -I/u/ksylvan/include >> -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT LyXView.lo -MD >> -MP -M

Re: Latest CVS lyx compile error

2003-09-21 Thread Angus Leeming
Kayvan A. Sylvan wrote: > g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/frontends -I../../src > -I../../../lyx/src/frontends/.. -I../../../lyx/boost -I/u/ksylvan/include > -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT LyXView.lo -MD > -MP -MF .deps/LyXView.Tpo -c ../../../lyx/src/frontends/

Latest CVS lyx compile error

2003-09-21 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/frontends -I../../src -I../../../lyx/src/frontends/.. -I../../../lyx/boost -I/u/ksylvan/include -I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT LyXView.lo -MD -MP -MF .deps/LyXView.Tpo -c ../../../lyx/src/frontends/LyXView.C ../../../lyx/src/fro

Re: Support for boxes

2003-09-21 Thread Angus Leeming
Martin Vermeer wrote: > On Thu, Sep 18, 2003 at 10:51:21PM +, Angus Leeming spake thusly: >> >> Martin Vermeer wrote: >> >> > This patch adds support for rectangular frames containing one or more >> > paragraphs of text, at the width of the column, using the Note >> > infrastructure. >> > >

FuncRequest - too fat?

2003-09-21 Thread Lars Gullik Bjønnes
As part of the removal of Pseudo functions I am also trying to hide all LyXFuncs in FuncRequest. However as it stands now, it seems to me that FuncRequest is not really suited for this, it is a bit too fat. In addition to kb_action and the argument, it also has variables for mouse state and coord

Re: Bug: Problem with "Navigate" menu and Branches

2003-09-21 Thread Kayvan A. Sylvan
On Sun, Sep 21, 2003 at 07:40:08PM +0300, Martin Vermeer wrote: > > > > I don't really agree with limiting this. > > > > It certainly breaks the principle of least surprise. > > > > The Section numbering on-screen should just continue as normal. In this way, > > there might be a discrepancy betw

[patch] Get rid of Pseudo Functions

2003-09-21 Thread Lars Gullik Bjønnes
This patch removes pseudo function all over, xforms , qt and gtk are fixed. Please have a look ? pseudo-2.diff Index: src/LyXAction.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LyXAction.C,v retrieving revision 1.182 diff -u

Re: Bug: Problem with "Navigate" menu and Branches

2003-09-21 Thread Martin Vermeer
On Sun, Sep 21, 2003 at 09:04:56AM -0700, Kayvan A. Sylvan spake thusly: > > > Actually you shouldn't use Branches like that. My idea was that the > > inset should be *in* the Section layout paragraph, not *contain* it. > > As you see, also the numbering doesn't work. > > Why shouldn't I want t

Re: Bug: Problem with "Navigate" menu and Branches

2003-09-21 Thread Kayvan A. Sylvan
On Sun, Sep 21, 2003 at 06:10:09PM +0300, Martin Vermeer wrote: > On Sat, Sep 20, 2003 at 10:57:36PM -0700, Kayvan A. Sylvan spake thusly: > > > > Load the document below with current CVS. > > > > Click on the Navigate menu. You will see something like: > > > > _1_ Test > > _2_ Another >

Re: Support for boxes

2003-09-21 Thread Martin Vermeer
On Sun, Sep 21, 2003 at 04:22:09PM +0100, John Levon spake thusly: > > On Sun, Sep 21, 2003 at 06:36:09PM +0300, Martin Vermeer wrote: > > > Okay, did just that. Here is the next attempt. > > > > + Menu "insert_box" > > + Item "Boxed|B" "box-insert Boxed" > > End > > Can you exp

Re: Support for boxes

2003-09-21 Thread John Levon
On Sun, Sep 21, 2003 at 06:36:09PM +0300, Martin Vermeer wrote: > Okay, did just that. Here is the next attempt. > > + Menu "insert_box" > + Item "Boxed|B" "box-insert Boxed" > End Can you explain what further menu items are likely to end up on this menu for me please ? th

Re: Support for boxes

2003-09-21 Thread Martin Vermeer
On Thu, Sep 18, 2003 at 10:51:21PM +, Angus Leeming spake thusly: > > Martin Vermeer wrote: > > > This patch adds support for rectangular frames containing one or more > > paragraphs of text, at the width of the column, using the Note > > infrastructure. > > > > It wouldn't be too hard to ex

Re: Menubar in QT - explanation needed

2003-09-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Sep 21, 2003 at 04:35:13PM +0200, Lars Gullik Bj?nnes wrote: > >> I do not know see how the menubar in the QT frontend works, I'd be >> obliged if somebody could explan that to me... > | Try asking specific question ... How is the FuncRequest actu

Re: Bug: Problem with "Navigate" menu and Branches

2003-09-21 Thread Martin Vermeer
On Sat, Sep 20, 2003 at 10:57:36PM -0700, Kayvan A. Sylvan spake thusly: > > Load the document below with current CVS. > > Click on the Navigate menu. You will see something like: > > _1_ Test > _2_ Another > _3_ Section 3 > 1 Section inside branch > > and the message on the c

Re: 1.3.2 or CVS translate?

2003-09-21 Thread John Levon
On Sun, Sep 21, 2003 at 03:18:14PM +0200, dooteo wrote: > I'm gooing to update the old LyX Basque translation, so I would like to > know which version should I translate. > > I think better way will be CVS, more than 1.3.2. I've got downloaded CVS > version, HEAD. So I'm ready to begin this trans

Re: Menubar in QT - explanation needed

2003-09-21 Thread John Levon
On Sun, Sep 21, 2003 at 04:35:13PM +0200, Lars Gullik Bj?nnes wrote: > I do not know see how the menubar in the QT frontend works, I'd be > obliged if somebody could explan that to me... Try asking specific question ... john -- Khendon's Law: If the same point is made twice by the same person,

Menubar in QT - explanation needed

2003-09-21 Thread Lars Gullik Bjønnes
I do not know see how the menubar in the QT frontend works, I'd be obliged if somebody could explan that to me... -- Lgb

1.3.2 or CVS translate?

2003-09-21 Thread dooteo
Hi folks, Here I am again, I'm gooing to update the old LyX Basque translation, so I would like to know which version should I translate. I think better way will be CVS, more than 1.3.2. I've got downloaded CVS version, HEAD. So I'm ready to begin this trans. project :) By thwe other hand, when

[PATCH] scrclass.inc

2003-09-21 Thread Juergen Spitzmueller
The attached patch uses the new counter code to finally add KOMA's addchap and addsec to the navigation menu. Furthermore, it fixes the order of Inputs. André's change has broken the font redefinition (i.e., Chapter*, Addchap and friends were no more sans serif since the redefinition was after t