Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/Activity.py
Commit message (Expand)AuthorAgeFilesLines
* Start the journal activity by defaultMarco Pesenti Gritti2006-12-241-5/+5
* Refactor a bit to simply __init__Marco Pesenti Gritti2006-12-241-2/+26
* Change the Activity execute method to add a result boolean (handle/not handled).Marco Pesenti Gritti2006-12-211-3/+3
* Get the default type from env, clean stuff a bitMarco Pesenti Gritti2006-12-201-1/+1
* Guard against multiple activities startMarco Pesenti Gritti2006-12-201-0/+8
* Present the window only after start/joinMarco Pesenti Gritti2006-12-191-1/+4
* Add a start method to the activity. It's parallel/alternative to join.Marco Pesenti Gritti2006-12-181-15/+22
* Add docstring, missing importMarco Pesenti Gritti2006-12-181-0/+2
* Get the activity type from env, rather than requiring set_typeMarco Pesenti Gritti2006-12-181-11/+7
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-124/+124
* New developer-consoleEduardo Silva2006-11-161-0/+1
* Add default_type accessort to Activity classDan Williams2006-10-201-0/+3
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
* Fix get_published_values to actually return the dict.Marco Pesenti Gritti2006-10-131-6/+4
* Make conf private, expose the nick name from envMarco Pesenti Gritti2006-09-041-3/+2
* 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-021-15/+14
* Initialize the service to NoneMarco Pesenti Gritti2006-08-241-0/+1
* Use dbus-launch with the --exit-with-session. dbus not exiting still not full...Marco Pesenti Gritti2006-08-111-5/+9
* Add a way to enable/disable displaying debug messagesMarco Pesenti Gritti2006-08-111-0/+3
* Get one-to-one chat back to workMarco Pesenti Gritti2006-08-091-1/+1
* Several fixes and cleanupsMarco Pesenti Gritti2006-08-091-16/+16
* More work on the chat. Fix terminal apiMarco Pesenti Gritti2006-08-091-0/+9
* Setup the activity from the shell process, through dbus,Marco Pesenti Gritti2006-08-091-15/+35
* CleanupsMarco Pesenti Gritti2006-08-091-6/+0
* Split the factory to his own moduleMarco Pesenti Gritti2006-08-091-72/+1
* Actually join the activity, check for duplicates in the model.Marco Pesenti Gritti2006-08-081-2/+16
* Improve the activity apiMarco Pesenti Gritti2006-08-081-10/+16
* Cleanups and document a bitMarco Pesenti Gritti2006-08-081-58/+13
* Publish and use title for the activities modelMarco Pesenti Gritti2006-08-081-1/+3
* Use the default service to get activity informations, insteadMarco Pesenti Gritti2006-08-081-1/+2
* Move activity service registration in ActivityMarco Pesenti Gritti2006-08-071-5/+1
* Remove args from the factory interfaceMarco Pesenti Gritti2006-08-071-3/+3
* Rework to not use protected APIMarco Pesenti Gritti2006-08-071-2/+3
* Use dbus activation to launch factories. This breaksMarco Pesenti Gritti2006-07-271-11/+4
* A bunch of fixes...Marco Pesenti Gritti2006-07-261-8/+11
* Merge branch 'master' of git+ssh://dcbw@dev.laptop.org/git/sugarDan Williams2006-07-261-0/+4
|\
| * Work around for dbus locking issueMarco Pesenti Gritti2006-07-251-0/+4
* | Make shareActivity workDan Williams2006-07-261-6/+3
|/
* s/publish/shareDan Williams2006-07-251-11/+11
* Fix spacingDan Williams2006-07-251-1/+0
* Add each activity to a separate window group to getMarco Pesenti Gritti2006-07-201-0/+4
* Make the console contextual to the activity and use theMarco Pesenti Gritti2006-07-201-3/+6
* Missing return, yay for pythonMarco Pesenti Gritti2006-07-191-1/+1
* Bunch of fixes, sharing should be back to workMarco Pesenti Gritti2006-07-151-8/+3
* Read service type from the .activity fileMarco Pesenti Gritti2006-07-141-19/+20
* Fix a bunch of bugs, more cleanupsMarco Pesenti Gritti2006-07-121-13/+3
* More work on session refactoringMarco Pesenti Gritti2006-07-121-6/+4
* More cleanups and some fixesMarco Pesenti Gritti2006-07-121-10/+3
* Cleanup and document session creation and activity registryMarco Pesenti Gritti2006-07-121-1/+1