Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/helpbutton.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix helpbuttonAgustin Zubiaga2012-09-291-7/+10
|
* GTK3 port startAgustin Zubiaga2012-08-201-25/+23
| | | | | | | | | | | The activity can open, but there're a lot of bugs: * load from file doesn't work * add value only works at the first time * remove value never works * the helpbutton is too wide (wrap doesn't work) * Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix help button scrollbar bugAgustin Zubiaga2012-05-131-2/+6
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Add helpGonzalo Odiard2012-03-071-0/+84
The intention of this help is use it in other activities. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>