Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the activity root temp folder.Agustin Zubiaga2012-02-111-1/+3
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use cairo surface directly to show the chart in the canvasManuel Quiñones2012-02-071-5/+3
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Agustin Zubiaga <aguzubiaga97@gmail.com>
* Small bugs fixed...Agustin Zubiaga2012-02-021-2/+3
| | | | | | | | | Changes: * PieChart Button is now the default active button * gettext bugs fixed * pep8 & pylint fixes Signed-off-by: Agustin Zubiaga <aguzubiaga97@gmail.com>
* Code fixesAgustin Zubiaga2012-02-021-0/+1
| | | | | | | | | Changes: * Remove unused self. * Change TreeView class name to ChartData * Internal methods now starts with "_" Signed-off-by: Agustin Zubiaga <aguzubiaga97@gmail.com>
* Fix py headers for utf-8Manuel Quiñones2012-02-011-1/+1
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
*