Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/ActivityHost.py
Commit message (Collapse)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
| | | | the frame view since that's bitrotten.
* Don't use gtk.get_current_event_time() as the timestamp for window.activate()Dan Winship2007-08-061-2/+7
| | | | | | | | | | | gtk.get_current_event_time() will return 0 if there's no "current event" (which will happen if this is invoked from a SugarKeyGrabber callback, because that intercepts events below the gtk level). And libwnck will g_warn if we pass "0" to window.activate(). Since matchbox doesn't look at the timestamp anyway, it's simplest to just always pass "1" there. (Needed for part of #2159)
* 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
| | | | changing the _ENABLE var to True.
* 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
| | | | This create quite a bit of duplication, but I have to start somewhere cleaning this mess :/
* Use screenshot for overlay window backgroundDan Williams2007-01-311-2/+2
| | | | | Instead of requiring a compositing manager for the transparent background of the OverlayWindow, take a screenshot and use that instead.
* 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
| | | | | When the camera key is pressed the Shell send and command to the active activity, if that's not handled than it startup org.laptop.CameraActivity.
* 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
| | | | For now start sugar with "sugar-emulator shell/sugar-shell"
* 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
|
*