Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Bugzilla#120853, 120858, 121025, 120969, 119805, 121020 - Chart UI bug fix

- Summary:
Chart UI bug fix

- Bugzilla Bug (s) Resolved:
120853, 120858, 121025, 120969, 119805, 121020

- Description:
1. Removed inside and outside in Legend Titel position (120853)
2. Disabled all interactivity editors when the corresponding checkbox in ChartArea subtask is unticked. Make the builder's status same with preview results. (120858)
3. Disabled Axis Marker when axis is 3D type (121025)
4. Performance improvement in SelectTypeTask and SelectDataTask. Removed unneeded invoking
5. Removed the term "base/orthogonal series" in all of the builder (120969)
6. Regarding the added line, it's caused by series conversion of the same type. Since the changeable series number of Scatter chart is only one, do nothing when selecting the previous same selection. (119805)
7. Populate a model changed event to refresh the preview canvas when ticking the style option (121020)
8. Removed the dispose method since the image is managed by UIHelper

- Tests Description:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:

- Notes to Documentation:

- Files Added:

- Files Edited:

 

/org.eclipse.birt.chart.ui.extension/plugin.properties
/org.eclipse.birt.chart.ui.extension/plugin.xml
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/extension/i18n/messages.properties
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskFormatChart.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/chart/ChartSheetImpl.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/chart/LegendTextSheet.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/chart/MoreOptionsChartLegendSheet.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/chart/MoreOptionsChartPlotSheet.java
/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/SeriesYSheetImpl.java
/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/wizard/ChartUIExtensionsImpl.java
/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/MessageComposite.java

 


Back to the top