Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/Activity.py
Commit message (Expand)AuthorAgeFilesLines
* Fix capsMarco Pesenti Gritti2007-02-211-115/+0
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-211-1/+1
* More cleanupsMarco Pesenti Gritti2007-02-211-88/+2
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-211-25/+15
* Get rid of the old grid. Never use absolute positioning.Marco Pesenti Gritti2007-02-201-8/+0
* Do not look in the icon theme for activity iconsMarco Pesenti Gritti2007-01-311-0/+8
* Make shell responsible for activity ID generationDan Williams2007-01-061-6/+6
* Do not try to connect to notify::title, for some reason it breaks the browser.Marco Pesenti Gritti2007-01-051-1/+1
* Comment out the journal stuff for now.Marco Pesenti Gritti2007-01-051-10/+11
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-241-0/+6
* 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