Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/charts.py
Commit message (Collapse)AuthorAgeFilesLines
* More beautiful charts :)Agustin Zubiaga2012-07-141-3/+7
|
* Some charts.py fixes (sugarpycha)Agustin Zubiaga2012-07-021-7/+8
|
* pep8 and pylint fixesAgustin Zubiaga2012-06-291-1/+1
|
* Bigger font sizesAgustin Zubiaga2012-06-011-0/+3
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Rename SimpleGraph with ChartAgustin Zubiaga2012-05-051-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Clean logAgustin Zubiaga2012-02-241-1/+0
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* PyLint fixesAgustin Zubiaga2012-02-241-10/+10
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Code fixesAgustin Zubiaga2012-02-241-3/+0
| | | | | | | | | Changes: * utils.py file created. * Docstrings added. * Comments in globals. Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Don't use a temp file for png imageAgustin Zubiaga2012-02-241-5/+2
|
* Docstrings in charts.pyAgustin Zubiaga2012-02-221-1/+11
|
* 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>
*