All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7][eclipse-poky] Add target profile quick switch
@ 2013-06-13 13:30 Timo Mueller
  2013-06-13 13:30 ` [PATCH 1/7] plugins/sdk.ide: Use an internationalized dialog title Timo Mueller
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Timo Mueller @ 2013-06-13 13:30 UTC (permalink / raw)
  To: yocto; +Cc: Timo Mueller

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

Hi,

if a user wants to change the used target profile of a project he
currently has to open the project preferences. This can be tedious if
he has to switch the profile often.

This is a small addition which allows the user to quickly switch the
used target profile of a project. Instead of having to open the
project preferences the user can select the project in the navigator
and then choose the desired target profile from a drop-down menu in
the toolbar or from the project menu.

01: Small i18n fix
02..04: Refactoring the project specific utils
05..06: Introduce the target profile toolbar switch
07: Adds the target profile switch to the project menu

Best regards,
Timo

Timo Mueller (7):
  plugins/sdk.ide: Use an internationalized dialog title
  plugins/sdk.ide: Extract project specific util methods
  plugins/sdk.ide: Move project specific util methods
  plugins/sdk.ide: Remove project context from method names
  plugins/sdk.ide: Add command to switch the target profile
  plugins/sdk.ide: Add profile switch menu to the toolbar
  plugins/sdk.ide: Add profile switch menu to the project menu

 .../OSGI-INF/l10n/bundle.properties                |   5 +
 plugins/org.yocto.sdk.ide/plugin.xml               | 105 +++++++++
 .../sdk/ide/TargetProfileContributionItem.java     | 121 +++++++++++
 .../org/yocto/sdk/ide/YoctoSDKMessages.properties  |   3 +
 .../src/org/yocto/sdk/ide/YoctoUISetting.java      |   3 +-
 .../sdk/ide/actions/ProfileSwitchHandler.java      | 154 +++++++++++++
 .../natures/YoctoSDKAutotoolsProjectNature.java    |   3 +-
 .../ide/preferences/YoctoSDKPreferencePage.java    |  11 +-
 .../preferences/YoctoSDKProjectPropertyPage.java   | 130 ++---------
 .../sdk/ide/utils/ProjectPreferenceUtils.java      | 240 +++++++++++++++++++++
 .../src/org/yocto/sdk/ide/utils/YoctoSDKUtils.java | 118 ----------
 .../ide/wizard/NewYoctoProjectTemplateProcess.java |   3 +-
 12 files changed, 651 insertions(+), 245 deletions(-)
 create mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/TargetProfileContributionItem.java
 create mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/actions/ProfileSwitchHandler.java
 create mode 100644 plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/utils/ProjectPreferenceUtils.java

-- 
1.8.1.4



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

end of thread, other threads:[~2013-06-18  0:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-13 13:30 [PATCH 0/7][eclipse-poky] Add target profile quick switch Timo Mueller
2013-06-13 13:30 ` [PATCH 1/7] plugins/sdk.ide: Use an internationalized dialog title Timo Mueller
2013-06-13 13:30 ` [PATCH 2/7] plugins/sdk.ide: Extract project specific util methods Timo Mueller
2013-06-13 13:30 ` [PATCH 3/7] plugins/sdk.ide: Move " Timo Mueller
2013-06-13 13:30 ` [PATCH 4/7] plugins/sdk.ide: Remove project context from method names Timo Mueller
2013-06-13 13:30 ` [PATCH 5/7] plugins/sdk.ide: Add command to switch the target profile Timo Mueller
2013-06-13 13:30 ` [PATCH 6/7] plugins/sdk.ide: Add profile switch menu to the toolbar Timo Mueller
2013-06-13 13:30 ` [PATCH 7/7] plugins/sdk.ide: Add profile switch menu to the project menu Timo Mueller
2013-06-14 19:42 ` [PATCH 0/7][eclipse-poky] Add target profile quick switch Zhang, Jessica
2013-06-17 10:04   ` Timo Müller
2013-06-17 23:54     ` Zhang, Jessica

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.