From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UGYsJ-0008UW-En for mharc-grub-devel@gnu.org; Fri, 15 Mar 2013 13:57:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYsE-0008NS-RJ for grub-devel@gnu.org; Fri, 15 Mar 2013 13:57:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGYsD-0000Fy-4W for grub-devel@gnu.org; Fri, 15 Mar 2013 13:56:58 -0400 Received: from mail.csclub.uwaterloo.ca ([129.97.134.52]:51237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYsD-0000Ft-0W for grub-devel@gnu.org; Fri, 15 Mar 2013 13:56:57 -0400 Received: from caffeine.csclub.uwaterloo.ca (caffeine.csclub.uwaterloo.ca [129.97.134.17]) by mail.csclub.uwaterloo.ca (Postfix) with SMTP id 9D5F820BFD for ; Fri, 15 Mar 2013 13:56:55 -0400 (EDT) Received: by caffeine.csclub.uwaterloo.ca (sSMTP sendmail emulation); Fri, 15 Mar 2013 13:56:55 -0400 From: "Lennart Sorensen" Date: Fri, 15 Mar 2013 13:56:55 -0400 To: The development of GNU GRUB Subject: Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities Message-ID: <20130315175655.GC1271@csclub.uwaterloo.ca> References: <1777262.HjMq9z6GjJ@icedphoenix> <20130315205208.43080e84@opensuse.site> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130315205208.43080e84@opensuse.site> User-Agent: Mutt/1.5.20 (2009-06-14) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 129.97.134.52 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Mar 2013 17:57:02 -0000 On Fri, Mar 15, 2013 at 08:52:08PM +0400, Andrey Borzenkov wrote: > =D0=92 Wed, 13 Mar 2013 14:52:13 +0400 > Vladimir Testov =D0=BF=D0=B8=D1=88=D0=B5=D1= =82: >=20 > > In current state, start angle is measured in "parrots", where 1 "parr= ot" =3D 1 /=20 > > 256 of full circle. > >=20 > > With simple patch we can set start angle in degrees (which makes no d= ifference=20 > > for the program, but makes configuration to be more user-friendly) > >=20 >=20 > This has compatibility issue and probably cannot be done without > introducing theme file format version. >=20 > What about adding new parameter name instead (although start_angle_angl= e > looks rather silly)? start_angle_degrees? Could have start_angle_radians too (although it would need floating point to be useful). Could even have start_angle_gradians --=20 Len Sorensen