Difference between revisions of "Feature Freeze Testing 2.4"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Component : Chart)
(Links to Features and Enhancements for OOo 2.4)
 
(39 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
'''Feature testing for OOo 2.4'''
 
'''Feature testing for OOo 2.4'''
  
 +
Here are the 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. These list is more technical orientated and isn't a release note for OOo 2.4. This list could and should be used for testing and checking the new features in general or for translation purposes.
  
'''!!!! THIS SIDE IS UNDER CONSTRUCTION !!!!'''
 
  
'''FEATURE FREEZE IS PLANNED FOR 15th OF NOVEMBER '07'''
+
'''What's new ?'''
 +
See also [[New_Features_2.4]].
  
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 : Chart==
* [http://www.openoffice.org/issues/show_bug.cgi?id=4039 4039] : better automatic positions for lables on pie segments
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=7998 7998] : Equations for regression curves
** Description : The data point labels for pie pieces can overlap when the pieces are to small. There is an automatism now which tries to avoid the overlap while moving the labels to the side.
+
** Description : The equation of trend lines and the R² value now can be displayed in the chart.
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=199
+
** Specification : http://specs.openoffice.org/chart/ChartDataLabels.odt
+
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49553/TCS_%20Placement%20for%20Data%20Labels.htm
+
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/49522/PieBestFit_TestDocument.ods
+
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] integrated in SRC680m238
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=7998 7998] : display equations for regression lines
+
** Description : Trendlines for data series show an approximation of the data by a mathematical formula. In addition to the actual curve, the formula that represents the trendline is also interesting. The specification describes how the graphical objects for the equation of a trendline and the accuracy of the calculation, denoted by R², are handled.  
+
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=197
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=197
 
** Specification : http://specs.openoffice.org/chart/DisplayTrendLineEquations.odt
 
** Specification : http://specs.openoffice.org/chart/DisplayTrendLineEquations.odt
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49695/TCS_Equations_for_regression_lines.htm
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49695/TCS_Equations_for_regression_lines.htm
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] integrated in SRC680m238
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] integrated in SRC680m238
* [http://www.openoffice.org/issues/show_bug.cgi?id=24614 24614] : enable reverse scales on axes
+
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=24614 24614] : Reverse axes
 
** Description : It is possible now to change the direction of axes. Thus the user can choose where the lower values and where the higher values are displayed at an axis.
 
** Description : It is possible now to change the direction of axes. Thus the user can choose where the lower values and where the higher values are displayed at an axis.
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=196
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=196
Line 30: Line 22:
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48782/reverse_direction.htm
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48782/reverse_direction.htm
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
* [http://www.openoffice.org/issues/show_bug.cgi?id=26795 26795] : display bars on different axis next to each other
+
<BR>
** Description : If two axes are shown in a bar chart, and some data series are attached to the first one, while some other data series are attached to the second one, both sets of data series are shown independently , one box overlapping the other. As a result, bars attached to the first y-axis are partly or completely hidden by bars attached to the second y-axis. To avoid this, there is an option to display bars side by side, as if they were attached only to one axis. To enable this setting the option “Show Bars side by side” must be checked in the dialog. See specification control #7 and chapter 1.3 for details. (The other parts of the spec describe no new features)
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=26795 26795] : Display bars on different axes next to each other
 +
** Description : In bar charts with two y axes it is now also possible to display all the bars next to each thus they don't hide each other anymore.
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=192
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=192
 
** Specification : http://specs.openoffice.org/chart/BarChartOptions.odt
 
** Specification : http://specs.openoffice.org/chart/BarChartOptions.odt
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48996/TCS_Display_Bars.htm
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48996/TCS_Display_Bars.htm
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
* [http://www.openoffice.org/issues/show_bug.cgi?id=37792 37792] : number format for data labels
+
<BR>
** Description : For data labels in charts it will be possible to choose a number format for the display of values and percentage values. Thus the user now can change the precision of the displayed values.
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=37792 37792] : Number format for data labels
 +
** Description : For data labels in charts it is now possible to choose a number format for the display of values and percentage values. Thus the precision of the displayed values can be changed for example.
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=193
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=193
 
** Specification : http://specs.openoffice.org/chart/ChartDataLabels.odt
 
** Specification : http://specs.openoffice.org/chart/ChartDataLabels.odt
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48936/Data_Labels.htm
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48936/Data_Labels.htm
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
* [http://www.openoffice.org/issues/show_bug.cgi?id=43489 43489] : Display both value and percentage as data point label
+
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=43489 43489] : Display both in the data point label: value and percentage
 
** Description : For data labels in charts it is now possible to display the value and the percentage value at the same time.
 
** Description : For data labels in charts it is now possible to display the value and the percentage value at the same time.
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=194
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=194
Line 48: Line 43:
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48769/Combined_Datapointlabel.htm
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48769/Combined_Datapointlabel.htm
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
* [http://www.openoffice.org/issues/show_bug.cgi?id=63857 63857] : more flexible placement of labels on data points
+
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82051 82051] : Allow to display each part of a data label in a separate line
 +
