From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UGXrb-0002Ab-2U for mharc-grub-devel@gnu.org; Fri, 15 Mar 2013 12:52:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGXrZ-00027F-5M for grub-devel@gnu.org; Fri, 15 Mar 2013 12:52:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGXrY-0001ru-22 for grub-devel@gnu.org; Fri, 15 Mar 2013 12:52:13 -0400 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:46598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGXrX-0001rb-Qd for grub-devel@gnu.org; Fri, 15 Mar 2013 12:52:11 -0400 Received: by mail-la0-f50.google.com with SMTP id ec20so3917831lab.23 for ; Fri, 15 Mar 2013 09:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=5p3+MuxpIH39qnpNMaB+vlduSMxyY5vSzWgRuICCHDo=; b=rVDqvz27Fmrjygnw2EAAc2HyLO2YUhDpUfewirZWSdInJXY36sWpaCkkD21WU7FvE/ x/QousdtJuuPCW9AGot+OnxEjcF1JRfcVIVYBswtJV7+3ZjJNZx9u11+fYvYfRHKF5os qE+5ZxQcwviOgeb6KUqz6m4/nit1Q92tiftmDk+K1HiwPMYNvmwD1I6XBG7qqDJquuno Cmn2SizYNW2Icehpif8bkfehUYe8xDRhumujlynZoXb0J8WvKfL1/ACf92q83Lchi63g kTMWm7cZnYzCEFAQH9xZ8r7f6eiQUV31cFVTCsbKRu8bC2JrZLfJP/hDgNpx+Yzey1Du 5BpA== X-Received: by 10.152.109.112 with SMTP id hr16mr6370298lab.38.1363366330537; Fri, 15 Mar 2013 09:52:10 -0700 (PDT) Received: from opensuse.site (ppp79-139-243-180.pppoe.spdop.ru. [79.139.243.180]) by mx.google.com with ESMTPS id ng6sm3540368lab.2.2013.03.15.09.52.09 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 15 Mar 2013 09:52:09 -0700 (PDT) Date: Fri, 15 Mar 2013 20:52:08 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [3/4] [PATCH] start angle (option of circular_progress) is measured in unusual quantities Message-ID: <20130315205208.43080e84@opensuse.site> In-Reply-To: <1777262.HjMq9z6GjJ@icedphoenix> References: <1777262.HjMq9z6GjJ@icedphoenix> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 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 16:52:14 -0000 В 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 be more user-friendly) > This has compatibility issue and probably cannot be done without introducing theme file format version. What about adding new parameter name instead (although start_angle_angle looks rather silly)? > > theme.txt: > > before: > start_angle = -64 > after: > start_angle = -90 > > nothing else is affected >