Difference between revisions of "Feature Freeze Testing 2.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Saved calc-part)
Line 78: Line 78:
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/47571/Text_to_Columns.ods
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/47571/Text_to_Columns.ods
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalctextcol calctextcol] integrated in SRC680m226
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalctextcol calctextcol] integrated in SRC680m226
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=7180 7180] : Need ability to move columns/rows in spreadsheet
 +
** Description : When moving or copying a marked cell range via drag & drop to a new row or column, by default the target cells are overwritten. An insert drag & drop mode can be activated by pressing the ALT key in addition to the SHIFT and CTRL keys before dropping. In this case the source data are inserted at the new position, that means the target cells are shifted to the right or down. In the insert drag & drop mode also a new preview cursor is shown.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=242
 +
** Specification : http://specs.openoffice.org/calc/ease-of-use/Insertion_of_Cells.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/47296/Calc_Cell_move_Copy_Testcasespecification.html
 +
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/47295/Drag_and_Drop_testdoc.ods
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalccolrowmove calccolrowmove] integrated in SRC680m226
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=15546 15546] : Enter-Key behaves not as expected
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=15546 15546] : Enter-Key behaves not as expected
 
** Description : Entering data into a spreadsheet is an important but time consuming task. So every keyboard input and mouse click which can be saved makes it faster to accomplish this task. Furthermore it reduces input errors and makes this task much more comfortable for the user. Entering data could be done column or row wise. The row wise method is improved. Therefore the Return key works like a carriage return-line feed on a type writer and allows to return to the column where the input started, but just a row below the current row.
 
** Description : Entering data into a spreadsheet is an important but time consuming task. So every keyboard input and mouse click which can be saved makes it faster to accomplish this task. Furthermore it reduces input errors and makes this task much more comfortable for the user. Entering data could be done column or row wise. The row wise method is improved. Therefore the Return key works like a carriage return-line feed on a type writer and allows to return to the column where the input started, but just a row below the current row.
Line 91: Line 98:
 
** 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=27745 27745] : Basing autofiltering on the result set, not all rows.
* [http://www.openoffice.org/issues/show_bug.cgi?id=15546 15546] :  
+
** 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 :  
+
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=244
** Feature Announcement :  
+
** Specification : http://specs.openoffice.org/calc/ease-of-use/AutoFilter_Behavior.odt
** Specification :  
+
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48311/Calc_Autofiltertest.html
** Test case specification :  
+
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/48310/Autofilter.ods
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcdatainput calcdatainput] integrated in SRC680m233
+
** 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=15546 15546] :
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=81336 81336] : Implement caching strategy for VLOOKUP and MATCH
** Description :
+
** 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.
** Feature Announcement :
+
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=247
** Specification :
+
** Specification : http://wiki.services.openoffice.org/wiki/Calc/To-Dos/Performance/VLOOKUP
** Test case specification :
+
** Test case specification : --
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcdatainput calcdatainput] integrated in SRC680m233
+
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalc44 calc44] integrated in SRC680m231
* [http://www.openoffice.org/issues/show_bug.cgi?id=15546 15546] :  
+
** Description :  
+
** Feature Announcement :  
+
** Specification :  
+
** Test case specification :  
+
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcdatainput calcdatainput] integrated in SRC680m233
+

Revision as of 12:23, 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)

Personal tools