On 05.03.2012 02:35, Samuel Thibault wrote:
Vladimir 'φ-coder/phcoder' Serbinenko, le Mon 05 Mar 2012 02:30:11 +0100, a
écrit :
6) menuentry --enabled 0|1
It's a good practice to show menuentries even if they are not applicable
in different situations (that's common for all major menu systems).
On 27.02.2012 00:08, Andreas Born wrote:
Attached patch introduces a new environment variable hotkey_action. It
can be set to select or execute, whereas the latter is the default. So
the default behaviour doesn't change. With select set instead a menu
entry is just selected and not executed/boo
Vladimir 'φ-coder/phcoder' Serbinenko, le Mon 05 Mar 2012 02:30:11 +0100, a
écrit :
> >6) menuentry --enabled 0|1
> >It's a good practice to show menuentries even if they are not applicable
> >in different situations (that's common for all major menu systems). If a
> >menu entry is disabled, it is
On 05.03.2012 02:13, Andreas Vogel wrote:
I took the last few nights to divide my previously submitted huge patch
into logical parts (around 10 patches now). Some of them I've submitted
already.
So right now it seems to me that it's useless to waste your time (and my
time too) to submit more pat
I took the last few nights to divide my previously submitted huge patch
into logical parts (around 10 patches now). Some of them I've submitted
already.
So right now it seems to me that it's useless to waste your time (and my
time too) to submit more patches or even to discuss them due to code
fre
On 05.03.2012 01:20, Andreas Vogel wrote:
Am 05.03.2012 01:03, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
options? Any special reason?
2) Why do you refuse to allow short options for all of the menuentry
Because it shares the space with options to menuentry.
Don't understand what you mean.
Am 05.03.2012 01:03, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
>> options? Any special reason?
> 2) Why do you refuse to allow short options for all of the menuentry
> Because it shares the space with options to menuentry.
Don't understand what you mean. What is shared?
>> 3) Wouldn't it be a
On 05.03.2012 00:51, Andreas Vogel wrote:
Am 03.03.2012 14:37, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
=== modified file 'grub-core/commands/menuentry.c'
--- grub-core/commands/menuentry.c 2012-02-26 16:28:05 +
+++ grub-core/commands/menuentry.c 2012-03-03 12:11:30 +
@@
Am 03.03.2012 14:37, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
> === modified file 'grub-core/commands/menuentry.c'
> --- grub-core/commands/menuentry.c2012-02-26 16:28:05 +
> +++ grub-core/commands/menuentry.c2012-03-03 12:11:30 +
> @@ -36,6 +36,8 @@
> N_("Keyboard key t
Am 04.03.2012 23:48, schrieb Andreas Vogel:
First of all thanks for your detailed comment.
Am 04.03.2012 22:03, schrieb Andreas Born:
Am 04.03.2012 18:55, schrieb Andreas Vogel:
Please let me summarize this issue after thinking about it again:
Right now the submenu command opens a new context
does not scale the image to 20x20. See screenshot: bug-image-scaling-2.png.
The image is actually scaled to fit the area between 80% and 100% of the
screen's dimension.
It's because image exercises pressure in order to be at least as big as
source image. We could add a new parameter mini
First of all thanks for your detailed comment.
Am 04.03.2012 22:03, schrieb Andreas Born:
> Am 04.03.2012 18:55, schrieb Andreas Vogel:
>> Please let me summarize this issue after thinking about it again:
>>
>> Right now the submenu command opens a new context. All exported vars in
>> the parent
Am 04.03.2012 13:17, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
You forget the case line_start = 0. Please try:
-for (i = k - 1; i > (signed) line_start - 1 && i >= 0;
+for (i = k - 1; i >= 0 && (unsigned) i >= line_start;
Fixes it here with gcc 4.5.2. But now getting:
gcc
On 04.03.2012 22:13, Andreas Born wrote:
Any problem with this patch? Or why is there no comment? I know, it's
really long. ;)
In fact, if possible, I'd be very happy if we can still get this into
2.00.
It can't it arrived too late in release cycle.
Am 27.02.2012 00:08, schrieb Andreas Bor
Any problem with this patch? Or why is there no comment? I know, it's
really long. ;)
In fact, if possible, I'd be very happy if we can still get this into 2.00.
Am 27.02.2012 00:08, schrieb Andreas Born:
Attached patch introduces a new environment variable hotkey_action. It
can be set to sele
Am 04.03.2012 18:55, schrieb Andreas Vogel:
Please let me summarize this issue after thinking about it again:
Right now the submenu command opens a new context. All exported vars in
the parent context are also exported to the new context of the submenu.
This is the same behaviour like for Unix s
Hi,
Attached patch fixes "too few arguments" error during compile of
grub_lib.c in lua grub-extras.
Compile error -
/media/Source_Codes/Source_Codes/Boot_Managers/ALL/grub/Source__GIT_BZR/grub__GIT_BZR/grub-core/contrib/lua/grub_lib.c:
In function 'grub_lua_add_menu':
/media/Source_Codes/Sour
Am 04.03.2012 17:16, schrieb Andreas Vogel:
> Am 04.03.2012 15:10, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
>> On 04.03.2012 14:47, Andreas Vogel wrote:
>>> Am 04.03.2012 14:18, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
On 04.03.2012 14:08, Andreas Vogel wrote:
> Hi all,
>
>
Am 04.03.2012 15:10, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
> On 04.03.2012 14:47, Andreas Vogel wrote:
>> Am 04.03.2012 14:18, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
>>> On 04.03.2012 14:08, Andreas Vogel wrote:
Hi all,
This tiny patch makes exported variables really
Hi
I is new here and thought it would be a good idea to contribute to the
project seen as i been using grub for so long.
Not sure what the current status or idea is for setting the install
environment, eg qemu, multiboot, pc etc. There is lots of junk info
floating around the net concerning Bios
On 04.03.2012 14:47, Andreas Vogel wrote:
Am 04.03.2012 14:18, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
On 04.03.2012 14:08, Andreas Vogel wrote:
Hi all,
This tiny patch makes exported variables really global. Right now
exported variables are set in the context of a submenu when running
Am 04.03.2012 14:18, schrieb Vladimir 'φ-coder/phcoder' Serbinenko:
> On 04.03.2012 14:08, Andreas Vogel wrote:
>> Hi all,
>>
>> This tiny patch makes exported variables really global. Right now
>> exported variables are set in the context of a submenu when running it.
>> But any changes to those
On 04.03.2012 14:08, Andreas Vogel wrote:
Hi all,
This tiny patch makes exported variables really global. Right now
exported variables are set in the context of a submenu when running it.
But any changes to those vars are lost when leaving the submenu. This
patch sets and exports all vars in the
Hi all,
This tiny patch makes exported variables really global. Right now
exported variables are set in the context of a submenu when running it.
But any changes to those vars are lost when leaving the submenu. This
patch sets and exports all vars in the calling context for the submenu
which are e
Am 03.03.2012 22:30, schrieb Andreas Vogel:
>>> - new static function parse_key()
>>> - hotkey aliases are now case insensitive
>>> - additional hotkey aliases
>> All added aliases conflict with normal function of these keys (arrows
>> and pages)
> Yes, I know. But it doe
On 01.03.2012 20:15, Lennart Sorensen wrote:
On Thu, Mar 01, 2012 at 01:37:10PM -0500, Lennart Sorensen wrote:
gcc-4.4 -DHAVE_CONFIG_H -I. -I../../../grub-core -I.. -Wall -W -I../../../include
-I../include -DGRUB_MACHINE_EMU=1 -DGRUB_MACHINE=POWERPC_EMU -DGRUB_TARGET_CPU_POWERPC=1
-m32 -DGRU
26 matches
Mail list logo