Difference between revisions of "Feature Freeze Testing 3.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Component : Framework: added 117562)
(Component : Spreadsheet: added 97169 and 111413)
Line 299: Line 299:
 
** Test case specification : --
 
** Test case specification : --
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdr79 dr79] integrated in DEV300m101
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdr79 dr79] integrated in DEV300m101
 +
<BR>
 +
 +
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=97169 97169] : ODFF: TIME should return 00:00:00 <= x <= 23:59:59
 +
** Description : The TIME spreadsheet function returns values between 00:00:00 and 23:59:59.999... inclusive and wraps values equal to or greater than 24:00:00. Previous releases may have returned values equal to or greater than 24:00:00. For example, TIME(24;59;59) now returns 00:59:59 whereas previously the value returned was 24:59:59.
 +
** Feature Announcement : http://openoffice.org/projects/www/lists/allfeatures/archive/2011-03/message/1
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdr78 dr78] integrated in DEV300m104
 +
<BR>
 +
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=111413 111413] : Secant spreadsheet functions
 +
** Description : New spreadsheet functions implemented:
 +
***SEC computes the secant of an angle specified in radians, SEC(x)=1/COS(x)
 +
***CSC computes the cosecant of an angle specified in radians, CSC(x)=1/SIN(x)
 +
***SECH computes the hyperbolic secant of a hyperbolic angle specified in radians, SECH(x)=1/COSH(x)
 +
***CSCH computes the hyperbolic cosecant of a hyperbolic angle specified in radians, CSCH(x)=1/SINH(x)
 +
** Feature Announcement : http://openoffice.org/projects/www/lists/allfeatures/archive/2011-03/message/0
 +
** Specification : http://docs.oasis-open.org/office/v1.2/csprd03/OpenDocument-v1.2-csprd03-part2.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdr78 dr78] integrated in DEV300m104
 
<BR>
 
<BR>
  
Line 324: Line 345:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdr79 dr79] integrated in DEV300m101
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdr79 dr79] integrated in DEV300m101
 
<BR>
 
<BR>
 +
 
[[Category: Localization]]
 
[[Category: Localization]]
  

Revision as of 09:55, 5 April 2011

This is the list of features and enhancements, which are integrated in DEV300 code line after the split for OOo 3.3. All the listed issues are announced in the release notes for the developer snapshots since DEV300m85. The branch off will be done on build DEV300m106 and the first Beta is planned in the first week of April 2011. An Alpha build was released begin of March 2011 on build DEV300m102. This list is more technically orientated and isn't a release note. This list could and should be used for testing and checking the new features in general or for translation purposes.

Please visit also the release schedule of OOo 3.4.


This Wiki entry is DRAFT and still in progress.



Information : The links to the feature announcements are broken. When the mailing list archives are integrated in the new Kenai infrastructure the links will be updated.


Component : Chart



Component : Database Access (DBA)


  • 107809 : Mozilla Address Book support removed, in favour of Seamonkey
    • Description : Since the Mozilla product has long been superseded by the SeaMonkey suite, and the profile formats of both changed incompatibly, the Mozilla Address Book support in OpenOffice.org has been removed, in favor of support for the SeaMonkey address books.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=280
    • Specification : --
    • Test case specification : --
    • CWS : dba34a integrated in DEV300m93


  • 114540 : list box controls: "Bound field" is allowed to be 0, too
    • Description : The "Bound field" property of a list box control, specifying which column of the list boxes result set should be used for data exchange, can have the value "0" now.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=279
    • Specification : --
    • Test case specification : --
    • CWS : dba34a integrated in DEV300m93


  • 115655 : can rows for correct type infortion for Text databases


Component : Formula Editor (Math)

  • 972  : Alignment of baselines of formula and text in writer
    • Description : With CWS tlmath01 there is a new check-box named 'Math baseline alignment' available in the 'Formatting Aids' tab of the Writer and WriterWeb option pages. When this option gets checked then *ALL* Math OLE objects already existing in the Writer document that are anchored 'as character' (and only those with this anchor type!) will be automatically aligned to match the baseline of the formula with the one of the surrounding text. ...
    • Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=328
    • Specification : --
    • Test case specification : --
    • CWS : tlmath01 integrated in DEV300m95


  • 74049 : Math symbol catalog supports UTF-32 characters now
    • Description : With the fix to i74049 (CWS tl82) Math is now able to handle 32 bit characters properly in the symbol catalog. Since this was regarded ro be more of a bugfix than a feature there is no spec for it. The new behavior is just listed in the issue. lease note the code-position of the symbol is now used as a default name for the symbol, which makes much easier to browse for a specific Unicode character.
    • Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=325
    • Specification : --
    • Test case specification : --
    • CWS : tl82 integrated in DEV300m89


  • 114767 : Math: new option to save only used symbols for each formula
    • Description : In order to save on document file size (namely in Writer documents with many formulas) there is now a new option to save only those symbols which each that are used in that very formula. By default that option will be active.
    • Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=327
    • Specification : --
    • Test case specification : --
    • CWS : tl84 integrated in DEV300m99


