Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/chat/chat.py
Commit message (Expand)AuthorAgeFilesLines
* Start refactoring chat. Get the UI to show as a slide in (ctrl+up)Marco Pesenti Gritti2006-06-151-557/+0
* Adapt to the new api... get back the browser runningMarco Pesenti Gritti2006-06-121-4/+3
* More presence service reworkDan Williams2006-06-121-17/+1
* Start factoring out the presence stuff from chat UI... very very very broken ...Marco Pesenti Gritti2006-06-061-136/+1
* Change Activity so that subclasses don't have to call Activity superclass met...Dan Williams2006-06-051-2/+0
* Only try for buddy icon 3 timesDan Williams2006-06-051-2/+6
* Further fixes for Activity refactoring changes.Dan Williams2006-06-021-3/+3
* Refactor dbus out of Activity objects so that we're sure whenDan Williams2006-06-021-33/+38
* Split up the browser, some cleanups andMarco Pesenti Gritti2006-05-311-8/+4
* Simplify redirecting output to the consoleMarco Pesenti Gritti2006-05-231-14/+8
* Remove notify_new.. again, bad dcbwMarco Pesenti Gritti2006-05-231-1/+0
* MergeMarco Pesenti Gritti2006-05-231-13/+19
* Don't show hidden tabs border in the editorMarco Pesenti Gritti2006-05-231-19/+14
* Fix some spacing issues; catch exceptions in XMLRPC client code and return re...Dan Williams2006-05-231-13/+19
* MergeMarco Pesenti Gritti2006-05-231-30/+14
* Change notification for browser sharingMarco Pesenti Gritti2006-05-231-21/+29
* Remove hack for scroll-to-bottom and do it properly.Dan Williams2006-05-231-30/+14
* Fix links in one-to-one chatMarco Pesenti Gritti2006-05-231-4/+4
* - (__key_press_event_cb): don't send zero-length messagesDan Williams2006-05-231-10/+48
* Nicely space buddy icons, and bold-ify nicknames in chat viewDan Williams2006-05-231-2/+25
* - Implement async XML-RPC clientDan Williams2006-05-231-8/+5
* Finish up chat notification, there are races but it seemMarco Pesenti Gritti2006-05-231-4/+4
* Change tab label color when there areMarco Pesenti Gritti2006-05-221-2/+11
* Listen on buddy for icon changesMarco Pesenti Gritti2006-05-221-1/+5
* Get rid of the new message icon entirelyMarco Pesenti Gritti2006-05-221-22/+7
* Add some comments; retry icon requests after a bitDan Williams2006-05-221-0/+5
* Clear the setchpad after sendingMarco Pesenti Gritti2006-05-221-0/+1
* Remove thread init stuff again, dbus angryDan Williams2006-05-221-2/+0
* Another try at not making dbus angry with threads.Dan Williams2006-05-221-2/+4
* Get group from the right placeDan Williams2006-05-221-1/+1
* Make dbus happy by _not_ initializing gtk threading... (WTF?)Dan Williams2006-05-221-2/+1
* Stick main code into main()Dan Williams2006-05-221-10/+15
* Check if the icon existsMarco Pesenti Gritti2006-05-221-7/+7
* MergeMarco Pesenti Gritti2006-05-221-10/+18
* Display icons in the chatMarco Pesenti Gritti2006-05-221-21/+30
* - Refactor service handling. Buddies can now have more than one service assoc...Dan Williams2006-05-221-10/+18
* MergeMarco Pesenti Gritti2006-05-221-7/+48
* Add an emoticons menuMarco Pesenti Gritti2006-05-221-48/+84
* mergeDan Williams2006-05-221-0/+3
* Do buddy iconsDan Williams2006-05-221-7/+44
* Make colors work in SketchDan Williams2006-05-211-3/+4
* Parse text emoticonsMarco Pesenti Gritti2006-05-221-0/+3
* First go at drawing UIMarco Pesenti Gritti2006-05-201-3/+8
* Show sketches inline in chatDan Williams2006-05-201-3/+19
* Extract and receive sketches as well as text messagesDan Williams2006-05-201-4/+45
* MergeMarco Pesenti Gritti2006-05-191-8/+14
* Write a toolbox and partially integrate it with the chat.Marco Pesenti Gritti2006-05-191-26/+71
* Change chat's send_message() -> send_text_message() to prepare for sketch-in-...Dan Williams2006-05-191-8/+14
* Consolidate recv_message() and send_message() codeDan Williams2006-05-191-35/+21
* Replace StreamReader and StreamWriter with a unified Stream class. Since theDan Williams2006-05-191-17/+23