Re: Patch: RTL fix for TOC menu

2003-01-15 Thread Dekel Tsur
On Mon, Jan 13, 2003 at 09:35:15AM +0100, Jean-Marc Lasgouttes wrote: > Dekel> I really don't want to maintain special RTL code for the XForms > Dekel> frontend. Its support for RTL can never be as good as QT, so I > Dekel> prefer to drop RTL for this frontend. > > Dekel, how does the qt frontend

Re: Patch: RTL fix for TOC menu

2003-01-13 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Fri, Jan 10, 2003 at 01:21:41AM +, John Levon wrote: >> On Tue, Jan 07, 2003 at 02:04:41PM +0200, Dekel Tsur wrote: >> >> > It is possible. > I've attached an updated patch. >> >> I'd much prefer a lyx_gui::can_handle_rtl() or

Re: Patch: RTL fix for TOC menu

2003-01-10 Thread Dekel Tsur
On Fri, Jan 10, 2003 at 01:21:41AM +, John Levon wrote: > On Tue, Jan 07, 2003 at 02:04:41PM +0200, Dekel Tsur wrote: > > > It is possible. > > I've attached an updated patch. > > I'd much prefer a lyx_gui::can_handle_rtl() or something. > > > @@ -1748,8 +1747,10 @@ string const Paragraph::

Re: Patch: RTL fix for TOC menu

2003-01-09 Thread John Levon
On Tue, Jan 07, 2003 at 02:04:41PM +0200, Dekel Tsur wrote: > It is possible. > I've attached an updated patch. I'd much prefer a lyx_gui::can_handle_rtl() or something. > @@ -1748,8 +1747,10 @@ string const Paragraph::asString(Buffer Is this really the right place for this ? ::asString is us

Re: Patch: RTL fix for TOC menu

2003-01-07 Thread Dekel Tsur
On Tue, Jan 07, 2003 at 12:52:18PM +0100, Andre Poenitz wrote: > On Tue, Jan 07, 2003 at 01:30:25PM +0200, Dekel Tsur wrote: > > This patch fix the TOC menu/dialog for RTL language in the QT frontend. > > However, it also breaks it in the XForms frontend. > > Since the QT toolkit has RTL support, w

Re: Patch: RTL fix for TOC menu

2003-01-07 Thread Andre Poenitz
On Tue, Jan 07, 2003 at 01:30:25PM +0200, Dekel Tsur wrote: > This patch fix the TOC menu/dialog for RTL language in the QT frontend. > However, it also breaks it in the XForms frontend. > Since the QT toolkit has RTL support, while XForms doesn't, I believe it > would be better to concentrate on R