[Sugar-devel] Fwd: Re: Music widgets basic implementation patch

2016-03-12 Thread yoshita arora
-- Forwarded message -- From: "yoshita arora" Date: 13 Mar 2016 12:51 p.m. Subject: Re: [Sugar-devel] Music widgets basic implementation patch To: "Devin" Cc: I have also made a pull Request for the same.(#238). Please refer to it.

[Sugar-devel] Proxy Settings Feature in the recent versions of sugar

2016-03-12 Thread Manash Raja
Hi, The college Internet connection that I have goes through a proxy server. I am an interested developer as well as a sugar user along with my brother in school. Even though there is a feature page for proxy setting ( https://wiki.sugarlabs.org/go/Features/Proxy_Settings ), it seems that the

Re: [Sugar-devel] Need help regarding creating a new Activity

2016-03-12 Thread Manash Raja
Thanks for the links and the guidance. :) Manash Pratim Das On Sun, Mar 13, 2016 at 5:06 AM, Tony Anderson wrote: > Hi, > > The best starting point is the helloworld activity which can be found on > activities.sugarlabs.org. You might also look at >

[Sugar-devel] bad link in ASLO

2016-03-12 Thread Chris Leonard
BioDiv http://activities.sugarlabs.org/en-US/sugar/addon/4557 The "Download now" link goes to file:///en-US/sugar/addons/policy/0/4557/28397?src=search Something is funky. Should I file this in Trac? Is anyone looking at it for bugs like this? cjl

[Sugar-devel] Nutritional Microworld Project

2016-03-12 Thread Love Mehta
Hello everyone, While skimming through the ideas page the nutritional Microworld project caught my eye. It seems really interesting and I think I can try working on it. Can anybody tell me more about the expectations from the project. Biology has been one of my favourite subjects and I would love

Re: [Sugar-devel] Music widgets basic implementation patch

2016-03-12 Thread Devin
On 03/12/2016 09:13 PM, Devin wrote: > I will test soon. Below is reply re: export to blocks Please help me out. I tested your repo, but cannot understand where I am to find the rhythm ruler. How do I use it? Where should I click to find it? (please always remember that I am not literate at

Re: [Sugar-devel] Music widgets basic implementation patch

2016-03-12 Thread Devin
I will test soon. Below is reply re: export to blocks On 03/12/2016 03:17 PM, yoshita arora wrote: > I have made a basic implementation of Rhythm Rulers as you suggested in the > last mail, i.e, I have made a simple UI of Rhythm Rulers with the > dissection functionality. Yoshita's code is

Re: [Sugar-devel] Need help regarding creating a new Activity

2016-03-12 Thread Tony Anderson
Hi, The best starting point is the helloworld activity which can be found on activities.sugarlabs.org. You might also look at https://flossmanuals.net/make-your-own-sugar-activities/ (a book by James Simmons on how to make Sugar activities). Tony On 03/13/2016 03:47 AM, Manash Raja wrote:

Re: [Sugar-devel] GSoC Aspirant

2016-03-12 Thread Sam P.
Did trac email you the validation token? We recently changed the email setup so it now sends emails properly. Please check all your folders if it is not in your inbox. On 13 March 2016 4:22:40 am LHDT, Nitin Jain wrote: >It is still showing the same error. The

Re: [Sugar-devel] Need help regarding creating a new Activity

2016-03-12 Thread Sam Parkinson
Hi Manash, There isn't a tutorial on the developer site for making a python activity. But don't worry, most of the activities are written in python. We use GTK+3 [1] as the toolkit. We have some api docs for out own, for our "sugar3" toolkit module [2]. Try modifying an existing python

[Sugar-devel] Music widgets basic implementation patch

2016-03-12 Thread yoshita arora
Hi Devin, I have made a basic implementation of Rhythm Rulers as you suggested in the last mail, i.e, I have made a simple UI of Rhythm Rulers with the dissection functionality. (I am still working on the backend part.) I have opened the pull request (#238) for the same. Please review it and

[Sugar-devel] Need help regarding creating a new Activity

2016-03-12 Thread Manash Raja
Hi, I am Manash Pratim Das, I am interested to convert a learning app of mine to sugar activity so that more students like me can benefit from it. The app is in python but the tutorial on creating a new activity - https://developer.sugarlabs.org/activity.md.html , shows how to make an activity in

Re: [Sugar-devel] GSoC Aspirant

2016-03-12 Thread Walter Bender
I think the trac verification issue may finally be fixed? Please try again. On Sat, Mar 12, 2016 at 12:51 AM, Nitin Jain wrote: > Hi, > This is Nitin Jain, a sophomore from IIT Roorkee, India. > I went through the ideas page and loved the idea "Git Backend" and am >

Re: [Sugar-devel] List of activities on ASLO

2016-03-12 Thread Sebastian Silva
Hi Tony, Possibly hundreds of thousands of users have the Sugar Network installed in their XO laptops. When, if, they possibly connect to the Internet, thanks to it, we hear from them from time to time. We've heard from 30K+ of them. It's really a project in a different scope than the deployments

Re: [Sugar-devel] Gtk.TreeView Error

2016-03-12 Thread Sam Parkinson
On Sat, Mar 12, 2016 at 10:11 PM, Utkarsh Tiwari wrote: Thank you for those docs' references. I was talking about this documentation -> http://www.pygtk.org/pygtk2reference/class-gtktreeview.html#method-gtktreeview--set-cursor-on-cell That is a reference for

Re: [Sugar-devel] Gtk.TreeView Error

2016-03-12 Thread Utkarsh Tiwari
Apologies for the wrong link I sent above. This is the correct link-> http://www.pygtk.org/pygtk2reference/class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--get-cell-renderers Regards, Utkarsh Tiwari On Sat, Mar 12, 2016 at 4:41 PM, Utkarsh Tiwari wrote: >

Re: [Sugar-devel] Gtk.TreeView Error

2016-03-12 Thread Utkarsh Tiwari
Thank you for those docs' references. I was talking about this documentation -> http://www.pygtk.org/pygtk2reference/class-gtktreeview.html#method-gtktreeview--set-cursor-on-cell Thanks, Utkarsh Tiwari On Sat, Mar 12, 2016 at 4:26 PM, Sam Parkinson wrote: > Hi

Re: [Sugar-devel] Gtk.TreeView Error

2016-03-12 Thread Sam Parkinson
Hi Utkarsh, I have been using the Python Gi Api Reference for the past few years, and it has served me well. According to their page on the subject [1], there is not get_cell_renderers method. If you are trying to grab focus on a specific cell, maybe look for the row first? Each column

Re: [Sugar-devel] List of activities on ASLO

2016-03-12 Thread Sebastian Silva
Hi Tony, I find we often we do similar things with different approach. This is always good as I think it confirms we have similar observations from the field (from accross the globe!). From 2011 to 2014 Alsroot and I, developed the Sugar Network, with UI/concept design and also resource

Re: [Sugar-devel] GSoC'16 || Redesign ad Recreate Sugar Labs Webappearance

2016-03-12 Thread Akshit Kumar
Hi all, After mailing the potential mentor for this project and getting his reply, I started tweaking with the repo of the sugarlabs website on github [1]. I started off working on a flat bootstrap theme - Flatly and ported the sugarlabs website to it(around 95%). After reading the Project