Feature Freeze Testing 3.2

From Apache OpenOffice Wiki
Revision as of 09:53, 30 July 2009 by Thorstenziehm (Talk | contribs)

Jump to: navigation, search

Here are a list of features and enhancements, which are integrated in OOo 3.2. All the listed issues are announced in the release notes for the developer snapshots since DEV300m41 - to DEV300mX. This list is more technically orientated and isn't a release note for OOo 3.2. This list could and should be used for testing and checking the new features in general or for translation purposes.


THIS DOCUMENT IS UNDER CONSTRUCTION

THERE ARE FEATURES STILL MISSING
DATE FOR BRANCH IS END OF SEPTEMBER

THEN THIS SITE WILL BE FINALIZED


Component : Chart




Component : Database Access

  • 41930 : database formscan be zoomed
    • Description : Database forms can now be zoomed, much like all other documents: You'll find the usual View/Zoom menu item, and the zoom slider in the status bar. (Ctrl+Scroll wheel continues to work, as it already did before.)
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=263
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32b integrated in DEV300m50



  • 79423 : Shrink Sections in Sun Report Builder
    • Description : There exist 3 new items in the toolbar to remove empty space between section ranges and the first or last control. * Top shrink removes the top empty space between section top range and the first top control. * Bottom shrink removes the bottom empty space between the section bottom range and the last bottom control. * Shrink removes free spaces from both directions from top and from bottom. This function could be very helpful if the report will be export as calc sheet.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=255
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 80917 : "First line as column names" support for Copy Table Wizard
    • Description : The Copy table Wizard now contains an additional check box which is enabled when RTF or HTML format is to copied into a database. The check box is label: Text [ en-US ] = "Use first ~line as column names" ; When checked the first row is used to identify column names, when not checked the first row will be handled as a normal data row.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=267
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32d integrated in DEV300m52


  • 83082 : SRB Grouping Dialog has a new up/down/delete toolbar


  • 88878 : new form control property: "Visible"
    • Description : The new boolean property "Visible" has been added to all form control types (except the "Hidden control", which has no visual representation in the document, anyway). This property controls whether or not the control shall be visible in alive mode. ... (see more details in the feature announcement)
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=269
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32c integrated in DEV300m52


  • 89821 : multi-line text form controls preserving their selection
    • Description : Multi-line text controls in forms now preserve their selection when losing and re-gaining the focus, making text exchange (like multiple cut'n'pastes) somewhat easier this way.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=254
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 95963 : human-readable event bindings in the property browser
    • Description : The event bindings in the form/control property browser are now somewhat more human readable, in that a binding formerly displayed as vnd.sun.star.script:Standard.Module1.Main?language=Basic& location=application now is displayed as Standard.Module1.Main (application, Basic)
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=252
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 95977 : event assignments in the property browser can be reset with DEL key
    • Description : In the form/control property browser, event assignments can be reset using the DEL key. That is, the read-only input field which is to display (but not modify) the event assignment now at least accepts DEL, completely revoking the assignment for the given event.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=249
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 96429 : property browser: mouse-selection-behavior in property combo boxes changed
    • Description : In the property browser, for properties displayed using a combo box (so you can enter free text, but select from a pre-defined list of possible options as well), the behavior for mouse selections changed: Formerly, when you selected an entry from the list, you needed to focus another cell somewhere else before the changed value was committed (even though it was already entered into the text field). Now, the property value is committed already when you select the entry from the list, which makes the work flow somewhat smoother in many cases.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=251
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 96523 : SRB controls bound to data source displays it data source name


  • 96782 : SRB toolbar items has now also menu items
    • Description : All current toolbar items for Report Builder are now also available in the menu structure. For clear work, all items which manipulate existing fields can found in the edit menu structure like section shrink or control resizings. New controls which have to insert are stored in the insert menu structure like picture or shapes.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=259
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47



  • 97356 : button control properties: renamed the action-related events
    • Description : Form control buttons feature two events which are fired when the button is pressed, one to veto the actual firing, and one to do an actual action associated with the button. Formerly, they were called "Before commencing" and "When initiating", and as such a constant source of confusion, since it was non-obvious which event to use for which purpose. This situation hopefully improved a little bit with renaming the events (in the property browser) to "Approve action" and "Execute action".
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=253
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 98557 : SRB ReportWizard supports binary field types
    • Description : It is possible to select BINARY, VARBINARY, LONGVARBINARY datatypes in the Report Wizard. This will insert ImageControls instead of formatted fields. The images will be set 4cm high. Pictures will scale down to this size.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=261
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32a integrated in DEV300m47


  • 99056 : form control property browser: added Position, Size, and Anchor
    • Description : In the property browser for form controls, you can now also change the position and size of the control, as well as its anchor (in document types where anchoring is supported, e.g. text docs and spreadsheets). This is especially useful when you want to modify the geometry of multiple controls at once, which previously required invocation of a modal dialog for every control, and now can be done by selecting all controls, and simply entering the new value(s) in the property browser.
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=265
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32b integrated in DEV300m50


  • 99422 : font name/style/size displayed in form control property browser
    • Description : When displaying the properties of a form control in the property browser, the "Font" property will now display the name, the style (regular, bold, italic) and the size of the current control font. (previously the respective field was simply empty, and the font could only be seen when opening the Character Set dialog.)
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=262
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32b integrated in DEV300m50


  • 99704 : control property "Mouse wheel scroll"
    • Description : All form controls which are able to react on the mouse wheel, by scrolling or spinning their content, got a new property called "Mouse wheel scroll". This property is available in the control property browser, immediately below the "Tab order" property, and can take one out of three possible values: ... (see more details in the feature announcement)
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=268
    • Specification : - -
    • Test case specification : - -
    • CWS : dba32c integrated in DEV300m52



  • 101587 : Use the configuration to describe database drivers
    • Description : Currently the db drivers are hard coded in OOo. The integration of new ones as extension isn't possible. Therefor all drivers have to bring their own configuration with them. Each driver has to define: ... (see details in the feature announcement)
    • Feature Announcement : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=266
    • Specification : - -
    • Test case specification : - -
    • CWS : dbaperf2 integrated in DEV300m52