** Description : The different parts of a data label now can be displayed in separate lines.
 +
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=195
 +
** Specification : http://specs.openoffice.org/chart/ChartDataLabels.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48744/ChartDataLabel_Separator.htm
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=63857 63857] : More flexible placement of labels on data points
 
** Description : It is now possible to manipulate the placement of the data point labels relative to the data point. For example for symbol charts the labels can be placed above, below, left, right or centered on the symbol.
 
** Description : It is now possible to manipulate the placement of the data point labels relative to the data point. For example for symbol charts the labels can be placed above, below, left, right or centered on the symbol.
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=198
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=198
Line 55: Line 58:
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/35420/CustomizedAutomaticLabelPositions_Issue63857.xls
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/35420/CustomizedAutomaticLabelPositions_Issue63857.xls
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] integrated in SRC680m238
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] integrated in SRC680m238
* [http://www.openoffice.org/issues/show_bug.cgi?id=82051 82051] : Allow to display each part of a data label in a separate line
+
<BR>
** Description : The different parts of data label now can be displayed in separate lines
+
* [http://www.openoffice.org/issues/show_bug.cgi?id=4039 4039] : Automatic positions for labels on pie segments
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=195
+
** Description : There is an automatism now which tries to avoid the overlapping of data point labels on pie charts.
 +
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=199
 
** Specification : http://specs.openoffice.org/chart/ChartDataLabels.odt
 
** Specification : http://specs.openoffice.org/chart/ChartDataLabels.odt
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48744/ChartDataLabel_Separator.htm
+
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49553/TCS_%20Placement%20for%20Data%20Labels.htm
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] integrated in SRC680m235
+
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/49522/PieBestFit_TestDocument.ods
* [http://www.openoffice.org/issues/show_bug.cgi?id=83344 83344] : allow removing data point labels with delete key
+
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=83344 83344] : Remove data point labels with delete key
 
** Description : It is now possible to remove selected data point labels with pressing the delete key.
 
** Description : It is now possible to remove selected data point labels with pressing the delete key.
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=200
 
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=200
Line 70: Line 76:
  
 
==Component : Database==
 
==Component : Database==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=11746 11746] : numeric(n) data from jdbc/oracle rendered as currency and not as number
 +
** Description : The Advanced Settings dialog now has a property to disable the currency return value from the ResultSetMetaData.
 +
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=220
 +
** Specification : http://dba.openoffice.org/specifications/Data_Source_Property_Dialog.sxw
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24lms dba24lms] integrated in SRC680m238
 +
<BR>
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=18907 18907] : wrong default table name in "Copy table"
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=18907 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.
 
** 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.
Line 76: Line 89:
 
** 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
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=49183 49183] : allow to edit a view's design (underlying statement) in HSQLDB
 +
** Description : With the integration of CWS dba24c, you will be able to edit views in embedded HSQL  databases. ...
 +
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=217
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24c dba24c] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=66624 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 : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24c dba24c] integrated in SRC680m238
 +
<BR>
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=68858 68858] : 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
Line 82: Line 110:
 
** 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
 +
<BR>
 
* [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
 
* [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. ...
Line 89: Line 118:
 
** 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>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=77492 77492] : Allow query designer to be called in SQL view
 +
** Description : From within the property browser for a database form, you can open the query designer, to graphically design the SQL command underlying the form.  ...
 +
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=218
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24c dba24c] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=80930 80930] : [RFE] UI for the FormsCheckRequiredFields data source setting
 +
