[bitbake-devel] Fwd: [PATCH 00/11] replace tooltips with property windows in HOB

Andrei Dinu andrei.adrianx.dinu at intel.com
Mon Mar 18 11:05:08 UTC 2013


Ping!


-------- Original Message --------
Subject: 	[PATCH 00/11] replace tooltips with property windows in HOB
Date: 	Tue, 5 Mar 2013 17:36:20 +0200
From: 	Andrei Dinu <andrei.adrianx.dinu at intel.com>
To: 	<bitbake-devel at lists.openembedded.org>
CC: 	Andrei Dinu <andrei.adrianx.dinu at intel.com>



[Enhancement 2248] - https://bugzilla.yoctoproject.org/show_bug.cgi?id=2248

Added property windows for recipe selection page, package selection page
and also replaced the tooltips information pages with dialogs.

Andrei Dinu (11):
   added extra variables to cache_extra.py
   extended cooker.py variables
   replaced the function that displayed tooltips
   added information for the information dialogs
   new class added for the property windows.
   added entries for information dialogs
   added information columns needed for prop dialogs
   added functionality for the information dialogs.
   added information so that it displays correctly
   added event for the "All packages" tab
   added events for the "Package Groups" "All recipes

  bitbake/lib/bb/cache_extra.py                      |    9 +
  bitbake/lib/bb/cooker.py                           |    9 +
  bitbake/lib/bb/ui/crumbs/builder.py                |   35 +-
  .../lib/bb/ui/crumbs/hig/advancedsettingsdialog.py |   12 +-
  bitbake/lib/bb/ui/crumbs/hig/propertydialog.py     |  347 ++++++++++++++++++++
  .../lib/bb/ui/crumbs/hig/simplesettingsdialog.py   |   14 +-
  bitbake/lib/bb/ui/crumbs/hoblistmodel.py           |   23 +-
  bitbake/lib/bb/ui/crumbs/hobwidget.py              |   22 +-
  bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |    3 +-
  bitbake/lib/bb/ui/crumbs/packageselectionpage.py   |   13 +-
  bitbake/lib/bb/ui/crumbs/recipeselectionpage.py    |   22 +-
  11 files changed, 472 insertions(+), 37 deletions(-)
  create mode 100644 bitbake/lib/bb/ui/crumbs/hig/propertydialog.py

-- 
1.7.9.5



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20130318/04503fd9/attachment-0001.html>


More information about the bitbake-devel mailing list