Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the API to get icon/description for objects.Marco Pesenti Gritti2007-10-165-31/+12
| | | | | | Get rid of the service for now, it's not necessary until we allow activities to extend the mime type -> generic type mapping (post 1.0)
* Fix retrieving the activities suitable for resuming a journal entryTomeu Vizoso2007-10-161-2/+3
|
* Fix warning.Tomeu Vizoso2007-10-161-3/+2
|
* News updateSimon Schampijer2007-10-161-0/+2
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-164-26/+39
|\
| * Snapshot 34e2271833.Marco Pesenti Gritti2007-10-161-0/+4
| |
| * Cast to string, looks like dbus strings confuse pygtkMarco Pesenti Gritti2007-10-161-1/+1
| | | | | | | | type checking here.
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-161-0/+1
| |\
| | * Update NEWSMorgan Collett2007-10-161-0/+1
| | |
| * | Do not use prgname for the bundle id because xulrunnerMarco Pesenti Gritti2007-10-162-19/+19
| |/ | | | | | | is messing with it. Some activity launch fixes.
| * Fallback to mime parents if the main one doesn't have matchesMarco Pesenti Gritti2007-10-161-6/+14
| |
* | Use double leading underscores for callback names to avoid name collisionsSimon Schampijer2007-10-161-41/+41
|/ | | | The double underscores invoke Python's name mangling algorithm
* Snapshot 6d2828e54e.Marco Pesenti Gritti2007-10-161-0/+4
|
* Use gdk to get/set X11 propertiesMarco Pesenti Gritti2007-10-166-157/+15
|
* Fix distcheckMarco Pesenti Gritti2007-10-162-18/+8
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-1687-139/+110
|
* Remove ltihooks since we are not loading from the sourceMarco Pesenti Gritti2007-10-163-72/+0
| | | | directory at the moment.
* Snapshot 1eb9932ab3.Marco Pesenti Gritti2007-10-151-2/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-153-20/+122
|\
| * updated newsSimon Schampijer2007-10-151-0/+2
| |
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon Schampijer2007-10-1551-4580/+123
| |\
| | * Improve docstring for class ActivityMorgan Collett2007-10-151-3/+2
| | |
| | * Handle failure to get buddy from handleMorgan Collett2007-10-151-2/+4
| | |
| | *