JA/Quality Assurance/Feature Freeze Testing 2.3

From OpenOffice.org Wiki

Jump to: navigation, search

このページは日本語プロジェクトが作成しているものではありません。



JNLP(Ja.openoffice.org)

Image:kamome.png

プロジェクト:

カテゴリ検索:

当Wikiについて

OOo 2.3のUIと新機能を凍結した後の新機能テスト

ここに書かれているのは、2.3で統合された全ての機能・改善点です。スナップショットSRC680m200 以後に開発者用リリースノートにアナウンスされた問題が列挙されています。build SRC680m221 から 全ての機能・改善点が統合されています。今回が機能凍結後初のビルドです。このページの最後には全ての機能・改善点についての全ての問題へのリンクがあります。 もしも問題群のうちここに列挙されていないものがあれば、開発者用スナップショットに対するリリースノートが作成される前に、該当する機能告知がなくなりました。

What's new ?

Contents

コンポーネント : API

  • 77185 : データを探索可能な入力ストリームとして表す機能が求められていることについて
    • 説明 : OOo APIを使用する際に、しばしばデータを入力ストリームからのデータとして表現したいことがあります。このため、"com.sun.star.io.SequenceInputStream" サービスが導入されました。詳細はIDLの仕様をご覧ください。
    • 新機能のお知らせ : http://api.openoffice.org/servlets/ReadMsg?list=features&msgNo=143
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : mav21 integrated in SRC680m218


コンポーネント : Chart






















  • 58457 : ドーナツチャートの保存時のファイルフォーマット例外
    • 説明 : ODFの仕様に従って、ドーナツチャートはXML形式で書かれます。以前のバージョンの誤った形式のファイルはロード中に変換されます。以前のバージョンにはバグがあるので新しい形式のファイルは正しくロードできないでしょう。今回のバージョンでは新しい形式のファイルも正しくロードします。
    • 新機能のお知らせ : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=175
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : chart2mst3 integrated in SRC680m212


  • 59288 : Fileformat Violation when saving manual scales for percent charts
    • 説明 : Percent charts with user defined scales now are written to xml correctly. Wrong files from former versions are converted during loading. As former versions are buggy they will not be able to import the new correct files correctly. So switch to the corrected version completely when you use this kind of charts.
    • 新機能のお知らせ : http://graphics.openoffice.org/servlets/ReadMsg?list=features&msgNo=176
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : chart2mst3 integrated in SRC680m212


コンポーネント : dba - Database

  • 45663 : 普通のWriterドキュメントのように、データベースのフォームはウインドウサイズなどを共有しない
    • 説明 : With the integration of CWS fwkdbdesign01, database forms and reports will not share their UI configuration with text documents anymore. That is, you can have separate toolbar/menu/keyboard configurations for all three modules: forms, reports, normal text documents. Additionally, window states are also handled separately, that is, if you open a database form with a certain window size, and a certain set of opened toolbars, then those settings will not be shared with text documents anymore, but be valid for all database forms only. The same holds for database reports, of course.
    • 新機能のお知らせ : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=207
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : fwkdbdesign01 SRC680m210で統合


  • 71900 : Calcの"フォームオブジェクト"ツールバーの削除
    • 説明 : With the integration of CWS dba23ui, the entries in Base's task pane (the upper pane with items such as "Create a new table..." etc.) have accelerator shortcuts, i.e. can be accessed by pressing the Alt key (or whatever is the platform dependent accelerator key) plus the respective shortcut. The shortcuts are determined dynamically at runtime, and do not interfere with the accelerators for main menu and the left hand side category pane.
    • 新機能のお知らせ : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=210
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dba23ui SRC680m210で統合


  • 74918 : データベースのレポートをプレビューする際にキーボードサポートがない


  • 73084 : Baseのレポートで何か操作すると、"/"を含むレポート名の場合にエラーメッセージが表示される
    • 説明 : With the integration of CWS dba23a, database objects (queries, forms, reports) cannot contain slashes / in their name anymore. This character never reliably worked when used, and since it's used in another meaning already - separating hierarchies when you, for instance, put forms or reports into folders -, they have been completely forbidden. Every attempt to create or rename an object, giving it a name with a slash, will now be rejected with an error message. If Base reads a document which already contains such broken names, then the slashes will silently be converted to underscores _ - which implies the objects will then work, again.
    • 新機能のお知らせ : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=209
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dba23a SRC680m212で統合



  • データベースフォームとデータベースレポートのための独立した設定UI
    • 説明 : With the integration of CWS fwkdbdesign01 database forms and reports will not share their UI configuration with text documents anymore. That is, you can have separate toolbar/menu/keyboard configurations for all three modules: forms, reports, normal text documents. Additionally, window states are also handled separately, that is, if you open a database form with a certain window size, and a certain set of opened toolbars, then those settings will not be shared with text documents anymore, but be valid for all database forms only. The same holds for database reports, of course.
    • 新機能のお知らせ : http://dba.openoffice.org/servlets/ReadMsg?list=features&msgNo=207
    • 仕様 :
    • 仕様確認のためのテストケース : --
    • CWS : fwkdbdesign01 SRC680m210で統合



コンポーネント : Drawing




