Feature Freeze Testing 3.0
From Apache OpenOffice Wiki
Revision as of 09:29, 10 April 2008 by Thorstenziehm (talk | contribs)
Feature testing for OOo 3.0
Here are the features and enhancements, which were integrated in OOo 3.0 (Beta). All the listed issues are announced in the release notes for the developer snapshots since SRC680m242 to DEV300mX. These list is more technical orientated and isn't a release note for OOo 3.0 (Beta). This list could and should be used for testing and checking the new features in general or for translation purposes.
What's new ?
Component : Chart
- 366 : Select 'Range' for error bars
- Description : For y error bars in chart there is an additional function "standard error" available. Standard error is also known as "standard deviation of the mean"
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=209
- Specification : http://specs.openoffice.org/chart/ErrorBars.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51811/TCS_Y_Error_Bars.htm
- CWS : chart20 integrated in SRC680m248
- 1163 : title for secondary y axis
- Description : With the “Insert Title” dialog for charts, a user can decide which title objects in a chart are shown, and what content they have. There is a main title, a sub title and axis-titles for the axes.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=205
- Specification : http://specs.openoffice.org/chart/ChartInsertTitleDialog.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51470/Title_for_secondary_axes.htm
- CWS : chart19 integrated in SRC680m245
- 16776 : starting angle for pie charts - rotation of pie charts
- Description : The angle position of the first piece of a pie chart can be changed now. Thus the pie charts can be rotated around their center.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=204
- Specification : http://specs.openoffice.org/chart/PieChartOptions.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51477/TCS_starting_angle.htm
- CWS : chart19 integrated in SRC680m245
- 37823 : offer clockwise direction for pie charts
- Description : It is possible now to switch the direction of pie charts. Thus the user can choose whether the pieces of the pie are drawn in clockwise order or in counterclockwise order.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=203
- Specification : http://specs.openoffice.org/chart/PieChartOptions.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51479/TCS_Pie_rotation_direction.htm
- CWS : chart19 integrated in SRC680m245
- 44768 : Ease editing regression lines (trendlines)
- Description : The former "Insert Statistics" dialog and the tab "Statistics" of a data series allowed adding, modifying and deleting of trendlines, mean value lines and error bars. This was split up. Insertion of trendlines works via "Insert/Trendlines..." and "Insert Trendline..." in the context menu of a data series. Deletion works with the Delete key and "Cut". Insertion of mean value lines works analogously via "Insert/Mean Value Lines" and "Insert Mean Value Line" in the context menu. Insertion of Error Bars still works via a tab-page of the data series. The former "Statistics" tab is replaced by a "Y Error Bars" tab that only contains the controls for error bars.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=206
- Specification : http://specs.openoffice.org/chart/Trendlines.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51528/TCS_Trend_and_Mean_Value_Line.htm
- CWS : chart19 integrated in SRC680m245
- 85796 : Add Standard Error as Function for Error Bars
- Description : It is now possible to select cell ranges from a spreadsheet or a writer table to be used for error bars in charts. For charts that have their own data, the error values can be entered into the data table.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=208
- Specification : http://specs.openoffice.org/chart/ErrorBars.odt
- Test case specification : - -
- CWS : chart20 integrated in SRC680m248
Component : Base / Database Access
- 67987 : let the "Address Book Data Source Wizard" use a roadmap
- Description : With the integration of CWS odbmacros2, the "Address Book Data Source Wizard" (the one which helps you created a database document for your address data) will use a roadmap (a left-hand-side control displaying all steps of the wizard). (this is only a cheap side effect of some other change which happened in this CWS.)
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=221
- Specification : https://so-web.germany.sun.com/EIS2/changesmails.EditFeature?Id=4158
- Test case specification : --
- CWS : odbmacros2 odbmacros2 integrated in DEV300m2
- 69740 : API: Add ability to find which table(s) or query(s) are currently selected in the main Base window
- Description : The controller of the database application window now supports the com.sun.star.view.XSelectionSupplier interface. The method getSelection return an Any which contains a Sequence of NamedValue. 1st NamedValue: Name = "Type" Value is an integer with values from com.sun.star.sdb.application.DatabaseObject which indicates which kind of object is currently selected. 2nd NamedValue: Name = "Selection" Value is a sequence of strings which are currently selected in the view. Value = Sequence < Strings > === selected names
- Feature Announcement : --
- Specification : https://so-web.germany.sun.com/EIS2/changesmails.EditFeature?Id=3981
- Test case specification : --
- CWS : chart19 integrated in SRC680m245
- : Database / Insert Menu, new menu item
- Description : The table data view of a table now has a menu entry Insert->Record. This command inserts a new row at the end of the data set.
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=222
- Specification : --
- Test case specification : --
- CWS : dba30a integrated in DEV300m2
- : Database / Edit Menu / Delete Record
- Description : The table data view of a table now has a menu entry Edit->Delete Record. This command deletes the current selected row (this excludes the row when inserting a new one).
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=223
- Specification : --
- Test case specification : --
- CWS : dba30a integrated in DEV300m2