Sugar TODO: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (categorization)
No edit summary
Line 1: Line 1:
= Frame ==
* (dcbw) Implement the group chat activity. We have a skeleton for it in activities/groupchat. Also sugar/chat has most of the necessary code. It just needs to be refactored in an activity.
* (dcbw) Add back contextual activity chat. For gen1 we are probably going to have a traditional chat window like we used to.
* (dcbw) Add the current activity icon in the friends view. Both backend and gui needs to be written.
* Buddy rollover menu on the frame buddy list. It needs to contain the buddy name, the photo and a "Make friend" button.
* Buddy rollover on the friends view. Not sure about the visual design yet but it should at least contain an invite item.
* Implement mesh view snowflakes. Need to figure with Eben the exact model.
* Allow to move friends around in the view and remember positions.
* Make IconLayout smarter to not place buddies one over the other.
* Implement the activity menu, it will contain share and close. Probably a widget thing, so needs theme.
* Make browser look like in the scenario: gtk theme + new icons


* Make sure the frame scale correctly on not 4:3 resolutions (ex 800x440). Once that works we can remove the screen sizing hacks in sugar-emulator.
= Done =
* The overlay button is gone. Sometimes appear in the left-top corner, figure out what's going on.

* Make Menu looks nice by adding some padding. Is the color right? It seem too light.
* (marco) Remove activities from the mesh view when they disappear from the network.
* Finish up frame menu positioning (it seem to be 1 pixel too down for the activity menu)
* (marco) Remove buddies from the frame buddy list when they leave.
* Tooltips for the zoom icons and for the activity icons (just the activity name for now)
* Fix the white flashes sometimes appear in the corners (maybe because windows are now overlapping)?
* Get rid of the horrible network manager icon, we should have device icon on the homepage and access points on the mesh view.
* When hovering a frame icon his background should become black (check for the exact color on the mockups)
* Set the frame canvases background to None so that we don't get white flashes. Need to figure out how we want to do this. Patch to hippo-canvas (optional) or tweak the canvas widget or use HippoWindow and tweak or our own Window.
* Feedback when hovering menu items


[[Category:Sugar]]
[[Category:Sugar]]

Revision as of 15:33, 22 February 2007

Frame =

  • Make sure the frame scale correctly on not 4:3 resolutions (ex 800x440). Once that works we can remove the screen sizing hacks in sugar-emulator.
  • The overlay button is gone. Sometimes appear in the left-top corner, figure out what's going on.
  • Make Menu looks nice by adding some padding. Is the color right? It seem too light.
  • Finish up frame menu positioning (it seem to be 1 pixel too down for the activity menu)
  • Tooltips for the zoom icons and for the activity icons (just the activity name for now)
  • Fix the white flashes sometimes appear in the corners (maybe because windows are now overlapping)?
  • Get rid of the horrible network manager icon, we should have device icon on the homepage and access points on the mesh view.
  • When hovering a frame icon his background should become black (check for the exact color on the mockups)
  • Set the frame canvases background to None so that we don't get white flashes. Need to figure out how we want to do this. Patch to hippo-canvas (optional) or tweak the canvas widget or use HippoWindow and tweak or our own Window.
  • Feedback when hovering menu items