All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Timo Müller" <mail@timomueller.eu>
To: "Zhang, Jessica" <jessica.zhang@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	Timo Mueller <timo.mueller@bmw-carit.de>
Subject: Re: [RFC v2 00/18][eclipse-poky] Storing yocto settings as target profiles
Date: Mon, 04 Feb 2013 08:28:44 +0100	[thread overview]
Message-ID: <510F632C.3050100@timomueller.eu> (raw)
In-Reply-To: <C6510F6D410BB64A8C15398EDC6B847C57DDCD3B@ORSMSX101.amr.corp.intel.com>

Hi Jessica,

Zhang, Jessica wrote, On 31.01.2013 20:28:
> Hi Timo,
>
> I'm having a hard time figuring out the sequence of this patch series.
> You have 01/18-09/18, then 10/17 is obsolete, then you have things
 > like 12/18 and 12/17 and some have XX/18 and some have XX/17.

Sorry, for this mess! I accidentally mixed two versions of the patch
set in the folder I was running git send-email in.

 > Can you do some cleanup and resend?

Sure. I will resend as v3.

>
> Thanks,
> Jessica
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Timo Mueller
> Sent: Wednesday, January 30, 2013 5:56 AM
> To: yocto@yoctoproject.org
> Cc: Timo Mueller
> Subject: [yocto] [RFC v2 00/18][eclipse-poky] Storing yocto settings as target profiles
>
> From: Timo Mueller <timo.mueller@bmw-carit.de>
>
> Hi,
>
> thanks for the feedback, I did some changes to the patch series accordingly.
>
> First of all I've fixed the issues with the patches (duplicate method, missing fix for NewYoctoCProjectTemplate.java).
>
> I also changed the functionality of the "new" button according to Jessica's feedback. The logic is changed to a "Save as ..."
> approach. If the button is clicked the current values of the form are checked. If these are valid, the user can enter a name to store them as a new profile.
>
> The last patch moves the "Save as ..." button to the bottom of the preference page alongside with the "perform defaults" and the "apply"
> button. I created this patch as a proof of concept because I thought it would be a good idea to move it.
> I used the contributeButtons hook of the preference page to achieve this, but this only allows adding the "Save as ..." button left to the "perform defaults" button. So the order of the buttons is a bit confusing.
> I further checked several other preference pages of eclipse and it seems like none of them is using this hook to add new buttons. Instead all have a new button next to the comboboxes (e.g. Formatter for CDT and JDT).
> So I would plead against moving it to the bottom to have a more consistent and less confusing ui.
>
>  From the original cover letter:
> <snip>
> currently the yocto settings can be changed globally through eclipse's preferences or locally in the project properties. But the standard configuration stored in the global preferences sometimes changes, e.g. if a new version of the toolchain or the sysroot is released.
> If you change the global settings to the updated toolchain or sysroot your old working configuration is gone. If you want to reuse this configuration at a later point in time you have to (remember and) re-enter everthing.
> This patch set introduces the possiblity to store a configuration under a unique name, a so called target profile, and be able to select the default target profile that is used for new projects.
> Building upon this change the target profiles could later also be used in the project settings and be able to quickly build and debug your software for different hard- and software combinations.
> </snip>
>
> Best regards,
> Timo

Best regards,
Timo


      reply	other threads:[~2013-02-04  7:28 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-30 13:56 [RFC v2 00/18][eclipse-poky] Storing yocto settings as target profiles Timo Mueller
2013-01-30 13:56 ` [RFC v2 01/18] plugins/sdk.ide: Removed unused message Timo Mueller
2013-01-30 13:56 ` [RFC v2 02/18] plugins/sdk.ide: Extract labels to private members Timo Mueller
2013-01-30 13:56 ` [RFC v2 03/18] plugins/sdk.ide: Add method to enable and disable form Timo Mueller
2013-01-30 13:56 ` [RFC v2 04/18] plugins/sdk.ide: Set value of target array on input change Timo Mueller
2013-01-30 13:56 ` [RFC v2 05/18] plugins/sdk.ide: Changed method signature to be more consistent Timo Mueller
2013-01-30 13:56 ` [RFC v2 06/18] plugins/sdk.ide: Create UI element for managing target profiles Timo Mueller
2013-01-30 13:56 ` [RFC v2 07/18] plugins/sdk.ide: Modified preferences storage to support profiles Timo Mueller
2013-01-30 13:56 ` [RFC v2 08/18] plugins/sdk.ide: Set profile on selection change Timo Mueller
2013-01-30 13:56 ` [RFC v2 09/18] plugins/sdk.ide: Add method to allow storing the current settings Timo Mueller
2013-01-30 13:56 ` [RFC v2 10/18] plugins/sdk.ide: Add UI method to create a new profile Timo Mueller
     [not found]   ` <cover.1359466765.git.timo.mueller@bmw-carit.de>
2013-01-30 13:56     ` [RFC v2 10/17] plugins/sdk.ide: Add UI method to delete a profile Timo Mueller
2013-01-30 13:59       ` Timo Müller
2013-01-30 13:56     ` [RFC v2 11/17] plugins/sdk.ide: Add UI method to rename " Timo Mueller
2013-01-30 13:56     ` [RFC v2 12/17] plugins/sdk.ide: Add method to change values of the preference page Timo Mueller
2013-01-30 13:56     ` [RFC v2 13/17] plugins/sdk.ide: Add method to rename a profile and its preference store Timo Mueller
2013-01-30 13:56     ` [RFC v2 14/17] plugins/sdk.ide: Add method to delete a profile Timo Mueller
2013-01-30 13:56     ` [RFC v2 15/17] plugins/sdk.ide: Use profiles for the preference page Timo Mueller
2013-01-30 13:56     ` [RFC v2 16/17] plugins/sdk.ide: Added profile UI to " Timo Mueller
2013-01-30 13:56     ` [RFC v2 17/17] plugins/sdk.ide: Moved save as button to bottom of " Timo Mueller
2013-01-30 13:56 ` [RFC v2 11/18] plugins/sdk.ide: Add UI method to delete a profile Timo Mueller
2013-01-30 13:56 ` [RFC v2 12/18] plugins/sdk.ide: Add UI method to rename " Timo Mueller
2013-01-30 13:56 ` [RFC v2 13/18] plugins/sdk.ide: Add method to change values of the preference page Timo Mueller
2013-01-30 13:56 ` [RFC v2 14/18] plugins/sdk.ide: Add method to rename a profile and its preference store Timo Mueller
2013-01-30 13:56 ` [RFC v2 15/18] plugins/sdk.ide: Add method to delete a profile Timo Mueller
2013-01-30 13:56 ` [RFC v2 16/18] plugins/sdk.ide: Use profiles for the preference page Timo Mueller
2013-01-30 13:56 ` [RFC v2 17/18] plugins/sdk.ide: Added profile UI to " Timo Mueller
2013-01-30 13:56 ` [RFC v2 18/18] plugins/sdk.ide: Moved save as button to bottom of " Timo Mueller
2013-01-31 19:28 ` [RFC v2 00/18][eclipse-poky] Storing yocto settings as target profiles Zhang, Jessica
2013-02-04  7:28   ` Timo Müller [this message]

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=510F632C.3050100@timomueller.eu \
    --to=mail@timomueller.eu \
    --cc=jessica.zhang@intel.com \
    --cc=timo.mueller@bmw-carit.de \
    --cc=yocto@yoctoproject.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.