Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Fri, Oct 9, 2009 at 5:46 AM, Michal Suchanek wrote: >> 2009/10/8 Bean : >>> On Thu, Oct 8, 2009 at 7:18 PM, Michal Suchanek wrote: > 2, You should use far position as you want to extend the widget at the > far side (top). This dependency is a problem. The r

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Fri, Oct 9, 2009 at 5:34 AM, Michal Suchanek wrote: >> 2009/10/8 Bean : >>> On Thu, Oct 8, 2009 at 7:26 PM, Michal Suchanek wrote: I am not sure this is the right approach. Style writers should be free to style any widget without special support in the wi

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Fri, Oct 9, 2009 at 7:48 PM, Michal Suchanek wrote: > 2009/10/9 Bean : >> On Fri, Oct 9, 2009 at 5:46 AM, Michal Suchanek wrote: >>> 2009/10/8 Bean : On Thu, Oct 8, 2009 at 7:18 PM, Michal Suchanek wrote: >> 2, You should use far position as you want to extend the widget at the

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Fri, Oct 9, 2009 at 7:52 PM, Michal Suchanek wrote: > Yes, that's nice to name the dialog so that it can be styled more easily. > > However, the text has no style assigned. Still the user should be able > to do something like > > popup text { font-face: sans } > > or > >  .dialog.mesasge text {

Re: 16-bit bootloader support?

2009-10-09 Thread James Courtier-Dutton
2009/10/7 Gabe Black : > > So I have a real-time OS named Pharlap that has a 16-bit bootloader that > ends up switching to 32-bit protected mode and loads the OS.  I think it > relies on the first sector of the partition being loaded and execution > simply started - but in real-mode. > > Is there a

Re: 16-bit bootloader support?

