Difference between revisions of "Feature Freeze Testing 3.0"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Component : Base / Database Access: correct a link)
(Component : Framework: correct some links)
Line 93: Line 93:
 
** Description : Target of the extensible help project is to support help content inside OpenOffice.org extensions. The extensions' help content is provided together with the OpenOffice.org installed help content. The help index can be extended by extensions. The implementation supports extended tool tips and accessing extension help content by pressing F1 in UNO dialogs and menus.  
 
** Description : Target of the extensible help project is to support help content inside OpenOffice.org extensions. The extensions' help content is provided together with the OpenOffice.org installed help content. The help index can be extended by extensions. The implementation supports extended tool tips and accessing extension help content by pressing F1 in UNO dialogs and menus.  
 
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=277  
 
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=277  
** Specification : https://so-web.germany.sun.com/EIS2/changesmails.EditFeature?Id=4167
+
** Specification : http://specs.openoffice.org/appwide/help/ExtensibleHelp.odt
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51659/Help_for_extensions.htm
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/51659/Help_for_extensions.htm
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fab45 ab45] integrated in DEV300m1
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fab45 ab45] integrated in DEV300m1
Line 125: Line 125:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnativeprintdlg01 nativeprintdlg01] integrated in DEV300m2
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnativeprintdlg01 nativeprintdlg01] integrated in DEV300m2
 
<BR>
 
<BR>
* [http://www.openoffice.org/issues/show_bug.cgi?id=86649 86649] : Alien Format Warning needs new text  
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=86649 86649] : Alien Format Warning needs new text  
 
** Description : For the ODF 1.2 migration we have to change the text of the Alien Format Warning box.
 
** Description : For the ODF 1.2 migration we have to change the text of the Alien Format Warning box.
 
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=279
 
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=279
Line 132: Line 132:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fodfversion12 odfversion12] integrated in DEV300m3
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fodfversion12 odfversion12] integrated in DEV300m3
 
<BR>
 
<BR>
* [http://www.openoffice.org/issues/show_bug.cgi?id=86683 86683] :  
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=86683 86683] : Registration page needs different text (SO <-> OOo)
 
** Description : Product registration is important to be able to get reliable numbers of the installed product base. OOo and SO users have different motivations to register themselves, therefore the registration dialogs are different for these two products. Furthermore a registration reminder is introduced using the online update  
 
** Description : Product registration is important to be able to get reliable numbers of the installed product base. OOo and SO users have different motivations to register themselves, therefore the registration dialogs are different for these two products. Furthermore a registration reminder is introduced using the online update  
 
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=281
 
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=281

Revision as of 10:35, 10 April 2008

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







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 : --
    • Test case specification : --
    • CWS : 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 : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=213
    • Specification : --
    • Test case specification : --
    • CWS : dba24e integrated in SRC680m245


  •  : Database / Insert Menu, new menu item


  •  : 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


Component : Drawing


Component : Framework


  • 84309 : remove pkgchk
    • Description : The pkgchk tool has been deprecated in favor of the unopkg tool a long time ago, and for quite some time pkgchk has been nonfunctional (only giving an error message that unopkg should be used instead): finally remove it completely.
    • Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=275
    • Specification : - -
    • Test case specification : - -
    • CWS : sb83 integrated in DEV300m4




  • 86352 : Add options button from print dialog to printer setup dialog




Personal tools