Component : Formula Editor / Math


Component : Framework

  • 100123 : Allow to turn off lock-file base document file locking.
    • Description : To work properly, the lock-file based document file locking in OOo needs the possibility to create a lock file in the way that it does not replace the existing one and to remove it. Although normally there are possibilities to do it, sometimes this is not the case. ... (see more details in the feature announcement)
    • Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=294
    • Specification : --
    • Test case specification : --
    • CWS : fwk103 integrated in DEV300m51


  • 4756 : Keyboard shortcut configuration dialog now supports "ALT" modifier
    • Description : Though the configuration itself was able to handle it all the time, the dialog for configuring keyboard shorcuts never allowed to use the ALT-key. Now ALT as well als SHIFT-ALT, CTRL-ALT, SHIFT-CTRL-ALT modifiers can be used in the dialog. The dialog does not check if a shortcut can be used or if the system already catches it. The easiest way to find out if the shortcut is usable is to use it to navigate to the corresponding entry in the listbox before trying to assign a command to it.
    • Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=295
    • Specification : --
    • Test case specification : --
    • CWS : mba32issues01 integrated in DEV300m48


  • 88878 : Basic dialog controls: new property "Visible"
    • Description : The new boolean property "Visible" has been added to all UNO dialog control types. This property controls whether or not the control shall be visible in the living dialog. Note that if this property is set to "Yes" (the default, mimicking the behavior as known up to 3.1), this not necessarily means the control will really appear in the dialog. Additional constraints are applied when calculating a control's effective visibility. For instance, a control belonging to a non-current step of the dialog is still hidden. OpenOffice.org versions up to OOo 3.1 will silently ignore this property when reading UNO dialogs which make use of it.
    • Feature Announcement : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=296
    • Specification : --
    • Test case specification : --
    • CWS : dba32c integrated in DEV300m52



Component : Graphic System Layer (GSL)


Component : Presentation


Component : Quality Assurance - VCLTestTool (QA)

  • 97838 : hid.lst file is removed from testautomation
    • Description : The file testautomation/global/hid/hid.lst is removed. Further details are in a readme.txt inside the directory. There are various other ways to get this file and where it is already available. There are some ways implemented, that try to find the file via various ways. TestTool: Your OOo installation may already contain it at:
    • Feature Announcement : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=79
    • Specification :
    • Test case specification : --
    • CWS : tbo07 integrated in DEV300m53


Personal tools