Re: Support kpdf

2006-09-30 Thread Neal Becker
Georg Baum wrote: > Am Freitag, 29. September 2006 15:59 schrieb Neal Becker: > >> I know. But my point is that on a system that has kpdf, I think lyx > should >> choose it as the default viewer without the user having to do this. > > I see it slightly different: LyX should use kpdf in a KDE en

Re: optional arguments for theorems?

2006-09-30 Thread José Matos
On Saturday 30 September 2006 16:50, Georg Baum wrote: > The question is then if this is a file format change at all. Previous invalid lyx constructs are now valid, that is file format change to me. :-) > Why should we > change the file format if we don't provide a suitable conversion? We

Re: new insetcommandparams

2006-09-30 Thread Georg Baum
Am Freitag, 29. September 2006 10:01 schrieb Ozgur Ugras BARAN: > Thanks a lot for reviewing the code. I will be more careful about > formatting. Here are some some answers: > > - What I mean with the nested command support is something like: > \command {\command{content}} > An example i

Re: Support kpdf

2006-09-30 Thread Georg Baum
Am Freitag, 29. September 2006 15:59 schrieb Neal Becker: > I know. But my point is that on a system that has kpdf, I think lyx should > choose it as the default viewer without the user having to do this. I see it slightly different: LyX should use kpdf in a KDE environment, gpdf (does that ex

Re: optional arguments for theorems?

2006-09-30 Thread Georg Baum
Am Freitag, 29. September 2006 17:14 schrieb José Matos: > On Friday 29 September 2006 16:04, Jean-Marc Lasgouttes wrote: > > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > > Martin> Hmmm. That means adding a downconverter. > > > > Martin> How shall we do that gracefully? Just s

[patch] fix bug 2868

2006-09-30 Thread Georg Baum
People ask in regular intervals on the users list how it is possible to get included graphics converted to pdf format rather than png for pdflatex export, because that results in higher quality output and/or smaller file size. See also http://bugzilla.lyx.org/show_bug.cgi?id=2868 This patch fix

Re: [Patch] Moves createView from GuiApplication to Application

2006-09-30 Thread Georg Baum
Am Samstag, 30. September 2006 12:07 schrieb Abdelrazak Younes: > I noticed that your fix does re-include LyXView.h and WorkArea.h. These > should not be necessary. They are pulled in from something else, and because that happens after including qt headers they cause the signals name clash. >

Re: [Patch] Moves createView from GuiApplication to Application

2006-09-30 Thread Abdelrazak Younes
Georg Baum wrote: Am Samstag, 30. September 2006 01:10 schrieb Abdelrazak Younes: Hello, This is done by creating two new pure virtual method in LyXView: init(): initialize menubars and toolbars setGeometry(): guess what it does? :-) I am not sure gtk and qt3 compiles but it should be close t

Re: [patch] Add .desktop files

2006-09-30 Thread Georg Baum
Slightly bigger patch. Georg Index: src/frontends/gtk/Makefile.am === --- src/frontends/gtk/Makefile.am (Revision 15186) +++ src/frontends/gtk/Makefile.am (Arbeitskopie) @@ -148,3 +148,6 @@ libgtk_la_SOURCES = \ xftFontLoader.C \

Re: [Patch] Moves createView from GuiApplication to Application

2006-09-30 Thread Georg Baum
Am Samstag, 30. September 2006 01:10 schrieb Abdelrazak Younes: > Hello, > > This is done by creating two new pure virtual method in LyXView: > > init(): initialize menubars and toolbars > setGeometry(): guess what it does? :-) > > I am not sure gtk and qt3 compiles but it should be close to. Y

[patch] Add .desktop files

2006-09-30 Thread Georg Baum
This patch fixes bug 2820: http://bugzilla.lyx.org/show_bug.cgi?id=2820 It goes in tomorrow if nobody objects. Georg