Difference between revisions of "User:Foral/JA/Quality Assurance/Feature Freeze Testing 2.3"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (コンポーネント : Word Processing)
Line 1: Line 1:
 +
[[en:Feature_Freeze_Testing_2.3]]
 +
[[ja:Quality Assurance/Feature Freeze Testing 2.3]]
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]
 
{{Japanese}}
 
{{Japanese}}

Revision as of 09:09, 21 August 2008

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

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

What's new ?

コンポーネント : 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



  • 53756 : Edit Mode called Set Input Mode
    • 説明 : The description of the slot .uno:SetInputMode has been changed from "Set Input Mode" to "Toggle Edit Mode". This slot is used to enter/leave the cell edit mode in spreadsheets using the F2 key. Please see the issue for details.
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=224
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dr54 integrated in SRC680m219


  • 55972 : Duplicate shortcut key (mnemonic) "C" in Format menu: Cells vs Change Case
    • 説明 : The shortcut for the menu entry "Cells" in the "Format" menu has been changed from "~Cells" to "Ce~lls" to prevent clash with the globally defined entry "~Change Case".
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=236
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dr55 integrated in SRC680m220




  • 59082 : autoshapes with macros not imported into sc
    • 説明 : In a spreadsheet, drawing objects (lines, rectanges etc) and pictures may contain a link to a macro. This macro will be executed when the object is clicked with the mouse. UI: The context menu of these objects has been extended by a new entry "Assign Macro..." that opens the macro selection dialog. If a macro has been assigned to an object, the mouse pointer will change to a "hand" if it is over the object. API: Shapes will support the optional interface com.sun.star.document.XEventsSupplier. Its function getEvents() returns a name container with one element, named "OnClick" and containing a sequence of com.sun.star.beans.PropertyValue objects. The sequence is empty if no macro link is present, otherwise contains the property "EventType" with value "Script", and the property "Script" with macro name as value. Loading/saving from/to ODF works, also import from BIFF8 Excel files (no export yet).
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=239
    • 仕様 : http://specs.openoffice.org/calc/compatibility/AutoShapeMacroSupport.odt
    • 仕様確認のためのテストケース : http://www.openoffice.org/nonav/issues/showattachment.cgi/46513/tcs.html
    • CWS : dr55 integrated in SRC680m220




  • 72799 : keyboard shortcuts for Base's task pane entries
    • 説明 : The toolbar "Form Objects" has been removed from Calc. It was a remaint from the times before the Big Toolbar Renewal, did exist in Calc only, and contained only items which nowadays are to be found in the "Form Design" toolbar.
    • 新機能のお知らせ : http://sc.openoffice.org/servlets/ReadMsg?list=features&msgNo=229
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dba23ui integrated in SRC680m210





コンポーネント : Tools


コンポーネント : UI (general User Interface)


  • 72608 : mnemonics: [o] shortcut in [Edit] menu is doubled
    • 説明 : The shortcut of the menu entry "Object" in the Edit menus of the applications (Writer, Calc, Impress, Draw) has been changed from O to J, to prevent clash with "Delete C~ontents".
    • 新機能のお知らせ : http://ui.openoffice.org/servlets/ReadMsg?listName=features&msgNo=247
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : dr55 integrated in SRC680m220



  • 75754 : UI layout in Tools - Customize - Keyboard can be improved
    • 説明 : There are some improvements of the Customize-Keyboard-TabPage. Now the Category-, Function- and Keys-Box are wider and the Load-, Save- and Reset-Button have new positions. The width of the tab of the Shortcut-Keys-Box is calculate dynamically.
    • 新機能のお知らせ : http://ui.openoffice.org/servlets/ReadMsg?list=features&msgNo=245
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : fwk66 integrated in SRC680m221


