Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not fail on write called from constructorAleksey Lim2012-04-141-5/+3
|
* Suppliment 1d91e6b46b with processing Ctrl modifiers in addition to othersAleksey Lim2012-04-121-2/+2
|
* Scroll the chat log #2782Manuel Kaufmann2012-04-121-0/+24
| | | | | | | | | | | | Check if the user pressed (Control +) Page Up, (Control +) Page Down, Control + Home or Control + End and scroll the window according the pressed key. Auto scroll again if the user entry a new message in the ChatBox. This commit solves http://bugs.sugarlabs.org/ticket/2782 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Lint fixesAleksey Lim2012-01-091-0/+1
|
* Remove use of hippo (1)Gonzalo Odiard2012-01-091-4/+1
| | | | | | | | 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>
*