Difference between revisions of "Feature Freeze Testing 2.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Saved calc-part)
(completed status for build m235)
Line 111: Line 111:
 
** Test case specification : --
 
** Test case specification : --
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalc44 calc44] integrated in SRC680m231
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalc44 calc44] integrated in SRC680m231
 +
<BR>
 +
==Component : Tools==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=75466 75466] : Packaging Modularization: Distributed Products: OOo w/o URE
 +
** Description :  "This is one part of the broader Packaging Modularization project. The goal is to have a special OOo product ('OOo-wo-URE') that behaves like the normal OOo product but re-uses the existing URE product. That is, installing OOo-wo-URE will require URE to be installed as a prerequisite, and will use the functionality of the installed URE instead of duplicating it as the normal OOo does. For now, OOo-wo-URE is just a special additional product, but if things work out fine, it should replace the normal OOo in the future (like for OOo 3)." That (for now experimental) product is called OpenOffice_woURE and is built in instsetoo_native.  See the specification URL for further details, esp. how to install it.
 +
** Feature Announcement : http://tools.openoffice.org/servlets/ReadMsg?list=features&msgNo=30
 +
** Specification : http://wiki.services.openoffice.org/mwiki/index.php?title=ODF_Toolkit/Efforts/OOo_without_URE
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsb71 sb71] integrated in SRC680m231
 +
<BR>
 +
==Component : UDK==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=77885 77885] : stoc library merge
 +
** Description : Those various small UNO component libraries from stoc that are relevant at OOo startup (implreg.uno.so, nestedreg.uno.so, regtypeprov.uno.so, security.uno.so, servicemgr.uno.so, shlibloader.uno.so, simplereg.uno.so, typeconverter.uno.so, typemgr.uno.so, uriproc.uno.so) have been merged into two new larger bootstrap.uno.so (for those components that are used during binary UNO bootstrap and need UNO type information in a format independent of types.rdb) and stocservices.uno.so (for the rest).  Client code should not be affected by this change.
 +
** Feature Announcement : http://udk.openoffice.org/servlets/ReadMsg?list=features&msgNo=43
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsb71 sb71] integrated in SRC680m231
 +
<BR>
 +
==Component : UI==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=9521 9521] : Focus on number of copies field in print dialog
 +
** Description : In the OOo application (Word processor, Spreadhseet, Presentation, ...) press CTRL-P if a document is open [or File / Print] NEW: The focus is on the number of copies the user would like to print which saves 4 times [TAB] to get there.
 +
** Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=256
 +
** Specification : --
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48515/default_focus_print_dialog.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fvcl82 vcl82] integrated in SRC680m231
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=73360 73360] : Text boxes: When limit of character reached no feedback to the user what happend
 +
** Description : If an edit box (that could be a text box as well as a combo box and all relatives) reaches the limit of characters (that could be limited at the control in the code or by the maximum (65535) count of characters possible in such controls) a message box occours: "The inserted text exceeded the maximum length of this text field. The text was truncated."
 +
** Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=255
 +
** Specification : --
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48508/charcter_limit_enhancement-testcase.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fvcl82 vcl82] integrated in SRC680m231
 +
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=77592 77592] : Use of the Mac OS X spell checker
 +
** Description : Mac OS X has a built in spell checking facility in many languages. Using this facility benefits the user because they can maintain a single word list across all applications.  Also, the spelling of all words will be consistent across  all applications. This project integrates the Mac OS X Spellcheck services into the existing OpenOffice.org user interface.
 +
** Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=254
 +
** Specification : http://specs.openoffice.org/appwide/linguistic/macosx_spellchecker.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48222/test_case_macosx_spellchecker.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fmacosxspellchecker macosxspellchecker] integrated in SRC680m229

Revision as of 12:41, 7 November 2007

Feature testing for OOo 2.4


!!!! THIS SIDE IS UNDER CONSTRUCTION !!!!

FEATURE FREEZE IS PLANNED FOR 15th OF NOVEMBER '07

Here are all features and enhancements, which were integrated in 2.4. All the listed issues are announced in the release notes for the developer snapshots since SRC680m226.

What's new ?

Component : Chart


Component : Database

  • 18907 : wrong default table name in "Copy table"
    • Description : With the integration of CWS dba24a (680m228 or m229, probably), when you paste table-like data (a Calc range, a Writer table, an HTML table, a database table, whatever) to OOo Base, while a table object is currently selected, then this table's name, along with the option "Append data", is pre-selected in the "Copy Table" wizard.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=212
    • Specification : --
    • Test case specification : --
    • CWS : dba24a integrated in SRC680m231
  • 68858 : The relation design is now accessible for MySQL databases as well.
  • 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. ...
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=213
    • Specification : --
    • Test case specification : --
    • CWS : dba24a integrated in SRC680m231


Component : Drawing


Component : Calc/Spreadsheet (SC)


Component : Tools

  • 75466 : Packaging Modularization: Distributed Products: OOo w/o URE
    • Description : "This is one part of the broader Packaging Modularization project. The goal is to have a special OOo product ('OOo-wo-URE') that behaves like the normal OOo product but re-uses the existing URE product. That is, installing OOo-wo-URE will require URE to be installed as a prerequisite, and will use the functionality of the installed URE instead of duplicating it as the normal OOo does. For now, OOo-wo-URE is just a special additional product, but if things work out fine, it should replace the normal OOo in the future (like for OOo 3)." That (for now experimental) product is called OpenOffice_woURE and is built in instsetoo_native. See the specification URL for further details, esp. how to install it.
    • Feature Announcement : http://tools.openoffice.org/servlets/ReadMsg?list=features&msgNo=30
    • Specification : http://wiki.services.openoffice.org/mwiki/index.php?title=ODF_Toolkit/Efforts/OOo_without_URE
    • Test case specification : --
    • CWS : sb71 integrated in SRC680m231


Component : UDK

  • 77885 : stoc library merge
    • Description : Those various small UNO component libraries from stoc that are relevant at OOo startup (implreg.uno.so, nestedreg.uno.so, regtypeprov.uno.so, security.uno.so, servicemgr.uno.so, shlibloader.uno.so, simplereg.uno.so, typeconverter.uno.so, typemgr.uno.so, uriproc.uno.so) have been merged into two new larger bootstrap.uno.so (for those components that are used during binary UNO bootstrap and need UNO type information in a format independent of types.rdb) and stocservices.uno.so (for the rest). Client code should not be affected by this change.
    • Feature Announcement : http://udk.openoffice.org/servlets/ReadMsg?list=features&msgNo=43
    • Specification : --
    • Test case specification : --
    • CWS : sb71 integrated in SRC680m231


Component : UI

Personal tools