Smth like that?
(presumed "documentation update - draft" patch is applied)
On Friday, April 19, 2013 06:16:36 PM Andrey Borzenkov wrote:
> В Fri, 12 Apr 2013 11:27:21 +0400
>
> Vladimir Testov пишет:
> > >I think "XXX deg" is enough. It avoids confusion with single/plural
> > >forms and we just
В Fri, 12 Apr 2013 11:27:21 +0400
Vladimir Testov пишет:
> >I think "XXX deg" is enough. It avoids confusion with single/plural
> >forms and we just need something to distinguish from plain number.
>
> Maybe we should use all three keywords - "deg", "degree", "degrees" ?
>
I do not see any rea
>I think "XXX deg" is enough. It avoids confusion with single/plural
>forms and we just need something to distinguish from plain number.
Maybe we should use all three keywords - "deg", "degree", "degrees" ?
>Please add also documentation for it.
Ok. Please tell me where and how should I do it. :
Oh, I think that version of patch is safer.
--
With best regards,
___
Vladimir Testov, ROSA Laboratory.
www.rosalab.rudiff -Naur grub-2.00/grub-core/gfxmenu/gui_circular_progress.c grub-new/grub-core/gfxmenu/gui_circular_progress.c
--- grub-2.00/grub-core/gfxmenu/gui_ci
В Thu, 11 Apr 2013 19:48:35 +0400
Vladimir Testov пишет:
> Like that? :)
>
> use
> start_angle = "XXX degree"
> or start_angle = "XXX degrees"
I think "XXX deg" is enough. It avoids confusion with single/plural
forms and we just need something to distinguish from plain number.
Please add also
Like that? :)
use
start_angle = "XXX degree"
or start_angle = "XXX degrees"
for setting angle in degrees
use
start_angle = "XXX rad"
or start_angle = "XXX rads"
for setting angle int rads
or use
start_angle = XXX
for setting angle in "parrots", like it was before
--
With best regards,
Like that? :)
Use
start_angle = "XXX degree"
start_angle = "XXX degrees"
for setting angle in degrees
start_angle = "XXX rad"
start_angle = "XXX rads"
for setting angle in rads
or use
start_angle = XXX
for usual behaviour (in parrots)
--
With best regards,
___
Vladi
On 20.03.2013 08:41, Vladimir Testov wrote:
> new option: start_angle_degrees
>
> maybe like that? :)
>
Using a different option for the same thing just expressed in different
units isn't good or natural. It's more natural to use unit modifiers like
start_angle = "90°" or start_angle = "90 deg"
new option: start_angle_degrees
maybe like that? :)
--
With best regards,
___
Vladimir Testov, ROSA Laboratory.
www.rosalab.rudiff -Naur grub-2.00/grub-core/gfxmenu/gui_circular_progress.c grub-new2/grub-core/gfxmenu/gui_circular_progress.c
--- grub-2.00/grub-core/gfx
On 15.03.2013 18:56, Lennart Sorensen wrote:
> On Fri, Mar 15, 2013 at 08:52:08PM +0400, Andrey Borzenkov wrote:
>> В Wed, 13 Mar 2013 14:52:13 +0400
>> Vladimir Testov пишет:
>>
>>> In current state, start angle is measured in "parrots", where 1 "parrot" =
>>> 1 /
>>> 256 of full circle.
>>>
>
On 15.03.2013 17:52, Andrey Borzenkov wrote:
> В Wed, 13 Mar 2013 14:52:13 +0400
> Vladimir Testov пишет:
>
>> In current state, start angle is measured in "parrots", where 1 "parrot" = 1
>> /
>> 256 of full circle.
>>
>> With simple patch we can set start angle in degrees (which makes no
>>
On 13.03.2013 11:52, Vladimir Testov wrote:
> In current state, start angle is measured in "parrots", where 1 "parrot" = 1
> /
> 256 of full circle.
>
> With simple patch we can set start angle in degrees (which makes no
> difference
> for the program, but makes configuration to be more user-
On Fri, Mar 15, 2013 at 08:52:08PM +0400, Andrey Borzenkov wrote:
> В Wed, 13 Mar 2013 14:52:13 +0400
> Vladimir Testov пишет:
>
> > In current state, start angle is measured in "parrots", where 1 "parrot" =
> > 1 /
> > 256 of full circle.
> >
> > With simple patch we can set start angle in de
В Wed, 13 Mar 2013 14:52:13 +0400
Vladimir Testov пишет:
> In current state, start angle is measured in "parrots", where 1 "parrot" = 1
> /
> 256 of full circle.
>
> With simple patch we can set start angle in degrees (which makes no
> difference
> for the program, but makes configuration to
In current state, start angle is measured in "parrots", where 1 "parrot" = 1 /
256 of full circle.
With simple patch we can set start angle in degrees (which makes no difference
for the program, but makes configuration to be more user-friendly)
theme.txt:
before:
start_angle = -64
after:
15 matches
Mail list logo