Difference between revisions of "RU/ooo/project/version/feature freeze testing 3.3"
(Корректировка ссылки) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:Заморозка функционала {{OOo}} 3.3}} | + | <section begin=title /><noinclude>{{DISPLAYTITLE:</noinclude>Заморозка функционала {{OOo}} 3.3<noinclude>}}</noinclude><section end=title />{{BreadCrumbL10n}} |
− | + | This is the list of features and enhancements, which are integrated in DEV300 code line after the split for OOo 3.2. All the listed issues are announced in the release notes for the developer snapshots since DEV300m61. The branch for OOo 3.3 was done on build DEV300m84. This list is more technically orientated and isn't a release note. This list could and should be used for testing and checking the new features in general or for translation purposes. | |
− | |||
− | This is the list of features and enhancements, which are integrated in DEV300 code line | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | Please visit also the [http://wiki.services.openoffice.org/wiki/OOoRelease33 release schedule of OOo 3.3]. | ||
=Component : API= | =Component : API= | ||
Line 420: | Line 412: | ||
** Test case specification : -- | ** Test case specification : -- | ||
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fcalctabcolor calctabcolor] integrated in DEV300m84 | ** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fcalctabcolor calctabcolor] integrated in DEV300m84 | ||
+ | <BR> | ||
+ | |||
+ | * [http://qa.openoffice.org/issues/show_bug.cgi?id=30215 30215]: Support 1048576 rows | ||
+ | ** Description : Calc spreadsheets now support 1048576 (1M) rows instead of 65536 rows. | ||
+ | ** Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=315 | ||
+ | ** Specification : -- | ||
+ | ** Test case specification : -- | ||
+ | ** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fkoheirowlimitperf koheirowlimitperf] integrated in DEV300m84 | ||
<BR> | <BR> | ||
Line 487: | Line 487: | ||
** Test case specification : -- | ** Test case specification : -- | ||
** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fcbosdo01 cbosdo01] integrated in DEV300m72 | ** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fcbosdo01 cbosdo01] integrated in DEV300m72 | ||
+ | <BR> | ||
+ | |||
+ | * [http://www.openoffice.org/issues/show_bug.cgi?id=77196 77196] : Verbose progress during startup of the office | ||
+ | ** Description : During start up of the office the extension manager will perform some housekeeping tasks when there have been changes to the installed extensions. This might use some time and therefor a more verbose progress text (like copying extension <name>) will be displayed right below the progress bar. | ||
+ | ** Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=265 | ||
+ | ** Specification : http://specs.openoffice.org/appwide/packagemanager/Extension_Manager_UI_Change.odt | ||
+ | ** Test case specification : -- | ||
+ | ** CWS : [http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fjl152 jl152] integrated in DEV300m84 | ||
<BR> | <BR> | ||
Line 595: | Line 603: | ||
(The DEV300 code line isn't split to OOO330 code line and feature freeze isn't finished until now. Therefore it can occur that a listed issue in the queries isn't integrated in the last developer snapshot!) | (The DEV300 code line isn't split to OOO330 code line and feature freeze isn't finished until now. Therefore it can occur that a listed issue in the queries isn't integrated in the last developer snapshot!) | ||
+ | |||
+ | {{RUkbGeneralBottom}} |
Latest revision as of 14:03, 21 August 2011
This is the list of features and enhancements, which are integrated in DEV300 code line after the split for OOo 3.2. All the listed issues are announced in the release notes for the developer snapshots since DEV300m61. The branch for OOo 3.3 was done on build DEV300m84. This list is more technically orientated and isn't a release note. This list could and should be used for testing and checking the new features in general or for translation purposes.
Please visit also the release schedule of OOo 3.3.
Contents
- 1 Component : API
- 2 Component : Chart
- 3 Component : Database Access (dba)
- 4 Component : Formula Editor / Math
- 5 Component : Framework
- 6 Component : Graphic System Layer (gsl)
- 7 Component : L10N
- 8 Component : Presentation
- 9 Component : QA
- 10 Component : Spreadsheet
- 11 Component : UI
- 12 Component : Word Processing (Writer)
- 13 All CWS which are marked as UI- or Help relevant in EIS
- 14 Links to the Features, Enhancements (issues)
Component : API
- 109825 : Grid control:Further data types as input possible
- Description : The XGridDatamodel method addRow(string headerName, sequence <string>data) has changed to addRow(string headerName, sequence<any> data). Now it's not only possible to fill the grid with strings but also with integers or images.
- Feature Announcement : http://api.openoffice.org/servlets/ReadMsg?list=features&msgNo=145
- Specification : http://wiki.services.openoffice.org/wiki/API/UNO_AWT/Grid_Control
- Test case specification : --
- CWS : gridcontrol_03 integrated in DEV300m79
- 109828 : Added settings for customizing grid control appearance
- Description : Following settings are now possible: -horizontal alignment for columns - every column can have it's own horizontal alignment. The possibilities are LEFT (default), CENTER, RIGHT. -vertical alignment for all of the rows - the content of the cells can be vertically aligned in one of these possibilities:TOP(default), MIDDLE, BOTTOM. ...
- Feature Announcement : http://api.openoffice.org/servlets/ReadMsg?list=features&msgNo=146
- Specification : http://wiki.services.openoffice.org/wiki/API/UNO_AWT/Grid_Control
- Test case specification : --
- CWS : gridcontrol_03 integrated in DEV300m79
Component : Chart
- 12587 : Inserting/editing arbitrary text objects in chart
- Description : Chart was enhanced and now supports drawing objects. The drawing toolbar allows to insert simple shapes such as lines, rectangles and text objects. Furthermore even complex shapes such as cubes, symbols, block arrows, flowcharts and stars can be inserted. The drawing objects can be edited by several dialogs which can be opened via context menu. Also the font and formatting of text objects can be changed.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=227
- Specification : http://specs.openoffice.org/chart/ChartDrawingObjects.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/67499/TCS_Chartshapes
- CWS : chartshapes integrated in DEV300m74
- 66277 : adding graphical objects in a graph
- Description : Chart was enhanced and now supports drawing objects. The drawing toolbar allows to insert simple shapes such as lines, rectangles and text objects. Furthermore even complex shapes such as cubes, symbols, block arrows, flowcharts and stars can be inserted. The drawing objects can be edited by several dialogs which can be opened via context menu. Also the font and formatting of text objects can be changed.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=227
- Specification : http://specs.openoffice.org/chart/ChartDrawingObjects.odt
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/67499/TCS_Chartshapes
- CWS : chartshapes integrated in DEV300m74
- 82971 : Hierarchical axis labels
- Description : Hierarchical axis labels are now available for charts.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=227
- Specification : http://specs.openoffice.org/chart/ChartDataDialog.odt
- Test case specification : --
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/67616/HierarchicalAxesLabel.xls
- CWS : chartmultiline integrated in DEV300m75
- 78934, 91035, 103778, 109594, 109744, 109767, 109771, 109781 :
- Description : Several defaults have changed for charts:
- By default charts are now created with a bigger size (9x16cm wide screen).
- The default font size is bigger with 10pt also for data labels, axes labels and legend entries.
- No black borders are drawn per default around data points and symbols.
- Lines are a bit thinner for line charts.
- The corner style for borders is 'Rounded' now.
- 3D charts are created with realistic look (smooth shading and no borders).
- The default lights have changed together with the default geometry to make things brighter. Pyramids have got a new geometry and now are rotated with the flat side to front.
- The floor in 3D charts was made flat like the walls are.
- Feature Announcement :
- Specification : http://specs.openoffice.org/chart/Chart3DViewDialog.odt
- Test case specification :
- Test document :
- CWS : chart43 integrated in DEV300m76
- Description : Several defaults have changed for charts:
Component : Database Access (dba)
- 20615 : New MetaData node for Database drivers to view column descriptions from the database
- Description : Now it is possible to define a new property in the drivers xcu file. Per default this is enabled for MySQL (JDBC) and Ado (including Access, Access only allows to view it, it can not be changed). The configuration entry has to be in the section MetaData true When this is enabled the table designer will display the column description beside the former normal description which is used as help text. The column description is used has help text when the normal description is empty otherwise the normal description is used.
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=277
- Specification : --
- Test case specification : --
- CWS : dba33f integrated in DEV300m81
- 84012 : Base now supports database registrations configured as read-only
- Description : Database registrations are normally maintained via Tools/Options/Databases. The registrations are stored in OpenOffice.org's configuration, which means it is also possible to deploy additional configuration fragments (e.g. via extensions) which contain additional registrations. If those configuration fragments are declared as read-only (by using the usual configuration mechanisms for this), then the UI now respects this, by disallowing modifications (editions, removal) of this registration entry.
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=275
- Specification : --
- Test case specification : --
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/49940/i84012.oxt
- CWS : dba33b integrated in DEV300m70
- 104329 : allow to overrule Base's heuristics for primary key support
- Description : There's a new option "Supports primary keys" in the Advanced Settings of a database, which is to overrule Base's heuristics used to detect whether the database it connects to supports primary keys. This new option is available for database connections via ODBC, JDBC, and ADO.
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=273
- Specification : --
- Test case specification : --
- CWS : dba33b integrated in DEV300m70
- 104836 : SRB: AddField dialog now accessible via ALT+F8
- Description : In the Sun Report Designer the Add Field dialog can be accessed via the accelerator key ALT+F8.
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=276
- Specification : --
- Test case specification : --
- CWS : dba33b integrated in DEV300m70
- 106184 : text(-like) input form controls also support the "Vertical Alignment" property
- Description : Input form controls (text fields etc.) now also support the "Vertical Align" property known from non-input controls like fixed texts etc.
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=274
- Specification : --
- Test case specification : --
- CWS : dba33b integrated in DEV300m70
- 107717 : Extending database drivers by extension
- Description : Detailed information see link at feature announcement / specification
- Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=278
- Specification : http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Database/Extending_Database_Drivers
- Test case specification : --
- CWS : dba33e integrated in DEV300m77
Component : Formula Editor / Math
- 106004 : Enlarge Formula Selection title bar
- Description : The name of the window changed from "Formula Elements" to just "Elements". The same applies to the menu entry in "View".
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=322
- Specification : --
- Test case specification : --
- CWS : tl80 integrated in DEV300m83
- 109020 : Possibility to remove extra white space from expressions
- Description : It will now be possible to explicitly remove the small horizontal space that always gets applied between to elements. ...
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=323
- Specification : --
- Test case specification : --
- CWS : tl80 integrated in DEV300m83
Component : Framework
- 87784 : Ctrl+F5 now toggles between the document and the nearest form control
- Description : Ctrl+F5, which used to focus the first (by a definition which is hard to understand by the average user) form control in a document, has changed its behavior: It now focuses the form control nearest to the current cursor position, if the focus is not within a form control currently. Otherwise, it gives the focus back to the document view.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=313
- Specification : --
- Test case specification : --
- CWS : dba33f integrated in DEV300m81
- 97029 : editing custom properties of type 'Duration'
- Description : Current implementation supports only four text field info1 to 4. The new implementation allows to create user defined name value pairs of a certain data type. This is important for document management in companies.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=310
- Specification : http://specs.openoffice.org/appwide/fileIO/Custom_Document_Properties.odt
- Test case specification : --
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/66442/large_editing_duration.odt
- CWS : os137 integrated in DEV300m68
- 97653 : Support for Cyrillic and Central European characters in digital signatures
- Description : Cyrillic and Central European characters in digital signatures are supported now
- Feature Announcement : --
- Specification : --
- Test case specification : --
- CWS : jl145 integrated in DEV300m74
- 101513 : Extended UI configuration migration
- Description : The current migration process for OOo user interface (e.g. toolbars, menu bar) changes is very limited. User changes are only migrated if there are no changes in a new version for that special ui element. This enhancement tries to merge changes from users to a new version. The merging process works only non-destructive which means that it only adds entries. This assures that users don't have to make interactive choices on conflicts.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=315
- Specification : --
- Test case specification : --
- CWS : uimigration01 integrated in DEV300m82
- 105172 : Allow to show UI during Gnome session shutdown.
- Description : The new implementation allows now to let office show a dialog on Gnome shutdown in case there is a modified document.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=311
- Specification : --
- Test case specification : --
- CWS : fwk128 integrated in DEV300m68
- 105717 : form controls (some of them) use the same text rendering as the containing document
- Description : Form controls in text documents now render their text the same way the document itself does, thus making the appearance of controls as part of a text flow much more consistent.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=309
- Specification : --
- Test case specification : --
- CWS : controltextrendering integrated in DEV300m66
- 107070 : Direct singleton support in Basic
- Description : OOo Basic now supports direct creation of Singleton instances sing a corresponding get method. Instead of oContext = .... oA = oContext.getValueByName("/singletons/my.own.special.TestSingleton") now the following code can be used: ...
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=312
- Specification : --
- Test case specification : --
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/67914/i107070.bas
- CWS : ab76 integrated in DEV300m75
- 107176 : Common find toolbar
- Description : The 'Find' toolbar should be an addition to the 'Find & Replace' dialog, which provides a fast and easy text search without covering the search text. From the 'usage tracking' data of the 'find & replace' dialog we have learned that 76% of OpenOffice.org user base just want to search inside the text, so we have to propose a fast & easy way to do so. Also it was often mentioned that the search & replace dialog covers the search area in an annoying way, so we had to find another solution for it. The other search settings like 'match case' etc. are used less than 0.1%, so we decided to leave them out in this toolbar, but like the replacing function they will still stay available in the find & replace dialog.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=312
- Specification : http://wiki.services.openoffice.org/wiki/Specification_Common_find_toolbar
- Test case specification : http://quaste.services.openoffice.org/index.php?option=com_tcs&task=tcs_show&tcsid=3114
- CWS : findbar01 integrated in DEV300m82
- 109634 : Writer: password to modify/open dialog, support in Word-97 format
- Description : A new password dialog that allows to specify a 'password to modify'. See spec page 8 and 9 (the chapter named 'Password Dialog'). The dialog is of course only the UI part of the 'password to modify' feature specified in the spec. Note: Currently providing a 'password to modify' is supported only for Word 97 and Excel 97 documents.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=316
- Specification : http://specs.openoffice.org/appwide/security/File_Passwords.odt
- Test case specification : --
- CWS : tl78 integrated in DEV300m84
- 110048 : revised login dialog
- Description : The login dialog has a new layout. See spec 15 and 16. Note: dbaccess now also uses the very same dialog from the uui project (see issue i110053).
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=320
- Specification : http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.odt
- Test case specification : --
- CWS : tl79 integrated in DEV300m84
- 110254 : New tab page "File/Properties../Security"
- Description : The File/Properties dialog now has a new Security tab page. (See spec page 10). Please also take note of the follow-up issue 112277.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=319
- Specification : http://specs.openoffice.org/appwide/security/File_Passwords.odt
- Test case specification : --
- CWS : tl79 integrated in DEV300m84
- 112427 : Support Password to modify in calc and writer odf formats
- Description : The 'password to modify' feature is supported in writer and calc ODF-formats with this cws. No UI-related changes for UI of 'password to modify' feature introduced in cws tl78 has been done.
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=317
- Specification : http://specs.openoffice.org/appwide/security/File_Passwords.odt
- Test case specification : --
- CWS : tl78v3 integrated in DEV300m84
- 111422 : new button layout/naming in 'Digital Signatures' dialog
- Description : A change in the naming and layout of the buttons (see page 35 of the spec "Digital Signatures Dialog").
- Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=318
- Specification : http://specs.openoffice.org/appwide/security/Electronic_Signatures_and_Security.odt
- Test case specification : --
- CWS : tl79 integrated in DEV300m84
Component : Graphic System Layer (gsl)
- 87968 : PDF export now optionally embeds the 14 standard PDF fonts
- Description : PDF export now optionally embeds the 14 standard PDF fonts.
- Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=57
- Specification : http://specs.openoffice.org/appwide/pdf_export/PDFExportDialog2.odt
- Test case specification : --
- CWS : vcl110 integrated in DEV300m78
- 92516 : New print UI
- Description : With the integration of CWS printerpullpages a new print UI has been integrated into OOo. Among numerous other things this now allows a print preview as well as N-Up printing for all applications.
- Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=56
- Specification : http://wiki.services.openoffice.org/wiki/Printerpullpages
- Test case specification : http://wiki.services.openoffice.org/wiki/Printerpullpages#Test_case_specifications
- CWS : printerpullpages integrated in DEV300m70
- 103932 : Allow duplicate field names in PDF export
- Description : It is now possible to allow the same name for multiple fields in PDF export. The default is to still make the field names unique when exporting to PDF.
- Feature Announcement : http://gsl.openoffice.org/servlets/ReadMsg?list=features&msgNo=55
- Specification : http://specs.openoffice.org/appwide/pdf_export/PDFExportDialog2.odt
- Test case specification : --
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/65512/twocontrols.odt
- CWS : vcl106 integrated in DEV300m65
Component : L10N
- 95769 : Locale data for Malagasy,Plateau (Madagascar) [plt-MG]
- Description : Added locale data for Malagasy,Plateau (Madagascar) [plt-MG]
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4625
- CWS : locales33 integrated in DEV300m76
- 101567 : Locale data for Maithili (India) [mai-IN]
- Description : Added locale data for Maithili (India) [mai-IN]. The locale is selectable for character attribution and spell-checking, as default locale, default document language and available for number formats and outline numbering.
- Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=161
- CWS : locales33a integrated in DEV300m84
- 106822 : Yoruba (Nigeria) [yo-NG]
- Description : Added Yoruba (Nigeria) [yo-NG] to language list. The locale is selectable for character attribution and spell-checking.
- Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=160
- CWS : locales33a integrated in DEV300m84
- 106992 : Default Canadian date and date-time formats are now YYYY-MM-DD
- Description : Default Canadian date and date-time formats are now YYYY-MM-DD
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4631
- CWS : locales33 integrated in DEV300m76
- 107017 : Locale data for Sorbian,Upper (Germany) [hsb-DE]
- Description : Added Sorbian,Upper (Germany) [hsb-DE] locale data.
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4632
- CWS : locales33 integrated in DEV300m76
- 107230 : Papiamentu (Netherlands Antilles) [pap-AN], Papiamento (Aruba) [pap-AW]
- Description : Added Papiamentu (Netherlands Antilles) [pap-AN] and Papiamento (Aruba) [pap-AW] to language list.
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4626
- CWS : locales33 integrated in DEV300m76
- 107288 : Sardinian languages
- Description : Added the Sardinian languages Campidanese [sro-IT], Gallurese [sdn-IT], Logudorese [src-IT] and Sassarese [sdc-IT].
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4627
- CWS : locales33 integrated in DEV300m76
- 108600 : Maore (Mayotte) [swb-YT], Bushi (Mayotte) [buc-YT], Tahitian (French Polynesia) [ty-PF]
- Description : Added Maore (Mayotte) [swb-YT], Bushi (Mayotte) [buc-YT], Tahitian (French Polynesia) [ty-PF] to language list.
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4628
- CWS : locales33 integrated in DEV300m76
- 108675 : Locale data for Latgalian (Latvia) [ltg-LV]
- Description : Added locale data for Latgalian (Latvia) [ltg-LV].
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4633
- CWS : locales33 integrated in DEV300m76
- 109095 : Simplified/Traditional Chinese conversion Unicode Standard 5.1.0
- Description : Simplified/Traditional Chinese conversion includes character mappings defined in Unicode Standard 5.1.0
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4630
- CWS : locales33 integrated in DEV300m76
- 109687 : Bafia (Cameroon) [ksf-CM]
- Description : Added Bafia (Cameroon) [ksf-CM] to language list. The locale is selectable for character attribution and spell-checking.
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4629
- CWS : locales33 integrated in DEV300m76
- 110484 : Gikuyu (Kenya) [ki-KE]
- Description : Added Gikuyu (Kenya) [ki-KE] to language list. The locale is selectable for character attribution and spell-checking.
- Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=159
- CWS : locales33a integrated in DEV300m84
- 110583 : Locale data for Arabic (Algeria) [ar-DZ]
- Description : Added locale data for Arabic (Algeria) [ar-DZ]. The locale is selectable for character attribution and spell-checking, as default locale, default document language and available for number formats and outline numbering.
- Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=158
- CWS : locales33a integrated in DEV300m84
- 110903 : Rusyn (Slovakia) [rue-SK] and Rusyn (Ukraine) [rue-UA]
- Description : Added Rusyn (Slovakia) [rue-SK] and Rusyn (Ukraine) [rue-UA] to language list. The locales are selectable for character attribution and spell-checking.
- Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=156
- CWS : locales33a integrated in DEV300m84
- 111374 : Locale data for Rusyn (Slovakia) [rue-SK]
- Description : Added locale data for Rusyn (Slovakia) [rue-SK]. The locale is selectable for character attribution and spell-checking, as default locale, default document language and available for number formats and outline numbering.
- Feature Announcement : http://l10n.openoffice.org/servlets/ReadMsg?list=features&msgNo=157
- CWS : locales33a integrated in DEV300m84
Component : Presentation
- 107213 : Renaissance : Improve slide layouts and their handling
- Description : New toolbar entry to insert a new slide with a specific layout; New toolbar entry to change the current slide layout; New placeholders "table" and "video" for layouts. Outline, image, spreadsheet, video and table layout placeholders are merged into one. New overlay user interface to convert outline placeholders to image, spreadsheet, video and table shapes.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=231
- Specification : http://specs.openoffice.org/renaissance/slide_layouts_handling.odt
- Test case specification : --
- CWS : renaissance2 integrated in DEV300m81
- 111077 : Provided metrically compatible Narrow Font Family
- Description : Improved layout compatibility when popular narrow fonts are involved.
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4661
- Specification : --
- Test case specification : --
- CWS : narrow01 integrated in DEV300m81
- 111236 : TaskPane: switching between the drawers and the panels now with --E
- Description : In Impress' Task Pane, you can now toggle the focus between the drawers (which allow to select a tool panel) and the active panel by pressing ++E. Previously, "Enter" was used to get from a drawer to its associated panel (this still works), and "Escape" was used to get from a panel to its associated drawer. However, the latter never worked when the whole task pane was in floating mode, since in this case, "Escape" simply closed the floating window.
- Feature Announcement : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=230
- Specification : http://wiki.services.openoffice.org/w/index.php?title=Framework/Article/Tool_Panels
- Test case specification : --
- CWS : slidecopy integrated in DEV300m81
Component : QA
- 110851 : testtool: define global path variable for private test script location
- Description : The former function of the variable was deprecated in http://www.openoffice.org/servlets/ReadMsg?list=allfeatures&msgNo=3581. Not back with new behaviour: global string variable: gPrivateEnvironmentLocation ; ...
- Feature Announcement : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=82
- Specification : --
- Test case specification : --
- CWS : automationdev300m76cat0 integrated in DEV300m78
- 104281 : testtool: Enable tabswitching on named dialog
- Description : Old behaviour to switch tab pages on a dialog looks like: kontext active.setPage nameOfPage kontext "nameOfPage" This lead to problems in case another messagebox is also open - which is also of type 'active'. Now it is possible to name the dialog with: kontext "dialogName" dialogName.setPage nameOfPage kontext "nameOfPage" in addition to the old behaviour, where available.
- Feature Announcement : http://eis.services.openoffice.org/EIS2/changesmails.EditFeature?Id=4570
- Specification : --
- Test case specification : --
- CWS : printerpullpages integrated in DEV300m70
Component : Spreadsheet
- 3687, 97416 : New and persistent options for CSV import
- Description : The CSV import dialog has new options to control the parsing of numbers, and most settings from the dialog are stored in the configuration for the next use of the dialog.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=318
- Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/Numbers_import_for_plain_text_files
- Test case specification : --
- CWS : koheicsvimport integrated in DEV300m76
- 5560: Colored sheet tabs
- Description : Each sheet in a Calc document can be assigned a color for its tab in the "Sheet tabs" area at the bottom left of the window.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=321
- Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/Sheet_tab_color
- Test case specification : --
- CWS : calctabcolor integrated in DEV300m84
- 30215: Support 1048576 rows
- Description : Calc spreadsheets now support 1048576 (1M) rows instead of 65536 rows.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=315
- Specification : --
- Test case specification : --
- CWS : koheirowlimitperf integrated in DEV300m84
- 46511 : Automatic number of decimals for "General" number
- Description : For new Calc documents, the default for the General number format is now an automatic number of decimal digits, limited by the column width. Small numbers are automatically displayed in scientific notation.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=316
- Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/Automatic_decimal_place_adjustment
- Test case specification : --
- CWS : koheiautodecimal integrated in DEV300m80
- 81335, 22029 : Display names for DataPilot fields, items and totals
- Description : DataPilot fields, items and totals can now be assigned custom display names by typing into the corresponding cell in the DataPilot table.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=320
- Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/DataPilot_custom_display_names
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/67048/TCS.htm
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/67049/datapilot_testdocument.ods
- CWS : koheidatapilot03 integrated in DEV300m71
- 92896 : Changed UI string when deleting sheets
- Description : The message box that appears when deleting one or more sheets has been changed from "Are you sure you want to permanently delete the current sheet(s)?" to "Are you sure you want to delete the selected sheet(s)?"
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=313
- Specification : --
- Test case specification : --
- CWS : dr74 integrated in DEV300m77
- 100619 : DataPilot field popup window
- Description : A popup window can be opened for a DataPilot field, allowing to sort, hide or show items.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=319
- Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/DataPilot_enhanced_field_popup_window
- Test case specification : http://www.openoffice.org/nonav/issues/showattachment.cgi/67050/TCS.htm
- Test document : http://www.openoffice.org/nonav/issues/showattachment.cgi/67051/datapilot_testdocument.ods
- CWS : koheidatapilot03 integrated in DEV300m71
- 102141 : HTML import options dialog
- Description : When loading a file with the HTML Document (Calc) or Web Page Query (Calc) filter, a new import options dialog allows to select a language for number parsing and enable the parsing of special numbers (such as dates or currency values).
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=317
- Specification : http://wiki.services.openoffice.org/wiki/Calc/Features/Numbers_import_for_plain_text_files
- Test case specification : --
- CWS : koheicsvimport integrated in DEV300m76
- 105808 : Renamed "Notes" to "Comments" in two Calc dialogs
- Description : With issue 103139 (http://qa.openoffice.org/issues/show_bug.cgi?id=103139), "Notes" have been renamed to "Comments". In two Calc dialogs, this change has now been adapted ("Paste Special" and "Delete Contents"). Addionally, a few keyboard shortcuts have been changed due to the new strings. The following strings have been changed: Dialog "Paste Special": N~otes -> ~Comments O~bjects -> ~Objects S~ubtract -> ~Subtract Dialog "Delete Contents": Not~es -> ~Comments
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=312
- Specification : --
- Test case specification : --
- CWS : dr74 integrated in DEV300m77
- 109553 : Adapt marked selection to used data columns for filter area
- Description : For filters (AutoFilter, StandardFilter, AdvancedFilter) a selection is now shrunk to the actually used data columns. A selection of exactly one row (or a portion thereof) additionally is expanded over the used data area below the selection.
- Feature Announcement : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=314
- Specification : --
- Test case specification : http://quaste.services.openoffice.org/index.php?option=com_tcs&task=tcs_show&tcsid=2891
- CWS : calcfilterrange integrated in DEV300m77
Component : UI
- 17169 : Add a non-breaking space before some characters in french (Autocorrection)
- Description : Adds a non-breaking space before the some characters in french text to respect french typographic rules. The characters that must be preceded by a non-breaking space are the following: ':', ';', '?' and '!'. This feature is added as another AutoCorrection option for Writer, Calc, Impress and Draw.
- Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=262
- Specification : http://wiki.services.openoffice.org/wiki/Non_Breaking_Spaces_Before_Punctuation_In_French_%28espaces_ins%C3%A9cables%29
- Test case specification : --
- CWS : cbosdo01 integrated in DEV300m72
- 77196 : Verbose progress during startup of the office
- Description : During start up of the office the extension manager will perform some housekeeping tasks when there have been changes to the installed extensions. This might use some time and therefor a more verbose progress text (like copying extension <name>) will be displayed right below the progress bar.
- Feature Announcement : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=265
- Specification : http://specs.openoffice.org/appwide/packagemanager/Extension_Manager_UI_Change.odt
- Test case specification : --
- CWS : jl152 integrated in DEV300m84
Component : Word Processing (Writer)
- 1601 : extend 'Change Case' menu
- Description : Additional entries for the 'Change Case' menu. See spec.
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=320
- Specification : http://specs.openoffice.org/writer/changecase/changecase.odt
- Test case specification : http://quaste.services.openoffice.org/index.php?option=com_tcs&task=tcs_show&tcsid=3116
- CWS : tl74 integrated in DEV300m82
- 51258 : Thesaurus context menu
- Description : See specification
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=317
- Specification : http://specs.openoffice.org/appwide/linguistic/Thesaurus.odt
- Test case specification : --
- CWS : tl74 integrated in DEV300m82
- 106019 : Writer: Reset to Default Language
- Description : The sub menus of the language status bar control and of the 'Tools/Language' menu now each have an entry 'Reset to Default Language' that removes all language attributes in order for the default languages to take effect.
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=321
- Specification : http://specs.openoffice.org/appwide/linguistic/Set_Language_Attribute_for_Text.odt
- Test case specification : --
- CWS : tl74 integrated in DEV300m82
- 106032 : Change of file format for new created user-dictionaries
- Description : The file-format of dictionaries created by the user now defaultsto a flat UTF-8 text file. Thus the content can easily be viewed in regular editors. However be careful when editing it, see issue 106032 for details.
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=324
- Specification : --
- Test case specification : --
- CWS : tl80 integrated in DEV300m83
- 107721 : Redesign of Thesaurus dialog
- Description : See specification
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=318
- Specification : http://specs.openoffice.org/appwide/linguistic/Thesaurus.odt
- Test case specification : --
- CWS : tl74 integrated in DEV300m82
- 108358 : Redesign of Hyphenation dialog
- Description : See specification
- Feature Announcement : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=319
- Specification : http://specs.openoffice.org/appwide/linguistic/Hyphenation.odt
- Test case specification : --
- CWS : tl74 integrated in DEV300m82
All CWS which are marked as UI- or Help relevant in EIS
- calctabcolor in DEV300m84 : Colored sheet tabs
- cbosdo01 in DEV300m72 : Implements an autocorrection to add non breaking spaces before the following characters in french: ':', ';', '?', '!'
- chart45 in DEV300m78 : chart fixes (mostly regression bug fixes)
- chartmultiline in DEV300m75 : Hierarchical axis labels
- chartshapes in DEV300m74 : support for shapes in chart
- datapilotperf in DEV300m76 : DataPilot performance improvements
- dba33a in DEV300m67 :
- dba33b in DEV300m70 : ongoing DBA bug fixing for 3.3
- dba33d in DEV300m71 :
- dba33e in DEV300m77 :
- dr73 in DEV300m78 : OOo 3.3 fixes
- dr74 in DEV300m77 : Calc fixes for OOo 3.3
- dv12 in DEV300m83 : Bugfixes / enhancements regarding online update
- findbar01 in DEV300m82 : Feature implementation "Find Toolbar"
- hcmac02 in DEV300m67 : Some Mac OS X Help issues
- hcshared24 in DEV300m67 : Fixing issues of existing Help contents
- hcshared25 in DEV300m79 : Ongoing fixes to Help contents
- hcshared26 in DEV300m83 : Current Help CWS
- impresspaintbrush01 in DEV300m67 : Adding text support for the format paintbrush feature in impress and draw
- installer10 in DEV300m77 : Allow registration for Microsoft File Types in setup.
- impress190 in DEV300m83 : OOo3.3 Bugfix Workspace
- koheiautodecimal in DEV300m80 : Add support for automatically adjusting decimal places per column width, when the number format of the cell is 'General'.
- koheicsvimport in DEV300m76 : Enhancements associated with csv and html imports, esp. w.r.t. automatic special number detection & persistent csv import options.
- koheidatapilot03 in DEV300m71 : Misc new stuff for DataPilot.
- kso42 in DEV300m71 : Misc. OOo 3.3 tasks
- kso43 in DEV300m75 : Misc. OOo 3.3 tasks
- l10ntools in DEV300m71 : some minor issues fixed in localize_sl and localize.pl , transex3 renamed to l10ntools , added missing buildtypes
- l10ntooling18 in DEV300m83 : contains some l10n tooling related fixes
- locales33 in DEV300m76 : i18n locales and locale data for OOo3.3
- mib12 in DEV300m79 : OOo 3.3 / SO 9.3
- mysqlconnector in DEV300m72 : bring the content CWS mysqlnative (aka: the native MySQL driver, or MySQL Connector/OOo) into the MWS.
- os137 in DEV300m68 : Bugfixing OOo 3.3
- ppp02 in DEV300m77 : Followup for CWS printerpullpages to fix issues that have come up with the new print implementation.
- printerpullpages in DEV300m70 : Printing restructuring works
- sw33a11y01 in DEV300m78 : solutions for accessibility issues in Writer
- renaissance2 in DEV300m81 : implementing some renaissance features for slide layouts in impress
- slidecopy in DEV300m81 : implement a framework for toolpanels deployed by extensions
- sw33a11y01 in DEV300m78 : solutions for accessibility issues in Writer
- sw33bf02 in DEV300m76 : fixes in Writer for OOo 3.3
- tl74 in DEV300m82 : Misc bug fixes
- tl78 in DEV300m84 : Password to modify dialog and more for OOo 3.3.
- tl78v3 in DEV300m84 : Support password to modify in ODF documents. The cws is based on tl78.
- tl79 in DEV300m84 : Ongoing implementation of more optional dialogs for password-to-modify and changes to other password related dialogs.
- tl80 in DEV300m83 : Misc bugfixes
- validityref in DEV300m67 : Cell reference input in the Validity dialog
- vcl106 in DEV300m65 : 3.3 issues
- vcl107 in DEV300m64 : 3.3 issues
- vcl110 in DEV300m65 : Issues for 3.3
- vcl111 in DEV300m82 : 3.3 tasks
Links to the Features, Enhancements (issues)
link to the Features
link to the Enhancements
(The DEV300 code line isn't split to OOO330 code line and feature freeze isn't finished until now. Therefore it can occur that a listed issue in the queries isn't integrated in the last developer snapshot!)