Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/canvas.py
Commit message (Collapse)AuthorAgeFilesLines
* add strip to remove spaces in wAlan Aguiar2013-04-041-0/+1
|
* use threads for each downloadAlan Aguiar2013-04-041-7/+4
|
* fix downloads againAlan Aguiar2013-04-041-7/+34
|
* pyflakes cleanAlan Aguiar2013-03-301-1/+0
|
* add download systemAlan Aguiar2013-03-301-13/+13
|
* Changed permissionsIgnacio Rodríguez2013-02-211-0/+0
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:install/mainlineIgnacio Rodríguez2013-02-181-0/+0
|\
| * add x permissions to .pyAlan Aguiar2013-02-181-0/+0
| |
* | Small changes..Ignacio Rodríguez2013-02-181-2/+2
|/
* Alert for downloadIgnacio Rodríguez2013-02-161-2/+15
|
* Edited the autors of canvas.pyIgnacio Rodríguez2013-02-151-0/+2
|
* Pep8 CorrectionsIgnacio Rodríguez2013-02-151-0/+4
|
* Pep8 FixesIgnacio Rodríguez2013-02-151-15/+17
|
* Now use: CellRendererIcon (Sugar) & Icons for activity with XoColorsIgnacio Rodríguez2013-02-151-19/+36
|
* Patch (thx Alan) for pixbuf's in TreeViewIgnacio Rodríguez2013-02-151-7/+8
|
* TreeView en vez de VBoxIgnacio Rodríguez2013-02-141-105/+65
|
* Stop a search and start a new oneAgustin Zubiaga2012-10-251-2/+8
|
* Fix progressbar percent bugAgustin Zubiaga2012-10-251-0/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix markup bug that causes a lot of bugsAgustin Zubiaga2012-10-251-2/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Can search againAgustin Zubiaga2012-10-251-1/+2
|
* Remove auto list updateAgustin Zubiaga2012-10-251-33/+1
|
* Fixing try again bugsAgustin Zubiaga2012-06-201-21/+25
|
* Try button in toolbar, some bugsAgustin Zubiaga2012-06-091-14/+19
|
* Add Try buttonAgustin Zubiaga2012-06-091-1/+7
|
* Using a thread to download the listAgustin Zubiaga2012-06-091-6/+20
|
* put a flag for th threadsAlan Aguiar2012-06-091-11/+14
|
* More elegant listAgustin Zubiaga2012-06-041-19/+25
|
* pep8 and pylint fixesAgustin Zubiaga2012-06-041-17/+17
|
* cancel thread before cleanAlan Aguiar2012-06-041-14/+16
|
*