| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=PLATFORM_DEPLOY_MAC_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | = Analysis = |
| 6 | ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ |
| 7 | |
| 8 | == Overview == |
| 9 | There are some platform specific problems related to Mac OS X, that we must take care of. |
| 10 | |
| 11 | == Task requirements == |
| 12 | * The keyboard shortcuts that are used on Windows and Linux vary on Mac OS X |
| 13 | * Instead of Ctrl we must use for modifier key Command |
| 14 | * The Mac option key is acting like an alt key, so it opens the menus - this should be disabled, because the option key is needed to type special characters. |
| 15 | * Another issue when starting Sophie seems to start two separate applications, one which runs in the background; when you add a browser frame, another application starts running for webkit, only one app should seem to be running (no matter how many processes it uses). |
| 16 | * On Mac OS X, we must use mac styled menus (at the top of the screen, not at the top of the app window). |
| 17 | == Task result == |
| 18 | The result of this task must be source code. |
| 19 | == Implementation idea == |
| 20 | ^(Provide some rough implementation idea(s).)^ |
| 21 | |
| 22 | == Related == |
| 23 | ^(Add links to related tasks that could be useful or helpful.)^ |
| 24 | |
| 25 | == How to demo == |
| 26 | * Run Sophie2 on Mac OS, show the placement of the menus; use some keyboard shortcuts including Command and Option keys; pay attention to the dock there should be only |
| 27 | = Design = |
| 28 | ^(Describe your design here.)^ |
| 29 | |
| 30 | = Implementation = |
| 31 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 32 | |
| 33 | = Testing = |
| 34 | ^(Place the testing results here.)^ |
| 35 | |
| 36 | = Comments = |
| 37 | ^(Write comments for this or later revisions here.) |