Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Restrict except only to ImportErrorAleksey Lim2012-04-281-2/+4
|
* Add description item to the toolbar if available - SL# 3525Gonzalo Odiard2012-04-281-0/+8
| | | | | | | | | The activity have a custom toolbar, then need add the DescriptionItem to implement the feature "Write to Journal Anytime" http://wiki.sugarlabs.org/go/Features/Write_to_journal_anytime Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Ignore any auxiliary messagesAleksey Lim2012-04-141-0/+4
|
* 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>
*