Difference between revisions of "Feature Freeze Testing 2.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Component : Framework: add issue 81651)
(Component : Calc/Spreadsheet (SC): add 24372, 32307, 57030)
Line 281: Line 281:
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/48576/Enhanced_Formula_Input.ods
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/48576/Enhanced_Formula_Input.ods
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcformula calcformula] integrated in SRC680m232
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcformula calcformula] integrated in SRC680m232
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=24372 24372] : Individual per Tab Percent View
 +
** Description : Each sheet in a spreadsheet document can now have its own zoom level.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=250
 +
** Specification : http://specs.openoffice.org/calc/dialogs/Options_Dialog.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49694/Sheetzoom.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsheetzoom sheetzoom] integrated in SRC680m238
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=27745 27745] : Basing autofiltering on the result set, not all rows.
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=27745 27745] : Basing autofiltering on the result set, not all rows.
 
** Description : The AutoFilter function allows to filter data in a spreadsheet by one criteria per column. This feature allows to run a quick analysis of data. The current support of multi column filtering showed some ease of use issues, therefore the AutoFilter list was overworked.  Especially the naming and order of the static part of the filter list which contains the predefined filter criteria was changed. In addition the dynamic part of the filter list shows only the possible values based on the already active filtering.
 
** Description : The AutoFilter function allows to filter data in a spreadsheet by one criteria per column. This feature allows to run a quick analysis of data. The current support of multi column filtering showed some ease of use issues, therefore the AutoFilter list was overworked.  Especially the naming and order of the static part of the filter list which contains the predefined filter criteria was changed. In addition the dynamic part of the filter list shows only the possible values based on the already active filtering.
Line 288: Line 294:
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/48310/Autofilter.ods
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/48310/Autofilter.ods
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcautofilter calcautofilter] integrated in SRC680m230
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcautofilter calcautofilter] integrated in SRC680m230
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=32307 32307] : DataPilot: Manual Sorting
 +
** Description : It's now possible to rearrange items in a DataPilot field via Drag&Drop or Copy&Paste. The default sorting for new tables is "Ascending", it is changed to "Manual" when items are moved.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=248
 +
** Specification : http://specs.openoffice.org/calc/ease-of-use/Manual_Sorting_in_Data_Pilot.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49464/Datapilot.html
 +
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/49465/Datapilot_grouping_testdocument.ods
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdatapilotsort datapilotsort] integrated in SRC680m238
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=57030 57030] : Double-click in Datapilot cell should provide calculation data of that cell
 +
** Description : When a cell within the data field is double-clicked, it inserts a new sheet containing a subset of rows from the original data source that constitutes the result data displayed in that cell. For instance, when the data field function is selected to be SUM, then the number that is shown in the data field cell must be identical to the sum of all the data field values in the constituent rows displayed in the inserted sheet.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=249
 +
** Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/DataPilot_drill-down_on_data_field
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49470/Datapilot.html
 +
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/49471/datapilot_testdocument.ods
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdatapilotdetails datapilotdetails] integrated in SRC680m238
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=81336 81336] : Implement caching strategy for VLOOKUP and MATCH
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=81336 81336] : Implement caching strategy for VLOOKUP and MATCH
 
** Description : Implemented a caching strategy that for VLOOKUP and MATCH spreadsheet function queries caches result positions for identical queries in the same row with different offsets, which are often used to display several fields of a record looked up. Performance improvement is especially noticeable in non-range lookups of unsorted data (last parameter 0 in VLOOKUP or MATCH) where no binary search is possible.
 
** Description : Implemented a caching strategy that for VLOOKUP and MATCH spreadsheet function queries caches result positions for identical queries in the same row with different offsets, which are often used to display several fields of a record looked up. Performance improvement is especially noticeable in non-range lookups of unsorted data (last parameter 0 in VLOOKUP or MATCH) where no binary search is possible.
Line 295: Line 315:
 
** 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>
 
<BR>
 +
 
==Component : Tools==
 
==Component : Tools==
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=75466 75466] : Packaging Modularization: Distributed Products: OOo w/o URE
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=75466 75466] : Packaging Modularization: Distributed Products: OOo w/o URE

Revision as of 13:38, 18 December 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

  • 11746 : numeric(n) data from jdbc/oracle rendered as currency and not as number
  • 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
  • 49183 : allow to edit a view's design (underlying statement) in HSQLDB
  • 66624 : property browser: invoke query designer for all properties which allow entering a SQL command
    • Description : With the integration of CWS dba24c, you will be able to invoke the query designer not only for the "Content" property of a database form (if it's content type is "SQL command"), but also for the list content of a list box control (or grid column), if its list content type is "SQL". The SQL command which you design in the query designer will, when saving it, be set as the respective property at the list box.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=216
    • Specification : --
    • Test case specification : --
    • CWS : dba24c integrated in SRC680m238
  • 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
  • 77492 : Allow query designer to be called in SQL view
  • 80930 : [RFE] UI for the FormsCheckRequiredFields data source setting
  • 81043 : Connection "Microsoft Access" doesn`t work with Access 2007 (accdb)


Component : Drawing


Component : Framework


Component : Graphic System Layer (GSL)


Component : Porting


Component : Presentation


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

CWS with changes UI and/or online help

aquavcl03 in m233: start Cocoa migration first part : implement basics in events and frames
calcautofilter in m230 : Calc autofilter behaviour
calctextcol in m226: Convert text to columns in Calc
chart14 in m235 : chart features for OOo 2.4
dba24b in m236 :
hcshared09 in m227 : Changes to the installed help / Spring 07
hcshared10 in m230 : Help files Summer 07
l10ntooling06 in m232 :
macaddressbook01 in m229 : CWS for integrating the Mac OS X Address Book into OpenOffice.org (Mac OS X X11 and Aqua Versions)
native105 in m227 : Simplifying Java exchange.
native106 in m234 : OOo 2.4 tasks
navorder in m227 : User defined navigation order of slides.
obr06 in m230 : Small build fixes and obsolete code removal
readme4macintel in m234: Revamp of ReadMe deployed with OOo.
so3deadcorpses in m235 : move so3 to binfilter/bf_so3
vcl82 in m231 : 2.4 issues



Personal tools