Difference between revisions of "User:SAMdroid/Post GCI Hackathon"
Jump to navigation
Jump to search
(Created page with "= Goal = Hack those views and get the designs done! = Links = * Design Team/Designs/Journal * Design Team/Designs/Creative commons * Talk:Design_Team/Designs/Journ...") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
* [http://wiki.laptop.org/go/OLPC_Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards I thought we had bulletin boards] | * [http://wiki.laptop.org/go/OLPC_Human_Interface_Guidelines/The_Laptop_Experience/Bulletin_Boards I thought we had bulletin boards] | ||
+ | ** Walter will try to work on this over the weekend | ||
+ | ** I set up a branch [https://github.com/walterbender/sugar-toolkit-gtk3/tree/bb] | ||
+ | ** 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= | = Work Already Done= | ||
* [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046647.html Journal Social Network Style] | * [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046647.html Journal Social Network Style] | ||
+ | ** Now ready! See: https://github.com/SAMdroid-apps/sugar/compare/journal%2Bpr?expand=1 and https://github.com/SAMdroid-apps/sugar-toolkit-gtk3/compare/journal%2Bpr?expand=1 | ||
* [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046612.html Icon View] | * [http://lists.sugarlabs.org/archive/sugar-devel/2014-January/046612.html Icon View] |
Latest revision as of 00:34, 2 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 (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