All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC v1 0/5][eclipse-poky] Enable target profiles for projects
@ 2013-02-08 13:28 Timo Mueller
  2013-02-08 13:28 ` [RFC v1 1/5] plugins/sdk.ide: Allow storage of yocto settings in project preferences Timo Mueller
  2013-02-08 22:56 ` [RFC v1 0/5][eclipse-poky] Enable target profiles for projects Zhang, Jessica
  0 siblings, 2 replies; 8+ messages in thread
From: Timo Mueller @ 2013-02-08 13:28 UTC (permalink / raw)
  To: yocto; +Cc: Timo Mueller

From: Timo Mueller <timo.mueller@bmw-carit.de>

Hi,

this patch set enables projects to make use of the target profiles
proposed in "[RFC v4 00/17][eclipse-poky] Storing yocto settings as
target profiles".

Currently the target profiles are only used to determine the
default settings when creating a new project. Changing the used
profile on an already created projects is not possible, also if the
target profile is changed the projects are not affected.
This patch set enables the use of target profiles in the projects. You
can select the used global profile within the projet properties or use
a project specific configuration. If a global target profile is used
and its values are changed in the eclipse preferences, the projects
using this profile are updated accordingly.

Best regards
Timo

Timo Mueller (5):
  plugins/sdk.ide: Allow storage of yocto settings in project
    preferences
  plugins/sdk.ide: Store profile configuration on project setup
  plugins/sdk.ide: Enable project specific yocto settings
  plugins/sdk.ide: Update projects affected by changes of a target
    profile
  plugins/sdk.ide: Enable the usage of profiles in the project
    properties

 .../src/org/yocto/sdk/ide/YoctoProfileSetting.java |   3 +
 .../yocto/sdk/ide/YoctoProjectSpecificSetting.java |  89 ++++++++++++
 .../org/yocto/sdk/ide/YoctoSDKMessages.properties  |   5 +-
 .../org/yocto/sdk/ide/YoctoSDKProjectNature.java   |   1 +
 .../src/org/yocto/sdk/ide/YoctoSDKUtils.java       | 149 +++++++++++++++++++++
 .../sdk/ide/preferences/PreferenceConstants.java   |   2 +
 .../ide/preferences/YoctoSDKPreferencePage.java    |  91 ++++++++++++-
 .../preferences/YoctoSDKProjectPropertyPage.java   |  94 ++++++++++---
 8 files changed, 410 insertions(+), 24 deletions(-)
 create mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoProjectSpecificSetting.java

-- 
1.7.11.7



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

end of thread, other threads:[~2013-02-11 10:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 13:28 [RFC v1 0/5][eclipse-poky] Enable target profiles for projects Timo Mueller
2013-02-08 13:28 ` [RFC v1 1/5] plugins/sdk.ide: Allow storage of yocto settings in project preferences Timo Mueller
2013-02-08 13:28   ` [RFC v1 2/5] plugins/sdk.ide: Store profile configuration on project setup Timo Mueller
2013-02-08 13:28     ` [RFC v1 3/5] plugins/sdk.ide: Enable project specific yocto settings Timo Mueller
2013-02-08 13:28       ` [RFC v1 4/5] plugins/sdk.ide: Update projects affected by changes of a target profile Timo Mueller
2013-02-08 13:28         ` [RFC v1 5/5] plugins/sdk.ide: Enable the usage of profiles in the project properties Timo Mueller
2013-02-08 22:56 ` [RFC v1 0/5][eclipse-poky] Enable target profiles for projects Zhang, Jessica
2013-02-11 10:01   ` Timo Müller

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.