2009-10-09 Thread Bogdan
Well yes, that's exactly what this discussion was about, wasn't it? :) Cheers, Bogdan - Original Message From: James Courtier-Dutton To: The development of GRUB 2 Sent: Fri, October 9, 2009 4:06:45 PM Subject: Re: 16-bit bootloader support? 2009/10/7 Gabe Black : > > So I have a re

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Fri, Oct 9, 2009 at 7:52 PM, Michal Suchanek wrote: >> Yes, that's nice to name the dialog so that it can be styled more easily. >> >> However, the text has no style assigned. Still the user should be able >> to do something like >> >> popup text { font-face: sans } >> >> or

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Fri, Oct 9, 2009 at 10:20 PM, Michal Suchanek wrote: > 2009/10/9 Bean : >> On Fri, Oct 9, 2009 at 7:52 PM, Michal Suchanek wrote: >>> Yes, that's nice to name the dialog so that it can be styled more easily. >>> >>> However, the text has no style assigned. Still the user should be able >>> to

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Fri, Oct 9, 2009 at 10:20 PM, Michal Suchanek wrote: >> 2009/10/9 Bean : >>> On Fri, Oct 9, 2009 at 7:52 PM, Michal Suchanek wrote: Yes, that's nice to name the dialog so that it can be styled more easily. However, the text has no style assigned. Still the use

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
Hi, Update: Change extend property, now it should be set in the children widget, for example, to draw a toolbar: screen { direction = bottom_to_top panel { class = frame } panel { direction = left_to_right extend = 1 panel { extend = 1 class = frame } panel { extend = 1

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Fri, Oct 9, 2009 at 11:57 PM, Michal Suchanek wrote: > I am suggesting an interface that allows style commands like > > style { > > (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Fri, Oct 9, 2009 at 11:57 PM, Michal Suchanek wrote: >> I am suggesting an interface that allows style commands like >> >> style { >> >> (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Sat, Oct 10, 2009 at 12:29 AM, Michal Suchanek wrote: > 2009/10/9 Bean : >> On Fri, Oct 9, 2009 at 11:57 PM, Michal Suchanek wrote: >>> I am suggesting an interface that allows style commands like >>> >>> style { >>> >>> (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread richardvo...@gmail.com
> I am suggesting an interface that allows style commands like > > style { > > (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 richardvo...@gmail.com : >> I am suggesting an interface that allows style commands like >> >> style { >> >> (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Sat, Oct 10, 2009 at 12:29 AM, Michal Suchanek wrote: >> 2009/10/9 Bean : >>> On Fri, Oct 9, 2009 at 11:57 PM, Michal Suchanek >>> wrote: I am suggesting an interface that allows style commands like style { (class==button).(text==OK) {

Re: Creating an (Apple) EFI bootable media

2009-10-09 Thread Michal Suchanek
2009/10/2 Peter Cros : > OSX bless works for me with grub.efi in any hfsplus partition using the form >   bless --folder /xyz  --file /xyz/grub/grub.efi > (if the file paths are correct - I use GUI and drag the file icon onto a > terminal commandline) > > However it is not always necessary to bless

Re: Macbook, Efi, Display mode

2009-10-09 Thread Michal Suchanek
2009/10/4 Bean : > On Mon, Oct 5, 2009 at 1:27 AM, Stefan Bienert > wrote: >> Bean wrote: >>> On Sun, Oct 4, 2009 at 10:45 PM, Stefan Bienert >>> wrote: Peter Cros wrote: > There is a grub.efi binary with the double buffering fix and menutest   > from > Bean here on Ubuntuforms.o

Re: Macbook, Efi, Display mode

2009-10-09 Thread Stefan Bienert
Hi again, thanks for that hint. I will try the new beta-3 next week. More than busy this weekend. BTW, what kernel options/ version do I need for gfxterm? Just in case that's my problem and everybody is searching in the wrong place ;-) greetings, Stefan > > For me gfxterm works on an iMac wit

Re: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU

2009-10-09 Thread Robert Millan
On Thu, Oct 08, 2009 at 12:12:11PM +0200, Felix Zielcke wrote: > Am Mittwoch, den 07.10.2009, 23:13 +0200 schrieb Robert Millan: > > > (grub_cpuid_has_longmode): ... this. Update all users. Remove > > `unsigned' attribute. > > I think that should be `static' not `unsigned': > >

Re: Fw: 16-bit bootloader support?

2009-10-09 Thread Robert Millan
On Fri, Oct 09, 2009 at 02:21:06AM +0200, Vladimir 'phcoder' Serbinenko wrote: > Bogdan wrote: > > The difference is basically that you have no paging, the linear address is > > the same as the physical address, no virtual 8086 mode, no way of going > > back to real mode, the segment address insi

Re: Fw: 16-bit bootloader support?

2009-10-09 Thread Bogdan
Again, sorry for the top-down mail. There will be a patch just as soon as I get a bit of spare time (this weekend might be a good opportunity). All I have now is a hack that will work for my system under well-known conditions. Cheers, Bogdan - Original Message From: Robert Millan To:

Re: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU

2009-10-09 Thread Robert Millan
Hi, I didn't notice this mail untill a few minutes ago (was still in fetch queue), so my first patch was already checked in. On Fri, Oct 09, 2009 at 01:10:12AM +0200, Vladimir 'phcoder' Serbinenko wrote: > >Index: include/grub/i386/cpuid.h > >=

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread richardvo...@gmail.com
On Fri, Oct 9, 2009 at 12:09 PM, Michal Suchanek wrote: > 2009/10/9 richardvo...@gmail.com : >>> I am suggesting an interface that allows style commands like >>> >>> style { >>> >>> (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Sat, Oct 10, 2009 at 1:27 AM, Michal Suchanek wrote: > 2009/10/9 Bean : >> On Sat, Oct 10, 2009 at 12:29 AM, Michal Suchanek >> wrote: >>> 2009/10/9 Bean : On Fri, Oct 9, 2009 at 11:57 PM, Michal Suchanek wrote: > I am suggesting an interface that allows style commands like >>

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Sat, Oct 10, 2009 at 2:28 AM, richardvo...@gmail.com wrote: > On Fri, Oct 9, 2009 at 12:09 PM, Michal Suchanek wrote: >> 2009/10/9 richardvo...@gmail.com : I am suggesting an interface that allows style commands like style { (class==button).(text==OK) {

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 richardvo...@gmail.com : > On Fri, Oct 9, 2009 at 12:09 PM, Michal Suchanek wrote: >> 2009/10/9 richardvo...@gmail.com : I am suggesting an interface that allows style commands like style { (class==button).(text==OK) {

Re: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU

2009-10-09 Thread Vladimir 'phcoder' Serbinenko
Robert Millan wrote: > Hi, > > I didn't notice this mail untill a few minutes ago (was still in fetch > queue), so my first patch was already checked in. > > On Fri, Oct 09, 2009 at 01:10:12AM +0200, Vladimir 'phcoder' Serbinenko wrote: > >>> Index: include/grub/i386/cpuid.h >>>

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Michal Suchanek
2009/10/9 Bean : > On Sat, Oct 10, 2009 at 1:27 AM, Michal Suchanek wrote: >> 2009/10/9 Bean : >>> On Sat, Oct 10, 2009 at 12:29 AM, Michal Suchanek >>> wrote: 2009/10/9 Bean : > On Fri, Oct 9, 2009 at 11:57 PM, Michal Suchanek > wrote: >> I am suggesting an interface that all

Re: Macbook, Efi, Display mode

2009-10-09 Thread Michal Suchanek
2009/10/9 Stefan Bienert : > Hi again, > > thanks for that hint. I will try the new beta-3 next week. More than > busy this weekend. It's built from the Bean's repo so the version number is somewhat misleading. I can upload the build somewhere so you can try if it works for you or not or I can wr

Re: Macbook, Efi, Display mode

2009-10-09 Thread Stefan Bienert
Michal Suchanek wrote: > 2009/10/9 Stefan Bienert : >> Hi again, >> >> thanks for that hint. I will try the new beta-3 next week. More than >> busy this weekend. > > It's built from the Bean's repo so the version number is somewhat misleading. > > I can upload the build somewhere so you can try i

Re: [GITGRUB] New menu interface (implementation)

2009-10-09 Thread Bean
On Sat, Oct 10, 2009 at 4:41 AM, Michal Suchanek wrote: > 2009/10/9 Bean : >> On Sat, Oct 10, 2009 at 1:27 AM, Michal Suchanek wrote: >>> 2009/10/9 Bean : On Sat, Oct 10, 2009 at 12:29 AM, Michal Suchanek wrote: > 2009/10/9 Bean : >> On Fri, Oct 9, 2009 at 11:57 PM, Michal Suc