コンポーネント : Word Processing

  • 1761 : ズームは左よりではなく中央合わせで配置されねばなりません
    • 説明 : From mmp's short spec as issue comment: If the horizontal scrollbar has nothing to do then the pages will be centered in the window. Otherwise we keep the behavior from previous OOo versions (ZoomIn bahaviour will not be changed.) The center of the pages is defined by the half width of the widest page of the document (pages can also be in landscape orientation, right?). Then all pages are aligned to the left border of the widest page.
    • 新機能のお知らせ : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=274
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : os92 SRC680m208で統合



  • 55007 : Writerに含まれるチャートのアップデートは自動で行われるか、少なくともアクセス可能でなければなりません
    • 説明 : The checkbox in the dialog "Tools/Options/Star Office Writer/General" named "Charts" is now indented the same level as the "Fields" box. Also enabling/disabling the "Field" box does not have an effect on the "Chart" box anymore. Thus toggling of automatic updates for charts is now fully a flag on it's own. If that flag is set and changes to a table cell (with a chart attached) are made the chart will be updated a moment after the cursor leaves the current cell. And this is right after the formula fields in a table got updated. Thus chart will get the correct value for every field. Previously the chart was only updated if cells/rows/columns got deleted/inserted or if a cell changed that was used in a formula field of another cell. Now all changes to a cells content will trigger the automatic update for the chart object if the cursor leaves the cell.
    • 新機能のお知らせ : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=266
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : chart2mst3 SRC680m212で統合




  • 75146 : separate UI/configuration of XML Form Documents from Writer
    • 説明 : With the integration of CWS fwkdbdesign01, XML form documents will not share their UI configuration with text documents anymore. That is, you can have separate toolbar/menu/keyboard configurations for text documents and XML form documents. Additionally, window states are also handled separately, that is, if you open an XML form document 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 XML form documents only.
    • 新機能のお知らせ : http://sw.openoffice.org/servlets/ReadMsg?list=features&msgNo=267
    • 仕様 : --
    • 仕様確認のためのテストケース : --
    • CWS : fwkdbdesign01 SRC680m210で統合




CWS with changes UI and/or online help

ab35 : Single Dialog export, DialogProvider support for single Dialogs
aquavcl01 : Start real work on the OOo aqua port
brofficereadme
c09tosrc : Bring relevant content of CWS c09v004, which never will get integrated, into SRC680 code line.
chart06 : chart features for OOo 2.3 (around 3D and colors)
chart2mst3 : New Chart
dba23ui : UI/Help/Translation-relevant fixes/features/changes in Base, targeted for OOo 2.3
dr54 : sc bug fixes for OOo2.3
dr55 : Calc fixes for OOo 2.3
enabletango : The Tango icons have already been added to the OOo sources in CWS jimmactango2. This CWS enables them, so they can really be used in UI. It also adds detection of the current icon theme in KDE and GNOME and sets the default theme in OOo accordingly.
fwk64 : Framework fixes for OOo2.3
fwk66 : Framework issues for OOo 2.3
getpivotdata : GETPIVOTDATA function for Calc
gh13 : several bugfixes and features for testtool
hcshared07 : November 06 Help file changes
hcshared08 : Help issues Jan / Feb 07
impress122 : Issues for impress/draw applications
impressalternativtext : adding svg:title and svg:desc support for layer and image map elements
ipdf
jgarrays : Support inline arrays with ODF/XLS in/out.
jl60
jl61
jl64 : bugfixes
jl65 : Get Extensions link in Extension Manager
locales23 : New locales and locale data changes for OOo2.3
localisation20 : l10n cws for OOo 2.3
localisation21 : l10n cws for OOo 2.3
mba23issues03
mergede02 : p1 bug fixes
native87 : Introducing new Java GUI Installer for OpenOffice.org.
nativebroffice_SRC680 : New Product BrOffice.org
oj14 : creating a new report designer
os93 : Integration of issue 30518
os96 : [no description]
os98 : Bugfixing OOo 2.3
pj78 : Unify the usage of quickstarter/Quickstarter to "Quickstarter".
readme4macintel : Revamp of ReadMe deployed with OOo.
smartstringfix : "Ctrl + click" string not according to specification
smarttags3 : cws for new Smart Tag API + Smart Tag UI
tkr01 : Add tree control to dialog editor
updchk05 : Bugfixes and enhancements around online update
updchk06 : Automatic download and install
webhtml : CWS for the web html feature provided by RedFlag Office

Queries for Feature and Enhancements for OOo 2.3

This is the query for all integrated feature in OOo 2.3 : http://qa.openoffice.org/issues/buglist.cgi?issue_type=FEATURE;issue_status=RESOLVED;issue_status=VERIFIED;issue_status=CLOSED;resolution=FIXED;target_milestone=OOo%202.3;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=;Submit%20query=Submit%20query&order=issues.issue_id

This is the query for all integrated enhancements in OOo 2.3 : http://qa.openoffice.org/issues/buglist.cgi?issue_type=ENHANCEMENT&issue_status=RESOLVED&issue_status=VERIFIED&issue_status=CLOSED&resolution=FIXED&target_milestone=OOo+2.3&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=%27%27&Submit+query=Submit+query


Autor: Thorsten Ziehm 17 July 2007
Please do not change the logical content of this site without acknowledge of the author or the OOo QA Project Lead/Co-Leads.

Personal tools
In other languages