Python warnings from lyx2lyx

2003-11-29 Thread Ronald Florence
I am seeing warnings from the lyx2lyx scripts: sys:1: DeprecationWarning: Non-ASCII character '\xe9' in file /Applications/LyX.app/Contents/Resources/LyX/lyx2lyx/lyx2lyx on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details from error import error,

Re: [Patch] Class Header

2003-11-29 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 07:43:12PM +, Jose' Matos spake thusly: Emph and Noun are only for LaTeX. For linuxdoc you just have to look up the syntax from the DTD, and implement what can be readily implemented and will work right. (And yes, it would be nice if some of these were common

Re: [Patch] Class Header

2003-11-29 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 07:43:12PM +, Jose' Matos spake thusly: Noun can be translated to docbook as phrase role=noun.../phrase, and something related to linuxdoc. Here is the patch for 'latexparam' in CharStyle, to make this kind of thing possible. OK to commit this? - Martin

Re: Translations concerning the box inset

2003-11-29 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Could also please make sure that the capitalization (ovalbox vs. Ovalbox) does not play a role? This is quite bad UI-wise. Martin But it *does* play a role in LaTeX... Who is going to understand what ovalbox and Ovalbox do? what about giving

Re: feature request

2003-11-29 Thread John Levon
On Fri, Nov 28, 2003 at 07:15:06PM +0100, Markus B. wrote: I believe that the result of your discussion - a view of all the footnotes open - would be an ideal solution for my problem. Thanks for the feedback john

Re: Translations concerning the box inset

2003-11-29 Thread Martin Vermeer
On Sat, Nov 29, 2003 at 03:18:40PM +0100, Jean-Marc Lasgouttes spake thusly: Martin == Martin Vermeer [EMAIL PROTECTED] writes: Could also please make sure that the capitalization (ovalbox vs. Ovalbox) does not play a role? This is quite bad UI-wise. Martin But it *does* play a role

Re: A working InsetVSpace

2003-11-29 Thread Georg Baum
Am Freitag, 28. November 2003 21:04 schrieb Juergen Spitzmueller: Angus Leeming wrote: 5. Qt: I got rid of the VSpace stuff from the Paragraph dialog but have not written QVSpace. Done (patch attached). If noone objects, I'll commit this tomorrow. The dialog works, but there seems to be an

Re: lyx-devel lib/: ChangeLog lib/ui/: stdmenus.ui po/: POTFIL ...

2003-11-29 Thread Georg Baum
Am Freitag, 28. November 2003 18:44 schrieb Jose' Matos: On Friday 28 November 2003 18:38, [EMAIL PROTECTED] wrote: Log message: The VSpace inset is now fully functional AFAICT. Does this deserves an entry in development/FORMAT? And maybe a new version number? The current file

Re: [JMarc]: xforms/Makefile.am

2003-11-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc, wouldn't this: stamp-forms: lyx_forms.h-tmp if cmp Angus -s $ lyx_forms.h ; then \ : ;\ else \ rm -f lyx_forms.h ;\ cp Angus $ lyx_forms.h ;\ fi echo timestamp $@ Angus be better as this:

Re: lyx-devel lib/: ChangeLog lib/ui/: stdmenus.ui po/: POTFIL ...

2003-11-29 Thread Martin Vermeer
On Sat, Nov 29, 2003 at 06:36:41PM +0100, Georg Baum spake thusly: And maybe a new version number? The current file format 225 has several flavors: - The first version without Martins box inset - The version with the box inset - The version with the vspace inset and maybe more that I

Re: Character styles changeover?

