From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/11] replace tooltips with property windows in HOB
Date: Mon, 18 Mar 2013 13:05:08 +0200 [thread overview]
Message-ID: <5146F4E4.5040306@intel.com> (raw)
In-Reply-To: <1362497791-30020-1-git-send-email-andrei.adrianx.dinu@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1939 bytes --]
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@intel.com>
To: <bitbake-devel@lists.openembedded.org>
CC: Andrei Dinu <andrei.adrianx.dinu@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
[-- Attachment #2: Type: text/html, Size: 3391 bytes --]
next prev parent reply other threads:[~2013-03-18 11:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Andrei Dinu [this message]
2013-03-19 13:52 ` [PATCH 00/11] replace tooltips with property windows in HOB Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5146F4E4.5040306@intel.com \
--to=andrei.adrianx.dinu@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.