Difference between revisions of "User:SAMdroid/Post GCI Hackathon"

From Sugar Labs
Jump to navigation Jump to search
Line 11: Line 11:
 
* [[Design_Team/Designs/Frame]]
 
* [[Design_Team/Designs/Frame]]
  
* [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)
+
* [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:
 +
::: add_overlay(widget, x, y)
 +
::: move_overlay(widget, x, y)
 +
::: show_overlays()
 +
::: hide_overlays()
  
 
= 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]
 
* [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]

Revision as of 13:24, 1 February 2014

Goal

Hack those views and get the designs done!

Links

add_overlay(widget, x, y)
move_overlay(widget, x, y)
show_overlays()
hide_overlays()

Work Already Done