Difference between revisions of "Feature Freeze Testing 2.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(save component database)
Line 49: Line 49:
 
** Test case specification : --
 
** Test case specification : --
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a dba24a] integrated in SRC680m231
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a dba24a] integrated in SRC680m231
* [http://www.openoffice.org/issues/show_bug.cgi?id=18907 ] : The relation design is now accessible for MySQL databases as well.   
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=68858 68858] : The relation design is now accessible for MySQL databases as well.   
 
** Description : The relation design is now accessible for MySQL databases as well
 
** Description : The relation design is now accessible for MySQL databases as well
 
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=214
 
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=214
Line 55: Line 55:
 
** Test case specification : --
 
** Test case specification : --
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a dba24a] integrated in SRC680m231
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a dba24a] integrated in SRC680m231
* [http://www.openoffice.org/issues/show_bug.cgi?id=69740 69740] :  
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=69740 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. ...
 
** 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
 
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=213
Line 62: Line 62:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a dba24a] integrated in SRC680m231
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24a dba24a] integrated in SRC680m231
 
<BR>
 
<BR>
 +
==Component : Drawing==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=68097 68097] : Author-defined logical navigation of page objects in presentations
 +
** Description : This enhancement makes the shape navigation order independent from the paint order. Drag and drop in the Navigator can be used to reorder shapes.
 +
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=191
 +
** Specification : http://specs.openoffice.org/draw/NavOrder.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/46918/navigator.htm
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnavorder navorder] integrated in SRC680m227
 +
<BR>
 +
==Component : Calc/Spreadsheet (SC)==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=4040 4040] : Convert text to columns
 +
** Description : Comma separated values (CSV) can already be imported from files and the clipboard, but CSV data inside cells could not be transformed into columns directly. The new Text to Columns feature uses the already existing Text import dialog and transforms CSV data inside cells into multiple columns.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=243
 +
** Specification : http://specs.openoffice.org/calc/ease-of-use/Text_to_Columns.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/47570/Text_to_Columns.html
 +
** 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
 +
* [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.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=246
 +
** Specification : http://specs.openoffice.org/calc/ease-of-use/Enhanced_Data_Input.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48773/Calc_Data_Input.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcdatainput calcdatainput] integrated in SRC680m233
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=20496 20496] : Enhanced formula input
 +
** Description : Most professional spreadsheet users do use the number pad for inputting data to save time. So it makes sense to allow to enter a formula not just by entering a "=" or hitting the Function button in the Formula tool bar. Therefore "+" and "-" can also be used to start entering a formula. This improves the usability and the speed when creating formulas in a spreadsheet. Furthermore this can be used as a little calculator.
 +
** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=245
 +
** Specification : http://specs.openoffice.org/calc/ease-of-use/Enhanced_Formula_Input.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48577/Enhanced_formula_input.html
 +
** 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
 +
 +
* [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
 +
* [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
 +
* [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:04, 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)

  • 15546 :
    • Description :
    • Feature Announcement :
    • Specification :
    • Test case specification :
    • CWS : calcdatainput integrated in SRC680m233
  • 15546 :
    • Description :
    • Feature Announcement :
    • Specification :
    • Test case specification :
    • CWS : calcdatainput integrated in SRC680m233
  • 15546 :
    • Description :
    • Feature Announcement :
    • Specification :
    • Test case specification :
    • CWS : calcdatainput integrated in SRC680m233
Personal tools