Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
* Fix browser initializationMarco Pesenti Gritti2006-10-171-2/+7
|
* Add LGPL headerMarco Pesenti Gritti2006-10-142-0/+34
|
* Fix get_published_values to actually return the dict.Marco Pesenti Gritti2006-10-131-6/+4
| | | | Get rid of the activity title property, we are not using it anyway.
* Shutdown the factory when all activities has been destroyed.Marco Pesenti Gritti2006-10-131-0/+11
| | | | Initialize the profile.
* Move font size in the themeMarco Pesenti Gritti2006-10-121-2/+0
|
* Set default font size to 14Marco Pesenti Gritti2006-10-111-0/+2
|
* Adapt gtk icon size to the gridMarco Pesenti Gritti2006-10-111-0/+10
|
* Add a start method to the activity module, for initialization.Marco Pesenti Gritti2006-09-261-1/+3
|
* Make conf private, expose the nick name from envMarco Pesenti Gritti2006-09-042-3/+10
|
* Remove unnecessary method from the dbus serviceMarco Pesenti Gritti2006-09-021-5/+0
|
* Get rid of default type from the activity definition.Marco Pesenti Gritti2006-09-022-17/+19
| | | | | Modify code to use activity type id instead, except from mapping service to activity.
* Initialize the service to NoneMarco Pesenti Gritti2006-08-241-0/+1
|
*