Component : Framework

  • 31275 : stylist / navigator / options dialog: selecting entries by typing their name



  • 113362 : Implementation of UNO AWT TabPageContainer
    • Description : Implementing TabPageContainer in UNO AWT it would be possible to create dialogs with multiple tab pages.
    • Feature Announcement : --
    • Specification : --
    • Test case specification : --
    • CWS : tabcontrol integrated in DEV300m99


  • 117562 : Implementation of UNO AWT TabPageContainer


Component : Graphic System Layer (GSL)

  • 94173 : Print file format changes on Linux systems
    • Description : The CUPS print system that is used on Linux and other Unix operating systems is switching its file format from PostScript to PDF. As part of this OpenOffice.org should switch its print output file format to PDF, too. This was implemented in OOo for issue 94173. ...
    • Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=59
    • Specification : --
    • Test case specification : --
    • CWS : pdfprint integrated in DEV300m90



Component : L10N





  • 115482 : Add Lojban to language list
    • Description : Added locale data for Lojban [jbo]. The locale is selectable for character attribution and spell-checking, as default locale, default document language and available for number formats and outline numbering. Note: Lojban is a constructed language without a default country assignment, Euro is used as currency. The linguistic separators (syllables) can't be used for number recognition and have been replaced by standard separators.
    • Feature Announcement : http://openoffice.org/projects/www/lists/allfeatures/archive/2011-02/message/3
    • CWS : locales34 integrated in DEV300m99





  • 116483 : Lojban(JBO) Locale data file
    • Description : The locale is selectable for character attribution and spell-checking, as default locale, default document language and available for number formats and outline numbering. Note: Lojban is a constructed language without a default country assignment, Euro is used as currency. The linguistic separators (syllables) can't be used for number recognition and have been replaced by standard separators.
    • Feature Announcement : http://openoffice.org/projects/www/lists/allfeatures/archive/2011-02/message/3
    • CWS : locales34 integrated in DEV300m99


Component : Presentation













  • 114776 : better defaults: bul/col/sho - Change dialog name of 'Eyedropper'
    • Description : --
    • Feature Announcement : --
    • Specification : --
    • Test case specification : --
    • CWS : impressdefaults1 integrated in DEV300m97



Component : Spreadsheet

  • 5759 : DataPilot: allow more than 8 data fields
    • Description : In the Pivot Table layout dialog, it is now possible to add more than 8 fields to the "Row Fields", "Column Fields", and "Data Fields" areas, and more than 10 fields to the "Page Fields" area. ...
    • Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=324
    • Specification : --
    • Test case specification : --
    • CWS : dr79 integrated in DEV300m101



  • 97169 : ODFF: TIME should return 00:00:00 <= x <= 23:59:59
    • Description : The TIME spreadsheet function returns values between 00:00:00 and 23:59:59.999... inclusive and wraps values equal to or greater than 24:00:00. Previous releases may have returned values equal to or greater than 24:00:00. For example, TIME(24;59;59) now returns 00:59:59 whereas previously the value returned was 24:59:59.
    • Feature Announcement : http://openoffice.org/projects/www/lists/allfeatures/archive/2011-03/message/1
    • Specification : --
    • Test case specification : --
    • CWS : dr78 integrated in DEV300m104



  • 116636 : Leave out unnecessary quotes in CSV export
    • Description : Previously, in Calc CSV export, all content from text cells was quoted with the selected text delimiter. Now this is optional and happens only if the new check box "Quote all text cells" is selected. By default, the text delimiter is added only if the cell content contains the field delimiter, text delimiter or multiple lines. ...
    • Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=326
    • Specification : --
    • Test case specification : --
    • CWS : csvexport integrated in DEV300m101


  • 116688 : New Option and Default for CSV Text Quoting
    • Description : Previously, in Calc CSV export, all content from text cells was quoted with the selected text delimiter. Now this is optional and happens only if the new check box "Quote all text cells" is selected. By default, the text delimiter is added only if the cell content contains the field delimiter, text delimiter or multiple lines. ...
    • Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=326
    • Specification : --
    • Test case specification : --
    • CWS : csvexport integrated in DEV300m101



Component : User Interface (UI)


Personal tools