Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shared_activity.py
Commit message (Collapse)AuthorAgeFilesLines
* The activity startsflavio2012-07-181-0/+2
|
* pygi-convertflavio2012-07-171-1/+1
|
* to sugar3flavio2012-07-171-2/+2
|
* Migrating from the early toolbarbox-toolkit modules to Sugar ToolkitDaniel Francis2012-07-031-0/+115
This little patch is the second step in the Gtk3 migration. Here I remove some few unnecesary files always when it was possible, and use Sugar Toolkit. The purpose is to prevent a headache at the time of porting to Gtk3 the activity, and of course remove some useless kilobytes and not having written the same code twice. I also modified the .gitignore file, I didn't type 'git add .gitignore' previous than my commit so I didn't expect it would appear in my patch, I think git has its own life :) , but anyway, is better having a correct .gitignore . Signed-off-by: Daniel Francis <francis@sugarlabs.org>