All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] bitbake+hob: templates enhancement
@ 2013-07-17 10:35 Cristiana Voicu
  2013-07-17 10:35 ` [PATCH 01/14] hob: labelling changes in Hob Cristiana Voicu
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Cristiana Voicu @ 2013-07-17 10:35 UTC (permalink / raw)
  To: bitbake-devel

This set implements the templates functionality in Hob.
There are two new files, with two different dialogs.
The changes are in bitbake and Hob.

Cristiana Voicu (14):
  hob: labelling changes in Hob
  hob: create save image dialog used to save a template
  hob/bitbake: create a template (a .bb file) from hob through bitbake
  hob/bitbake: save the description of a custom image
  hob: make changes in order to permit from UI to edit an image after
    saving it
  hob & bitbake: append a value to a variable from hob throught bitbake
  hob: change the name and description for the saveimagedialog
  hob: the saved image should be editable
  bitbake: when an image is saved, it should require an image from
    layers
  hob: changes to image combo box
  hob: retrieve file name of an image
  hob: implement the "retrieve image dialog" + changes to image combo
    box
  bitbake: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL
  hob: set focus on entry name when the name is not correct

 bitbake/lib/bb/command.py                          |   12 +-
 bitbake/lib/bb/cooker.py                           |   75 ++++++++--
 bitbake/lib/bb/data.py                             |    4 +
 bitbake/lib/bb/ui/crumbs/builder.py                |   15 ++
 .../lib/bb/ui/crumbs/hig/retrieveimagedialog.py    |   49 +++++++
 bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py    |  151 ++++++++++++++++++++
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py        |   29 +++-
 bitbake/lib/bb/ui/crumbs/hoblistmodel.py           |   40 ++++--
 bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py |   70 +++++++--
 bitbake/lib/bb/ui/crumbs/imagedetailspage.py       |   37 ++++-
 10 files changed, 438 insertions(+), 44 deletions(-)
 create mode 100644 bitbake/lib/bb/ui/crumbs/hig/retrieveimagedialog.py
 create mode 100644 bitbake/lib/bb/ui/crumbs/hig/saveimagedialog.py

-- 
1.7.9.5



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

end of thread, other threads:[~2013-07-22 16:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-17 10:35 [PATCH 00/14] bitbake+hob: templates enhancement Cristiana Voicu
2013-07-17 10:35 ` [PATCH 01/14] hob: labelling changes in Hob Cristiana Voicu
2013-07-22 16:44   ` Paul Eggleton
2013-07-17 10:35 ` [PATCH 02/14] hob: create save image dialog used to save a template Cristiana Voicu
2013-07-17 10:35 ` [PATCH 03/14] hob/bitbake: create a template (a .bb file) from hob through bitbake Cristiana Voicu
2013-07-17 10:35 ` [PATCH 04/14] hob/bitbake: save the description of a custom image Cristiana Voicu
2013-07-17 10:35 ` [PATCH 05/14] hob: make changes in order to permit from UI to edit an image after saving it Cristiana Voicu
2013-07-17 10:35 ` [PATCH 06/14] hob & bitbake: append a value to a variable from hob throught bitbake Cristiana Voicu
2013-07-17 10:35 ` [PATCH 07/14] hob: change the name and description for the saveimagedialog Cristiana Voicu
2013-07-17 10:35 ` [PATCH 08/14] hob: the saved image should be editable Cristiana Voicu
2013-07-17 10:35 ` [PATCH 09/14] bitbake: when an image is saved, it should require an image from layers Cristiana Voicu
2013-07-19 15:18   ` Chris Larson
2013-07-17 10:35 ` [PATCH 10/14] hob: changes to image combo box Cristiana Voicu
2013-07-17 10:35 ` [PATCH 11/14] hob: retrieve file name of an image Cristiana Voicu
2013-07-17 10:35 ` [PATCH 12/14] hob: implement the "retrieve image dialog" + changes to image combo box Cristiana Voicu
2013-07-17 10:35 ` [PATCH 13/14] bitbake: save packages in IMAGE_INSTALL instead of PACKAGE_INSTALL Cristiana Voicu
2013-07-17 10:35 ` [PATCH 14/14] hob: set focus on entry name when the name is not correct Cristiana Voicu
2013-07-17 10:37 ` [PATCH 00/14] bitbake+hob: templates enhancement Voicu, Cristiana

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.