All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] replace tooltips with property windows in HOB
@ 2013-03-05 15:36 Andrei Dinu
  2013-03-05 15:36 ` [PATCH 01/11] added extra variables to cache_extra.py Andrei Dinu
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Andrei Dinu @ 2013-03-05 15:36 UTC (permalink / raw)
  To: bitbake-devel

[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




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

end of thread, other threads:[~2013-03-19 14:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 15:36 [PATCH 00/11] replace tooltips with property windows in HOB Andrei Dinu
2013-03-05 15:36 ` [PATCH 01/11] added extra variables to cache_extra.py Andrei Dinu
2013-03-05 15:36 ` [PATCH 02/11] extended cooker.py variables Andrei Dinu
2013-03-05 15:36 ` [PATCH 03/11] replaced the function that displayed tooltips Andrei Dinu
2013-03-05 15:36 ` [PATCH 04/11] added information for the information dialogs Andrei Dinu
2013-03-05 15:36 ` [PATCH 05/11] new class added for the property windows Andrei Dinu
2013-03-05 15:36 ` [PATCH 06/11] added entries for information dialogs Andrei Dinu
2013-03-05 15:36 ` [PATCH 07/11] added information columns needed for prop dialogs Andrei Dinu
2013-03-05 15:36 ` [PATCH 08/11] added functionality for the information dialogs Andrei Dinu
2013-03-05 15:36 ` [PATCH 09/11] added information so that it displays correctly Andrei Dinu
2013-03-05 15:36 ` [PATCH 10/11] added event for the "All packages" tab Andrei Dinu
2013-03-05 15:36 ` [PATCH 11/11] added events for the "Package Groups" "All recipes Andrei Dinu
2013-03-18 11:05 ` [PATCH 00/11] replace tooltips with property windows in HOB Andrei Dinu
2013-03-19 13:52 ` 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.