Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/chat/Chat.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-241/+241
|
* Write a chat activity, remove some unused codeMarco Pesenti Gritti2006-10-241-0/+3
|
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
|
* Import the PS correctlyDan Williams2006-09-281-2/+2
|
* Get presence to work on the chat windowMarco Pesenti Gritti2006-07-261-1/+1
|
* Fix occurances of get_nick_name() -> get_name()Dan Williams2006-07-241-5/+5
|
* Add missing importDan Williams2006-07-241-0/+1
|
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-231-3/+3
|
* Abstract activity on the shell side into an ActivityHost object.Marco Pesenti Gritti2006-07-201-2/+1
| | | | Comment out/fix more ps borkage.
* Get rid of pygtk.require. It doesn't make a lot of senseMarco Pesenti Gritti2006-07-161-3/+3
| | | | and recent apps are not using it anyway.
* Add some debug messagesMarco Pesenti Gritti2006-06-271-0/+2
|
* Make sketches work in one-to-one chatMarco Pesenti Gritti2006-06-231-0/+10
|
* Get one-to-one chat to actually work...Marco Pesenti Gritti2006-06-221-3/+11
|
* [hack] don't traceback when there's no network connectionDan Williams2006-06-221-4/+8
|
* Add back colors in the toolbar. Layout/appeareance sucks atmMarco Pesenti Gritti2006-06-181-1/+1
|
* Get sketches back to work, add a send buttonMarco Pesenti Gritti2006-06-181-3/+3
|
* Mention ctrl+sMarco Pesenti Gritti2006-06-181-2/+16
|
* Fix the confusion when running multiple instances on theMarco Pesenti Gritti2006-06-181-1/+13
| | | | same box by passing the nick name in the message.
* Get chat back to work. Well except it get very confusedMarco Pesenti Gritti2006-06-181-14/+12
| | | | | | | | if users have the same ip address. Dan I commented out the service deserialization in BrowserShell because it was not really working (also there was a few typos in that code)
* More work on chatsMarco Pesenti Gritti2006-06-161-12/+7
|
* Merge with MarcoDan Williams2006-06-151-1/+1
|
* Validate options for compose_service_typeDan Williams2006-06-151-1/+1
|
* F11 now put the activities window in fullscreen,Marco Pesenti Gritti2006-06-151-1/+1
|
* More chat refactoringMarco Pesenti Gritti2006-06-151-211/+18
|
* MergeMarco Pesenti Gritti2006-06-151-0/+6
|
* Fixed a bunch of issues reported by pylintMarco Pesenti Gritti2006-06-151-19/+6
|
* Generalize activity publishing code for > 1 activity per processDan Williams2006-06-151-1/+0
|
* Start refactoring chat. Get the UI to show as a slide in (ctrl+up)Marco Pesenti Gritti2006-06-151-0/+418