qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Qemu development schedule?


From: Jim C. Brown
Subject: Re: [Qemu-devel] Qemu development schedule?
Date: Thu, 2 Sep 2004 20:13:17 -0400
User-agent: Mutt/1.4i

On Thu, Sep 02, 2004 at 07:53:57PM -0400, Daniel Serpell wrote:
> Hi!
> 
> El Thu, Sep 02, 2004 at 04:56:33PM -0400, Jim C. Brown escribio:
> > 
> > The idea is, use XLib when qemu is compiled under a *nix, use Win32 for
> > Windows, the OSX Gui (Aqua?) for Mac OS X, etc. I don't see what the
> > problem here is.
> >
> 
> The problem when using XLib directly is localization, it's hard
> to port your app to other languages. Using Gtk (or other good recent
> libs), the localization problem is already solved.
> 
>         Daniel
> 

This makes sense in general, but in the case of qemu, most of the text
is displayed on stdout (on the console/terminal). Gtk wouldn't make a
difference here, as only the title bar has any text that is send thru the
graphics driver (the text you see in the guest OS, by the time it gets to
SDL/GTK/XLib layer, is just a bunch of pixels). I don't see how localization
applies to qemu. It is true that the help text and such would need to be
localized, but GTK wouldn't help too much for that case anyways.

The only part of qemu that this issue applies to is the caption on the
title bar. Seeing that it is only in one place, this shouldn't be hard to
achieve...

> 
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]