> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Attached is a patch doing this and fixing the other bugs I
Angus> discovered. It does not implement the math toolbar at all and
Angus> can be applied now. Please do so!
I am in the process of applying it.
JMarc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> * Finally, the
Angus> Layout definition in default.ui should be replaced with
Angus> DropdownList "layout".
An even better suggestion was to use the menu backend for toolbars too
(somehow) and to implement drop down lists as subme
On Friday 27 April 2001 10:56, Lars Gullik Bjønnes wrote:
> | Well then, why have a publically accessible WorkArea * workarea() in
> | BufferView.h? But I agree with you!
> | The only things accessing BufferView::workarea() are the new stuff in
LyXView
> | that call
> | width(), height(),
Angus Leeming <[EMAIL PROTECTED]> writes:
| Thanks everybody for the feedback.
|
| Point 1, for Lars:
| this IS almost generic. At least as a first attempt it ain't far
| off.
I realize that, and I think we should go all the way from the beginning.
| And for
| this, I think you/I must exten
Thanks everybody for the feedback.
Point 1, for Lars:
this IS almost generic. At least as a first attempt it ain't far off. And for
this, I think you/I must extend a special thank you to Jean-Marc for creating
such a general toolbar code. Even if toolbarItem should be a base class so
that co
On Fri, 27 Apr 2001, Dekel Tsur wrote:
> On Thu, Apr 26, 2001 at 08:58:42PM +0100, Angus Leeming wrote:
> > Attached is a patch creating a Math Toolbar. I'm posting it, rather than
> > commiting it to the repository because I discovered what I think are a couple
> > of bugs in WorkArea and in Too
Angus Leeming <[EMAIL PROTECTED]> writes:
| WorkArea's (width, height, xpos, ypos) returned the dimensions of something
| in between the work_area FL_OBJECT and the entire space taken up by WorkArea.
| I think that this is wrong and have changed them to return the dimensions of
| the entire W
On Thu, Apr 26, 2001 at 08:58:42PM +0100, Angus Leeming wrote:
> Attached is a patch creating a Math Toolbar. I'm posting it, rather than
> commiting it to the repository because I discovered what I think are a couple
> of bugs in WorkArea and in ToolbarDefaults, but am not very familiar with th