All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Bug fixes and optimisations for hob
@ 2011-08-30 18:08 Joshua Lock
  2011-08-30 18:08 ` [PATCH 1/6] ui/crumbs/tasklistmodel: don't add same item to binb column more than once Joshua Lock
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Joshua Lock @ 2011-08-30 18:08 UTC (permalink / raw)
  To: bitbake-devel

This series includes two bug fixes and a brace of patches to speed up some
operations on the gtk.ListStore that became apparent as I was reviewing the
code for the bug fixes.

Regards,
Joshua

The following changes since commit 6555a77c199f41bf35460138764e03e30c56d29f:

  data_smart.py: make use of expand cache in getVar() (2011-08-29 14:13:25 +0100)

are available in the git repository at:
  git://github.com/incandescant/bitbake hob
  https://github.com/incandescant/bitbake/tree/hob

Joshua Lock (6):
  ui/crumbs/tasklistmodel: don't add same item to binb column more than
    once
  ui/crumbs/tasklistmodel: prevent packages depending on each other
  ui/crumbs/tasklistmodel: optimise find_path_for_item()
  ui/crumbs/tasklistmodel: remove unnecessary check
  ui/crumbs/tasklistmodel: loop optimisation in include_item()
  ui/crumbs/tasklistmodel: don't add empty entries to COL_BINB

 lib/bb/ui/crumbs/tasklistmodel.py |   68 +++++++++++++++++--------------------
 1 files changed, 31 insertions(+), 37 deletions(-)

-- 
1.7.6




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-08-30 21:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 18:08 [PATCH 0/6] Bug fixes and optimisations for hob Joshua Lock
2011-08-30 18:08 ` [PATCH 1/6] ui/crumbs/tasklistmodel: don't add same item to binb column more than once Joshua Lock
2011-08-30 18:08 ` [PATCH 2/6] ui/crumbs/tasklistmodel: prevent packages depending on each other Joshua Lock
2011-08-30 18:08 ` [PATCH 3/6] ui/crumbs/tasklistmodel: optimise find_path_for_item() Joshua Lock
2011-08-30 18:08 ` [PATCH 4/6] ui/crumbs/tasklistmodel: remove unnecessary check Joshua Lock
2011-08-30 18:08 ` [PATCH 5/6] ui/crumbs/tasklistmodel: loop optimisation in include_item() Joshua Lock
2011-08-30 18:08 ` [PATCH 6/6] ui/crumbs/tasklistmodel: don't add empty entries to COL_BINB Joshua Lock
2011-08-30 20:58 ` [PATCH 0/6] Bug fixes and optimisations for hob Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.