Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-16 Thread Georg Baum
Abdelrazak Younes wrote: > Personally, I think the frontend fits very well in a dynamic library. >From e theoretical PoV, yes. > Being able to distribute a modified GUI dll without having to touch and > distribute the core would be very nice. But that would create a version problem. Right now w

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-15 Thread Enrico Forestieri
On Mon, Oct 16, 2006 at 12:28:42AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > On Mon, Oct 16, 2006 at 12:11:06AM +0200, Abdelrazak Younes wrote: > > > >> Well, the hard part is to decide what to put on screen, what to > >> simplify, etc. Once you know that, a simple text-mode

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-15 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Oct 16, 2006 at 12:11:06AM +0200, Abdelrazak Younes wrote: Well, the hard part is to decide what to put on screen, what to simplify, etc. Once you know that, a simple text-mode LyX editor that will only allow to modify text should not be very difficult to imple

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-15 Thread Enrico Forestieri
On Mon, Oct 16, 2006 at 12:11:06AM +0200, Abdelrazak Younes wrote: > Well, the hard part is to decide what to put on screen, what to > simplify, etc. Once you know that, a simple text-mode LyX editor that > will only allow to modify text should not be very difficult to implement. Oh, but I alre

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-15 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Very easy right now. We are ready for that and we can compile qt3, qt4 | and gtk in the same executable if we want to. Looks like my clean up | work have some nice side effect :-) Yeah... but I guess that even if possible

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-15 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hello, This patch saves the need to check for lyx::use_gui in a number of place. I will commit tomorrow if there's no objection. * lyx_main.h: define "extern bool lyx::use_gui" here. * ConsoleFontMetrics.h: new class for command-line LyX * ConsoleFontLoader.h: new c

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > Abdelrazak Younes <[EMAIL PROTECTED]> writes: | > | Hello, | > | | This patch saves the need to check for lyx::use_gui in a number | > of | > | place. I will commit tomorrow if there's no objection. | > | | * lyx_main.h

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-14 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Abdelrazak Younes <[EMAIL PROTECTED]> writes: | | | Hello, | | | | This patch saves the need to check for lyx::use_gui in a number of | | place. I will commit tomorrow if there's no objection. | | | | * lyx_main.h:

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-14 Thread Abdelrazak Younes
Lars Gullik Bjønnes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Hello, | | This patch saves the need to check for lyx::use_gui in a number of | place. I will commit tomorrow if there's no objection. | | * lyx_main.h: define "extern bool lyx::use_gui" here. | | * ConsoleFontMetrics

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Abdelrazak Younes <[EMAIL PROTECTED]> writes: | | | Hello, | | | | This patch saves the need to check for lyx::use_gui in a number of | | place. I will commit tomorrow if there's no objection. | | | | * lyx_main.h: define "extern bool lyx::use_g

Re: [PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-14 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Hello, | | This patch saves the need to check for lyx::use_gui in a number of | place. I will commit tomorrow if there's no objection. | | * lyx_main.h: define "extern bool lyx::use_gui" here. | | * ConsoleFontMetrics.h: new class for command-line

[PATCH] Introduce ConsoleFontMetrics and ConsoleFontLoader

2006-10-14 Thread Abdelrazak Younes
Hello, This patch saves the need to check for lyx::use_gui in a number of place. I will commit tomorrow if there's no objection. * lyx_main.h: define "extern bool lyx::use_gui" here. * ConsoleFontMetrics.h: new class for command-line LyX * ConsoleFontLoader.h: new class for command-line LyX