[yocto] [PATCH 0/8][eclipse-poky] Enable setting yocto settings in the project properties dialog

Zhang, Jessica jessica.zhang at intel.com
Fri Dec 7 16:19:19 PST 2012


Hi Timo,

Great patch set and merged to eclipse-poky master.

Thanks,
Jessica

-----Original Message-----
From: yocto-bounces at yoctoproject.org [mailto:yocto-bounces at yoctoproject.org] On Behalf Of mail at timomueller.eu
Sent: Tuesday, December 04, 2012 1:22 AM
To: yocto at yoctoproject.org
Cc: Timo Mueller
Subject: [yocto] [PATCH 0/8][eclipse-poky] Enable setting yocto settings in the project properties dialog

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

Hi,

changing the yocto settings of a project is currently achieved through a separate dialog. This dialog can be opened via the eclipse menu bar (project -> change yocto project settings). Typically all project related settings in eclipse are located in the project properties dialog.

This patch series adds yocto settings to the project properties dialog. It also removes the separate dialog. Instead the yocto section in the project properties is opened if "change yocto project settings"
is selected from the menu bar.

Best regards,
         Atanas and Timo

Atanas Gegov (4):
  plugins/sdk.ide: Allow using a YoctoUIElement to set the input of a
    yocto settings widget
  plugins/sdk.ide: Create a default YoctoUIElement from the preference
    store
  plugins/sdk.ide: Use new setCurrentInput method to set defaults
  plugins/sdk.ide: Remove fControl array that is no longer needed

Timo Mueller (4):
  plugins/sdk.ide: Added empty yocto preference page to project
    properties
  plugins/sdk.ide: Move modification of yocto project settings to utils
    class
  plugins/sdk.ide: Show yocto ui setting widget in project property
    page
  plugins/sdk.ide: Open project properties instead of standalone yocto
    settings dialog

 .../OSGI-INF/l10n/bundle.properties                |    1 +
 plugins/org.yocto.sdk.ide/plugin.xml               |   14 +++
 .../src/org/yocto/sdk/ide/YoctoSDKUtils.java       |   67 ++++++++++++
 .../src/org/yocto/sdk/ide/YoctoUISetting.java      |   54 +++++++---
 .../yocto/sdk/ide/actions/ReconfigYoctoAction.java |   64 ++---------
 .../yocto/sdk/ide/actions/SDKLocationDialog.java   |   89 ----------------
 .../ide/preferences/YoctoSDKPreferencePage.java    |   51 +---------
 .../preferences/YoctoSDKProjectPropertyPage.java   |  111 ++++++++++++++++++++
 8 files changed, 247 insertions(+), 204 deletions(-)  delete mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/actions/SDKLocationDialog.java
 create mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/preferences/YoctoSDKProjectPropertyPage.java

--
1.7.7.6

_______________________________________________
yocto mailing list
yocto at yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list