Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-04-23 Thread Vladimir Testov
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

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-04-19 Thread Andrey Borzenkov
В 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

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-04-12 Thread 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" ? >Please add also documentation for it. Ok. Please tell me where and how should I do it. :

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-04-11 Thread Vladimir Testov
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

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-04-11 Thread Andrey Borzenkov
В 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

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-04-11 Thread Vladimir Testov
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,

Re: [3/4] [PATCH] start angle (option of circular_progress)

2013-04-11 Thread Vladimir Testov
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

Re: [3/4] [PATCH] start angle (option of circular_progress)

2013-04-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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"

Re: [3/4] [PATCH] start angle (option of circular_progress)

2013-03-20 Thread Vladimir Testov
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

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-03-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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. >>> >

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-03-19 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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 >>

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-03-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
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-

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-03-15 Thread Lennart Sorensen
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

Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-03-15 Thread Andrey Borzenkov
В 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

[3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities

2013-03-13 Thread 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 be more user-friendly) theme.txt: before: start_angle = -64 after: