Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Filter Chart InputsSai Vineet2013-11-211-0/+0
| | | | | | | | | | | | | | Problem: Error when inputting value with preceding "$" causes a problem - Invalid value The value must be a number (integer or decimal) - the wording is too advanced for primary school students to understand, need to implement a filter to prevent such vales from being entered. Solution: Implement a filter to extract the most probable input the user wants. If there is not probable input, like "dscsdc", then display error message. Fixes #4588 Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* GTK3 port startAgustin Zubiaga2012-08-201-1/+1
| | | | | | | | | | | 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>
* Stop Button added and the activity can be openAgustin Zubiaga2012-01-181-0/+0
|
* SimpleGraph baseAgustin Zubiaga2012-01-171-0/+21