Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
Commit message (Expand)AuthorAgeFilesLines
* Better reflect status messages as different to chat textMorgan Collett2007-07-021-9/+53
* Changes from smcv reviewMorgan Collett2007-07-021-6/+5
* Cope with group channels that do not have channel-specific handles (e.g. Salut)Morgan Collett2007-06-291-1/+4
* TextChannel code cleanupMorgan Collett2007-06-291-11/+33
* chat.py: remove signal_connect - unusedMorgan Collett2007-06-291-9/+0
* chat.py: remove crufty commentsMorgan Collett2007-06-251-2/+0
* Implement a TextChannel class to make usage much easier.Morgan Collett2007-06-221-87/+114
* Modified Chat to use PresenceServiceMorgan Collett2007-06-221-63/+125
* Add ActivityToolboxMorgan Collett2007-06-191-1/+5
* Use logging not printMorgan Collett2007-06-191-14/+10
* Add chat logging to journal - fixes #784Morgan Collett2007-06-191-0/+32
* port to use new graphics APIGuillaume Desmottes2007-05-031-13/+10
* Merge branch 'master' of git://dev.laptop.org/chat-activityDafydd Harries2007-04-181-78/+70
|\
| * catch connection status changesGuillaume Desmottes2007-04-161-8/+6
| * Use telepathy-python instead of hardcoding interfaces/constantsGuillaume Desmottes2007-04-161-62/+33
| * Use buddy color instead of a hard coded oneGuillaume Desmottes2007-04-161-8/+25
| * Use existing connection instead of create a new oneGuillaume Desmottes2007-04-161-27/+33
* | use points instead of pixels for spacingDafydd Harries2007-04-101-4/+5
|/
* add copyright noticeDafydd Harries2007-04-091-0/+15
* add hack for scrolling to right locationDafydd Harries2007-04-091-0/+1
* add commentDafydd Harries2007-04-091-0/+1
* add new chat activityDafydd Harries2007-04-091-0/+206