Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* erasing cjson leftovers for jsonRafael Ortiz2012-11-081-230/+106
|
* -cjson +jsonflavio2012-08-081-3/+3
|
* merging flavio's changes to fix gstreamerRafael Ortiz2012-08-071-24/+22
|
* pep8 fixesRafael Ortiz2012-08-021-4/+4
|
* Correctionsflavio2012-07-311-2/+17
|
* Modularization of the eyeflavio2012-07-311-4/+4
|
* Modularization of the mouthflavio2012-07-311-6/+6
|
* Repairing cairo and removing the networkflavio2012-07-311-3/+8
|
* Merge branch 'gtk3' of git.sugarlabs.org:speak/mainline into gtk3flavio2012-07-281-0/+3
|\
| * more commentsRafael Ortiz2012-07-271-0/+3
| |
* | Adjustement Correctionsflavio2012-07-281-5/+4
|/
* adding comments, provisional face distributionRafael Ortiz2012-07-271-0/+1
|
* typos in commentsRafael Ortiz2012-07-271-2/+2
|
* comments, organizing importsRafael Ortiz2012-07-271-10/+12
|
* ComboBoxText Correctionsflavio2012-07-271-21/+14
|
* description item was under other toolbar :)Rafael Ortiz2012-07-251-6/+0
|
* code commentsRafael Ortiz2012-07-251-0/+6
|
* inserting description item in toolbarRafael Ortiz2012-07-251-2/+8
|
* Merge branch 'gtk3' of git.sugarlabs.org:speak/mainline into gtk3flavio2012-07-251-3/+0
|\
| * erasing unused importsRafael Ortiz2012-07-241-3/+0
| |
* | Bug in gi: Gdk.Display.get_pointerflavio2012-07-251-8/+12
|/
* Correctionsflavio2012-07-241-4/+4
|
* FIXMEsflavio2012-07-181-0/+4
|
* The activity startsflavio2012-07-181-18/+25
|
* pygi-convertflavio2012-07-171-33/+33
|
* to sugar3flavio2012-07-171-8/+8
|
* Removing Hippo Canvas from chat modeDaniel Francis2012-07-091-0/+12
| | | | | | | | Now the activity hasn't got HippoCanvas and I'm ready to port it to Gtk3! A little comment, I added de _share function because I forgot it at the time to remove the early toolkit modules, and it appeared in the log when I tried to share the activity. Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* Migrating from the early toolbarbox-toolkit modules to Sugar ToolkitDaniel Francis2012-07-031-6/+80
| | | | | | | | | | This little patch is the second step in the Gtk3 migration. Here I remove some few unnecesary files always when it was possible, and use Sugar Toolkit. The purpose is to prevent a headache at the time of porting to Gtk3 the activity, and of course remove some useless kilobytes and not having written the same code twice. I also modified the .gitignore file, I didn't type 'git add .gitignore' previous than my commit so I didn't expect it would appear in my patch, I think git has its own life :) , but anyway, is better having a correct .gitignore . Signed-off-by: Daniel Francis <francis@sugarlabs.org>
* A lot of pep8 correctionsDaniel Francis2012-06-301-18/+22
| | | | | | | | | | | | I'm porting Speak Activity to Gtk3, this patch is the first step. I have these pending steps to do: . Remove the toolkit modules and migrate the activity to sugar-toolkit . Migrate from Hippo to Gtk . Convert the activity to PyGI; Gtk3 Port Start . Use gi.repository.Gst in the place of pygst . Extra corrections; Finishing port Signed-off-by: Daniel Francis <francis@sugarlabs.org>
*