Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: [Chart usability spec#2.1]Added Navigation bars for subtasks

- Summary:
[Chart usability spec#2.1]Added Navigation bars for subtasks

- Bugzilla Bug (s) Resolved:
N/A

- Description:
1. Quotes chart usability spec#2.1:
Description: Add a navigation bar for the subtasks in format chart tab. The navigation bar includes two buttons with drop-down list for moving forward or backward the subtask selection separately. If clicking the arrow-down button of the bar, user can see the history list of the subtask selection.
If some history entries are out of date (e.g. Axis subtask won’t exist in pie chart), they will display “#Invalid” and do nothing when being clicked in the drop-down list, or be skipped when being clicked in the button.

2. Refactored task wizard framework. Move TreeCompoundTask from chart UI to framework

- Tests Description: Manual test
- Notes to Build Team: None
- Notes to Developers: None
- Notes to QA: None
- Notes to Documentation: None

- Files Edited:
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskFormatChart.java
/org.eclipse.birt.core.ui/META-INF/MANIFEST.MF
/org.eclipse.birt.core.ui/build.properties
/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/i18n/nls.properties
/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/utils/UIHelper.java


- Files Added:

/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/TreeCompoundTask.java
/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/NavTree.java
/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/internal/SubtaskHistory.java

/org.eclipse.birt.chart.examples/icons/obj16/backward_nav.gif
/org.eclipse.birt.chart.examples/icons/obj16/backward_nav_disabled.gif
/org.eclipse.birt.chart.examples/icons/obj16/forward_nav.gif
/org.eclipse.birt.chart.examples/icons/obj16/forward_nav_disabled.gif

/org.eclipse.birt.core.ui/icons/obj16/backward_nav.gif
/org.eclipse.birt.core.ui/icons/obj16/backward_nav_disabled.gif
/org.eclipse.birt.core.ui/icons/obj16/forward_nav.gif
/org.eclipse.birt.core.ui/icons/obj16/forward_nav_disabled.gif


- Files Deleted

/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TreeCompoundTask.java
/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/NavTree.java



 


Back to the top