Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chat
Commit message (Collapse)AuthorAgeFilesLines
* Chat text lines offset on screen lower than username #3634Aleksey Lim2012-05-231-5/+10
|
* Don't treat the whole word as an URLManuel Kaufmann2012-04-121-1/+1
| | | | | | | | | | | Changed re.search to re.match because .search scan through the whole string looking for the regex. So, for example "asodijfosidwww.google.comaosdfoisad" with .search will be treated as a whole URL. With .match the complete word will be treated as an URL if the whole word matches with the regular expression. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Nicer smile positioningAleksey Lim2012-03-071-7/+13
|
* Revert icons parser and cache removed in TextVew patchAleksey Lim2012-03-072-24/+39
|
* Cleanup the name of callback methods and remove unused code.Gonzalo Odiard2012-01-131-16/+9
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Stop the mouse detector when the mouse leaves the textview.Gonzalo Odiard2012-01-131-0/+15
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enable palette over urlsGonzalo Odiard2012-01-131-11/+15
| | | | | | | | This patch solves the problems pointed by Aleksey in the last patch, disable the standard menu in the textview, reorganize the event_after method and stop the mouse_slow detector when the palette popup. Signed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Lint fixesAleksey Lim2012-01-093-17/+26
|
* Use a textview to display messages - v2Gonzalo Odiard2012-01-092-155/+199
| | | | | | | | | | | 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>
* Remove use of hippo (1)Gonzalo Odiard2012-01-092-81/+189
| | | | | | | | This patch remove the use of CanvasBox containers but does not support smiles and the links are managed by the standard gtk procedure. Smiles and links will be implemented in the next patch. Signed-by-off: Gonzalo Odiard <gonzalo@laptop.org>
* pep8 fixesRafael Ortiz2011-07-031-1/+7
| | | | Pep8 fixes for box
* Chat i18n enhancement #2903Aleksey Lim2011-06-251-0/+42
|
* Cleanup to codeAleksey Lim2010-12-293-0/+550
- sugar-lint fixes - move chatbox code to separate modules to reuse in other activities - more robust smiley parsing - remove pippy code