Re: [patch] implement multirow support - request for help

2010-02-10 Thread Uwe Stöhr
Hello Edwin, I put the patch into trunk: http://www.lyx.org/trac/changeset/33414 I think that this is the best solution for now, because all major parts are working and we aren't introducing regressions. I listed the remaining issues here: http://wiki.lyx.org/Devel/Multirow The only major pro

Re: [patch] implement multirow support - request for help

2010-02-10 Thread Uwe Stöhr
Uwe Stöhr schrieb: However there are many other minor issues to solve: - The content of the multirow is not horizontally centered Sorry again, the horizontal alignment is a special issue that can be implemented later. I meant the vertical alignment: Contents of multirow cells are always ver

Re: [patch] implement multirow support - request for help

2010-02-10 Thread Edwin Leuven
Uwe Stöhr wrote: You have done some additional simplifications. With your version, setting a multicolumn is no longer possible. Can you please have a look? works fine here However there are many other minor issues to solve: - The content of the multirow is not horizontally centered you mea

Re: [patch] implement multirow support - request for help

2010-02-09 Thread Uwe Stöhr
Am 10.02.2010 05:32, schrieb Uwe Stöhr: I fixed now some remaining \hline issues. Attached is that part of the patch. I propose that I or you put the patch into branch in a few days... I meant of course trunk. regards Uwe int Tabular::TeXTopHLine(odocstream & os, row_type row, string con

Re: [patch] implement multirow support - request for help

2010-02-09 Thread Uwe Stöhr
> i started to look at it. Many thanks! You have done some additional simplifications. With your version, setting a multicolumn is no longer possible. Can you please have a look? > drawing seems ok in the attached, but it needs more attention wrt lines, latex output and > i didn't go over th

Re: [patch] implement multirow support - request for help

2010-02-09 Thread Edwin Leuven
Uwe Stöhr wrote: > Attached is what I currently have to support multirows. > Has anybody had time to have a look at this? i started to look at it. drawing seems ok in the attached, but it needs more attention wrt lines, latex output and i didn't go over the copy/cutting/pasting stuff. Index

Re: [patch] implement multirow support - request for help

2010-02-09 Thread Guenter Milde
On 2010-02-09, Uwe Stöhr wrote: > > Attached is what I currently have to support multirows. > > > > There is currently one issue I cannot solve: The metrics and drawing > > of the cells that are part of a multirow is broken. The drawing of > > the first multirow cell is however correct. I failed t

Re: [patch] implement multirow support - request for help

2010-02-08 Thread Uwe Stöhr
> Attached is what I currently have to support multirows. > > There is currently one issue I cannot solve: The metrics and drawing > of the cells that are part of a multirow is broken. The drawing of > the first multirow cell is however correct. I failed to figure out > this problem and therefore

[patch] implement multirow support - request for help

2010-01-17 Thread Uwe Stöhr
Attached is what I currently have to support multirows. There is currently one issue I cannot solve: The metrics and drawing of the cells that are part of a multirow is broken. The drawing of the first multirow cell is however correct. I failed to figure out this problem and therefore ask for h