Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/wordsactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* all imports in one-lineGtk3Rafael Ortiz2012-06-201-3/+7
|
* cleaning code pyflakes*Rafael Ortiz2012-06-141-4/+1
|
* Erasing backport toolbar compatibilityRafael Ortiz2012-06-141-38/+28
| | | | we don't need it for Gtk3
* a little adjustment on guiRafael Ortiz2012-06-141-2/+2
|
* assuring gtkbox optionsRafael Ortiz2012-06-141-2/+2
|
* labeling packs attributesRafael Ortiz2012-06-141-10/+10
|
* Changing vbox and hbox per gtkboxRafael Ortiz2012-06-141-4/+4
|
* Port Gtk3flavio2012-06-051-54/+55
|
* pep8 fixesRafael Ortiz2012-04-271-3/+3
|
* Add description item to the toolbar if available - SL# 3525Gonzalo Odiard2012-04-261-0/+10
| | | | | | | | | | 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> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
*