Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WrMqG-0008Cp-LM for bitcoin-development@lists.sourceforge.net; Mon, 02 Jun 2014 07:39:36 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.223.178 as permitted sender) client-ip=209.85.223.178; envelope-from=laanwj@gmail.com; helo=mail-ie0-f178.google.com; Received: from mail-ie0-f178.google.com ([209.85.223.178]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WrMqF-00028t-JJ for bitcoin-development@lists.sourceforge.net; Mon, 02 Jun 2014 07:39:36 +0000 Received: by mail-ie0-f178.google.com with SMTP id rl12so4140759iec.9 for ; Mon, 02 Jun 2014 00:39:29 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.87.102 with SMTP id w6mr17281169igz.31.1401694769769; Mon, 02 Jun 2014 00:39:29 -0700 (PDT) Received: by 10.64.60.195 with HTTP; Mon, 2 Jun 2014 00:39:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 2 Jun 2014 09:39:29 +0200 Message-ID: From: Wladimir To: Angel Leon Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -1.6 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (laanwj[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1WrMqF-00028t-JJ Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] [QT] Feature proposal: Displaying current Units/Changing Units with status bar control. X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 07:39:36 -0000 On Fri, May 30, 2014 at 6:39 PM, Angel Leon wrote: > > Here's how it looks (see attachment), just wanted to get feedback, if this > is something you also consider valuable in terms of user experience, or > maybe you don't want to allow any more controls on the status bar (because > then people will want to add more and more) Looks good to me. Though we already allow specifying a unit in all places where the user can specify a BTC amount. We also already show the unit in all places where amounts are shown, except the tables, would be good to add a [unit] in the header there as well, see https://github.com/bitcoin/bitcoin/issues/3970 . If that is done, I'm not sure how much a global setting in the status bar would add. It may make it more apparent to the user that multiple units can be selected. Wladimir