Difference between revisions of "User:SAMdroid/Post GCI Hackathon"
Jump to navigation
Jump to search
(→Links) |
(→Links) |
||
Line 15: | Line 15: | ||
** 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: | ||
− | + | *** 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 | ** Next up, a UI for hiding/showing overlays on the view toolbar | ||
** 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 12:34, 1 February 2014
Goal
Hack those views and get the designs done!
Links
- Design Team/Designs/Journal
- Design Team/Designs/Creative commons
- Talk:Design_Team/Designs/Journal#Add_new_entry
- Design_Team/Designs/Activity_Management#15
- Design_Team/Proposals/Frame
- Design_Team/Designs/Frame
- 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:
- 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
- Each activity will have to decide how to use the overlays, I think