** Description : For databases, there exists a per-database setting which controls whether forms check for required fields when entering data.
 +
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=215
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24b dba24b] integrated in SRC680m236
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=81043 81043] : Connection "Microsoft Access" doesn`t work with Access 2007 (accdb)
 +
** Description : The new file format for MS Access 2007 accdb files is now also supported by the OpenOffice.org Base. When creating a new database, she can now select "MS Access 2007" as type to connect to. On the next page when opening the file dialog only the extension accdb is available.
 +
** Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=219
 +
** Specification : http://dba.openoffice.org/specifications/Data_Source_Property_Dialog.sxw
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24c dba24c] integrated in SRC680m238
 +
<BR>
 +
 
==Component : Drawing==
 
==Component : Drawing==
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=68097 68097] : Author-defined logical navigation of page objects in presentations
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=68097 68097] : Author-defined logical navigation of page objects in presentations
Line 97: Line 148:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnavorder navorder] integrated in SRC680m227
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnavorder navorder] integrated in SRC680m227
 
<BR>
 
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=80528 80528] : Reduce complexity: Remove unnecessary display options
 +
** Description : Removing some unnecessary display options. These options were historically added to very early office versions due to at that time limited ressources (16bit times). These options were switched off in the configuration for a long time. The following features are affected: ...
 +
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=202
 +
** Specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49524/ReCo.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49806/display_options.htm
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Faw053 aw053] integrated in SRC680m238
 +
<BR>
 +
 +
==Component : Framework==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=20164 20164] : Extensible Help System
 +
** Description : cws ab38 adds support for help content inside extensions. Extension help content is provided together with the OpenOffice.org installed help content. It's also possible to extend the help index. The implementation supports extended tool tips and accessing extension help content by pressing F1 in UNO dialogs and menus.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=266
 +
** Specification : http://specs.openoffice.org/appwide/help/ExtensibleHelp.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49672/TCS_Help_for_extensions.htm
 +
** Test Extension : http://www.openoffice.org/nonav/issues/showattachment.cgi/49626/foo_en.oxt, http://www.openoffice.org/nonav/issues/showattachment.cgi/49627/foo_en_de.oxt
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fab38 ab38] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=31053 31053] : please support https, too
 +
** Description : OOo is now able to connect WebDAV servers via HTTPS
 +
** Feature Announcement : http://ucb.openoffice.org/servlets/ReadMsg?list=features&msgNo=6
 +
** Specification : http://specs.openoffice.org/appwide/fileIO/WebDAV_over_HTTPS.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ftkr05_SRC680 tkr05_SRC680] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=73357 73357] : Tools/Customize/Toolbars: Really import custom icon
 +
** Description : With the "Change Icon" dialog users can select from a list of custom icons and they also can add icons to the icon collection by importing them persistently into a user-icon list. Clicking "import" opens a file picker. The File picker points by default to the icon directory of OpenOffice.org. Icons for import shall be in PNG format and shall have a size of 16x16 or 26 by 26 pixel. To remove icons from the persistent user-icon list the dialog now has a "Remove" button. Only user-defined icons can be removed! Icons which are already in the user-icon list are overwritten after acknowledge from the user.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=262
 +
** Specification : http://specs.openoffice.org/ui_in_general/toolbars/openoffice_org_toolbar_spec.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk74 fwk74] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=80206 80206] : Rework ODF File Names in Filter Box
 +
** Description : see feature announcement ...
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=261
 +
** Specification : http://specs.openoffice.org/appwide/fileIO/FileFormatNames.sxw
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk74 fwk74] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=81326 81326] : extensions should have a display name
 +
** Description : An extension may have a display name. This is a name which the developer defines in the descripion.xml. This name is localized. That is, the extension may provide the display names in multiple languages. The Extension Manager will choose the language which matches most closely the locale of the office. If no display name is provided then the file name of  Extension will be displayed.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=272
 +
** Specification : http://specs.openoffice.org/appwide/packagemanager/packagemanager_gui_spec.sxw
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl76 jl76] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=81502 81502] : Additional information about the publisher of an extension and release notes in the update dialog
 +
** Description : It is now possible to see additional information for an available update of an extension in the “Update Extensions” dialog (Extension Manager Dialog -> Button “Updates”). This is first the name of the publisher and second a link to the release notes. Also the publisher name is a link. Clicking on these links will open an browser and navigate to the respective web sites.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=267
 +
** Specification : http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl76 jl76] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=81651 81651] : Remove GUI option "Automatic file name extension" from File-Save dialog (Office Dlg)
 +
** Description : With integration of SRC680/as6 CWS the 'automatic file extension'-check-box in the fie save dialog will be gone. In internal (OOo file dialog) and in external dialogs (native file picker like GNOME or Windows file file dialog).
 +
** Feature Announcement : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=66
 +
** Specification : http://specs.openoffice.org/appwide/fileIO/File_Open_and_Save_Dialogs.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fas6 as6] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82071 82071] : Flaws in print logic
 +
** Description : The Print dialog in Calc gets extended by a new possibility to define what part of the spreadsheet has to be printed. In older versions the print setting "print only selected sheets" is located in the Options dialog of the Print dialog and got defaulted for OOo 2.3. This raised several new issues around print output is empty when the corresponding table was not selected in the spreadsheet and the setting itself was overseen/unknown in the Options dialog. Furthermore the "Sort" option is defaulted to on and is always enabled in all OOo Print dialogs. This makes it easier to print multiple copies of a document.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=270
 +
** Specification : http://specs.openoffice.org/appwide/printing/Print_Dialog.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49787/Calc_print_dialog.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcprintdlg calcprintdlg] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82775 82775] : Support of web based extension update
 +
** Description : The Extension Manager online update feature now also supports web-based updates. That is, the “Update Extensions” dialog shows available updates which one can only obtain through a particular website and which the Extension Manager cannot automatically download. When the user installs the updates, web browser will be started which navigate to the websites where the user can manually download the update.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=268
 +
** Specification : http://specs.openoffice.org/appwide/packagemanager/online_update_for_extensions.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl79 jl79] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82851 82851] : Check for updates should look for extension updates, too
 +
** Description : When the office is configured to check for office updates automatically, the office will look for updates for the installed extensions, too. When any updates are found, the user will be notified via the menu bar about these updates.
 +
** Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=258
 +
** Specification : http://specs.openoffice.org/appwide/onlineupdate/Online_Update_Notification_of_Extensions.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fupdchk10 updchk10] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82892 82892] : Add master password/ password configuration dialog to /tools/options
 +
** Description : The security tabpage in the tools/options dialog contains now possibility to control password-storing ( the passwords for specific URL-sites could be stored there ) that happens using the service com.sun.star.task.PasswordContainer. By default the storing is not allowed.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=273
 +
** Specification : http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.sxw
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ftkr06 tkr06] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=83233 83233] : Asynchronous callback service required
 +
** Description : Due to developer demand a new asynchronous callback service has been added to UNO awt toolkit. The asynchronous callback service works internally with PostUserMessage. Therefore can only work when the message loop is running.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=264
 +
** Specification : http://wiki.services.openoffice.org/wiki/Framework/Article/Asynchronous_Callback_Service
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk78 fwk78] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=83238 83238] : allow to set a wallpaper property for dialogs
 +
** Description : Due to developer demand a new property for dialogs and tab pages has been added to uno awt toolkit. It addresses an image URL which is used to display as a background image. The property can be used with the property browsers of the dialog editor within the Basic IDE. You can find more information in the specification.
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=263
 +
** Specification : http://wiki.services.openoffice.org/wiki/Framework/Specification/Background_Bitmap_For_Dialogs_And_Tabs
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk74 fwk74] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=83653 83653] : Give warning if document contains features from new ODF version
 +
** Description : A new dialog to push online update by the user is shown if an ODF file is loaded written in a newer file format version (i.e. ODF 1.2) than the version supported by the currently installed OpenOffice.org version (i.e. ODF 1.1).
 +
** Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=274
 +
** Specification : http://specs.openoffice.org/appwide/onlineupdate/ODF_Online_Update_Trigger.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49851/Online_Update_trigger.htm
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fodfversionwarning odfversionwarning] integrated in SRC680m238
 +
<BR>
 +
 +
==Component : Graphic System Layer (GSL)==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=40318 40318] : Slide titles should be bookmarks when exported to PDF.
 +
** Description : With CWS beppec56pdflinks the PDF export filter will be able to export documents with links made relative on request.
 +
** Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=48
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fbeppec56pdflinks beppec56pdflinks] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=56629 56629] : PDF convert tool - relative links to files from file system are converted as URLs not
 +
** Description : With CWS beppec56pdflinks the PDF export filter will be able to export documents with links made relative on request.
 +
** Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=48
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fbeppec56pdflinks beppec56pdflinks] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=59651 59651] : PDF/A (ISO 19005-1) support would be helpful
 +
** Description : This update adds the PDF/A-1a export capability to the OpenOffice.org PDF export filter. PDF/A-1a is ISO 19005-1:2005 International Standard. A specification addendum for PDF export filter can be found at: http://www.openoffice.org/issues/show_bug.cgi?id=59651#desc22
 +
** Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=47
 +
** Specification : http://www.openoffice.org/issues/show_bug.cgi?id=59651#desc22
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fbeppec56pdfa1b beppec56pdfa1b] integrated in SRC680m238
 +
<BR>
 +
 +
==Component : Porting==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82234 82234] : Implement Insert-Movie and Sound using QTKit (QuickTime)
 +
** Description : Mac OS X natively uses the Quicktime player to play music and sound. The players currently integrated into OpenOffice.org do not function on Mc OS X.  This project integrates Quicktime support.
 +
** Feature Announcement : http://porting.openoffice.org/servlets/ReadMsg?list=features&msgNo=7
 +
** Specification : http://specs.openoffice.org/Mac_Port/System_Integration/macosx_quicktime.odt
 +
** Test case specification : http://qa.openoffice.org/ooQAReloaded/TestcaseSpecifications/OpenOffice.org_2.4/Global/macosx_quicktime.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fmacosxquicktime01 macosxquicktime01] integrated in SRC680m239
 +
<BR>
 +
 +
==Component : Localisation (L10N)==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=71789 71789] : Disentangle the Serbia and Montenegro mess
 +
** Description : Serbia and Montenegro locales
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=122
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=76233 76233] : Add locales of available dictionaries to language list box
 +
** Description : New language list box entries available for font attribution: "Nyanja"          [= ny-MW], "Kashubian"      [= csb-PL], "Spanish (Cuba)"  [= es-CU], "Tetun"          [= tet-ID]
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=123
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=78601 78601] : es_VE: make VEF, Bolivar Fuerte, the default currency
 +
** Description : On 2008-01-01 the Bolivar Fuerte, VEF, will become the new currency for Venezuela. In OOo2.4 it will be the default currency for the es-VE  locale. It was already secondary currency since OOo2.3.
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=126
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=79797 79797] : Enable Persian Numbering support
 +
** Description : Added support of Farsi/Persian native numbering and alphabetic outline numbering, the latter appearing in Writer under Format -> Bullets and Numbering -> Options -> Numbering list box, it is not available in the preset numbering types or outlines yet. Native numbering is available through the number formatter for format codes using the [NatNum1] modifier.
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=127
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=80114 80114] : Add Quechua to language list box
 +
** Description : New language list box entries available for character attribution: "Quechua (Bolivia, North)"  [= qul-BO], "Quechua (Bolivia, South)"  [= quh-BO]
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=124
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=80432 80432] : Add Low German [nds-DE] to language list box.
 +
** Description : New language list box entry available for character attribution: "Low German"  [= nds-DE]
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=125
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82723 82723] : Locale information for Hiligaynon (hil_PH)
 +
** Description : Added a new language list box entry and locale data for Hiligaynon_Philippines (hil_PH), available for character attribution, number formats and as default document language.
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=128
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82927 82927] : Add Sámi languages to language list box
 +
** Description : Various Sami entries added to the language list box. These are available for character attribution and spell-checking: ...
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=130
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24lms dba24lms] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=83369 83369] : Locale data for Somali (so_SO)
 +
** Description : Added a new language list box entry and locale data for Somali_Somalia (so_SO), available for character attribution, number formats and as default document language.
 +
** Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=129
 +
** Specification : --
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] integrated in SRC680m237
 +
<BR>
 +
 +
==Component : Presentation==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=82911 82911] : insert picture on the background
 +
** Description : This community patch from Jan Navratil introduces a new menu entry in the context menu of a slide. This menu entry lets the user choose a picture file and sets it as the background of the slide. Previously this could not be accomplished so easily, even so it is a often used task.
 +
** Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=201
 +
** Specification : http://specs.openoffice.org/impress/sd.insertbackground.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49807/insert_background.htm
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fimpress134 impress134] integrated in SRC680m238
 +
<BR>
 +
 
==Component : Calc/Spreadsheet (SC)==
 
==Component : Calc/Spreadsheet (SC)==
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=4040 4040] : Convert text to columns
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=4040 4040] : Convert text to columns
Line 105: Line 371:
 
** 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
 +
<BR>
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=7180 7180] : Need ability to move columns/rows in spreadsheet
 
* [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.
 
** 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.
Line 112: Line 379:
 
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/47295/Drag_and_Drop_testdoc.ods
 
** 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
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalccolrowmove calccolrowmove] integrated in SRC680m226
 +
<BR>
 
* [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 118: Line 386:
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48773/Calc_Data_Input.html
 
** 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
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcdatainput calcdatainput] integrated in SRC680m233
 +
<BR>
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=20496 20496] : Enhanced formula input
 
* [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.
 
** 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.
Line 125: Line 394:
 
** 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
 +
<BR>
 +
* [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
 +
<BR>
 
* [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 132: Line 409:
 
** 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
 +
<BR>
 +
* [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
 +
<BR>
 +
* [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
 +
<BR>
 
* [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 139: Line 433:
 
** 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
Line 147: Line 442:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsb71 sb71] integrated in SRC680m231
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsb71 sb71] integrated in SRC680m231
 
<BR>
 
<BR>
 +
 
==Component : UDK==
 
==Component : UDK==
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=77885 77885] : stoc library merge
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=77885 77885] : stoc library merge
Line 155: Line 451:
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsb71 sb71] integrated in SRC680m231
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsb71 sb71] integrated in SRC680m231
 
<BR>
 
<BR>
 +
 
==Component : UI==
 
==Component : UI==
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=9521 9521] : Focus on number of copies field in print dialog
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=9521 9521] : Focus on number of copies field in print dialog
Line 162: Line 459:
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48515/default_focus_print_dialog.html
 
** 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
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fvcl82 vcl82] integrated in SRC680m231
 +
<BR>
 
* [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
 
* [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."
 
** 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."
Line 168: Line 466:
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48508/charcter_limit_enhancement-testcase.html
 
** 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
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fvcl82 vcl82] integrated in SRC680m231
 
+
<BR>
 
* [http://www.openoffice.org/issues/show_bug.cgi?id=77592 77592] : Use of the Mac OS X spell checker
 
* [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.
 
** 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.
Line 175: Line 473:
 
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/48222/test_case_macosx_spellchecker.html
 
** 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
 
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fmacosxspellchecker macosxspellchecker] integrated in SRC680m229
 +
<BR>
 +
 +
==Component : Word Processing (sw - Writer)==
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=1596 1596] : Select rectangular region of text should be possible
 +
** Description : The selection mode "block selection" allows the selection of text inside a rectangular region.
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=281
 +
** Specification : http://specs.openoffice.org/writer/selection_enhancement/Block_Selection_of_Text
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49473/block_selection_tp.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fswcolsel swcolsel] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=15666 15666] : Search and Replace - can't substitute regular expression subexpression in replace
 +
** Description : Find & Replace allows backward references in regular expressions. "$n" references the nth subexpression of the found string, n >= 0, n<=9. With "$0" the whole found string can be referenced.
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=282
 +
** Specification : http://specs.openoffice.org/appwide/find_and_replace/Regular_Expressions.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49915/Backward_references_in_Regular_Expressions.html
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fregexp02 regexp02] integrated in SRC680m239
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=73117 73117] : Insert&Insert Object toolbar redesign - Writer
 +
** Description : see spec for details
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=278
 +
** Specification : http://specs.openoffice.org/appwide/toolbars/Toolbar_content_spec.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fos104 os104] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=77208 77208] : Implement Language Control for Writer Status Bar
 +
** Description : As with CWS langstatusbar we hope to provide better and easier control of the texts language: ...
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=279
 +
** Specification : http://specs.openoffice.org/appwide/linguistic/Set_Language_Attribute_for_Text.odt
 +
** Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/49832/testcases_langstatusbar.odt
 +
** Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/49172/Samples_All_Languages.odt
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flangstatusbar langstatusbar] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=81434 81434] : Printing of "Hidden text" configuration
 +
** Description : Printing of hidden text (hidden paragraph field, hidden text field, hidden characters) is controlled via settings in tools/options/Writer/Print.
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=284
 +
** Specification : http://specs.openoffice.org/writer/printing/Print_Hidden_Text.odt
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fos106 os106] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=81514 81514] : Add shortcut for paragraph style Heading 4, Heading 5 and Textbody
 +
** Description : The following shortcuts to apply paragraph styles have been added: ctrl+4 => Heading 4;  ctrl+5 => Heading 5 (current shortcut for 1 1/2 will be dropped);  ctrl+0 => Textbody;  ctrl+shift+0 -> Default
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=277
 +
** Specification : http://specs.openoffice.org/appwide/keyboard/assign_keyboard_shortcuts_to_styles.sxw
 +
** Test case specification :
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fos104 os104] integrated in SRC680m238
 +
<BR>
 +
* [http://www.openoffice.org/issues/show_bug.cgi?id=83402 83402] : Make Ctrl-click Behavior for Hyperlinks Configurable
 +
** Description : We need an option to turn off the security related feature not to follow hyperlinks on a left click. See page 57/58 (6.2.1) of the spec. for implementation details.
 +
** Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=283
 +
** Specification : http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.sxw
 +
** Test case specification : --
 +
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ftkr06 tkr06] integrated in SRC680m238
 +
<BR>
  
 
==CWS with changes UI and/or online help==
 
==CWS with changes UI and/or online help==
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Faquavcl03 aquavcl03] in m233: start Cocoa migration first part : implement basics in events and frames<br>
+
Here are all Child Work Spaces [CWS] are listed which are relevant for UI changes, Feature integration, changes in Online Help or for translation :<BR>
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcautofilter calcautofilter] in m230 : Calc autofilter behaviour
+
<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalctextcol calctextcol] in m226: Convert text to columns in Calc<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] in m235 : chart features for OOo 2.4<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24b dba24b] in m236 : <br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fhcshared09 hcshared09] in m227 : Changes to the installed help / Spring 07<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fhcshared10 hcshared10] in m230 : Help files Summer 07<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fl10ntooling06 l10ntooling06] in m232 : <br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fmacaddressbook01 macaddressbook01] in m229 : CWS for integrating the Mac OS X Address Book into OpenOffice.org (Mac OS X X11 and Aqua Versions)<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnative105 native105] in m227 : Simplifying Java exchange.<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnative106 native106] in m234 : OOo 2.4 tasks<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnavorder navorder] in m227 : User defined navigation order of slides.<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fobr06 obr06] in m230 : Small build fixes and obsolete code removal<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Freadme4macintel readme4macintel] in m234: Revamp of ReadMe deployed with OOo.<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fso3deadcorpses so3deadcorpses] in m235 : move so3 to binfilter/bf_so3<br>
+
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fvcl82 vcl82] in m231 : 2.4 issues<br>
+
 
+
  
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fab38 ab38] in m238: Extensible Help system<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Faquavcl03 aquavcl03] in m233: start Cocoa migration, first part : implement basics in events and frames<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fas6 as6] in 238 : fixes around file picker implementation<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Faw053 aw053] in 238 : Reduce complexity: Unnecessary display options<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fbeppec56pdfa1b beppec56pdfa1b] in 238 : Add PDF/A-1a capability to OOo PDF export filter<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fbeppec56pdflinks beppec56pdflinks] in 238 : Implementation of relative hyperlinks in OOo PDF export filter.<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcautofilter calcautofilter] in 230 : Calc autofilter behaviour<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcprintdlg calcprintdlg] in 238 : Calc enhancements for the print dialog.<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalcformula calcformula] in 232 : Enhanced data input in Calc<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcalctextcol calctextcol] in 226 : Convert text to columns in Calc<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart14 chart14] in 235 : chart features for OOo 2.4<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fchart17 chart17] in 238 : chart : Regression curve equations and more flexible data point label placement.<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fcustomfields customfields] in 238 : Fixes Word import for custom fields and provides them as DocumentInfoFields based on CustomProperties<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdatapilotsort datapilotsort] in 238 : Manual sorting of items in DataPilot<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24b dba24b] in 236 : --<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24c dba24c] in 238 : ongoing DBA bugfixing towards OOo 2.4<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24lastminutestrings dba24lastminutestrings] in 237 : integrate some new DBA strings into 2.4 before the translation freeze<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba24lms dba24lms] in 238 : integrate some new DBA strings into 2.4 before the translation freeze<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk72 fwk72] in 238 : Framework fixes for OOo2.4<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk74 fwk74] in 238 : Framework fixes/features for OpenOffice.org 2.4.<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ffwk78 fwk78] in 238 : Enhancements and UI changes<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fhcshared09 hcshared09] in 227 : Changes to the installed help / Spring 07<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fhcshared10 hcshared10] in 230 : Help files Summer 07<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fhcshared12 hcshared12] in 238 : Changes to application help Autumn 07<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fimpress134 impress134] in 238 : impress/draw fixes for OOo 2.4<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl76 jl76] in 238 : enhancements for extension online update<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fjl79 jl79] in 238 : enhancements for Extension Manager<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fl10ntooling06 l10ntooling06] in 232 : --<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flangstatusbar langstatusbar] in 238 : Better language selection via status bar control<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Flocales24 locales24] in 237 : Locale data and related changes for OOo2.4<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fmacaddressbook01 macaddressbook01] in 229 : CWS for integrating the Mac OS X Address Book into OpenOffice.org (Mac OS X X11 and Aqua Versions)<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnative105 native105] in 227 : Simplifying Java exchange<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnative106 native106] in 234 : OOo 2.4 tasks<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fnavorder navorder] in 227 : User defined navigation order of slides<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fobr06 obr06] in 230 : Small build fixes and obsolete code removal<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fodfversionwarning odfversionwarning] in 238 : --<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fos103 os103] in 237 : Patches and bugfixes OOo 2.4<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fos104 os104] in 238 : Enhancements<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fos107 os107] in 238 : Implementation of issue i61007<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fpj88 pj88] in 238 : Fix small, but very annoying typo in en-US string in error message.<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fprintdirectinfo printdirectinfo] in 237 : Enhancement to give better information about the printer used by the "print directly" toolbar button<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Freadme4macintel readme4macintel] in 234 : Revamp of ReadMe deployed with OOo.<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Freportdesign01 reportdesign01] in 238 : Ongoing fixes for the Sun Report Builder<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fsheetzoom sheetzoom] in 238 : Allow to set separate zoom level per sheet<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fso3deadcorpses so3deadcorpses] in 235 : move so3 to binfilter/bf_so3<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fswcolsel swcolsel] in 238 : Allow block selection in Writer<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ftkr05_SRC680 tkr05_SRC680] in 237 : Integrate HTTPS support in webdav ucb provider<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Ftkr06 tkr06] in 238 : --<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fupdchk10 updchk10] in 238 : enhancements to the automatic look for updates<BR>
 +
[http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fvcl82 vcl82] in 231 : 2.4 issues<BR>
 
<BR>
 
<BR>
 +
 +
==Links to Features and Enhancements for OOo 2.4==
 +
[http://qa.openoffice.org/issues/buglist.cgi?issue_type=FEATURE&issue_status=VERIFIED&issue_status=CLOSED&resolution=FIXED&target_milestone=OOo+2.4&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfieldfrom=&chfieldto=&chfieldvalue=&short_desc=&short_desc_type=allwords&long_desc=&long_desc_type=allwords&issue_file_loc=&issue_file_loc_type=fulltext&status_whiteboard=&status_whiteboard_type=fulltext&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query Link to all features issues for OOo 2.4] : 47 issues marked as Feature <BR>
 +
[http://qa.openoffice.org/issues/buglist.cgi?issue_type=ENHANCEMENT&issue_status=VERIFIED&issue_status=CLOSED&resolution=FIXED&target_milestone=OOo+2.4&email1=&emailtype1=exact&emailassigned_to1=1&email2=&emailtype2=exact&emailreporter2=1&issueidtype=include&issue_id=&changedin=&votes=&chfieldfrom=&chfieldto=&chfieldvalue=&short_desc=&short_desc_type=allwords&long_desc=&long_desc_type=allwords&issue_file_loc=&issue_file_loc_type=fulltext&status_whiteboard=&status_whiteboard_type=fulltext&keywords=&keywords_type=anytokens&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time&Submit+query=Submit+query Link to all enhancement issues for OOo 2.4] : 179 issues marked as Enhancement <BR>

Latest revision as of 11:33, 23 January 2009

Feature testing for OOo 2.4

Here are the 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. These list is more technical orientated and isn't a release note for OOo 2.4. This list could and should be used for testing and checking the new features in general or for translation purposes.


What's new ? See also New_Features_2.4.

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



  • 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



  • 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



Component : Drawing



Component : Framework



  • 73357 : Tools/Customize/Toolbars: Really import custom icon
    • Description : With the "Change Icon" dialog users can select from a list of custom icons and they also can add icons to the icon collection by importing them persistently into a user-icon list. Clicking "import" opens a file picker. The File picker points by default to the icon directory of OpenOffice.org. Icons for import shall be in PNG format and shall have a size of 16x16 or 26 by 26 pixel. To remove icons from the persistent user-icon list the dialog now has a "Remove" button. Only user-defined icons can be removed! Icons which are already in the user-icon list are overwritten after acknowledge from the user.
    • Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=262
    • Specification : http://specs.openoffice.org/ui_in_general/toolbars/openoffice_org_toolbar_spec.odt
    • Test case specification : --
    • CWS : fwk74 integrated in SRC680m238













Component : Graphic System Layer (GSL)




Component : Porting


Component : Localisation (L10N)


  • 76233 : Add locales of available dictionaries to language list box


  • 78601 : es_VE: make VEF, Bolivar Fuerte, the default currency
    • Description : On 2008-01-01 the Bolivar Fuerte, VEF, will become the new currency for Venezuela. In OOo2.4 it will be the default currency for the es-VE locale. It was already secondary currency since OOo2.3.
    • Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=126
    • Specification : --
    • Test case specification : --
    • CWS : locales24 integrated in SRC680m237


  • 79797 : Enable Persian Numbering support
    • Description : Added support of Farsi/Persian native numbering and alphabetic outline numbering, the latter appearing in Writer under Format -> Bullets and Numbering -> Options -> Numbering list box, it is not available in the preset numbering types or outlines yet. Native numbering is available through the number formatter for format codes using the [NatNum1] modifier.
    • Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=127
    • Specification : --
    • Test case specification : --
    • CWS : locales24 integrated in SRC680m237




  • 82723 : Locale information for Hiligaynon (hil_PH)



  • 83369 : Locale data for Somali (so_SO)


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




Component : Word Processing (sw - Writer)








CWS with changes UI and/or online help

Here are all Child Work Spaces [CWS] are listed which are relevant for UI changes, Feature integration, changes in Online Help or for translation :

ab38 in m238: Extensible Help system
aquavcl03 in m233: start Cocoa migration, first part : implement basics in events and frames
as6 in 238 : fixes around file picker implementation
aw053 in 238 : Reduce complexity: Unnecessary display options
beppec56pdfa1b in 238 : Add PDF/A-1a capability to OOo PDF export filter
beppec56pdflinks in 238 : Implementation of relative hyperlinks in OOo PDF export filter.
calcautofilter in 230 : Calc autofilter behaviour
calcprintdlg in 238 : Calc enhancements for the print dialog.
calcformula in 232 : Enhanced data input in Calc
calctextcol in 226 : Convert text to columns in Calc
chart14 in 235 : chart features for OOo 2.4
chart17 in 238 : chart : Regression curve equations and more flexible data point label placement.
customfields in 238 : Fixes Word import for custom fields and provides them as DocumentInfoFields based on CustomProperties
datapilotsort in 238 : Manual sorting of items in DataPilot
dba24b in 236 : --
dba24c in 238 : ongoing DBA bugfixing towards OOo 2.4
dba24lastminutestrings in 237 : integrate some new DBA strings into 2.4 before the translation freeze
dba24lms in 238 : integrate some new DBA strings into 2.4 before the translation freeze
fwk72 in 238 : Framework fixes for OOo2.4
fwk74 in 238 : Framework fixes/features for OpenOffice.org 2.4.
fwk78 in 238 : Enhancements and UI changes
hcshared09 in 227 : Changes to the installed help / Spring 07
hcshared10 in 230 : Help files Summer 07
hcshared12 in 238 : Changes to application help Autumn 07
impress134 in 238 : impress/draw fixes for OOo 2.4
jl76 in 238 : enhancements for extension online update
jl79 in 238 : enhancements for Extension Manager
l10ntooling06 in 232 : --
langstatusbar in 238 : Better language selection via status bar control
locales24 in 237 : Locale data and related changes for OOo2.4
macaddressbook01 in 229 : CWS for integrating the Mac OS X Address Book into OpenOffice.org (Mac OS X X11 and Aqua Versions)
native105 in 227 : Simplifying Java exchange
native106 in 234 : OOo 2.4 tasks
navorder in 227 : User defined navigation order of slides
obr06 in 230 : Small build fixes and obsolete code removal
odfversionwarning in 238 : --
os103 in 237 : Patches and bugfixes OOo 2.4
os104 in 238 : Enhancements
os107 in 238 : Implementation of issue i61007
pj88 in 238 : Fix small, but very annoying typo in en-US string in error message.
printdirectinfo in 237 : Enhancement to give better information about the printer used by the "print directly" toolbar button
readme4macintel in 234 : Revamp of ReadMe deployed with OOo.
reportdesign01 in 238 : Ongoing fixes for the Sun Report Builder
sheetzoom in 238 : Allow to set separate zoom level per sheet
so3deadcorpses in 235 : move so3 to binfilter/bf_so3
swcolsel in 238 : Allow block selection in Writer
tkr05_SRC680 in 237 : Integrate HTTPS support in webdav ucb provider
tkr06 in 238 : --
updchk10 in 238 : enhancements to the automatic look for updates
vcl82 in 231 : 2.4 issues

Links to Features and Enhancements for OOo 2.4

Link to all features issues for OOo 2.4 : 47 issues marked as Feature
Link to all enhancement issues for OOo 2.4 : 179 issues marked as Enhancement

Personal tools