Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Expand)AuthorAgeFilesLines
* Sugar API update: Use self.shared_activity not self._shared_activityMorgan Collett2008-11-071-8/+8
* Add alerts to show what is happening in the UIMorgan Collett2008-04-251-5/+26
* Rename HelloTube class to TextSync (HelloTube was confusing people who were a...Morgan Collett2008-04-251-4/+4
* Remove unnecessary importsMorgan Collett2008-04-251-3/+0
* Incorporate the gtk.Entry, so that text entered is sent across the TubeMorgan Collett2008-04-251-8/+43
* Simplify UI codeMorgan Collett2008-04-251-7/+3
* Release version 2.Morgan Collett2008-01-171-2/+1
* Update CopyrightMorgan Collett2008-01-101-1/+1
* Use self.conn from smcv's boilerplate code reductionMorgan Collett2007-11-131-4/+4
* Revert "Replaced _get_buddy with new sugar.presence get_buddy_by_handle"Morgan Collett2007-11-131-6/+25
* Remove Tubes boilerplate and use sugar.presence instead (#4503)Morgan Collett2007-11-021-47/+7
* Docstrings for _buddy_joined_cb and _buddy_left_cbMorgan Collett2007-11-021-0/+12
* #4494: Reorder lines to make get_preferred_connection more robustMorgan Collett2007-10-291-9/+13
* Improve debug logging for tube participants added/removedMorgan Collett2007-10-151-3/+4
* Don't try get buddy from handle on removed from Tube as that failsMorgan Collett2007-10-151-3/+1
* Replace % with , in logger.debugMorgan Collett2007-10-151-7/+7
* Fix logging errors if removed is an empty tupleMorgan Collett2007-10-151-2/+4
* Pass self._shared_activity.get_buddy_by_handle like _get_buddy was passedMorgan Collett2007-10-151-5/+6
* PS now creates tubes channelMorgan Collett2007-10-151-5/+2
* Replaced _get_buddy with new sugar.presence get_buddy_by_handleMorgan Collett2007-10-151-25/+6
* Simplification of join/share codeMorgan Collett2007-10-151-25/+12
* Fix logging errorMorgan Collett2007-10-121-1/+1
* Fixed add_hello_handler. That was not dead code. Importance of testing even t...Morgan Collett2007-09-201-0/+5
* Actually fix offering a tube (part of #3654)Simon McVittie2007-09-201-1/+1
* Port to new Tubes APIMorgan Collett2007-09-041-2/+2
* Code cleanup, remove unnecessary ordered_bus_names stuffMorgan Collett2007-08-201-41/+14
* Use tubeconn from sugar.presenceMorgan Collett2007-08-201-1/+1
* Cope with group channels that do not have channel-specific handles (e.g. Salut)Morgan Collett2007-07-191-1/+4
* Fix failure to emit HelloMorgan Collett2007-07-021-0/+1
* Add ordered bus namesMorgan Collett2007-07-021-8/+17
* Fixes for loggingMorgan Collett2007-07-021-41/+42
* Implement communication over the Tube with a signal and a methodMorgan Collett2007-06-291-6/+107
* Removed unnecessary references to dbusMorgan Collett2007-06-151-2/+0
* Get the Tubes workingMorgan Collett2007-06-111-12/+11
* Code cleanup, improved iconMorgan Collett2007-06-111-11/+1
* Initial importMorgan Collett2007-06-071-0/+206