Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing lots of bugsAgustin Zubiaga2013-11-261-32/+42
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fixing code style errorsAgustin Zubiaga2013-11-251-4/+4
|
* Filter Chart InputsSai Vineet2013-11-211-2/+22
| | | | | | | | | | | | | | 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>
* Font change implementedAgustin Zubiaga2013-11-181-2/+157
| | | | | | | Tick (X and Y values) colortoolbutton is not working cause SugarPycha does not support (change values color) it yet, it always draw it black. Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fixing a little bugAgustin Zubiaga2013-11-181-3/+3
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Replace every simplejson invokev11Agustin Zubiaga2013-11-171-2/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use simplejson if json isn't in the systemAgustin Zubiaga2013-11-171-1/+6
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Using Gtk.TargetList instead of python listsAgustin Zubiaga2013-06-031-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* use autosize for gtk tree columnsWalter Bender2013-06-031-0/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* UI tweaksWalter Bender2013-06-031-58/+106
| | | | | | | | * Reconfure toolbars in portrait mode * Tweek axes label positions to prevent overlap * More robust testing of entry values Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fixing bug SL #4308Agustin Zubiaga2012-12-101-7/+24
| | | | | | Redraw the chart only when any scale is released or a color button is pressed Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use Gtk.Label.set_placeholder_textAgustin Zubiaga2012-12-071-28/+5
|
* insesitive buttonsAgustin Zubiaga2012-11-131-8/+17
|
* Insesitive toolbar buttonsAgustin Zubiaga2012-11-131-1/+12
|
* Fix my email addressAgustin Zubiaga2012-11-121-1/+1
|
* Show No data messageAgustin Zubiaga2012-11-101-3/+57
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix move down bugAgustin Zubiaga2012-11-101-10/+22
|
* Fix comma separator bug SL #4180Agustin Zubiaga2012-11-101-1/+2
|
* Remove zoom optionsAgustin Zubiaga2012-11-091-77/+22
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix measure palette bugAgustin Zubiaga2012-10-161-12/+12
|
* pep8 fixesAgustin Zubiaga2012-10-161-19/+21
|
* Add zoom optionsAgustin Zubiaga2012-09-291-25/+80
|
* charts -> chartAgustin Zubiaga2012-09-291-12/+14
|
* PEP8 fixesAgustin Zubiaga2012-09-291-3/+4
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Add move up/down buttonsAgustin Zubiaga2012-09-291-1/+48
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fixing add/removeAgustin Zubiaga2012-09-291-7/+13
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix drag and dropAgustin Zubiaga2012-09-281-3/+2
|
* Use single quotesAgustin Zubiaga2012-09-181-86/+86
|
* pep8 fixesAgustin Zubiaga2012-09-181-3/+5
|
* Fix add/removeAgustin Zubiaga2012-09-111-6/+6
|
* GTK3 port startAgustin Zubiaga2012-08-201-79/+77
| | | | | | | | | | | 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>
* Moving HelpButton before the fill spacerAgustin Zubiaga2012-07-181-2/+2
|
* Revert "Show X and Y pos"Agustin Zubiaga2012-07-011-18/+3
| | | | This reverts commit be51724eacc31f2bcabb9be9674ac66526c147c7.
* Show X and Y posAgustin Zubiaga2012-07-011-3/+18
|
* pep8 and pylint fixesAgustin Zubiaga2012-06-291-7/+7
|
* Change + and - iconsAgustin Zubiaga2012-05-051-2/+2
|
* Rename SimpleGraph with ChartAgustin Zubiaga2012-05-051-5/+5
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* More simple: graph from clipboardAgustin Zubiaga2012-04-131-1/+3
|
* Graph from clipboardAgustin Zubiaga2012-04-091-21/+38
|
* pylint and pep8 fixesAgustin Zubiaga2012-03-111-3/+3
|
* Conditionals changeAgustin Zubiaga2012-03-091-4/+4
|
* In the XO-1 don't show the channel choose paletteAgustin Zubiaga2012-03-091-2/+7
|
* Choose measure channelAgustin Zubiaga2012-03-091-3/+28
|
* Bug fixedAgustin Zubiaga2012-03-091-2/+2
|
* pylint fixes (8.38)Agustin Zubiaga2012-03-091-18/+18
|
* utils.py fixesAgustin Zubiaga2012-03-091-6/+6
|
* Private variablesAgustin Zubiaga2012-03-091-14/+14
|
*