Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-242-6/+9
| |\ \
| * | | Fix sharing publiclyMorgan Collett2007-08-231-1/+1
| | | |
| * | | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMorgan Collett2007-08-221-4/+25
| |\ \ \
| * | | | Use new PresenceService API for sharing by invitation onlyMorgan Collett2007-08-221-6/+15
| | | | |
* | | | | Make D-Bus calls async on startupJohn (J5) Palmieri2007-08-271-0/+23
| |_|_|/ |/| | |
* | | | More follow_name_owner_changed optimiztionJohn (J5) Palmieri2007-08-241-4/+5
| |_|/ |/| | | | | | | | | | | * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed
* | | Revert "Notice when (non-sugar) activity factories fail to launch. #1975"Dan Winship2007-08-221-5/+2
| | | | | | | | | | | | | | | | | | | | | This reverts commit d2aba901c3f85e66ba9c5b6b5d506f472552b48b. The change made etoys *always* apparently fail to launch; the problem is with sugar-native-factory, not activityfactory.py
* | | Speed up startup by another 2 seconds by using follow_name_owner_changesJohn (J5) Palmieri2007-08-221-1/+7
| |/ |/| | | | | | | | | | | * this is a side effect of follow_name_owner_changes which removes some blocking calls in the __init__ of proxies. It introduces some semantics we might not want (such as following name owner changes) but which are fairly beinign
* | Save the sharing info about the activity to the datastore.Tomeu Vizoso2007-08-211-4/+25
|/
* Use CamelCase for the activity service methods.Marco Pesenti Gritti2007-08-201-1/+1
|
* Rename genmo to genl10nMarco Pesenti Gritti2007-08-181-5/+5
|
* Make activity names translatable.Marco Pesenti Gritti2007-08-181-7/+39
|
* Hide the combo when max_participants == 1Marco Pesenti Gritti2007-08-161-4/+6
|
* Add max_participants property.Marco Pesenti Gritti2007-08-161-5/+9
|
* Patch by Simon to make sugar start when not connected to wireless.Marco Pesenti Gritti2007-08-161-2/+12
|
* Set ACTIVITY_ROOT environment variable.Tomeu Vizoso2007-08-132-0/+14
|
* Complete move to external bundle registry.Tomeu Vizoso2007-08-092-9/+23
|
* Correctly include .mo files in bundles.Tomeu Vizoso2007-08-092-4/+6
|
* Notice when (non-sugar) activity factories fail to launch. #1975Dan Winship2007-08-081-2/+5
| | | | (still need a better shell UI for when this happens)
* Move the activity register to the clipboard service.Tomeu Vizoso2007-08-081-5/+7
|
* Get rid of some of the obsolete units usage.Marco Pesenti Gritti2007-07-311-3/+3
|
* Do not traceback if bundle version is not integer.Marco Pesenti Gritti2007-07-301-1/+5
|
* Cleanup mo packaging.Marco Pesenti Gritti2007-07-291-36/+40
|
* #2564: use the activity service name as the base name for translation files.Tomeu Vizoso2007-07-291-1/+5
|
* Make sure the handle dict values are string. LooksMarco Pesenti Gritti2007-07-261-4/+6
| | | | like dbus-python get confused if they are dbus.String.
* Increase activity launching timeout.Marco Pesenti Gritti2007-07-261-0/+1
|
* Add icons for the private/shared dropdown.Marco Pesenti Gritti2007-07-251-2/+4
|
* Combo for shared/private in the activity menu.Marco Pesenti Gritti2007-07-241-16/+25
|
* Clean up only when latest call to the DS has finished.Tomeu Vizoso2007-07-231-8/+33
|
* Fix some temp file leaks.Tomeu Vizoso2007-07-201-3/+15
|
* Ensure activity uniquness in the shellMarco Pesenti Gritti2007-07-203-11/+27
|
* Actually handle multiple mime typesDan Williams2007-07-181-1/+1
|
* setup.py release does a git pull before releasing.Marco Pesenti Gritti2007-07-171-3/+6
|
* Bundle releases can also contain 0Marco Pesenti Gritti2007-07-151-1/+1
|
* Require a bundle name argument to start(). ApparentlyMarco Pesenti Gritti2007-07-131-4/+1
| | | | | people are doing crazy things and using the parent directory name does not work well in those cases.
* Adapt to datastore API changes.Tomeu Vizoso2007-07-131-2/+2
|
*