From patchwork Sat Feb 25 01:34:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/6] Hob tweaks Date: Sat, 25 Feb 2012 01:34:25 -0000 From: Joshua Lock X-Patchwork-Id: 22017 Message-Id: To: bitbake-devel@lists.openembedded.org Here's a first pass of tweaks for the Hob GUI based on a brief interaction with the landing page of the GUI. It's by no means a perfect set of changes, my HIG related tweaks are based on memory and examples in the code that remains from Hob v1. If nothing else the button ordering will need fixing fairly soonish as regular Linux Gtk+ desktop users like myself will soon start clicking the wrong buttons due to the inverted order. Cheers, Joshua CC: Dongxiao Xu The following changes since commit c7486a09310fe63b1aa1b7b0bb9450f306b6093b: bitbake/cooker: terminate when errors found in layer configuration (2012-02-24 23:30:16 +0000) are available in the git repository at: git://github.com/incandescant/bitbake josh/hob https://github.com/incandescant/bitbake/tree/josh/hob Joshua Lock (6): crumbs: Factor common dialogue configuration out crumbs/builder: use the name Hob consistently crumbs: move towards more standard dialogue spacing crumbs: fix button order in several dialogues hig: try to avoid setting explicit dialogue sizes crumbs/hig: tweak UI and layout of LayerSelectionDialog lib/bb/ui/crumbs/builder.py | 56 +++++++++++----------- lib/bb/ui/crumbs/hig.py | 102 +++++++++++++++++++--------------------- lib/bb/ui/crumbs/hobwidget.py | 12 ++-- 3 files changed, 82 insertions(+), 88 deletions(-)