Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup to codeAleksey Lim2010-12-291-1150/+0
| | | | | | | - sugar-lint fixes - move chatbox code to separate modules to reuse in other activities - more robust smiley parsing - remove pippy code
* Improve smiliesAleksey Lim2010-12-291-128/+103
| | | | | | | | - add extended set of smiley icons - add smiley hints - more sugar-like toolbar button for smilies - insert smily to post entry instead of entirely message rewriting - the same smily size for posts and toolbar
* BUG#2544 Adding Smiley Support to chat applicationMukesh Gupta2010-12-291-7/+208
| | | | | | | | Pevious patch modified to identify consecutive smileys without space License added for the svg files Svg files converted to plane text format from inkspace format Signed-off-by: Mukesh Gupta <mukeshgupta.2006@gmail.com>
* Remove access to a private memberTomeu Vizoso2010-08-021-2/+3
|
* Utilize new toolbarsAleksey Lim2009-09-091-6/+20
|
* "share or invite" hint even on resume of shared instance #402Aleksey Lim2009-04-011-2/+5
|
* Use cjson instead of simple-jsonNirbheek Chauhan2008-12-301-2/+2
| | | | | python-cjson is listed as a system module dep of sugar, but simple-json is not.
* Fix crash in _add_log when buddy is None and make _add_log more robustMorgan Collett2008-12-061-0/+9
|
* Sugar API update: Use self.shared_activity not self._shared_activityMorgan Collett2008-11-071-8/+8
|
* "Release 60"v60Morgan Collett2008-10-291-1/+10
|
* #8772: Fix journal entry creation in Chat for uri-listMorgan Collett2008-10-061-2/+2
| | | | Fix from kevix
* #8471: Allow resuming Chat log in WriteMorgan Collett2008-09-151-0/+1
|
* Release version 45.v45Morgan Collett2008-08-061-1/+6
|
* Release version 44.v44Morgan Collett2008-07-311-1/+3
|
* #7633: Close the text channel when stopping a 1-1 chatMorgan Collett2008-07-311-7/+61
|
* Updated NEWSMorgan Collett2008-07-301-1/+1
|
* #7717: Log incoming messagesMorgan Collett2008-07-301-1/+10
|
* #7692: Don't show pending messages when joining a chatMorgan Collett2008-07-291-1/+6
|
* Release version 43.v43Morgan Collett2008-07-211-0/+4
|
* Release version 42.v42Morgan Collett2008-07-071-0/+5
|
* #6036: Don't show multiple consecutive timestampsMorgan Collett2008-06-271-2/+6
|
* #6036: Show timestamp as elapsed time instead of dateMorgan Collett2008-06-271-1/+10
|
* Release version 41.v41Morgan Collett2008-06-201-0/+3
|
* #6036: Add separator after old chat historyMorgan Collett2008-06-201-5/+32
|
* Update NEWSMorgan Collett2008-06-131-0/+2
|
* Use simplejson instead of json, cleanupsMorgan Collett2008-06-131-14/+18
|
* wait that the Connection is ready before use itGuillaume Desmottes2008-06-131-3/+5
|
* #6298: Handle 1-1 chatsMorgan Collett2008-06-131-7/+47
|
* Release version 40.v40Morgan Collett2008-06-051-0/+2
|
* #5767: Use black text on light fill colors (matthias)Morgan Collett2008-05-261-5/+14
|
* Release version 39.v39Morgan Collett2008-05-211-0/+9
|
* ACK received messagesGuillaume Desmottes2008-05-211-1/+2
|
* Handle pending messages when setting the message handlerGuillaume Desmottes2008-05-211-0/+5
|
* Release version 37.v37Morgan Collett2008-04-031-0/+2
|
* Update NEWSMorgan Collett2008-04-031-0/+4
|
* UI change: Merge multiple sequential messages from same authorMorgan Collett2008-04-031-31/+86
|
*