Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat.py
Commit message (Collapse)AuthorAgeFilesLines
* #3248: Make Chat not shared by defaultMorgan Collett2007-09-071-2/+1
|
* Fix icon and roundbox changes in sugarMorgan Collett2007-08-271-3/+3
|
* Rename buddy iconMorgan Collett2007-08-231-1/+1
|
* #2714: Adapt chat activity to sugar.graphics cleanupMorgan Collett2007-08-131-7/+6
|
* Add gettext for i18nMorgan Collett2007-07-271-6/+7
|
* should cache buddy objectsDafydd Harries2007-07-241-0/+1
|
* Grab the focus to the chat entry by default (#2347)Guillaume Desmottes2007-07-231-0/+1
|
* Add basic link supportMarco Pesenti Gritti2007-07-211-4/+15
|
* Adapt to sugar API changeMarco Pesenti Gritti2007-07-091-1/+0
|
* Explicitly set background colour of RoundBox for status messages - #1913Morgan Collett2007-07-051-1/+1
|
* Disable entry while not connectedMorgan Collett2007-07-051-3/+8
|
* Eliminate redundant code in add_statusMorgan Collett2007-07-041-54/+23
|
* Patch from Simon Schamijer to fix scrollingMorgan Collett2007-07-041-5/+12
|
* 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
| | | | | | | Probably only applicable to Chat in this form, but this is how easy I'd like to see the PS usage for activity authors. All the telepathy stuff is moved into TextChannel.
* Modified Chat to use PresenceServiceMorgan Collett2007-06-221-63/+125
| | | | | Use the room that PS gives us, not the hardcoded chat@collabora room. Show buddies joining or already in chat.
* 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
|\ | | | | | | | | | | Conflicts: chat.py
| * 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