Re: [Sugar-devel] New bug request

2014-01-22 Thread Frederick Grose
On Wed, Jan 22, 2014 at 1:07 PM, ayush tiwari wrote: > Hey , I am new to Sugar . I want to contribute . I have setup the dev env > for sugar-labs . Someone please assign me some bug . I am good at python , > js and django. > > -- > Ayush Tiwar > 2ndyr, Mechanical Engg. > IIT Roorkee > http://about

Re: [Sugar-devel] Helping people to get started

2014-01-22 Thread Sam Parkinson
Ignacio and I have started working on a new irc bot. You can check it out here: https://github.com/ignaciouy/sugar-irc/ We also have a top ten tickets list (which is kind of random) here: https://github.com/ignaciouy/sugar-irc/wiki/Top-Ten-Tickets-This-Week Hopefully this helps someone On Thu, J

Re: [Sugar-devel] Helping people to get started

2014-01-22 Thread Ignacio Rodríguez
Just now for starters users I use: "!join username" and gcibot says :P <gcibot> username, WE NEED YOU! http://join.sugarlabs.org/ "!install username" <gcibot> username, please read: http://developer.sugarlabs.org/dev-environment.md.html All users didn't read the topic of #sugar I think

Re: [Sugar-devel] Helping people to get started

2014-01-22 Thread Daniel Narvaez
Conversation about the tasks to work on issue on #sugar 23:27 < SAMdroid_> dnarvaez: What sort of projects are good to recomend? Should we make a big list of activity ideas? 23:30 < dnarvaez> SAMdroid_: I think the big problem with lists is that they need to be

[Sugar-devel] Helping people to get started

2014-01-22 Thread Daniel Narvaez
Hello, I've been seeing this a *lot* on the irc channel 19:44 -!- moriarty_ [~anubhav@14.139.82.6] has joined #sugar 19:45 < moriarty_> Hi ! I'm new here and I would like to contribute to your project. Can someone get me started? 20:01 -!- moriarty_ [~anubhav@14.139.82.6] has q

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Sam Parkinson
On Jan 23, 2014 1:15 AM, "Daniel Narvaez" wrote: > > On 22 January 2014 14:58, Manuel Quiñones wrote: >> >> We should be able to tell >> "Sugar, start this object with the best activity you can find", >> "Sugar, start this object with this specific activity", > > > In this case we should make sur

Re: [Sugar-devel] [DESIGN] Rework the wireless control panel section to respect non-wireless connections

2014-01-22 Thread Frederick Grose
On Wed, Jan 22, 2014 at 6:03 AM, Daniel Narvaez wrote: > On 21 January 2014 03:49, Frederick Grose wrote: > >> On Mon, Jan 20, 2014 at 4:17 PM, Frederick Grose wrote: >> >>> Fixes #4410 https://bugs.sugarlabs.org/ticket/4410 >>> >>> The 'Discard network history' button is peculiar to Sugar, and

[Sugar-devel] New bug request

2014-01-22 Thread ayush tiwari
Hey , I am new to Sugar . I want to contribute . I have setup the dev env for sugar-labs . Someone please assign me some bug . I am good at python , js and django. -- Ayush Tiwar 2ndyr, Mechanical Engg. IIT Roorkee http://about.me/ayushtiwari ___ Sugar-

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Martin Abente
Does the android API set some sort of constraints for Apps? IE: (a) can open only one App a the time, (b) can't open it self, and stuff like that.. Just curious, On Wed, Jan 22, 2014 at 11:15 AM, Daniel Narvaez wrote: > On 22 January 2014 14:58, Manuel Quiñones wrote: > >> We should be able to

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Daniel Narvaez
On 22 January 2014 14:58, Manuel Quiñones wrote: > We should be able to tell > "Sugar, start this object with the best activity you can find", > "Sugar, start this object with this specific activity", > In this case we should make sure activities a good way to handle the fact that the specific a

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Manuel Quiñones
Sam, Martin, 2014/1/21 Martin Langhoff : > On Tue, Jan 21, 2014 at 3:48 PM, Sam Parkinson > wrote: >> - Android has a really simple system where you can say go to >> www.abc.blogs.org in any app that can open it. That opens it in a web >> browser or in the blogs.org app if installed. This works

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Manuel Quiñones
2014/1/21 Daniel Narvaez : > Without having considered it carefully, I'm a bit concerned about reusing > sugar-launch because it's not quite the same code path normal launching is > going through. Yes, I see it now. We should add a comment in sugar-launch to explain what's the intended usage. Th

Re: [Sugar-devel] Feature proposal: ability to start an activity from inside another

2014-01-22 Thread Manuel Quiñones
Hey Tincho, 2014/1/21 Martin Abente : > A while ago, I submitted a patch [1] to allow opening Browse (or others) > from another activities links. > > Maybe we could do something similar to that :)? > > Refs: > 1.http://marc.info/?l=olpc-sugar&m=129485435106175&w=2 I searched the ML history and fo

Re: [Sugar-devel] Sugar-devel Digest, Vol 63, Issue 73

2014-01-22 Thread Manuel Quiñones
2014/1/22 Tony Anderson : > Hi, > > The original sugar-launch intended to provide this capability. It requires > only > a few lines of code. > > parser.add_option("-o","--object_id",action="store_true",dest="object_id", > help="resume activity with object") > parser.add_option("-u

Re: [Sugar-devel] [DESIGN] Rework the wireless control panel section to respect non-wireless connections

2014-01-22 Thread Daniel Narvaez
In F20 you have list with checkboxes near each item, so you can click all the checkboxes and then press the Forget button. On 22 January 2014 02:42, Paul Fox wrote: > daniel wrote: > > On 22 January 2014 01:04, James Cameron wrote: > > > > > On Wed, Jan 22, 2014 at 12:41:04AM +0100, Daniel

Re: [Sugar-devel] [DESIGN] Rework the wireless control panel section to respect non-wireless connections

2014-01-22 Thread Daniel Narvaez
By the way I think we should probably not block Frederick patch on the UI discussion about being able to forget networks one by one. On 22 January 2014 12:03, Daniel Narvaez wrote: > On 21 January 2014 03:49, Frederick Grose wrote: > >> On Mon, Jan 20, 2014 at 4:17 PM, Frederick Grose wrote: >

Re: [Sugar-devel] [DESIGN] Rework the wireless control panel section to respect non-wireless connections

2014-01-22 Thread Daniel Narvaez
On 21 January 2014 03:49, Frederick Grose wrote: > On Mon, Jan 20, 2014 at 4:17 PM, Frederick Grose wrote: > >> Fixes #4410 https://bugs.sugarlabs.org/ticket/4410 >> >> The 'Discard network history' button is peculiar to Sugar, and >> is destructive to all non-wireless connections, despite bein