コンポーネント : Framework

  • 4854 : 「スタイルと書式」のフィルタは、OpenOffice.orgまたはドキュメントにもその使用状態が保存されない










  • 77640 : ダイアログエディタにひとつのエクスポートのダイアログ
    • 説明 : Similar to the export of single Basic modules as *.bas file in the OOo Basic IDE it's now also possible to export single Dialogs in the Dialog Editor (as *.xdl files). Until now it has only been possible to export a complete (dialog) library. If a Dialog Library is localized also properties files are exported that contain all string resources used by the exported dialog. These files are named like this: $DialogName_$LanguageCode.properties e.g. Dialog1_en_US.properties. This correponds with the extended functionality of the com.sun.star.awt.DialogProvider service. For details see #i75778.
    • 新機能のお知らせ : http://framework.openoffice.org/servlets/ReadMsg?list=features&msgNo=256
    • 仕様 : http://specs.openoffice.org/appwide/dialog_ide/Export_single_dialog_from_library.odt
    • 仕様確認のためのテストケース : automated test script - framework/update/f_updt_dialog_export.bas::tDialogExport()
    • CWS : ab35 SRC680m218で統合





コンポーネント : l10n

以下のIssueはm219にて、CWS locale23 とともに統合されました。















コンポーネント : Presentation


コンポーネント : QA

  • 45199 : use Application::PostKeyEvent / PostMouseEvent
    • 説明 : the implementation for typekeys and mouseup, mousedown and mousemove has changed to be able to return to the old implementation (temporarily) a nre command has ben established; UsePostEvents Bool ; default is to use the new method so "UsePostEvents false" would return to the old behaviour
    • 新機能のお知らせ : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=56
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : gh13 integrated in SRC680m212


  • 52436 : [RFE] add new methods for testing the EditBrowseBox
    • 説明 : IMPORTANT to use EditBrowsBox the command SetControlType is not needed anymore same for ValueSets; new methods to access EditBrowseBox ...
    • 新機能のお知らせ : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=57
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : gh13 integrated in SRC680m212


  • 63641 : testtool: provide a config page for crashreport values


  • 63642 : testtool: provide a config page for OOo under test



  • 72795 : Make web page wizard more automatable; Part 1: ORoadmap


  • 22679 : testtool: provide command for sending http call
    • 説明 : + Integer HTTPSend <Host>, <PATH>, <Port>[, <Filename>]; + HTTPSetProxy <Host>, <Port>; HTTPSend uses a GET request to retreive the requested page. Returncode is the HTTP result (200 if OK) Optionally the result can be saved in a file HTTPSetProxy sets a proxy if required
    • 新機能のお知らせ : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=54
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : gh13 integrated in SRC680m212


  • 76851 : testtool: synchronous slot calling
    • 説明 : <int> WaitSlot [ <int> nTimeoutInMSec ]; new constants to campare to WSTimeout, WSFinished; the command will return after nTimeoutInMSec or when the slot is finished. The returnvalue will be WSTimeout if the slot is not finished yet. It will be WSFinished if it is finished. The command refers to the last via testtool directly called slot. It does not recognize slots called via UI.
    • 新機能のお知らせ : http://qa.openoffice.org/servlets/ReadMsg?list=features&msgNo=64
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : gh14 integrated in SRC680m217


コンポーネント : sc - Spreadsheet

  • 25278 : print default suggestions
    • 説明 : The default values for the following print options in Calc have been changed: - Print only selected sheets (property AllSheets) - Suppress output of empty pages (property EmptyPages); By default those options are now enabled. In addition, if the 'Print only selected sheets' option is enabled, the Calc page preview prints only the displayed sheet. Furthermore a warning box with the message 'There is nothing to print. The selected print range or sheet is empty.' is shown, if nothing is printed, e.g. if the document, selected sheet or print range is empty.
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=237
    • 仕様 : --
    • 仕様確認のためのテストケース : http://qa.openoffice.org/source/browse/qa/qatesttool/calc/options/c_opt.bas?rev=1.7&view=log
    • CWS : dr55 integrated in SRC680m220


  • 32342 : Matrix/array constants as a parameter
    • 説明 : Calc now supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE) or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements, so that a two-dimensional array has no sparse elements. The column separator (separating elements in one row) is the ';' semicolon, the row separator is a '|' pipe symbol. They were chosen because the upcoming ODF formula specification uses these separators. Contrary to Excel, the separators are not UI-version and/or locale dependent. Arrays can not be nested. Import/export from/to Excel are implemented.
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=230
    • 仕様 : --
    • 仕様確認のためのテストケース : http://www.openoffice.org/nonav/issues/showattachment.cgi/45858/TCS%20for%20array%20constants.htm
    • CWS : jgarrays integrated in SRC680m216



  • 38108 : calc K/B shortcuts
    • 説明 : Ctrl-Plus is now "Insert Cells". Ctrl-Minus is now "Delete Cells". Both work like the menu entries: If whole columns or rows are selected, they are inserted/deleted, otherwise the dialog is shown.
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=233
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dr54 integrated in SRC680m219




  • 47644 : improved error values on Excel import
    • 説明 : Introduced a new error code 532 to distinguish division by zero errors from the more general illegal floating-point operation with error code 503. A more user-friendly #DIV/0! instead of Err:532 is displayed. The illegal floating-point operation now displays #NUM! instead of Err:503. This should be reflected in the online help under "error codes;list of". The list of functions resulting in #DIV/0! includes, but may not be limited to: ...
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=240
    • 仕様 : --
    • 仕様確認のためのテストケース : http://www.openoffice.org/nonav/issues/showattachment.cgi/46472/tcs.html
    • CWS : dr55 integrated in SRC680m220


  • 50436 : Label should read Text rather than String in the Paste Special dialog


  • 50439 : Label should read Text rather than String in the Delete Contents dialog