Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
* show_launcher true by defaultMarco Pesenti Gritti2006-11-031-1/+1
|
* Fix show_launcher logicMarco Pesenti Gritti2006-11-031-2/+2
|
* Install services in user dir if dbus is recent enough.Marco Pesenti Gritti2006-11-021-2/+5
|
* Add activity_version supportMarco Pesenti Gritti2006-11-021-0/+8
|
* Tweak activity search path. Use ~/Activities and XDG_DATA_DIRS/activitiesMarco Pesenti Gritti2006-10-311-1/+0
|
* Get running activities to work. Still hacky.Marco Pesenti Gritti2006-10-312-13/+38
|
* Several fixes, generate the service, add a test bundleMarco Pesenti Gritti2006-10-312-9/+50
|
* Don't crash if bundles dir doesn't exist in the profilesMarco Pesenti Gritti2006-10-291-4/+6
|
* Fix makefilesMarco Pesenti Gritti2006-10-291-1/+3
|
* More work on bundles supportMarco Pesenti Gritti2006-10-293-18/+17
|
* Initial bundle registry codeMarco Pesenti Gritti2006-10-293-0/+91
|
* Add default_type accessort to Activity classDan Williams2006-10-201-0/+3
|
* 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
|
*