Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
...
* PyLint fixesAgustin Zubiaga2012-02-241-11/+12
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Code fixesAgustin Zubiaga2012-02-241-55/+19
| | | | | | | | | 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-10/+1
|
* Sharing Activity (Bugs bellow)Agustin Zubiaga2012-02-241-1/+142
| | | | | | | | | Bugs: * The joined buddies can't edit the chart data * No is possible share the options (colors, x and y labels) * The share way can be more simple (don't using json) Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Paint the chart in the centerAgustin Zubiaga2012-02-231-1/+9
|
* Fix agustin emailroot2012-02-191-1/+1
|
* Graph from reader in only one functionAgustin Zubiaga2012-02-161-34/+20
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Code fixesAgustin Zubiaga2012-02-161-27/+20
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Auto remove duplicate StopWatch itemsAgustin Zubiaga2012-02-151-3/+5
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Identation fixesAgustin Zubiaga2012-02-151-24/+23
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use gettext in all the stringsAgustin Zubiaga2012-02-141-5/+5
|
* Rename set_data with __init__Agustin Zubiaga2012-02-141-6/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Sort the marksAgustin Zubiaga2012-02-141-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use gettext in some stringsAgustin Zubiaga2012-02-141-4/+4
|
* Plot the measure dataAgustin Zubiaga2012-02-141-0/+36
| | | | | | Some bugs... Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use the locale decimal separatorAgustin Zubiaga2012-02-141-3/+10
| | | | | | e.g. if my decimal separator is "," , SimpleGraph change 4.5 to 4,5 Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Graph the times of the stopwatchsAgustin Zubiaga2012-02-131-27/+47
|
* pep8 fixesAgustin Zubiaga2012-02-131-26/+26
|
* Update the stopwatch mime typeAgustin Zubiaga2012-02-101-1/+1
|
* Code fixesAgustin Zubiaga2012-02-101-6/+5
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix in loggingAgustin Zubiaga2012-02-101-4/+6
|
* Load and Graph StopWatch data (Some bugs)Agustin Zubiaga2012-02-091-0/+64
|
* pep8 fixesAgustin Zubiaga2012-02-081-5/+6
|
* Add readers fileAgustin Zubiaga2012-02-081-1/+1
|
* White BackGroundAgustin Zubiaga2012-02-071-0/+7
|
* Use cairo surface directly to show the chart in the canvasManuel Quiñones2012-02-071-5/+22
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Agustin Zubiaga <aguzubiaga97@gmail.com>
* Translations updatedAgustin Zubiaga2012-02-071-1/+1
|
* Resize the chart after that unfullscreenAgustin Zubiaga2012-02-061-1/+5
|
* Remove unused variablesAgustin Zubiaga2012-02-061-7/+1
|
* Bug in read_file fixedAgustin Zubiaga2012-02-061-0/+14
|
* A PEP8 fixAgustin Zubiaga2012-02-061-1/+1
|
* More bugs in entries fixedAgustin Zubiaga2012-02-061-8/+7
|
* Bugs in entries fixedAgustin Zubiaga2012-02-061-4/+16
|
* Tooltips changedAgustin Zubiaga2012-02-061-4/+4
|
* Treeview fixedAgustin Zubiaga2012-02-061-1/+1
|
* Remove the simplegraph welcomeAgustin Zubiaga2012-02-061-1/+0
|
* Welcome addedAgustin Zubiaga2012-02-061-0/+1
|
* Chart resize simplifiedAgustin Zubiaga2012-02-061-5/+3
|
* White image backgroundAgustin Zubiaga2012-02-041-1/+8
|
* Merge branch 'master' of git.sugarlabs.org:simplegraph/simplegraphGonzalo Odiard2012-02-041-13/+20
|\
| * Change the message dialog with an AlertAgustin Zubiaga2012-02-041-13/+20
| |
* | Use simplejson to save and load the data.Gonzalo Odiard2012-02-041-108/+58
|/ | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix type in set max_participants.Gonzalo Odiard2012-02-041-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Diseble search in the treeview.Gonzalo Odiard2012-02-041-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* PEP8 fixesAgustin Zubiaga2012-02-041-12/+12
|
* Bugs in read_file method fixed.Agustin Zubiaga2012-02-041-4/+6
|
* Option toolbar design, add separatorManuel Quiñones2012-02-041-0/+5
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Icons for horizontal and vertical label optionsManuel Quiñones2012-02-041-0/+11
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Options relocated!Agustin Zubiaga2012-02-041-167/+88
| | | | | | Move the colors, labels to a subtoolbar Signed-off-by: Agustin Zubiaga <aguzubiaga97@gmail.com>
* Change the gear with the spannerAgustin Zubiaga2012-02-031-1/+1
|