2003-11-29 Thread Martin Vermeer
On Thu, Nov 27, 2003 at 08:51:30PM +0200, Martin Vermeer spake thusly: I did the 'button text' thing... Shall I check this in? (Note this doesn't exclude an inlined solution later on, when inset widths work again.) I think BTW that content-on-the-button would be a good solution also for

[patch] Qt scrolling

2003-11-29 Thread Angus Leeming
Could the Qt-ers amongst you try out the attached patch. It gives you scrolling behaviour similar to that of the xforms frontend. Specifically, if you move the mouse cursor above/below the work area, you should get 'sensible' scrolling behaviour. Try it out and let me know. Angus ps, Using

CVS Makefile changes: Syntax errors

2003-11-29 Thread Kayvan A. Sylvan
I don't think the new changes were quite right. After ./config.sh and ./configure, make install produces: On Cygwin: Making install in xforms make[4]: Entering directory `/home/Kayvan/src/lyx-build/src/frontends/xforms' cmp -s lyx_forms.h-tmp lyx_forms.h || { /bin/bash: -c: line 2: syntax

src/frontends/xforms/Makefile.am diff

2003-11-29 Thread Kayvan A. Sylvan
This fixes the make install problem: -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | crown of her husband | Robin Gregory (2/28/92) Index:

[PATCH] fix exit crash

2003-11-29 Thread John Levon
-text() is NULL when you're shutting down with a discarded document open. Fix accesses regards john Index: BufferView_pimpl.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v retrieving revision 1.471 diff

Python warnings from lyx2lyx

2003-11-29 Thread Ronald Florence
I am seeing warnings from the lyx2lyx scripts: sys:1: DeprecationWarning: Non-ASCII character '\xe9' in file /Applications/LyX.app/Contents/Resources/LyX/lyx2lyx/lyx2lyx on line 2, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details from error import error,

Re: [Patch] Class Header

2003-11-29 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 07:43:12PM +, Jose' Matos spake thusly: > > Emph and Noun are only for LaTeX. For linuxdoc you just have to look > > up the syntax from the DTD, and implement what can be readily > > implemented and will work right. (And yes, it would be nice if some > > of these were

Re: [Patch] Class Header

2003-11-29 Thread Martin Vermeer
On Fri, Nov 28, 2003 at 07:43:12PM +, Jose' Matos spake thusly: > Noun can be translated to docbook as ..., and > something related to linuxdoc. Here is the patch for 'latexparam' in CharStyle, to make this kind of thing possible. OK to commit this? - Martin Index: lyxtextclass.C

Re: Translations concerning the "box" inset

2003-11-29 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> Could also please make sure that the capitalization (ovalbox vs. >> Ovalbox) does not play a role? This is quite bad UI-wise. Martin> But it *does* play a role in LaTeX... Who is going to understand what ovalbox and Ovalbox do?

Re: feature request

2003-11-29 Thread John Levon
On Fri, Nov 28, 2003 at 07:15:06PM +0100, Markus B. wrote: > I believe that the result of your discussion - a view of all the footnotes > open - would be an ideal solution for my problem. Thanks for the feedback john

Re: Translations concerning the "box" inset

2003-11-29 Thread Martin Vermeer
On Sat, Nov 29, 2003 at 03:18:40PM +0100, Jean-Marc Lasgouttes spake thusly: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> Could also please make sure that the capitalization (ovalbox vs. > >> Ovalbox) does not play a role? This is quite bad UI-wise. > > Martin> But it

Re: A working InsetVSpace

2003-11-29 Thread Georg Baum
Am Freitag, 28. November 2003 21:04 schrieb Juergen Spitzmueller: > Angus Leeming wrote: > > 5. Qt: I got rid of the VSpace stuff from the Paragraph dialog but have > > not written QVSpace. > > Done (patch attached). If noone objects, I'll commit this tomorrow. The dialog works, but there seems

Re: lyx-devel lib/: ChangeLog lib/ui/: stdmenus.ui po/: POTFIL ...

2003-11-29 Thread Georg Baum
Am Freitag, 28. November 2003 18:44 schrieb Jose' Matos: > On Friday 28 November 2003 18:38, [EMAIL PROTECTED] wrote: > > Log message: > > The VSpace inset is now fully functional AFAICT. > > Does this deserves an entry in development/FORMAT? And maybe a new version number? The current

Re: [JMarc]: xforms/Makefile.am

2003-11-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Jean-Marc, wouldn't this: stamp-forms: lyx_forms.h-tmp if cmp > Angus> -s $< lyx_forms.h ; then \ : ;\ else \ rm -f lyx_forms.h ;\ > cp Angus> $< lyx_forms.h ;\ fi echo timestamp > $@ > > Angus>

Re: lyx-devel lib/: ChangeLog lib/ui/: stdmenus.ui po/: POTFIL ...

2003-11-29 Thread Martin Vermeer
On Sat, Nov 29, 2003 at 06:36:41PM +0100, Georg Baum spake thusly: > And maybe a new version number? > > The current file format "225" has several "flavors": > - The first version without Martins box inset > - The version with the box inset > - The version with the vspace inset > > and maybe

Re: Character styles changeover?

2003-11-29 Thread Martin Vermeer
On Thu, Nov 27, 2003 at 08:51:30PM +0200, Martin Vermeer spake thusly: > I did the 'button text' thing... Shall I check this in? (Note this doesn't exclude an inlined solution later on, when inset widths work again.) > I think BTW that content-on-the-button would be a good solution also for >

[patch] Qt scrolling

2003-11-29 Thread Angus Leeming
Could the Qt-ers amongst you try out the attached patch. It gives you scrolling behaviour similar to that of the xforms frontend. Specifically, if you move the mouse cursor above/below the work area, you should get 'sensible' scrolling behaviour. Try it out and let me know. Angus ps, Using

CVS Makefile changes: Syntax errors

2003-11-29 Thread Kayvan A. Sylvan
I don't think the new changes were quite right. After ./config.sh and ./configure, "make install" produces: On Cygwin: Making install in xforms make[4]: Entering directory `/home/Kayvan/src/lyx-build/src/frontends/xforms' cmp -s lyx_forms.h-tmp lyx_forms.h || { /bin/bash: -c: line 2: syntax

src/frontends/xforms/Makefile.am diff

2003-11-29 Thread Kayvan A. Sylvan
This fixes the "make install" problem: -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92) Index:

[PATCH] fix exit crash

2003-11-29 Thread John Levon
->text() is NULL when you're shutting down with a discarded document open. Fix accesses regards john Index: BufferView_pimpl.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v retrieving revision 1.471 diff