Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat/smilies.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert icons parser and cache removed in TextVew patchAleksey Lim2012-03-071-18/+33
|
* Lint fixesAleksey Lim2012-01-091-1/+1
|
* Use a textview to display messages - v2Gonzalo Odiard2012-01-091-31/+8
| | | | | | | | | | | The textview is used to display text, smilies and url. The palette for the url use MouseSpeedDetector to have the standard behaviour. This patch is v2 and solve issues in the previous patch and should be appiled after "Remove use of hippo (1)" Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Chat i18n enhancement #2903Aleksey Lim2011-06-251-0/+42
|
* Cleanup to codeAleksey Lim2010-12-291-0/+152
- sugar-lint fixes - move chatbox code to separate modules to reuse in other activities - more robust smiley parsing - remove pippy code