Jump to content

User:SAMdroid/Post GCI Hackathon: Difference between revisions

From Sugar Labs
Line 14: Line 14:
** Walter will try to work on this over the weekend
** Walter will try to work on this over the weekend
** I set up a branch [https://github.com/walterbender/sugar-toolkit-gtk3/tree/bb]
** I set up a branch [https://github.com/walterbender/sugar-toolkit-gtk3/tree/bb]
** so far, I added an overlay mechanism for activities:
** so far, I added an overlay mechanism for activities (but maybe it should move to window.py... have to think about it)
*** add_overlay(widget, x, y)
*** add_overlay(widget, x, y)
*** move_overlay(widget, x, y)
*** move_overlay(widget, x, y)
Line 20: Line 20:
*** hide_overlays()
*** hide_overlays()
** Next up, a UI for hiding/showing overlays on the view toolbar
** Next up, a UI for hiding/showing overlays on the view toolbar
*** Need to design an icon but I have show/hide working from Chat
** Each activity will have to decide how to use the overlays, I think
** Each activity will have to decide how to use the overlays, I think



Revision as of 13:54, 1 February 2014

Goal

Hack those views and get the designs done!

Links

  • I thought we had bulletin boards
    • Walter will try to work on this over the weekend
    • I set up a branch [1]
    • so far, I added an overlay mechanism for activities (but maybe it should move to window.py... have to think about it)
      • add_overlay(widget, x, y)
      • move_overlay(widget, x, y)
      • show_overlays()
      • hide_overlays()
    • Next up, a UI for hiding/showing overlays on the view toolbar
      • Need to design an icon but I have show/hide working from Chat
    • Each activity will have to decide how to use the overlays, I think

Work Already Done