Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/ActivityHost.py
Commit message (Expand)AuthorAgeFilesLines
* Handle invitations inside Activity.Marco Pesenti Gritti2007-09-111-10/+7
* Hookup the new invites implementation. Need to fixMarco Pesenti Gritti2007-08-311-1/+12
* Don't use gtk.get_current_event_time() as the timestamp for window.activate()Dan Winship2007-08-061-2/+7
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-031-7/+0
* Fix copyright yearMarco Pesenti Gritti2007-06-241-1/+1
* Ignore reply from share() (hack to quiet traceback, but unused anyway)Dan Williams2007-04-131-2/+1
* Remove references to obsolete p2p.Stream classesDan Williams2007-04-091-2/+0
* Accept raw X windows in the shellMarco Pesenti Gritti2007-04-081-2/+1
* Fix execute command when using the new dbus-pythonDan Williams2007-04-061-1/+1
* Disable the presence service. You can reenable it by justMarco Pesenti Gritti2007-03-281-1/+2
* Disable invitesMarco Pesenti Gritti2007-03-281-9/+1
* Kill a lot of old old unused codeMarco Pesenti Gritti2007-03-281-3/+2
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-211-2/+1
* Use screenshot for overlay window backgroundDan Williams2007-01-311-2/+2
* Respect return value from 'execute'Dan Williams2007-01-051-1/+1
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-241-39/+9
* Change the Activity execute method to add a result boolean (handle/not handled).Marco Pesenti Gritti2006-12-211-0/+3
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-115/+115
* Remove unused old registry codeMarco Pesenti Gritti2006-12-011-1/+0
* Remove more old activities codeMarco Pesenti Gritti2006-12-011-8/+2
* Get running activities to work. Still hacky.Marco Pesenti Gritti2006-10-311-1/+7
* Refactor a bit to keep host independent from the shellMarco Pesenti Gritti2006-10-191-12/+6
* Unregister the chat service on destroy.Marco Pesenti Gritti2006-10-191-1/+1
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-161-1/+2
* Add GPL headersMarco Pesenti Gritti2006-10-141-0/+16
* Move all the canvas code that doesn't depend on goocanvas anymore in graphics.Marco Pesenti Gritti2006-10-031-1/+1
* Add composited overlay window underneath chatDan Williams2006-09-291-1/+14
* Activate chat service when activity gets sharedDan Williams2006-09-281-0/+1
* Set default chat window sizeDan Williams2006-09-281-0/+1
* Center chat window, and give it a frameDan Williams2006-09-281-1/+1
* Initialize _frame_was_visible, and move signal connections lowerDan Williams2006-09-281-2/+4
* Fix frame behavior on chat; when we show the chat remember previous frame sta...Dan Williams2006-09-281-1/+7
* Start making activity chat work; hit F9 to activateDan Williams2006-09-281-0/+37
* Implement close button for the activity.Marco Pesenti Gritti2006-09-181-0/+3
* Initial implementation of the activity menuMarco Pesenti Gritti2006-09-161-0/+3
* Move the view to his own moduleMarco Pesenti Gritti2006-09-151-0/+72