From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SA0Ed-0002jZ-8V for bitbake-devel@lists.openembedded.org; Tue, 20 Mar 2012 15:40:27 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2KEVXSL010970; Tue, 20 Mar 2012 14:31:33 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10757-02; Tue, 20 Mar 2012 14:31:29 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2KEVNTv010964 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Mar 2012 14:31:24 GMT Message-ID: <1332253885.9740.91.camel@ted> From: Richard Purdie To: Shane Wang Date: Tue, 20 Mar 2012 14:31:25 +0000 In-Reply-To: References: X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH 00/11] [V4]Hob Notebook Implementation and Others X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 14:40:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-03-20 at 22:40 +0800, Shane Wang wrote: > This patchset is > - to implement Hob self-defined notebook, and use it in the build details page. > - to clean up the code per the comments from the community. > (In order to make it readable, we did them in separate patches) > > Compared with V3 version, this version temporarily removed the patches for > - to improve the build log with the animation of the refresh icon. > - to add proxy support in the Settings dialog. > > Because the updated patches are not ready so far per the comments from the community. Merged to master, thanks! Richard