From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D4F10E00997; Mon, 11 May 2015 12:50:58 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.170 listed in list.dnswl.org] Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7F055E004F6 for ; Mon, 11 May 2015 12:50:57 -0700 (PDT) Received: by wizk4 with SMTP id k4so120317302wiz.1 for ; Mon, 11 May 2015 12:50:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=fxeg8xMn+kDgqEyiD5P/IjpwxqhMK7bCUetz/aDXp0s=; b=ewQYOp0V295mb/lM/y2ono9pHruVXA74TCm7TW9Vc8GZuz93DGIC6W05zNjVCzScg5 +YohJZp7hQMqrRqkBfLMrUyMziUhgdpFU1Q6dz/AdLPrgNhtfG8a+mJ2RXCJfgPxYyoP 4vYzMNDsnQ5ikp2QoeDsxjO1GaoMwyACZ4tknZ+i1oUw05vFu7IY8dsJNNm9e/lXk0Vr 36v1UkUsIw2UVcQMKVmlawNPqRHPC9q/eIyYrcbyZAF0gyrWgnjrYnrnoRqsLgxnvP06 fk3XBlnvXORXbWsT8VFN9exCD28X3CBCF40OrHBg5m5EvxTgoEmPRhLLu0J+6ZLPrS/u 2ukA== X-Gm-Message-State: ALoCoQkVjaoctopr2gAffAe7hShIrtFceYUYbDtoTHtGKqMmJLyL4ls3+ESrNGYMzziBAgNOngCq X-Received: by 10.194.216.230 with SMTP id ot6mr23772953wjc.68.1431373856508; Mon, 11 May 2015 12:50:56 -0700 (PDT) Received: from [192.168.2.74] ([83.217.123.106]) by mx.google.com with ESMTPSA id y7sm24305004wjw.16.2015.05.11.12.50.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 12:50:55 -0700 (PDT) Message-ID: <5551081F.6040505@intel.com> Date: Mon, 11 May 2015 20:50:55 +0100 From: Michael Wood User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "toaster@yoctoproject.org" Subject: [review-request] michaelw/table-porting X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 19:50:58 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit commit 2951e0228000ad9bbd40b96e33a46ff0ad53dd45 Author: Michael Wood Date: Mon May 11 18:51:28 2015 +0100 bitbake: toaster: Port All recipes, layers and machines to ToasterTables Port of the main tables to the new ToasterTable widget. Signed-off-by: Michael Wood commit 5f2ba9929b6d724bbf211c1461c009c4cb5345c3 Author: Michael Wood Date: Fri May 8 17:24:11 2015 +0100 bitbake: toaster: Add toaster table widget This widget provides a common client and backend widget to support presenting data tables in Toaster. It provides; data loading, paging, page size, ordering, filtering, column toggling, caching, column defaults, counts and search. Signed-off-by: Michael Wood