Difference between revisions of "Tracking results"
From Apache OpenOffice Wiki
Line 1: | Line 1: | ||
{{User Experience Community}} | {{User Experience Community}} | ||
− | + | = Results of the User Feedback Program = | |
− | + | == User Feedback Raw Data Files == | |
+ | === How to get the name of an UI element? === | ||
If you want to figure out how a function is represented in the data, then: | If you want to figure out how a function is represented in the data, then: | ||
− | * use your OOo 3.1 copy, enable user feedback functionality and use the function. Then open the CSV file through "Tools - Options... - OpenOffice.org - Improvement Program" and see for yourself what has been recorded. | + | * try first to find the element in the data by searching for a part of the tip help |
− | * | + | * or use your OOo 3.1 copy, enable user feedback functionality and use the function. Then open the CSV file through "Tools - Options... - OpenOffice.org - Improvement Program" and see for yourself what has been recorded. |
+ | * if you need more details use the source code browser for OOo[http://svn.services.openoffice.org/opengrok OpenGrok]. | ||
− | + | === Usage Data === | |
+ | The data is available for different applications like Writer, Draw, Impress or Calc at [http://wiki.services.openoffice.org/wiki/Image:OOo31_Usage_Feedback_Data.ods Usage Feedback Data] including a summary of all applications. The data has been updated in October 2009. | ||
− | === Lists of Functions (Toolbar/Menu Commands) in OOo | + | |
+ | === Widget Types of OOo UI === | ||
+ | AcceleratorExecute = Keyboard Shortcut | ||
+ | GenericToolbarController = Toolbar | ||
+ | MenuBarManager = Contextmenu | ||
+ | SfxAsyncExec = Contextmenu | ||
+ | SfxToolBoxControl = Toolbar | ||
+ | ButtonToolbarController = Toolbar | ||
+ | HeaderMenuController = Menubar (Insert->Header) | ||
+ | FooterMenuController = Menubar (Insert->Footer) | ||
+ | LanguageSelectionMenuController = Menubar (Tools->Language) | ||
+ | |||
+ | == Lists of Functions (Toolbar/Menu Commands) in OOo == | ||
* [http://wiki.services.openoffice.org/w/images/9/91/OO31_Categories_Functions_and_Keys.ods OOo 3.1 Functions Sorted by Application]<br> | * [http://wiki.services.openoffice.org/w/images/9/91/OO31_Categories_Functions_and_Keys.ods OOo 3.1 Functions Sorted by Application]<br> |
Revision as of 11:19, 13 October 2009
|
---|
Quick Navigation
Team |
Results of the User Feedback Program
User Feedback Raw Data Files
How to get the name of an UI element?
If you want to figure out how a function is represented in the data, then:
- try first to find the element in the data by searching for a part of the tip help
- or use your OOo 3.1 copy, enable user feedback functionality and use the function. Then open the CSV file through "Tools - Options... - OpenOffice.org - Improvement Program" and see for yourself what has been recorded.
- if you need more details use the source code browser for OOoOpenGrok.
Usage Data
The data is available for different applications like Writer, Draw, Impress or Calc at Usage Feedback Data including a summary of all applications. The data has been updated in October 2009.
Widget Types of OOo UI
AcceleratorExecute = Keyboard Shortcut GenericToolbarController = Toolbar MenuBarManager = Contextmenu SfxAsyncExec = Contextmenu SfxToolBoxControl = Toolbar ButtonToolbarController = Toolbar HeaderMenuController = Menubar (Insert->Header) FooterMenuController = Menubar (Insert->Footer) LanguageSelectionMenuController = Menubar (Tools->Language)