X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham01.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=C36U1qlBH0ZdzAFdsd7WYq2W+2cBmD29vB5bePLAWfvzbIB/DONz0SV3CRsC5XIQzhOXs4rheZyUsax+uV0VJTLImherRKGIAFlEWMPD2BIxJ/4oDPxQjwZACKxziiz/; Date: Mon, 26 Mar 2012 22:19:14 -0700 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] RFC: increment dialog patch Message-ID: <20120326221914.4449d8eb@svelte> In-Reply-To: <20120327021423.GA23328@malakian.lan> References: <20120326204111 DOT GA23076 AT malakian DOT lan> <20120327021423 DOT GA23328 AT malakian DOT lan> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-67-160-113-82.hsd1.wa.comcast.net (svelte) [67.160.113.82]:45306 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q2R5JL53002483 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 26 Mar 2012 19:14:23 -0700 Andrew Poelstra wrote: > On Tue, Mar 27, 2012 at 09:10:17AM +1100, Stephen Ecob wrote: > > Thanks Andrew, this is a step forward. > > > > It is a user visible change, but I can't imagine it will break > > anyone's work flow or catch anyone by surprise - it instead > > removes an unpleasant surprise for anyone who discovers the > > increments dialog and expects it to work. > > > > I have removed Alt+G and Alt+Shift+G, which might irritate people. > > > Longer term I'd personally prefer G and Shift-G to cycle > > through a set of user defined grids. I typically use a > > non-linear set of grids like 0.02mm, 0.04mm, 0.1mm and 0.5mm. > > Linear increment +linear decrement is a very blunt tool for > > moving through a set like that. > > That would be nice. If someone were to write up a patch for this, > I'd vouch for it. Great! “[enh] New grids for GTK PCB” This patch is well on its way. I *really* liked it when I tried it. The only major work I think it really needs are: - Fix to build on current pcb; probably needs to be updated to build since major pcb changes (like nanometers conversion). - Store grids using pcb Attribute[] entities instead of a new syntax, to avoid breaking backward compatibility. Regards, Colin