[Sugar-devel] Want to contribute

2015-09-03 Thread Utkarsh Tiwari
Hello!

 I would like to contribute to some sugar project. Could anyone
please guide me. I have developed around 5 activities. Want to work on some
core project.

Thank You.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] New activity in sandbox

2015-09-20 Thread Utkarsh Tiwari
Hello!
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] New activity in sandbox

2015-09-20 Thread Utkarsh Tiwari
Hello!

 I uploaded a new activity on sugar store. It's currently in
sandbox mode. Could anyone please review it and make it public?

regards-
Utkarsh(iamutkarsh)
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Would like to contribute to a project.

2015-10-10 Thread Utkarsh Tiwari
Hello!
  I would to work on a Sugar project. Could anyone here please
guide me?

My developer profile ->
http://activities.sugarlabs.org/en-US/sugar/user/13555


regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Error while setting up sugar-build

2015-11-24 Thread Utkarsh Tiwari
Hi,
 I was trying to setup sugar-build on my Ubuntu 14.04 when I ran
into this error - > https://paste.fedoraproject.org/294173/84020201/ .
To fix this i had to change the distro version in the root.json file.
Should I create a pull request for this?

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Simulate a download

2016-01-05 Thread Utkarsh Tiwari
Is there any way to simulate a download in browse activitiy locally
without actually downloading a file from internet. I need this to test
a feature-enhancement.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Potential Gsoc'16 Projects

2016-01-06 Thread Utkarsh Tiwari
Hi,
  Could anyone here please list some potential projects which
might get proposed in Gsoc'16. Will there be more emphasis on python
projects or javascript?

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Feature-Enhancement- download Manager (Sugar)

2016-01-07 Thread Utkarsh Tiwari
Hi,
I would like to work on adding a feature-enhancement(download
manager) to Sugar. Could anyone here please list the expected
behaviours...or is there anyone else working on it?

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Download Manager ProgressBar

2016-01-22 Thread Utkarsh Tiwari
Hi,
 Could anyone please specify the expected features for the ProgressBar
integration in the download alerts. I would like to work on this feature
enhancement.

regards,
Utkarsh
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Add a module to sugar-toolkit

2016-01-25 Thread Utkarsh Tiwari
Hi,
  I am trying to add a python file to
sugar-tookit-gtk3/src/graphics/ folder and then trying to import into
other "graphics" files but unable to do that.
Could anyone please specify the proper way to proceed? I am getting
this error message-> http://imgur.com/Py3A3go

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Add a module to sugar-toolkit

2016-01-25 Thread Utkarsh Tiwari
Yes sir. I did. What i am doubtful about is that should I add that .py
file inside both (sugar-toolkit/src/graphics/) and
(sugar-toolkit-gtk3/src/graphics/) paths?

On 1/25/16, Walter Bender  wrote:
> Did you add the file to the proper Makefile.am so that when you build Sugar
> is it installed?
>
> On Mon, Jan 25, 2016 at 9:58 AM, Utkarsh Tiwari
> 
> wrote:
>
>> Hi,
>>   I am trying to add a python file to
>> sugar-tookit-gtk3/src/graphics/ folder and then trying to import into
>> other "graphics" files but unable to do that.
>> Could anyone please specify the proper way to proceed? I am getting
>> this error message-> http://imgur.com/Py3A3go
>>
>> regards,
>> Utkarsh Tiwari
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Add a module to sugar-toolkit

2016-01-25 Thread Utkarsh Tiwari
Though I added that .py file in the Makefile.am but still i am getting
that import error. :(

On 1/25/16, Walter Bender  wrote:
> On Mon, Jan 25, 2016 at 10:59 AM, Utkarsh Tiwari
> > wrote:
>
>> Yes sir. I did. What i am doubtful about is that should I add that .py
>> file inside both (sugar-toolkit/src/graphics/) and
>> (sugar-toolkit-gtk3/src/graphics/) paths?
>>
>
> One is for the GTK2 version, which is deprecated; the other is for the GTK3
> version, which is the active development branch, so I would just work on
> the sugar-toolkit-gtk3 version.
>
>>
>> On 1/25/16, Walter Bender  wrote:
>> > Did you add the file to the proper Makefile.am so that when you build
>> Sugar
>> > is it installed?
>> >
>> > On Mon, Jan 25, 2016 at 9:58 AM, Utkarsh Tiwari
>> > 
>> > wrote:
>> >
>> >> Hi,
>> >>   I am trying to add a python file to
>> >> sugar-tookit-gtk3/src/graphics/ folder and then trying to import into
>> >> other "graphics" files but unable to do that.
>> >> Could anyone please specify the proper way to proceed? I am getting
>> >> this error message-> http://imgur.com/Py3A3go
>> >>
>> >> regards,
>> >> Utkarsh Tiwari
>> >> ___
>> >> Sugar-devel mailing list
>> >> Sugar-devel@lists.sugarlabs.org
>> >> http://lists.sugarlabs.org/listinfo/sugar-devel
>> >>
>> >
>> >
>> >
>> > --
>> > Walter Bender
>> > Sugar Labs
>> > http://www.sugarlabs.org
>> >
>>
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Download Manager ProgressBar

2016-01-26 Thread Utkarsh Tiwari
Hi,

 I am trying to integrate the "Download ProgressBar" in the download
manager. Here is the screenshot of the prototype on which I am currently
working -> http://imgur.com/WUJL8eX

Since the download progress bar is popping over the browse activity, is it
feasible?

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-01-26 Thread Utkarsh Tiwari
Is this the exact expected location you were talking about the
'download button' as shown in the screenshot below?

http://imgur.com/T0hirTZ

On 1/27/16, James Cameron  wrote:
> Thanks for working on this.
>
> Our Sugar human interface guidelines and existing code base don't have
> decorated floating windows or window management.  Your proposal would
> not scale to multiple downloads.
>
> You might ask for design suggestions on this mailing list.
>
> I've resisted making design suggestions on this problem because I
> don't want to constrain the good ideas that may come up.
>
> To get the design conversation started ...
>
> When the first download begins, show a button at the top between the
> URL entry box and the back button.
>
> The button to be a blend of ProgressIcon and ToolButton, with the
> progress fill to show average progress of all downloads.
>
> When the button is pressed a download tab is to be shown in the
> canvas, which lists downloads and progress.
>
> The download tab can be closed like any other tab.
>
> The button is to be be hidden before any downloads are started, shown
> on start of first download, and only hidden if the download tab is
> closed when there are no downloads still active.
>
> On Tue, Jan 26, 2016 at 06:08:32PM +0530, Utkarsh Tiwari wrote:
>> Hi,
>>
>>      I am trying to integrate the "Download ProgressBar" in the download
>> manager. Here is the screenshot of the prototype on which I am currently
>> working -> [1]http://imgur.com/WUJL8eX
>>
>> Since the download progress bar is popping over the browse activity, is
>> it
>> feasible?
>>
>> regards,
>> Utkarsh Tiwari
>>
>> References:
>>
>> [1] http://imgur.com/WUJL8eX
>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> http://quozl.netrek.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-01-31 Thread Utkarsh Tiwari
"The button to be a blend of ProgressIcon and ToolButton". How to
convert a Gtk.ProgressBar to a Browse ToolButton?

On 1/27/16, James Cameron  wrote:
> No.
>
> The position marked by your cursor seems to be inside the URL entry
> box.
>
> I said between the URL entry box and the back button.
>
> Review the Browse source code that defines these objects.
>
> On Wed, Jan 27, 2016 at 11:39:03AM +0530, Utkarsh Tiwari wrote:
>> Is this the exact expected location you were talking about the
>> 'download button' as shown in the screenshot below?
>>
>> http://imgur.com/T0hirTZ
>>
>> On 1/27/16, James Cameron  wrote:
>> > Thanks for working on this.
>> >
>> > Our Sugar human interface guidelines and existing code base don't have
>> > decorated floating windows or window management.  Your proposal would
>> > not scale to multiple downloads.
>> >
>> > You might ask for design suggestions on this mailing list.
>> >
>> > I've resisted making design suggestions on this problem because I
>> > don't want to constrain the good ideas that may come up.
>> >
>> > To get the design conversation started ...
>> >
>> > When the first download begins, show a button at the top between the
>> > URL entry box and the back button.
>> >
>> > The button to be a blend of ProgressIcon and ToolButton, with the
>> > progress fill to show average progress of all downloads.
>> >
>> > When the button is pressed a download tab is to be shown in the
>> > canvas, which lists downloads and progress.
>> >
>> > The download tab can be closed like any other tab.
>> >
>> > The button is to be be hidden before any downloads are started, shown
>> > on start of first download, and only hidden if the download tab is
>> > closed when there are no downloads still active.
>> >
>> > On Tue, Jan 26, 2016 at 06:08:32PM +0530, Utkarsh Tiwari wrote:
>> >> Hi,
>> >>
>> >>      I am trying to integrate the "Download ProgressBar" in the
>> >> download
>> >> manager. Here is the screenshot of the prototype on which I am
>> >> currently
>> >> working -> [1]http://imgur.com/WUJL8eX
>> >>
>> >> Since the download progress bar is popping over the browse activity,
>> >> is
>> >> it
>> >> feasible?
>> >>
>> >> regards,
>> >> Utkarsh Tiwari
>> >>
>> >> References:
>> >>
>> >> [1] http://imgur.com/WUJL8eX
>> >
>> >> ___
>> >> Sugar-devel mailing list
>> >> Sugar-devel@lists.sugarlabs.org
>> >> http://lists.sugarlabs.org/listinfo/sugar-devel
>> >
>> >
>> > --
>> > James Cameron
>> > http://quozl.netrek.org/
>> > ___
>> > Sugar-devel mailing list
>> > Sugar-devel@lists.sugarlabs.org
>> > http://lists.sugarlabs.org/listinfo/sugar-devel
>> >
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-01-31 Thread Utkarsh Tiwari
Omg! I have been looking all over internet on how to integrate a
Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
Gtk.CssProvider styler to scale down the progressbar to a button :D
Now that(ProgressIcon.py) sounds really cool!

Thank you :) You made my work a bit easier ;)

On 2/1/16, James Cameron  wrote:
> ProgressBar from Gtk is overkill, we already have a ProgressIcon
> in Sugar.
>
> In sugar-toolkit-gtk3:
>
> Look at progressicon.py, you will see it does not use a ProgressBar,
> but has a __draw_cb method connected to the "draw" signal.
>
> Look at toolbutton.py, you will see it wraps ToolButton do_draw
> method.
>
> On Mon, Feb 01, 2016 at 12:10:25AM +0530, Utkarsh Tiwari wrote:
>> "The button to be a blend of ProgressIcon and ToolButton". How to
>> convert a Gtk.ProgressBar to a Browse ToolButton?
>>
>> On 1/27/16, James Cameron  wrote:
>> > No.
>> >
>> > The position marked by your cursor seems to be inside the URL entry
>> > box.
>> >
>> > I said between the URL entry box and the back button.
>> >
>> > Review the Browse source code that defines these objects.
>> >
>> > On Wed, Jan 27, 2016 at 11:39:03AM +0530, Utkarsh Tiwari wrote:
>> >> Is this the exact expected location you were talking about the
>> >> 'download button' as shown in the screenshot below?
>> >>
>> >> http://imgur.com/T0hirTZ
>> >>
>> >> On 1/27/16, James Cameron  wrote:
>> >> > Thanks for working on this.
>> >> >
>> >> > Our Sugar human interface guidelines and existing code base don't
>> >> > have
>> >> > decorated floating windows or window management.  Your proposal
>> >> > would
>> >> > not scale to multiple downloads.
>> >> >
>> >> > You might ask for design suggestions on this mailing list.
>> >> >
>> >> > I've resisted making design suggestions on this problem because I
>> >> > don't want to constrain the good ideas that may come up.
>> >> >
>> >> > To get the design conversation started ...
>> >> >
>> >> > When the first download begins, show a button at the top between the
>> >> > URL entry box and the back button.
>> >> >
>> >> > The button to be a blend of ProgressIcon and ToolButton, with the
>> >> > progress fill to show average progress of all downloads.
>> >> >
>> >> > When the button is pressed a download tab is to be shown in the
>> >> > canvas, which lists downloads and progress.
>> >> >
>> >> > The download tab can be closed like any other tab.
>> >> >
>> >> > The button is to be be hidden before any downloads are started,
>> >> > shown
>> >> > on start of first download, and only hidden if the download tab is
>> >> > closed when there are no downloads still active.
>> >> >
>> >> > On Tue, Jan 26, 2016 at 06:08:32PM +0530, Utkarsh Tiwari wrote:
>> >> >> Hi,
>> >> >>
>> >> >>      I am trying to integrate the "Download ProgressBar" in the
>> >> >> download
>> >> >> manager. Here is the screenshot of the prototype on which I am
>> >> >> currently
>> >> >> working -> [1]http://imgur.com/WUJL8eX
>> >> >>
>> >> >> Since the download progress bar is popping over the browse
>> >> >> activity,
>> >> >> is
>> >> >> it
>> >> >> feasible?
>> >> >>
>> >> >> regards,
>> >> >> Utkarsh Tiwari
>> >> >>
>> >> >> References:
>> >> >>
>> >> >> [1] http://imgur.com/WUJL8eX
>> >> >
>> >> >> ___
>> >> >> Sugar-devel mailing list
>> >> >> Sugar-devel@lists.sugarlabs.org
>> >> >> http://lists.sugarlabs.org/listinfo/sugar-devel
>> >> >
>> >> >
>> >> > --
>> >> > James Cameron
>> >> > http://quozl.netrek.org/
>> >> > ___
>> >> > Sugar-devel mailing list
>> >> > Sugar-devel@lists.sugarlabs.org
>> >> > http://lists.sugarlabs.org/listinfo/sugar-devel
>> >> >
>> >
>> > --
>> > James Cameron
>> > http://quozl.netrek.org/
>> >
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-01-31 Thread Utkarsh Tiwari
How should the Icon for "Download Button" look like? Could you please
provide me some artwork for reference. ?

On 2/1/16, Utkarsh Tiwari  wrote:
> Omg! I have been looking all over internet on how to integrate a
> Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
> Gtk.CssProvider styler to scale down the progressbar to a button :D
> Now that(ProgressIcon.py) sounds really cool!
>
> Thank you :) You made my work a bit easier ;)
>
> On 2/1/16, James Cameron  wrote:
>> ProgressBar from Gtk is overkill, we already have a ProgressIcon
>> in Sugar.
>>
>> In sugar-toolkit-gtk3:
>>
>> Look at progressicon.py, you will see it does not use a ProgressBar,
>> but has a __draw_cb method connected to the "draw" signal.
>>
>> Look at toolbutton.py, you will see it wraps ToolButton do_draw
>> method.
>>
>> On Mon, Feb 01, 2016 at 12:10:25AM +0530, Utkarsh Tiwari wrote:
>>> "The button to be a blend of ProgressIcon and ToolButton". How to
>>> convert a Gtk.ProgressBar to a Browse ToolButton?
>>>
>>> On 1/27/16, James Cameron  wrote:
>>> > No.
>>> >
>>> > The position marked by your cursor seems to be inside the URL entry
>>> > box.
>>> >
>>> > I said between the URL entry box and the back button.
>>> >
>>> > Review the Browse source code that defines these objects.
>>> >
>>> > On Wed, Jan 27, 2016 at 11:39:03AM +0530, Utkarsh Tiwari wrote:
>>> >> Is this the exact expected location you were talking about the
>>> >> 'download button' as shown in the screenshot below?
>>> >>
>>> >> http://imgur.com/T0hirTZ
>>> >>
>>> >> On 1/27/16, James Cameron  wrote:
>>> >> > Thanks for working on this.
>>> >> >
>>> >> > Our Sugar human interface guidelines and existing code base don't
>>> >> > have
>>> >> > decorated floating windows or window management.  Your proposal
>>> >> > would
>>> >> > not scale to multiple downloads.
>>> >> >
>>> >> > You might ask for design suggestions on this mailing list.
>>> >> >
>>> >> > I've resisted making design suggestions on this problem because I
>>> >> > don't want to constrain the good ideas that may come up.
>>> >> >
>>> >> > To get the design conversation started ...
>>> >> >
>>> >> > When the first download begins, show a button at the top between
>>> >> > the
>>> >> > URL entry box and the back button.
>>> >> >
>>> >> > The button to be a blend of ProgressIcon and ToolButton, with the
>>> >> > progress fill to show average progress of all downloads.
>>> >> >
>>> >> > When the button is pressed a download tab is to be shown in the
>>> >> > canvas, which lists downloads and progress.
>>> >> >
>>> >> > The download tab can be closed like any other tab.
>>> >> >
>>> >> > The button is to be be hidden before any downloads are started,
>>> >> > shown
>>> >> > on start of first download, and only hidden if the download tab is
>>> >> > closed when there are no downloads still active.
>>> >> >
>>> >> > On Tue, Jan 26, 2016 at 06:08:32PM +0530, Utkarsh Tiwari wrote:
>>> >> >> Hi,
>>> >> >>
>>> >> >>      I am trying to integrate the "Download ProgressBar" in the
>>> >> >> download
>>> >> >> manager. Here is the screenshot of the prototype on which I am
>>> >> >> currently
>>> >> >> working -> [1]http://imgur.com/WUJL8eX
>>> >> >>
>>> >> >> Since the download progress bar is popping over the browse
>>> >> >> activity,
>>> >> >> is
>>> >> >> it
>>> >> >> feasible?
>>> >> >>
>>> >> >> regards,
>>> >> >> Utkarsh Tiwari
>>> >> >>
>>> >> >> References:
>>> >> >>
>>> >> >> [1] http://imgur.com/WUJL8eX
>>> >> >
>>> >> >> ___
>>> >> >> Sugar-devel mailing list
>>> >> >> Sugar-devel@lists.sugarlabs.org
>>> >> >> http://lists.sugarlabs.org/listinfo/sugar-devel
>>> >> >
>>> >> >
>>> >> > --
>>> >> > James Cameron
>>> >> > http://quozl.netrek.org/
>>> >> > ___
>>> >> > Sugar-devel mailing list
>>> >> > Sugar-devel@lists.sugarlabs.org
>>> >> > http://lists.sugarlabs.org/listinfo/sugar-devel
>>> >> >
>>> >
>>> > --
>>> > James Cameron
>>> > http://quozl.netrek.org/
>>> >
>>
>> --
>> James Cameron
>> http://quozl.netrek.org/
>>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Help us translating sugar

2016-01-31 Thread Utkarsh Tiwari
Hi, 
 I would like to come forward. Could you please guide me how to proceed ? 

regards,
Utkarsh Tiwari

-Original Message-
From: "Martin Abente" 
Sent: ‎01-‎02-‎2016 07:40 AM
To: "Sugar-dev Devel" 
Subject: [Sugar-devel] Help us translating sugar

Hello everyone,


I spent this weekend making sure that our translation platform [1] was running 
fine and I updated the templates for sugar and sugar-toolkit-gtk3 projects. 
Compared to the last release, there are only 97 new words to be translated in 
sugar [2].


I also completed the Spanish translations [3], but the more we complete the 
better, so we need your help! We have time until February 9th, so I can merge 
the changes and do basic QA at least before the 0.108 release.


Spread the word!


Thanks,
Martin.


Refs:
[1] http://translate.sugarlabs.org/
[2] http://translate.sugarlabs.org/projects/sugar/
[3] 
https://github.com/sugarlabs/sugar/commit/8a08aa604df7434e9581bfaf021fa4305093cf9d___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-01 Thread Utkarsh Tiwari
Is there any way to use a ProgressIcon as a Toolbutton ?

On 2/1/16, Sam P.  wrote:
> Hello!
>
> Maybe just a large down arrow and fill it vertically?  See
> 'emblem-downloads' or 'transfer-from' in sugar-artwork.
>
> Thanks,
> Sam
>
>
> On Mon, Feb 1, 2016 at 9:15 AM, Utkarsh Tiwari 
> wrote:
>
>> How should the Icon for "Download Button" look like? Could you please
>> provide me some artwork for reference. ?
>>
>> On 2/1/16, Utkarsh Tiwari  wrote:
>> > Omg! I have been looking all over internet on how to integrate a
>> > Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
>> > Gtk.CssProvider styler to scale down the progressbar to a button :D
>> > Now that(ProgressIcon.py) sounds really cool!
>> >
>> > Thank you :) You made my work a bit easier ;)
>> >
>> > On 2/1/16, James Cameron  wrote:
>> >> ProgressBar from Gtk is overkill, we already have a ProgressIcon
>> >> in Sugar.
>> >>
>> >> In sugar-toolkit-gtk3:
>> >>
>> >> Look at progressicon.py, you will see it does not use a ProgressBar,
>> >> but has a __draw_cb method connected to the "draw" signal.
>> >>
>> >> Look at toolbutton.py, you will see it wraps ToolButton do_draw
>> >> method.
>> >>
>> >> On Mon, Feb 01, 2016 at 12:10:25AM +0530, Utkarsh Tiwari wrote:
>> >>> "The button to be a blend of ProgressIcon and ToolButton". How to
>> >>> convert a Gtk.ProgressBar to a Browse ToolButton?
>> >>>
>> >>> On 1/27/16, James Cameron  wrote:
>> >>> > No.
>> >>> >
>> >>> > The position marked by your cursor seems to be inside the URL entry
>> >>> > box.
>> >>> >
>> >>> > I said between the URL entry box and the back button.
>> >>> >
>> >>> > Review the Browse source code that defines these objects.
>> >>> >
>> >>> > On Wed, Jan 27, 2016 at 11:39:03AM +0530, Utkarsh Tiwari wrote:
>> >>> >> Is this the exact expected location you were talking about the
>> >>> >> 'download button' as shown in the screenshot below?
>> >>> >>
>> >>> >> http://imgur.com/T0hirTZ
>> >>> >>
>> >>> >> On 1/27/16, James Cameron  wrote:
>> >>> >> > Thanks for working on this.
>> >>> >> >
>> >>> >> > Our Sugar human interface guidelines and existing code base
>> >>> >> > don't
>> >>> >> > have
>> >>> >> > decorated floating windows or window management.  Your proposal
>> >>> >> > would
>> >>> >> > not scale to multiple downloads.
>> >>> >> >
>> >>> >> > You might ask for design suggestions on this mailing list.
>> >>> >> >
>> >>> >> > I've resisted making design suggestions on this problem because
>> >>> >> > I
>> >>> >> > don't want to constrain the good ideas that may come up.
>> >>> >> >
>> >>> >> > To get the design conversation started ...
>> >>> >> >
>> >>> >> > When the first download begins, show a button at the top between
>> >>> >> > the
>> >>> >> > URL entry box and the back button.
>> >>> >> >
>> >>> >> > The button to be a blend of ProgressIcon and ToolButton, with
>> >>> >> > the
>> >>> >> > progress fill to show average progress of all downloads.
>> >>> >> >
>> >>> >> > When the button is pressed a download tab is to be shown in the
>> >>> >> > canvas, which lists downloads and progress.
>> >>> >> >
>> >>> >> > The download tab can be closed like any other tab.
>> >>> >> >
>> >>> >> > The button is to be be hidden before any downloads are started,
>> >>> >> > shown
>> >>> >> > on start of first download, and only hidden if the download tab
>> >>> >> > is
>> >>> >> > closed when there are no downloads stil

Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-03 Thread Utkarsh Tiwari
@James Is this the icon position you were talking about as shown in the
attachment below? Your hint for using ProgressIcon alongwith Toolbutton
worked! ;)

On Tue, Feb 2, 2016 at 2:17 AM, James Cameron  wrote:

> A ToolButton normally has an Icon.
>
> Instead of the Icon, assign the ProgressIcon?
>
> As nobody else may have done this, you may need to find and fix any
> bugs in ProgressIcon or ToolButton that prevent it.
>
> On Mon, Feb 01, 2016 at 11:31:28PM +0530, Utkarsh Tiwari wrote:
> > Is there any way to use a ProgressIcon as a Toolbutton ?
> >
> > On 2/1/16, Sam P.  wrote:
> > > Hello!
> > >
> > > Maybe just a large down arrow and fill it vertically?  See
> > > 'emblem-downloads' or 'transfer-from' in sugar-artwork.
> > >
> > > Thanks,
> > > Sam
> > >
> > >
> > > On Mon, Feb 1, 2016 at 9:15 AM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com>
> > > wrote:
> > >
> > >> How should the Icon for "Download Button" look like? Could you please
> > >> provide me some artwork for reference. ?
> > >>
> > >> On 2/1/16, Utkarsh Tiwari  wrote:
> > >> > Omg! I have been looking all over internet on how to integrate a
> > >> > Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
> > >> > Gtk.CssProvider styler to scale down the progressbar to a button :D
> > >> > Now that(ProgressIcon.py) sounds really cool!
> > >> >
> > >> > Thank you :) You made my work a bit easier ;)
> > >> >
> > >> > On 2/1/16, James Cameron  wrote:
> > >> >> ProgressBar from Gtk is overkill, we already have a ProgressIcon
> > >> >> in Sugar.
> > >> >>
> > >> >> In sugar-toolkit-gtk3:
> > >> >>
> > >> >> Look at progressicon.py, you will see it does not use a
> ProgressBar,
> > >> >> but has a __draw_cb method connected to the "draw" signal.
> > >> >>
> > >> >> Look at toolbutton.py, you will see it wraps ToolButton do_draw
> > >> >> method.
> > >> >>
> > >> >> On Mon, Feb 01, 2016 at 12:10:25AM +0530, Utkarsh Tiwari wrote:
> > >> >>> "The button to be a blend of ProgressIcon and ToolButton". How to
> > >> >>> convert a Gtk.ProgressBar to a Browse ToolButton?
> > >> >>>
> > >> >>> On 1/27/16, James Cameron  wrote:
> > >> >>> > No.
> > >> >>> >
> > >> >>> > The position marked by your cursor seems to be inside the URL
> entry
> > >> >>> > box.
> > >> >>> >
> > >> >>> > I said between the URL entry box and the back button.
> > >> >>> >
> > >> >>> > Review the Browse source code that defines these objects.
> > >> >>> >
> > >> >>> > On Wed, Jan 27, 2016 at 11:39:03AM +0530, Utkarsh Tiwari wrote:
> > >> >>> >> Is this the exact expected location you were talking about the
> > >> >>> >> 'download button' as shown in the screenshot below?
> > >> >>> >>
> > >> >>> >> http://imgur.com/T0hirTZ
> > >> >>> >>
> > >> >>> >> On 1/27/16, James Cameron  wrote:
> > >> >>> >> > Thanks for working on this.
> > >> >>> >> >
> > >> >>> >> > Our Sugar human interface guidelines and existing code base
> > >> >>> >> > don't
> > >> >>> >> > have
> > >> >>> >> > decorated floating windows or window management.  Your
> proposal
> > >> >>> >> > would
> > >> >>> >> > not scale to multiple downloads.
> > >> >>> >> >
> > >> >>> >> > You might ask for design suggestions on this mailing list.
> > >> >>> >> >
> > >> >>> >> > I've resisted making design suggestions on this problem
> because
> > >> >>> >> > I
> > >> >>> >> > don't want to constrain the good ideas that may come up.
> > >> >>> >> >
> > >> >>> >> 

Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-10 Thread Utkarsh Tiwari
What does the line "GObject.GObject.__init__(self, **kwargs)" exactly does
in the following gist?

https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085

On Thu, Feb 4, 2016 at 5:00 AM, James Cameron  wrote:

> Thanks.  Yes, the position is as I described.
>
> Your question puzzles me.  I didn't think there was any ambiguity or
> doubt.  It is unfortunate that I'm the only one who has posted about
> the positioning of this design change.
>
> Is it because you have an alternate suggestion?
>
> Good to hear combining the widgets worked.  Looking forward to seeing
> a patch or pull request.
>
> On Thu, Feb 04, 2016 at 03:49:54AM +0530, Utkarsh Tiwari wrote:
> > @James Is this the icon position you were talking about as shown in the
> > attachment below? Your hint for using ProgressIcon alongwith Toolbutton
> worked!
> > ;)
> >
> > On Tue, Feb 2, 2016 at 2:17 AM, James Cameron <[1]qu...@laptop.org>
> wrote:
> >
> > A ToolButton normally has an Icon.
> >
> > Instead of the Icon, assign the ProgressIcon?
> >
> > As nobody else may have done this, you may need to find and fix any
> > bugs in ProgressIcon or ToolButton that prevent it.
> >
> > On Mon, Feb 01, 2016 at 11:31:28PM +0530, Utkarsh Tiwari wrote:
> > > Is there any way to use a ProgressIcon as a Toolbutton ?
> > >
> > > On 2/1/16, Sam P.  wrote:
> > > > Hello!
> > > >
> > > > Maybe just a large down arrow and fill it vertically?  See
> > > > 'emblem-downloads' or 'transfer-from' in sugar-artwork.
> > > >
> > > > Thanks,
> > > > Sam
> > > >
> > > >
> > > > On Mon, Feb 1, 2016 at 9:15 AM, Utkarsh Tiwari <[2]
> > iamutkarshtiw...@gmail.com>
> > > > wrote:
> > > >
> > > >> How should the Icon for "Download Button" look like? Could you
> please
> > > >> provide me some artwork for reference. ?
> > > >>
> > > >> On 2/1/16, Utkarsh Tiwari <[3]iamutkarshtiw...@gmail.com>
> wrote:
> > > >> > Omg! I have been looking all over internet on how to
> integrate a
> > > >> > Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
> > > >> > Gtk.CssProvider styler to scale down the progressbar to a
> button :D
> > > >> > Now that(ProgressIcon.py) sounds really cool!
> > > >> >
> > > >> > Thank you :) You made my work a bit easier ;)
> > > >> >
> > > >> > On 2/1/16, James Cameron <[4]qu...@laptop.org> wrote:
> > > >> >> ProgressBar from Gtk is overkill, we already have a
> ProgressIcon
> > > >> >> in Sugar.
> > > >> >>
> > > >> >> In sugar-toolkit-gtk3:
> > > >> >>
> > > >> >> Look at progressicon.py, you will see it does not use a
> > ProgressBar,
> > > >> >> but has a __draw_cb method connected to the "draw" signal.
> > > >> >>
> > > >> >> Look at toolbutton.py, you will see it wraps ToolButton
> do_draw
> > > >> >> method.
> > > >> >>
> > > >> >> On Mon, Feb 01, 2016 at 12:10:25AM +0530, Utkarsh Tiwari
> wrote:
> > > >> >>> "The button to be a blend of ProgressIcon and ToolButton".
> How to
> > > >> >>> convert a Gtk.ProgressBar to a Browse ToolButton?
> > > >> >>>
> > > >> >>> On 1/27/16, James Cameron <[5]qu...@laptop.org> wrote:
> > > >> >>> > No.
> > > >> >>> >
> > > >> >>> > The position marked by your cursor seems to be inside the
> URL
> > entry
> > > >> >>> > box.
> > > >> >>> >
> > > >> >>> > I said between the URL entry box and the back button.
> > > >> >>> >
> > > >> >>> > Review the Browse source code that defines these objects.
> > > >> >>> >
> > > >> >>> > On Wed, Jan 27, 2016 at 11:39:03AM +0530, Utkarsh Tiwari
> wrote:
> > > >> >>&g

Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-11 Thread Utkarsh Tiwari
@James As mentioned, I tried making a blend of 'progressIcon' &
'ToolButton' by making some changes to the SugarToolButton code. Here is
how the download ProgressIcon @50% completion looks like ->
http://imgur.com/iBg4Ktr

Waiting for your reviews :)

On Thu, Feb 11, 2016 at 3:28 PM, Sam P.  wrote:

> Hello,
>
> I believe that it passes all the key word and normal arguments to the
> superclass constructors.
>
> Out of interest, why are you using a Gtk drawing area as an additional
> base class?  Every widget (even the tool button) has the draw signal.  Is
> this what you are using it for or is there something else?
>
> Thanks,
> Sam
>
> On Thu, Feb 11, 2016, 09:03 Utkarsh Tiwari 
> wrote:
>
>> What does the line "GObject.GObject.__init__(self, **kwargs)" exactly
>> does in the following gist?
>>
>> https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
>>
>> On Thu, Feb 4, 2016 at 5:00 AM, James Cameron  wrote:
>>
>>> Thanks.  Yes, the position is as I described.
>>>
>>> Your question puzzles me.  I didn't think there was any ambiguity or
>>> doubt.  It is unfortunate that I'm the only one who has posted about
>>> the positioning of this design change.
>>>
>>> Is it because you have an alternate suggestion?
>>>
>>> Good to hear combining the widgets worked.  Looking forward to seeing
>>> a patch or pull request.
>>>
>>> On Thu, Feb 04, 2016 at 03:49:54AM +0530, Utkarsh Tiwari wrote:
>>> > @James Is this the icon position you were talking about as shown in the
>>> > attachment below? Your hint for using ProgressIcon alongwith
>>> Toolbutton worked!
>>> > ;)
>>> >
>>> > On Tue, Feb 2, 2016 at 2:17 AM, James Cameron <[1]qu...@laptop.org>
>>> wrote:
>>> >
>>> > A ToolButton normally has an Icon.
>>> >
>>> > Instead of the Icon, assign the ProgressIcon?
>>> >
>>> > As nobody else may have done this, you may need to find and fix any
>>> > bugs in ProgressIcon or ToolButton that prevent it.
>>> >
>>> > On Mon, Feb 01, 2016 at 11:31:28PM +0530, Utkarsh Tiwari wrote:
>>> > > Is there any way to use a ProgressIcon as a Toolbutton ?
>>> > >
>>> > > On 2/1/16, Sam P.  wrote:
>>> > > > Hello!
>>> > > >
>>> > > > Maybe just a large down arrow and fill it vertically?  See
>>> > > > 'emblem-downloads' or 'transfer-from' in sugar-artwork.
>>> > > >
>>> > > > Thanks,
>>> > > > Sam
>>> > > >
>>> > > >
>>> > > > On Mon, Feb 1, 2016 at 9:15 AM, Utkarsh Tiwari <[2]
>>> > iamutkarshtiw...@gmail.com>
>>> > > > wrote:
>>> > > >
>>> > > >> How should the Icon for "Download Button" look like? Could
>>> you please
>>> > > >> provide me some artwork for reference. ?
>>> > > >>
>>> > > >> On 2/1/16, Utkarsh Tiwari <[3]iamutkarshtiw...@gmail.com>
>>> wrote:
>>> > > >> > Omg! I have been looking all over internet on how to
>>> integrate a
>>> > > >> > Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
>>> > > >> > Gtk.CssProvider styler to scale down the progressbar to a
>>> button :D
>>> > > >> > Now that(ProgressIcon.py) sounds really cool!
>>> > > >> >
>>> > > >> > Thank you :) You made my work a bit easier ;)
>>> > > >> >
>>> > > >> > On 2/1/16, James Cameron <[4]qu...@laptop.org> wrote:
>>> > > >> >> ProgressBar from Gtk is overkill, we already have a
>>> ProgressIcon
>>> > > >> >> in Sugar.
>>> > > >> >>
>>> >     > >> >> In sugar-toolkit-gtk3:
>>> > > >> >>
>>> > > >> >> Look at progressicon.py, you will see it does not use a
>>> > ProgressBar,
>>> > > >> >> but has a __draw_cb method connected to the "draw" signal.
>>> > > >> >>
>>> > 

Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-13 Thread Utkarsh Tiwari
I need to update a toolbutton in webtoolbar as the download progresses
in background. Could anyone please guide me how to go about it?

On 2/11/16, Utkarsh Tiwari  wrote:
> @James As mentioned, I tried making a blend of 'progressIcon' &
> 'ToolButton' by making some changes to the SugarToolButton code. Here is
> how the download ProgressIcon @50% completion looks like ->
> http://imgur.com/iBg4Ktr
>
> Waiting for your reviews :)
>
> On Thu, Feb 11, 2016 at 3:28 PM, Sam P.  wrote:
>
>> Hello,
>>
>> I believe that it passes all the key word and normal arguments to the
>> superclass constructors.
>>
>> Out of interest, why are you using a Gtk drawing area as an additional
>> base class?  Every widget (even the tool button) has the draw signal.  Is
>> this what you are using it for or is there something else?
>>
>> Thanks,
>> Sam
>>
>> On Thu, Feb 11, 2016, 09:03 Utkarsh Tiwari 
>> wrote:
>>
>>> What does the line "GObject.GObject.__init__(self, **kwargs)" exactly
>>> does in the following gist?
>>>
>>> https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
>>>
>>> On Thu, Feb 4, 2016 at 5:00 AM, James Cameron  wrote:
>>>
>>>> Thanks.  Yes, the position is as I described.
>>>>
>>>> Your question puzzles me.  I didn't think there was any ambiguity or
>>>> doubt.  It is unfortunate that I'm the only one who has posted about
>>>> the positioning of this design change.
>>>>
>>>> Is it because you have an alternate suggestion?
>>>>
>>>> Good to hear combining the widgets worked.  Looking forward to seeing
>>>> a patch or pull request.
>>>>
>>>> On Thu, Feb 04, 2016 at 03:49:54AM +0530, Utkarsh Tiwari wrote:
>>>> > @James Is this the icon position you were talking about as shown in
>>>> > the
>>>> > attachment below? Your hint for using ProgressIcon alongwith
>>>> Toolbutton worked!
>>>> > ;)
>>>> >
>>>> > On Tue, Feb 2, 2016 at 2:17 AM, James Cameron <[1]qu...@laptop.org>
>>>> wrote:
>>>> >
>>>> > A ToolButton normally has an Icon.
>>>> >
>>>> > Instead of the Icon, assign the ProgressIcon?
>>>> >
>>>> > As nobody else may have done this, you may need to find and fix
>>>> > any
>>>> > bugs in ProgressIcon or ToolButton that prevent it.
>>>> >
>>>> > On Mon, Feb 01, 2016 at 11:31:28PM +0530, Utkarsh Tiwari wrote:
>>>> > > Is there any way to use a ProgressIcon as a Toolbutton ?
>>>> > >
>>>> > > On 2/1/16, Sam P.  wrote:
>>>> > > > Hello!
>>>> > > >
>>>> > > > Maybe just a large down arrow and fill it vertically?  See
>>>> > > > 'emblem-downloads' or 'transfer-from' in sugar-artwork.
>>>> > > >
>>>> > > > Thanks,
>>>> > > > Sam
>>>> > > >
>>>> > > >
>>>> > > > On Mon, Feb 1, 2016 at 9:15 AM, Utkarsh Tiwari <[2]
>>>> > iamutkarshtiw...@gmail.com>
>>>> > > > wrote:
>>>> > > >
>>>> > > >> How should the Icon for "Download Button" look like? Could
>>>> you please
>>>> > > >> provide me some artwork for reference. ?
>>>> > > >>
>>>> > > >> On 2/1/16, Utkarsh Tiwari <[3]iamutkarshtiw...@gmail.com>
>>>> wrote:
>>>> > > >> > Omg! I have been looking all over internet on how to
>>>> integrate a
>>>> > > >> > Gtk.ProgressBar into Gtk.Toolbutton and I even tried using
>>>> > > >> > Gtk.CssProvider styler to scale down the progressbar to a
>>>> button :D
>>>> > > >> > Now that(ProgressIcon.py) sounds really cool!
>>>> > > >> >
>>>> > > >> > Thank you :) You made my work a bit easier ;)
>>>> > > >> >
>>>> > > >> > On 2/1/16, James Cameron <[4]qu...@laptop.org> wrote:
>>>> > > >> >> ProgressBar from Gtk is ov

[Sugar-devel] GSoC 2016 Projects

2016-02-19 Thread Utkarsh Tiwari
Hi,
 I am Utkarsh Tiwari, a 3rd year student from JIIT, Noida (India).
I have been writing activities for Sugarlabs since February 2015 and
have submitted 7 activities till date.
Here is my developer profile ->
http://activities.sugarlabs.org/en-US/sugar/user/13555

I would like to work on Python projects this summer in GSoC 2016. I
have come across these two activities interesting on the idea page and
would like to get in flow with them.

1- Reflections
2- Sugar Journal

Could anyone here please share some details about what new features
are expected in them or whether both projects are manageable in 3
months time bracket?

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-20 Thread Utkarsh Tiwari
Hello everyone,
  I finally managed to pull through 50% of the
downloadManagerIcon integration task. Here is the gif of all what I did
till now -> http://imgur.com/zS0W9dG
There is still a long way to go. Reviews on this would be helpful :)

regards,
Utkarsh Tiwari



On Sat, Feb 13, 2016 at 8:36 PM, Utkarsh Tiwari 
wrote:

> I need to update a toolbutton in webtoolbar as the download progresses
> in background. Could anyone please guide me how to go about it?
>
> On 2/11/16, Utkarsh Tiwari  wrote:
> > @James As mentioned, I tried making a blend of 'progressIcon' &
> > 'ToolButton' by making some changes to the SugarToolButton code. Here is
> > how the download ProgressIcon @50% completion looks like ->
> > http://imgur.com/iBg4Ktr
> >
> > Waiting for your reviews :)
> >
> > On Thu, Feb 11, 2016 at 3:28 PM, Sam P.  wrote:
> >
> >> Hello,
> >>
> >> I believe that it passes all the key word and normal arguments to the
> >> superclass constructors.
> >>
> >> Out of interest, why are you using a Gtk drawing area as an additional
> >> base class?  Every widget (even the tool button) has the draw signal.
> Is
> >> this what you are using it for or is there something else?
> >>
> >> Thanks,
> >> Sam
> >>
> >> On Thu, Feb 11, 2016, 09:03 Utkarsh Tiwari 
> >> wrote:
> >>
> >>> What does the line "GObject.GObject.__init__(self, **kwargs)" exactly
> >>> does in the following gist?
> >>>
> >>> https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
> >>>
> >>> On Thu, Feb 4, 2016 at 5:00 AM, James Cameron 
> wrote:
> >>>
> >>>> Thanks.  Yes, the position is as I described.
> >>>>
> >>>> Your question puzzles me.  I didn't think there was any ambiguity or
> >>>> doubt.  It is unfortunate that I'm the only one who has posted about
> >>>> the positioning of this design change.
> >>>>
> >>>> Is it because you have an alternate suggestion?
> >>>>
> >>>> Good to hear combining the widgets worked.  Looking forward to seeing
> >>>> a patch or pull request.
> >>>>
> >>>> On Thu, Feb 04, 2016 at 03:49:54AM +0530, Utkarsh Tiwari wrote:
> >>>> > @James Is this the icon position you were talking about as shown in
> >>>> > the
> >>>> > attachment below? Your hint for using ProgressIcon alongwith
> >>>> Toolbutton worked!
> >>>> > ;)
> >>>> >
> >>>> > On Tue, Feb 2, 2016 at 2:17 AM, James Cameron <[1]qu...@laptop.org>
> >>>> wrote:
> >>>> >
> >>>> > A ToolButton normally has an Icon.
> >>>> >
> >>>> > Instead of the Icon, assign the ProgressIcon?
> >>>> >
> >>>> > As nobody else may have done this, you may need to find and fix
> >>>> > any
> >>>> > bugs in ProgressIcon or ToolButton that prevent it.
> >>>> >
> >>>> > On Mon, Feb 01, 2016 at 11:31:28PM +0530, Utkarsh Tiwari wrote:
> >>>> > > Is there any way to use a ProgressIcon as a Toolbutton ?
> >>>> > >
> >>>> > > On 2/1/16, Sam P.  wrote:
> >>>> > > > Hello!
> >>>> > > >
> >>>> > > > Maybe just a large down arrow and fill it vertically?  See
> >>>> > > > 'emblem-downloads' or 'transfer-from' in sugar-artwork.
> >>>> > > >
> >>>> > > > Thanks,
> >>>> > > > Sam
> >>>> > > >
> >>>> > > >
> >>>> > > > On Mon, Feb 1, 2016 at 9:15 AM, Utkarsh Tiwari <[2]
> >>>> > iamutkarshtiw...@gmail.com>
> >>>> > > > wrote:
> >>>> > > >
> >>>> > > >> How should the Icon for "Download Button" look like? Could
> >>>> you please
> >>>> > > >> provide me some artwork for reference. ?
> >>>> > > >>
> >>>> > > >> On 2/1/16, Utkarsh Tiwari <[3]iamutkarshtiw...@gmail.com>
> >>>> wrote:
> >>>>

Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-22 Thread Utkarsh Tiwari
@James, I'll surely implement those fixes you listed above before sending
in a PR. :)

@everybody I added a new (progresstoolbutton.py) file to
"sugar-toolkit-gtk3/src/graphics/" and did some changes to
"browse/"(webtoolbar.py and downloadmanager.py) files. Shall I send a PR to
each repository (browse and sugar-toolkit-gtk3) individually or shall I
send a single PR to "sugar-build" repo ?

thanks,
Utkarsh Tiwari

On Mon, Feb 22, 2016 at 2:27 PM, James Cameron  wrote:

> The tooltip shows 0.0 with an empty outline just after it shows 1.0
> and full icon.
>
> Could this be changed slightly; continue to show 1.0 and full until
> the Download Completed question is answered?
>
> On Mon, Feb 22, 2016 at 08:44:25AM +, Sam P. wrote:
> > This looks great!  Please send a patch and we can review it!
> >
> > On Sun, Feb 21, 2016, 05:29 Utkarsh Tiwari <[1]
> iamutkarshtiw...@gmail.com>
> > wrote:
> >
> > Hello everyone,
> >   I finally managed to pull through 50% of
> the
> > downloadManagerIcon integration task. Here is the gif of all what I
> did
> > till now -> [2]http://imgur.com/zS0W9dG
> > There is still a long way to go. Reviews on this would be helpful :)
> >
> > regards,
> > Utkarsh Tiwari
> >
> >
> >
> > On Sat, Feb 13, 2016 at 8:36 PM, Utkarsh Tiwari <[3]
> > iamutkarshtiw...@gmail.com> wrote:
> >
> > I need to update a toolbutton in webtoolbar as the download
> progresses
> > in background. Could anyone please guide me how to go about it?
> >
> > On 2/11/16, Utkarsh Tiwari <[4]iamutkarshtiw...@gmail.com>
> wrote:
> > > @James As mentioned, I tried making a blend of 'progressIcon' &
> > > 'ToolButton' by making some changes to the SugarToolButton
> code. Here
> > is
> > > how the download ProgressIcon @50% completion looks like ->
> > > [5]http://imgur.com/iBg4Ktr
> > >
> > > Waiting for your reviews :)
> > >
> > > On Thu, Feb 11, 2016 at 3:28 PM, Sam P.  wrote:
> > >
> > >> Hello,
> > >>
> > >> I believe that it passes all the key word and normal
> arguments to
> > the
> > >> superclass constructors.
> > >>
> > >> Out of interest, why are you using a Gtk drawing area as an
> > additional
> > >> base class?  Every widget (even the tool button) has the draw
> > signal.  Is
> > >> this what you are using it for or is there something else?
> > >>
> > >> Thanks,
> > >> Sam
> > >>
> > >> On Thu, Feb 11, 2016, 09:03 Utkarsh Tiwari <[6]
> > iamutkarshtiw...@gmail.com>
> > >> wrote:
> > >>
> > >>> What does the line "GObject.GObject.__init__(self, **kwargs)"
> > exactly
> > >>> does in the following gist?
> > >>>
> > >>> [7]
> https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
> > >>>
> > >>> On Thu, Feb 4, 2016 at 5:00 AM, James Cameron <[8]
> qu...@laptop.org>
> >     wrote:
> > >>>
> > >>>> Thanks.  Yes, the position is as I described.
> > >>>>
> > >>>> Your question puzzles me.  I didn't think there was any
> ambiguity
> > or
> > >>>> doubt.  It is unfortunate that I'm the only one who has
> posted
> > about
> > >>>> the positioning of this design change.
> > >>>>
> > >>>> Is it because you have an alternate suggestion?
> > >>>>
> > >>>> Good to hear combining the widgets worked.  Looking forward
> to
> > seeing
> > >>>> a patch or pull request.
> > >>>>
> > >>>> On Thu, Feb 04, 2016 at 03:49:54AM +0530, Utkarsh Tiwari
> wrote:
> > >>>> > @James Is this the icon position you were talking about
> as shown
> > in
> > >>>> > the
> > >>>> > attachment below? Your h

[Sugar-devel] Browse as a GSoC 2016 Project

2016-02-22 Thread Utkarsh Tiwari
Hello everyone,
 Few days back I read on a sugar-devel thread
where Mr. James Cameron wrote -> "An interesting blog post describing
the situation with WebKit security
updates:

https://blogs.gnome.org/mcatanzaro/2016/02/01/on-webkit-security-updates/

Browse in Sugar is without security updates because it depends on
an old WebKit version of WebKitGTK+, and the great API break called
WebKit2 has not yet been fixed in a Browse release."

So are we talking up 'Browse' this summer as a potential GSoC project?
Since I have been working on it for a while and I am getting familiar
with it's codebase,  so I would love to work on it. :)

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Translations

2016-02-23 Thread Utkarsh Tiwari
Hello,
  I had volunteered to help Sugarlabs with some translations but
the thing is that my first language is Hindi and I am fluent in English.
Would there be any issues if I use Google translator to translate any
project to some other language (except Hindi and English) ? Is it allowed?

regards,
Utkarsh Tiwari

On Sun, Feb 21, 2016 at 7:35 AM, Nick Doiron  wrote:

> Hi everyone... I'm in the Unicode Consortium so I'm happy to help work out
> i18n tech issues in our Sugary ecosystem.
>
> On the original point, I agree with Tony that it would be valuable to hire
> an i18n/l10n point person. This funding has been around for a while without
> any one person responsible for shipping it. You might want additional
> support or conversation, from Open Technology Fund, Localization Lab, or
> Adobe, for the position and workshops.
> I'd like to see some people narrowing down where they know we need a
> translation. If you can say *I know a teacher who wants this *or* we use
> this activity in Language A and want it in Language B, *we should be able
> to deliver that.  There are interesting politics and discussions here, but
> the funding is for translating and not for not-translating.
>
> Technology side: it matters if you're translating Sugar, core Sugar
> activities, additional activities, or Sugarizer. This is essential because
> they're different programs at different levels of completeness, in use by
> different people.
> - Sugar and core activities have been ready from the beginning using
> gettext and accepting translations on Pootle. I don't see that changing,
> unless we want to use GitHub to reach younger developers.
> - Additional activities: you would need to look on a case-by-case basis,
> to see if text was hardcoded. Also you need special attention if language
> is part of the activity, as in typing tutors, flipbooks, or crossword
> puzzles. Tangential blog post:
> https://medium.com/@mapmeld/crosswords-in-burmese-f672ae583649
> - I did some research, and Sugarizer has three translation files,
> including this master file:
> https://github.com/llaske/sugarizer/blob/master/locale.ini  Other
> web-based activities should use Polyglot.js from Airbnb; it's cool.
>
> Nick
>
> On Sat, Feb 20, 2016 at 2:57 PM, Caryl Bigenho  wrote:
>
>> Hi Folks
>>
>>
>> Here are some thoughts on Internationalization and Localization...
>>
>>
>> 1) The most important consideration is what the local people really want…
>> not what we think they want or think they should want. Maybe they are happy
>> with English. On the other hand, maybe they would prefer their own local
>> language (or dialect). Don't assume anything. Don't ask just one person.
>> Ask enough people to get a genuine consensus.
>>
>>
>> 2) Using students to provide localization is an excellent educational
>> activity. However, it needs to be overseen by an "expert" (maybe their
>> teacher) to insure it is both accurate and appropriate before submission to
>> Pootle.
>>
>>
>> 3) The Spanish of Mexico is slightly different from the Spanish of Peru
>> and/or the Spanish of Argentina (etc., etc,, etc). Using students for
>> localization could be helpful here and, I'm sure for other languages.
>>
>>
>> 4) Again, for Spanish… why not look to our largest Sugar deployment,
>> Uruguay, for enlisting students to help? One of the SLOBs (José Miguel
>> García) is Uruguayan as is super-star teacher Rosamel Ramirez.
>>
>>
>> 5) Applying to GSOC for help in any aspect with this work seems like a
>> "no brainer" but the deadline for applications for 2016 was yesterday! 
>> [image:
>> Emoji]
>>
>>
>> Caryl
>> --
>> Date: Sat, 20 Feb 2016 14:44:28 -0500
>> Subject: Re: Translations
>> From: s...@unleashkids.org
>> To: h...@laptop.org
>> CC: tony_ander...@usa.net; t...@timmoody.com; ndoi...@mapmeld.com;
>> ca...@laptop.org; sve...@sfsu.edu; sugar-devel@lists.sugarlabs.org;
>> localizat...@lists.laptop.org; wal...@sugarlabs.org;
>> sl...@lists.sugarlabs.org
>>
>>
>> The success of the first translation will depend on how established /
>> knowledgeable the local community is. Reviewing the first round of Haitian
>> Creole translations, which I think were done by volunteers, you notice some
>> obvious problems, like inconsistent terms. I've personally seen students
>> and teachers become confused by these issues when using the computer. They
>> keep using it anyway, but it definitely affects the user experience. Now,
>> hopefully the attitude of 

Re: [Sugar-devel] Localization post from iamutkarshtiw...@gmail.com requires approval

2016-02-23 Thread Utkarsh Tiwari
Sorry, I have no idea about those :( I am just a beginner level
contributor and I'll surely look into those pending Hindi
translations. :)

regards,
Utkarsh Tiwari

On 2/24/16, Chris Leonard  wrote:
> -- Forwarded message --
> From: Utkarsh Tiwari 
> Date: Wed, 24 Feb 2016 06:45:58 +0530
> Subject: Re: [Sugar-devel] Translations
> Hello,
>   I had volunteered to help Sugarlabs with some translations but
> the thing is that my first language is Hindi and I am fluent in English.
> Would there be any issues if I use Google translator to translate any
> project to some other language (except Hindi and English) ? Is it allowed?
>
> regards,
> Utkarsh Tiwari
>
>
> Dear Utkarish,
>
> It is very much our preference that native speakers provide the
> translations.
>
> There are many strings needed in Hindi that you would be welcome to work
> on.
>
> http://translate.sugarlabs.org/hi/
>
> What is it that you do with the Unicode Consortium?  I have some questions
> about CLDR locales, do you work with those?
>
> cjl
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Email Confirmation

2016-02-24 Thread Utkarsh Tiwari
Hello,
 Could anyone here please do my email-request confirmation ? I
would like to update a ticket on bugs.sugarlabs.org.

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Email Confirmation

2016-02-24 Thread Utkarsh Tiwari
Sorry, my mistake :(

Username: iamutkarshtiwari

Thank you,
Utkarsh Tiwari

On Thu, Feb 25, 2016 at 3:49 AM, James Cameron  wrote:

> As I said on GitHub, you will need to give the username you have
> signed in with.
>
> On Thu, Feb 25, 2016 at 03:42:04AM +0530, Utkarsh Tiwari wrote:
> > Hello,
> >  Could anyone here please do my email-request confirmation ? I
> would
> > like to update a ticket on [1]bugs.sugarlabs.org.
> >
> > regards,
> > Utkarsh Tiwari
> >
> > References:
> >
> > [1] http://bugs.sugarlabs.org/
>
> > ___
> > Sugar-devel mailing list
> > Sugar-devel@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Download Manager ProgressBar [DESIGN]

2016-02-24 Thread Utkarsh Tiwari
Hi,
I was going through this bug on bugs.sugarlabs.org ->
https://bugs.sugarlabs.org/ticket/3639 and I came across the keyword "OSK".
Could anyone please tell me it's full form and what does it mean?

Regards,
Utkarsh Tiwari

On Thu, Feb 25, 2016 at 2:39 AM, Utkarsh Tiwari 
wrote:

> Here is the link to the PR as requested by Mr. Sam Parkinson.
> @everyone Let me know you suggestions and reviews on this.
>
> https://github.com/sugarlabs/browse-activity/pull/24
>
> regards,
> Utkarsh Tiwari
>
> On 2/23/16, Utkarsh Tiwari  wrote:
> > @Tony @Gonzalo I have created a new
> > (src/graphics/progresstoolbutton.py) script (which is a blend of
> > ToolButton and ProgressIcon)  in "sugar-toolkit-gtk3" which could be
> > imported in any other activity (not only 'Browse') if there is a need
> > to implement a SugarToolButton as a ProgressIcon. ;)
> >
> > regards,
> > Utkarsh Tiwari
> >
> > On 2/23/16, Gonzalo Odiard  wrote:
> >> It's difficult have the api for widgets right in the first run.
> >> If this widget will be used only in the Browse activity, probably would
> >> be
> >> better
> >> include it in the activity instead of in the toolkit.
> >>
> >> Gonzalo
> >>
> >> On Mon, Feb 22, 2016 at 8:49 PM, Tony Anderson 
> >> wrote:
> >>
> >>> Hi,
> >>>
> >>> Isn't it possible and desirable for Browse to import this feature from
> >>> sugar-toolkit-gtk3?
> >>>
> >>> Tony
> >>>
> >>>
> >>> On 02/23/2016 03:05 AM, James Cameron wrote:
> >>>
> >>>> You can't send a single PR to sugar-build for changes to both Browse
> >>>> and sugar-toolkit-gtk3.  You have to use multiple PR.  Add
> >>>> cross-references.
> >>>>
> >>>> On Mon, Feb 22, 2016 at 07:40:50PM +0530, Utkarsh Tiwari wrote:
> >>>>
> >>>>> @James, I'll surely implement those fixes you listed above before
> >>>>> sending in a
> >>>>> PR. :)
> >>>>>
> >>>>> @everybody I added a new (progresstoolbutton.py) file to
> >>>>> "sugar-toolkit-gtk3/
> >>>>> src/graphics/" and did some changes to "browse/"(webtoolbar.py and
> >>>>> downloadmanager.py) files. Shall I send a PR to each repository
> >>>>> (browse
> >>>>> and
> >>>>> sugar-toolkit-gtk3) individually or shall I send a single PR to
> >>>>> "sugar-build"
> >>>>> repo ?
> >>>>>
> >>>>> thanks,
> >>>>> Utkarsh Tiwari
> >>>>>
> >>>>> On Mon, Feb 22, 2016 at 2:27 PM, James Cameron <[1]qu...@laptop.org>
> >>>>> wrote:
> >>>>>
> >>>>>  The tooltip shows 0.0 with an empty outline just after it shows
> >>>>> 1.0
> >>>>>  and full icon.
> >>>>>
> >>>>>      Could this be changed slightly; continue to show 1.0 and full
> >>>>> until
> >>>>>  the Download Completed question is answered?
> >>>>>  On Mon, Feb 22, 2016 at 08:44:25AM +, Sam P. wrote:
> >>>>>  > This looks great!  Please send a patch and we can review it!
> >>>>>  >
> >>>>>  > On Sun, Feb 21, 2016, 05:29 Utkarsh Tiwari <[1][2]
> >>>>>  iamutkarshtiw...@gmail.com>
> >>>>>  > wrote:
> >>>>>  >
> >>>>>  > Hello everyone,
> >>>>>  >   I finally managed to pull
> through
> >>>>> 50% of
> >>>>>  the
> >>>>>  > downloadManagerIcon integration task. Here is the gif of
> >>>>> all
> >>>>> what I
> >>>>>  did
> >>>>>  > till now -> [2][3]http://imgur.com/zS0W9dG
> >>>>>  > There is still a long way to go. Reviews on this would be
> >>>>> helpful :)
> >>>>>  >
> >>>>>  > regards,
> >>>>>  > Utkarsh Tiwari
> >>>>>  >
> >>>>>  >
> >>>>>  >
> >>>>>  &g

[Sugar-devel] Browse: improve autocomplete list

2016-02-28 Thread Utkarsh Tiwari
Hi,
  I would like to work on this bug ->
https://bugs.sugarlabs.org/ticket/4081
I went through the webtoolbar.py code and found that it uses cairo to draw
the url suggestion dropdown list below the URL bar. Could anyone here
provide some details about to integrate gtk.scrolledwindow or hints on how
to get about it ?

Regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Error in setting up environment.

2016-02-29 Thread Utkarsh Tiwari
Remove these lines form build/modules.json file - >

{
"name": "pippy",
"repo": "https://github.com/walterbender/Pippy.git";,
    "clean_stamp": 1
},

Regards,
Utkarsh Tiwari



On 3/1/16, James Cameron  wrote:
> Probably caused by this;
>
> https://github.com/walterbender/Pippy/commit/8f184ab637953007b3cab013d1e9ff2247cea6b7
>
> On Tue, Mar 01, 2016 at 03:58:37AM +0530, Hemant Kasat wrote:
>> Hello ,
>> i was setting up the environment for sugar but when i executed the command
>> "build" in sugar-shell , then while building pippy it gave error saying  "
>> IOError: [Errno 21] Is a directory:
>> '/home/broot/sugar-build/pippy/collabwrapper' "  , i checked and yes
>> collabwrapper is a directory but how should i resolve it ??
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
> --
> James Cameron
> http://quozl.netrek.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Browse: improve autocomplete list

2016-03-04 Thread Utkarsh Tiwari
Hello everyone,
 I have pushed a final patch for this defect. With
this PR ->

1- Autocomplete list will now be able to display list of 20(max) entries
which can be scrolled with both mouse pointer and Up/Down arrow keys.
2- URL is now placed below the Url title so that more text is visible.
3- The visible length of the list is of 5 entries so it won't also not
superimpose over the OSK.

Please review it and let me know if any further modification are required.
:)

Regards,
Utkarsh Tiwari

On Wed, Mar 2, 2016 at 4:18 AM, Utkarsh Tiwari 
wrote:

> Hello,
>  I did some modifications to the code so that the "URL" is
> displayed below the title. I have also add the scroll feature to the search
> results which could be scrolled with the mouse pointer but the problem here
> is that the treeview is not scrolling with the 'key_up' and 'key_down'
> buttons. Any hints on how to fix that?
>
> Regards,
> Utkarsh Tiwari
>
> On Mon, Feb 29, 2016 at 4:49 AM, James Cameron  wrote:
>
>> On Sun, Feb 28, 2016 at 08:36:26PM +0530, Utkarsh Tiwari wrote:
>> > I would like to work on this bug ->
>> > https://bugs.sugarlabs.org/ticket/4081
>>
>> Modify ticket, in the Action box click on accept, then Submit
>> changes.  As a result, the Bug Status should change.
>>
>> Later, if you stop work on the bug, set the Bug Status to something
>> other than Assigned or Accepted.
>>
>> > I went through the webtoolbar.py code and found that it uses cairo
>> > to draw the url suggestion dropdown list below the URL bar.
>>
>> Please use terminology consistent with the code; this is the
>> SearchWindow you are talking about, right?  Assuming yes.
>>
>> > Could anyone here provide some details about to integrate
>> > gtk.scrolledwindow or hints on how to get about it ?
>>
>> It looks like point 2 of the ticket is half done.  SearchWindow is
>> already a Gtk.TreeView inside a Gtk.ScrolledWindow inside a
>> Gtk.Window.  So you don't need to integrate Gtk.ScrolledWindow.
>>
>> Looking at point 1, "put the URL below the title", _search_create_view
>> in webtoolbar.py uses two standard Gtk.CellRendererText to build the
>> TreeView cells.  I agree with Manuq-three-years-ago that a custom
>> renderer may be needed.
>>
>> Look at our other custom renderers, e.g. src/sugar3/graphics/icon.py
>> and PreviewRenderer in src/jarabe/journal/iconview.py.
>>
>> Start Epiphany and use the feature.  Review the C code used in
>> Epiphany.
>>
>> Write a custom renderer.
>>
>> --
>> James Cameron
>> http://quozl.netrek.org/
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Activities Update Pending

2016-03-04 Thread Utkarsh Tiwari
Hello everyone,
I have pushed updates to 5 of my activities
which are pending to be reviewed on Sugar Store. Could anyone please look
into them and make them public?

Thank you,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Browse: improve autocomplete list

2016-03-04 Thread Utkarsh Tiwari
I am not able to register at the bug tracker. I am still getting the
"email verification" message.

email id- iamutkarshtiw...@gmail.com
username- iamutkarshtiwari

Thanks,
Utkarsh Tiwari

On 3/5/16, James Cameron  wrote:
> Thanks, I've updated the ticket.
>
> On Fri, Mar 04, 2016 at 07:01:07PM -0500, Walter Bender wrote:
>> I've not been able to get the user page in b.sl.o to respond in order to
>> end
>> run the problem with account verification. We have a serious maintenance
>> issue
>> with our trac instance.
>>
>> -walter
>>
>> On Fri, Mar 4, 2016 at 6:15 PM, James Cameron <[1]qu...@laptop.org>
>> wrote:
>>
>>     The ticket is still untouched.  Have access problem?
>>
>> On Fri, Mar 04, 2016 at 04:11:15PM +0530, Utkarsh Tiwari wrote:
>> > Hello everyone,
>> >                          I have pushed a final patch for this
>> defect.
>> With this
>> > PR ->
>> >
>> > 1- Autocomplete list will now be able to display list of 20(max)
>> entries
>> which
>> > can be scrolled with both mouse pointer and Up/Down arrow keys.
>> > 2- URL is now placed below the Url title so that more text is
>> visible.
>> > 3- The visible length of the list is of 5 entries so it won't also
>> not
>>     > superimpose over the OSK.
>> >
>> > Please review it and let me know if any further modification are
>> required. :)
>> >
>> > Regards,
>> > Utkarsh Tiwari
>> >
>> > On Wed, Mar 2, 2016 at 4:18 AM, Utkarsh Tiwari <[1][2]
>> iamutkarshtiw...@gmail.com>
>> > wrote:
>> >
>> >     Hello,
>> >              I did some modifications to the code so that the "URL"
>> is
>> >     displayed below the title. I have also add the scroll feature to
>> the
>> search
>> >     results which could be scrolled with the mouse pointer but the
>> problem here
>> >     is that the treeview is not scrolling with the 'key_up' and
>> 'key_down'
>> >     buttons. Any hints on how to fix that?
>> >
>> >     Regards,
>> >     Utkarsh Tiwari
>> >
>> >     On Mon, Feb 29, 2016 at 4:49 AM, James Cameron <[2][3]
>> qu...@laptop.org> wrote:
>> >
>> >         On Sun, Feb 28, 2016 at 08:36:26PM +0530, Utkarsh Tiwari
>> wrote:
>> >         > I would like to work on this bug ->
>> >         > [3][4]https://bugs.sugarlabs.org/ticket/4081
>> >
>> >         Modify ticket, in the Action box click on accept, then
>> Submit
>> >         changes.  As a result, the Bug Status should change.
>> >
>> >         Later, if you stop work on the bug, set the Bug Status to
>> something
>> >         other than Assigned or Accepted.
>> >
>> >         > I went through the webtoolbar.py code and found that it
>> uses
>> cairo
>> >         > to draw the url suggestion dropdown list below the URL
>> bar.
>> >
>> >         Please use terminology consistent with the code; this is
>> the
>> >         SearchWindow you are talking about, right?  Assuming yes.
>> >
>> >         > Could anyone here provide some details about to integrate
>> >         > gtk.scrolledwindow or hints on how to get about it ?
>> >
>> >         It looks like point 2 of the ticket is half done.
>> SearchWindow
>> is
>> >         already a Gtk.TreeView inside a Gtk.ScrolledWindow inside a
>> >         Gtk.Window.  So you don't need to integrate
>> Gtk.ScrolledWindow.
>> >
>> >         Looking at point 1, "put the URL below the title",
>> _search_create_view
>> >         in webtoolbar.py uses two standard Gtk.CellRendererText to
>> build
>> the
>> >         TreeView cells.  I agree with Manuq-three-years-ago that a
>> custom
>> >         renderer may be needed.
>> >
>> >         Look at our other custom renderers, e.g.
>> src/sugar3/graphics/
>> icon.py
>> >         and PreviewRenderer in src/jarabe/journal/iconview.py.
>> >
>> >         Start Epiphany and use the feature.  Review the C code 

[Sugar-devel] Browse: improve bookmarks management

2016-03-05 Thread Utkarsh Tiwari
Hello everyone,
  I would like to work on this defect(feature)
-> https://bugs.sugarlabs.org/ticket/4714
Could anyone please update the ticket status?

Regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] GSoC 2016 - Sugar Rethink

2016-03-06 Thread Utkarsh Tiwari
Hello everyone,
 I am Utkarsh Tiwari, a 3rd year student from
Jaypee Institute of Information Technology, Noida (India).

I have been writing activities for Sugarlabs since February 2015 and
have submitted 6 activities till date.
Here is my developer profile ->
http://activities.sugarlabs.org/en-US/sugar/user/13555

I have also been playing around with Browse-activity and have pushed
couple of PRs to fix and add some new features as mentioned bugzilla.

I would like to work on a Python project this summer in GSoC 2016. I
came across "Sugar Journal" project on the idea page and found it interesting.

Could anyone here please share some details about what new features
are expected or some small feature-request which can help me get started ?

regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Browse: improve bookmarks management

2016-03-07 Thread Utkarsh Tiwari
Hola!,
 I have pushed a patch to add the feature-request mentioned on
this bug page- > https://bugs.sugarlabs.org/ticket/4714.

PRs - https://github.com/sugarlabs/browse-activity/pull/26
  https://github.com/sugarlabs/sugar-toolkit-gtk3/pull/311

Please review it and let me know your suggestions.

Regards,
Utkarsh Tiwari


On Sat, Mar 5, 2016 at 3:23 PM, Utkarsh Tiwari 
wrote:

> Hello everyone,
>   I would like to work on this defect(feature)
> -> https://bugs.sugarlabs.org/ticket/4714
> Could anyone please update the ticket status?
>
> Regards,
> Utkarsh Tiwari
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Journal: no accessebility keys [enhancement]

2016-03-08 Thread Utkarsh Tiwari
Hello,
 I would like to work upon this enhancement ->
https://bugs.sugarlabs.org/ticket/4891
Could anyone please guide me how to go about it?

Thank you,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Gtk.TreeView Error

2016-03-12 Thread Utkarsh Tiwari
Hi,
 I am trying to grab focus of a specific cell in a Gtk.TreeView
instance through this technique ->
*https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c
<https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c>*

But I am getting this error->* " 'TreeViewColumn' object has no attribute
'get_cell_renderers' " *
though the *Gtk.TreeViewColumn *official docs mentions the
*get_cell_renderers()* function.

Could anyone here please help me with this?

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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 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 should only have 1 cell renderer anyway.
>
> Thanks,
> Sam
>
> [1]
> http://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/TreeViewColumn.html#methods
>
>
> On Sat, Mar 12, 2016 at 8:59 PM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com> wrote:
>
> Hi,
>  I am trying to grab focus of a specific cell in a Gtk.TreeView
> instance through this technique -> 
> *https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c
> <https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c>*
>
> But I am getting this error->* " 'TreeViewColumn' object has no attribute
> 'get_cell_renderers' " *
> though the *Gtk.TreeViewColumn *official docs mentions the
> *get_cell_renderers()* function.
>
> Could anyone here please help me with this?
>
> Thanks,
> Utkarsh Tiwari
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


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:

> 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 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 should only have 1 cell renderer anyway.
>>
>> Thanks,
>> Sam
>>
>> [1]
>> http://lazka.github.io/pgi-docs/index.html#Gtk-3.0/classes/TreeViewColumn.html#methods
>>
>>
>> On Sat, Mar 12, 2016 at 8:59 PM, Utkarsh Tiwari <
>> iamutkarshtiw...@gmail.com> wrote:
>>
>> Hi,
>>  I am trying to grab focus of a specific cell in a Gtk.TreeView
>> instance through this technique -> 
>> *https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c
>> <https://gist.github.com/iamutkarshtiwari/a826625eb0ebcd63c91c>*
>>
>> But I am getting this error->* " 'TreeViewColumn' object has no
>> attribute 'get_cell_renderers' " *
>> though the *Gtk.TreeViewColumn *official docs mentions the
>> *get_cell_renderers()* function.
>>
>> Could anyone here please help me with this?
>>
>> Thanks,
>> Utkarsh Tiwari
>>
>>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Added accessibiluty keys to Journal [Sugar]

2016-03-13 Thread Utkarsh Tiwari
Hello everyone,
 I recently created a PR to implement this
feature -> https://bugs.sugarlabs.org/ticket/4891
Please have a look and put forward you suggestions.

PR- https://github.com/sugarlabs/sugar/pull/667

Regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Completed Hindi Tranlations

2016-03-13 Thread Utkarsh Tiwari
Hello everyone,
 I have completed the Hindi translations for the
following activities.

TurtleArt - http://translate.sugarlabs.org/hi/TurtleArt/
Card -  http://translate.sugarlabs.org/hi/CardSort/
Calculate -
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Completed Hindi Tranlations

2016-03-13 Thread Utkarsh Tiwari
Sorry, I accidentaly sent the above incomplete message. :(

Here are the links -

TurtleArt -http://translate.sugarlabs.org/hi/TurtleArt/
CardSort -http://translate.sugarlabs.org/hi/CardSort/
Calculate -   http://translate.sugarlabs.org/hi/Calculate/
Image Viewer- http://translate.sugarlabs.org/hi/ImageViewer/
Memorize -  http://translate.sugarlabs.org/hi/Memorize/
Paint -  http://translate.sugarlabs.org/hi/Paint/
Physics -  http://translate.sugarlabs.org/hi/Physics/
Pippy-  http://translate.sugarlabs.org/hi/Pippy/
Reflections -http://translate.sugarlabs.org/hi/Reflection/
TypingTurtle-   http://translate.sugarlabs.org/hi/TypingTurtle/

These translations are ready to be merged. Other activities' translation
are in process.

Regards,
Utkarsh Tiwari




On Mon, Mar 14, 2016 at 2:25 AM, Utkarsh Tiwari 
wrote:

> Hello everyone,
>  I have completed the Hindi translations for the
> following activities.
>
> TurtleArt - http://translate.sugarlabs.org/hi/TurtleArt/
> Card -  http://translate.sugarlabs.org/hi/CardSort/
> Calculate -
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Fwd: Seeking Proposal Idea Suggestions

2016-03-15 Thread Utkarsh Tiwari
-- Forwarded message --
From: Utkarsh Tiwari 
Date: Wed, 16 Mar 2016 10:05:24 +0530
Subject: Fwd: Seeking Proposal Idea Suggestions
To: "sam.parkinson3" , "Sam P." 

-- Forwarded message --
From: Utkarsh Tiwari 
Date: Wed, 16 Mar 2016 03:51:55 +0530
Subject: Seeking Proposal Idea Suggestions
To: Walter Bender , James Cameron 

Hi,
I am applying to GSoC 2016 and would like to work on "Sugar
Journal save option" as proposed by Mr. Tony Anderson. I have also
been working on adding some long-needed feature enhancements ->
Here is a glimpse of all of them ( Gifs attached with PRs on github to
demonstrate the features) ->

Download notification [BROWSE]->
https://github.com/sugarlabs/browse-activity/pull/24
Bookmark Manager Improvement [BROWSE]->
https://github.com/sugarlabs/browse-activity/pull/26
Keyboard accessiblity to Journal [JOURNAL] ->
https://github.com/sugarlabs/sugar/pull/667

I would like to work more on them and improve them as a part of the project.
I was wondering if I could also propose above ideas along with "Sugar
Journal save option" idea in my GSoC proposal? Will all of these
altogether be fit for 3 months timeline.?

Please share your suggestions on this.

Thank you,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Need help with sugar-toolkit-gtk3

2016-03-21 Thread Utkarsh Tiwari
Hi,

Is there any way to get the currently active
activity(sugar3.activity.activity -> class Activity()) instance ?

I need this access to call a function of "Activity class" in
activity.py to activate a feature I have integrated.

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Iconify sugar icons

2016-03-26 Thread Utkarsh Tiwari
Hi,
I am trying to iconify my sugar activity icon but facing some
unexpected results.

https://gist.github.com/iamutkarshtiwari/21190c9d5d850c4ba125

I have attached the 'before' and 'after' results.

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Iconify sugar icons

2016-03-26 Thread Utkarsh Tiwari
Oh..wow! This is exactly what I needed to do, fill the second color.

That's what I have been struggling(couldn't figure out exact problem
with the original svg) with since a long time. Now there won't be any
complains regarding my activity icons in future ;)

Thanks,
Utkarsh Tiwari


On 3/26/16, Walter Bender  wrote:
> How about something like the attached?
>
> On Sat, Mar 26, 2016 at 9:08 AM, Walter Bender 
> wrote:
>
>> Looks like Sugariconify did the correct thing. It is just that the icon
>> itself would be better if it used some fill for the second color.
>>
>> -walter
>>
>> On Sat, Mar 26, 2016 at 7:44 AM, Utkarsh Tiwari <
>> iamutkarshtiw...@gmail.com> wrote:
>>
>>> Hi,
>>> I am trying to iconify my sugar activity icon but facing some
>>> unexpected results.
>>>
>>> https://gist.github.com/iamutkarshtiwari/21190c9d5d850c4ba125
>>>
>>> I have attached the 'before' and 'after' results.
>>>
>>> Thanks,
>>> Utkarsh Tiwari
>>>
>>> ___
>>> Sugar-devel mailing list
>>> Sugar-devel@lists.sugarlabs.org
>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>>
>>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> <http://www.sugarlabs.org>
>>
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> <http://www.sugarlabs.org>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Iconify sugar icons

2016-03-26 Thread Utkarsh Tiwari
Could you please share the exact command you used in the terminal?

Thanks,
Utkarsh

On 3/26/16, Utkarsh Tiwari  wrote:
> Oh..wow! This is exactly what I needed to do, fill the second color.
>
> That's what I have been struggling(couldn't figure out exact problem
> with the original svg) with since a long time. Now there won't be any
> complains regarding my activity icons in future ;)
>
> Thanks,
> Utkarsh Tiwari
>
>
> On 3/26/16, Walter Bender  wrote:
>> How about something like the attached?
>>
>> On Sat, Mar 26, 2016 at 9:08 AM, Walter Bender 
>> wrote:
>>
>>> Looks like Sugariconify did the correct thing. It is just that the icon
>>> itself would be better if it used some fill for the second color.
>>>
>>> -walter
>>>
>>> On Sat, Mar 26, 2016 at 7:44 AM, Utkarsh Tiwari <
>>> iamutkarshtiw...@gmail.com> wrote:
>>>
>>>> Hi,
>>>> I am trying to iconify my sugar activity icon but facing some
>>>> unexpected results.
>>>>
>>>> https://gist.github.com/iamutkarshtiwari/21190c9d5d850c4ba125
>>>>
>>>> I have attached the 'before' and 'after' results.
>>>>
>>>> Thanks,
>>>> Utkarsh Tiwari
>>>>
>>>> ___
>>>> Sugar-devel mailing list
>>>> Sugar-devel@lists.sugarlabs.org
>>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>>>
>>>>
>>>
>>>
>>> --
>>> Walter Bender
>>> Sugar Labs
>>> http://www.sugarlabs.org
>>> <http://www.sugarlabs.org>
>>>
>>
>>
>>
>> --
>> Walter Bender
>> Sugar Labs
>> http://www.sugarlabs.org
>> <http://www.sugarlabs.org>
>>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Iconify sugar icons

2016-03-26 Thread Utkarsh Tiwari
Sir I didn't get you?

Thank you,
Utkarsh

On 3/26/16, Walter Bender  wrote:
> emacs input.svg
>
> -walter
>
> On Sat, Mar 26, 2016 at 9:27 AM, Utkarsh Tiwari
> 
> wrote:
>
>> Could you please share the exact command you used in the terminal?
>>
>> Thanks,
>> Utkarsh
>>
>> On 3/26/16, Utkarsh Tiwari  wrote:
>> > Oh..wow! This is exactly what I needed to do, fill the second color.
>> >
>> > That's what I have been struggling(couldn't figure out exact problem
>> > with the original svg) with since a long time. Now there won't be any
>> > complains regarding my activity icons in future ;)
>> >
>> > Thanks,
>> > Utkarsh Tiwari
>> >
>> >
>> > On 3/26/16, Walter Bender  wrote:
>> >> How about something like the attached?
>> >>
>> >> On Sat, Mar 26, 2016 at 9:08 AM, Walter Bender
>> >> > >
>> >> wrote:
>> >>
>> >>> Looks like Sugariconify did the correct thing. It is just that the
>> >>> icon
>> >>> itself would be better if it used some fill for the second color.
>> >>>
>> >>> -walter
>> >>>
>> >>> On Sat, Mar 26, 2016 at 7:44 AM, Utkarsh Tiwari <
>> >>> iamutkarshtiw...@gmail.com> wrote:
>> >>>
>> >>>> Hi,
>> >>>> I am trying to iconify my sugar activity icon but facing some
>> >>>> unexpected results.
>> >>>>
>> >>>> https://gist.github.com/iamutkarshtiwari/21190c9d5d850c4ba125
>> >>>>
>> >>>> I have attached the 'before' and 'after' results.
>> >>>>
>> >>>> Thanks,
>> >>>> Utkarsh Tiwari
>> >>>>
>> >>>> ___
>> >>>> Sugar-devel mailing list
>> >>>> Sugar-devel@lists.sugarlabs.org
>> >>>> http://lists.sugarlabs.org/listinfo/sugar-devel
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>> --
>> >>> Walter Bender
>> >>> Sugar Labs
>> >>> http://www.sugarlabs.org
>> >>> <http://www.sugarlabs.org>
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Walter Bender
>> >> Sugar Labs
>> >> http://www.sugarlabs.org
>> >> <http://www.sugarlabs.org>
>> >>
>> >
>>
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> <http://www.sugarlabs.org>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Activity Updates

2016-03-27 Thread Utkarsh Tiwari
Hello,
   I have now sugarized all of my activities' icons and fixed some
of their bugs. Please review them and share your suggestions.

link - http://activities.sugarlabs.org/en-US/sugar/users/info/13555

Thank you,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Screenshot feature [GSoC Project]

2016-03-29 Thread Utkarsh Tiwari
Hi,
This feature is expected to push a popup on 1 keypress. So this
should happen almost everywhere- home view, running activities, settings
view, etc.

For the activities..I have figured out where I need to make the changes.
But for the home and other windows, could anyone please suggest where I
need to make changes?

Thanks,
Utkarsh
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-04-02 Thread Utkarsh Tiwari
Hi,
I have developed the working prototype of the "screenshot popup
feature" wherein user could modify the name of the captured
screenshot. Here is the demonstration of it's working ->
http://imgur.com/0e1iq4v

Please let me know you suggestions so that I can push it's PR soon :)

Thanks,
Utkarsh Tiwari

On 3/30/16, James Cameron  wrote:
> On Tue, Mar 29, 2016 at 01:50:33PM +0530, Utkarsh Tiwari wrote:
>> Hi,
>> This feature is expected to push a popup on 1 keypress. So this
>> should happen almost everywhere- home view, running activities,
>> settings view, etc.
>
> The Alt+1 accelerator happens everywhere already.
>
>> For the activities..I have figured out where I need to make the
>> changes.  But for the home and other windows, could anyone please
>> suggest where I need to make changes?
>
> By using a floating icon like the paste clipboard icon, you would
> only need to do it in one place.
>
> Where's your feature page?
>
> Please write it and add it to 0.110/Feature_List, see the red link on
> http://wiki.sugarlabs.org/go/Features
>
> --
> James Cameron
> http://quozl.netrek.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-04-03 Thread Utkarsh Tiwari
Hi Sam,
This feature will actually help the user modify the name
of the screenshot at the very moment he captures it (like what happens
in Ubuntu). In case of Journal, the user might forget later for what
purpose he took that screenshot since the default name "Screenshot of
X" doesn't convey much meaning and it's kind of tiring to navigate to
the Journal from an activity to just change a name.

This feature was requested my Mr. Tony Anderson so I started working on it.

Thanks,
Utkarsh Tiwari


On 4/3/16, Sam Parkinson  wrote:
> Hi Utkarsh,
>
> The modal popup looks very nice.  We actually need to make an api for
> modal popups so that we can replace the sub menus (eg. in journal
> palettes) with modal popups.  That might interest you.
>
> Anyway, how does this feature work in with the current screenshot
> feature?  You can already take a screenshot by going into the frame,
> clicking the display button and then clicking the screenshot button.
> (There is also the Ctrl-1 keyboard shortcut).
>
> Why do you add a modal popup?  Doesn't the journal already let users
> rename the screenshot?  Couldn't the screenshot taken notification be
> less obtrusive (eg, add a notification under the journal icon, similar
> the way that activity notifications work)?
>
> Thanks,
> Sam
>
> On Sun, Apr 3, 2016 at 8:39 AM, Utkarsh Tiwari
>  wrote:
>> Hi,
>> I have developed the working prototype of the "screenshot popup
>> feature" wherein user could modify the name of the captured
>> screenshot. Here is the demonstration of it's working ->
>> http://imgur.com/0e1iq4v
>>
>> Please let me know you suggestions so that I can push it's PR soon :)
>>
>> Thanks,
>> Utkarsh Tiwari
>>
>> On 3/30/16, James Cameron  wrote:
>>>  On Tue, Mar 29, 2016 at 01:50:33PM +0530, Utkarsh Tiwari wrote:
>>>>  Hi,
>>>>  This feature is expected to push a popup on 1 keypress. So
>>>> this
>>>>  should happen almost everywhere- home view, running activities,
>>>>  settings view, etc.
>>>
>>>  The Alt+1 accelerator happens everywhere already.
>>>
>>>>  For the activities..I have figured out where I need to make the
>>>>  changes.  But for the home and other windows, could anyone please
>>>>  suggest where I need to make changes?
>>>
>>>  By using a floating icon like the paste clipboard icon, you would
>>>  only need to do it in one place.
>>>
>>>  Where's your feature page?
>>>
>>>  Please write it and add it to 0.110/Feature_List, see the red link
>>> on
>>>  http://wiki.sugarlabs.org/go/Features
>>>
>>>  --
>>>  James Cameron
>>>  http://quozl.netrek.org/
>>>  ___
>>>  Sugar-devel mailing list
>>>  Sugar-devel@lists.sugarlabs.org
>>>  http://lists.sugarlabs.org/listinfo/sugar-devel
>>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-04-03 Thread Utkarsh Tiwari
Hi Dave,
 Thanks for your appreciation. I think this feature isn't
intrusive also because if the user wants to ignore or cancel the save,
he can simply do so by pressing Esc key.

Golden Rule- Giving the user a choice to do something but not force it. ;)

Thanks,
Utkarsh Tiwari

On 4/4/16, Dave Crossland  wrote:
> I think this is a good change/feature
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Need help with sugar-toolkit-gtk3

2016-04-04 Thread Utkarsh Tiwari
Hi,
   Whenever we start an activity from homeview, it gets registered in
the Journal (through datastore.write()).

 I have inspected the activity.py file but there is someplace else
besides activity.py where the datastore is being modified(activity
instance is being added). I need to figure this out to implement the
"Save As" feature to intervene the datastore.write() call so that user
could provide the activity name. Could anyone please  point me in the
right direction?

Thanks,
Utkarsh Tiwari

On 3/22/16, Tony Anderson  wrote:
> Hi,
>
> I am not sure what you are asking. Read the excellent comment in
> activity.py. There are set_canvas, read_file, and write_file among other
> examples of functions in activity.py directly accessible by the
> sub-class. Normally, that activity is referenced by 'self'.
>
> Tony
>
> On 03/22/2016 12:02 AM, Utkarsh Tiwari wrote:
>> Hi,
>>
>> Is there any way to get the currently active
>> activity(sugar3.activity.activity -> class Activity()) instance ?
>>
>> I need this access to call a function of "Activity class" in
>> activity.py to activate a feature I have integrated.
>>
>> Thanks,
>> Utkarsh Tiwari
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Need help with sugar-toolkit-gtk3

2016-04-04 Thread Utkarsh Tiwari
I did that. Even after disabling "datastore.write()" functions inside
activity.py ... the activity instance is stiil getting registered in
the Journal.

Thanks,
Utkarsh Tiwari

On 4/5/16, James Cameron  wrote:
> Try this?
>
> When the shell (aka home view) starts a new instance of an activity,
> it calls the Activity.__init__() method, which calls
> _initialize_journal_object() method, which calls datastore.create(),
> followed by datastore.write().
>
> On Mon, Apr 04, 2016 at 05:08:10PM +0530, Utkarsh Tiwari wrote:
>> Hi,
>>Whenever we start an activity from homeview, it gets registered in
>> the Journal (through datastore.write()).
>>
>>  I have inspected the activity.py file but there is someplace else
>> besides activity.py where the datastore is being modified(activity
>> instance is being added). I need to figure this out to implement the
>> "Save As" feature to intervene the datastore.write() call so that user
>> could provide the activity name. Could anyone please  point me in the
>> right direction?
>>
>> Thanks,
>> Utkarsh Tiwari
>>
>> On 3/22/16, Tony Anderson  wrote:
>> > Hi,
>> >
>> > I am not sure what you are asking. Read the excellent comment in
>> > activity.py. There are set_canvas, read_file, and write_file among
>> > other
>> > examples of functions in activity.py directly accessible by the
>> > sub-class. Normally, that activity is referenced by 'self'.
>> >
>> > Tony
>> >
>> > On 03/22/2016 12:02 AM, Utkarsh Tiwari wrote:
>> >> Hi,
>> >>
>> >> Is there any way to get the currently active
>> >> activity(sugar3.activity.activity -> class Activity()) instance ?
>> >>
>> >> I need this access to call a function of "Activity class" in
>> >> activity.py to activate a feature I have integrated.
>> >>
>> >> Thanks,
>> >> Utkarsh Tiwari
>> >> ___
>> >> Sugar-devel mailing list
>> >> Sugar-devel@lists.sugarlabs.org
>> >> http://lists.sugarlabs.org/listinfo/sugar-devel
>> >
>> > ___
>> > Sugar-devel mailing list
>> > Sugar-devel@lists.sugarlabs.org
>> > http://lists.sugarlabs.org/listinfo/sugar-devel
>> >
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
> --
> James Cameron
> http://quozl.netrek.org/
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-04-07 Thread Utkarsh Tiwari
Hi,
Here is the PR to the screenshot feature ->
https://github.com/sugarlabs/sugar/pull/675

Thank you,
Utkarsh Tiwari

On 4/4/16, Utkarsh Tiwari  wrote:
> Hi Dave,
>  Thanks for your appreciation. I think this feature isn't
> intrusive also because if the user wants to ignore or cancel the save,
> he can simply do so by pressing Esc key.
>
> Golden Rule- Giving the user a choice to do something but not force it. ;)
>
> Thanks,
> Utkarsh Tiwari
>
> On 4/4/16, Dave Crossland  wrote:
>> I think this is a good change/feature
>>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-04-08 Thread Utkarsh Tiwari
Hi,
 I have all these following listed inconsistencies as suggested ->
1- Esc key handler removed.
2- Enter key hander removed.
3- Now the screenshot can be saved only via save(check) toolbutton.
4- The screenshot alert can be 'not save' or 'cancelled' via cancel(X)
toolbutton.

PR- https://github.com/sugarlabs/sugar/pull/675

Please update me if further modifications are required.

Thank you,
Utkarsh Tiwari

On 4/8/16, Tony Anderson  wrote:
> Hi,
>
> Consistency is very important to our users. Using Esc for this is unusual.
>
>
> I have trouble following the screencast. It looks like you offer a check
> and an x for the user. It also looks like an enter after providing the
> title acts as
> the check. The x appears to save the screenshot without changing the
> title. The user doesn't appear to have an option not to save the
> screenshot. Arguably the workflow would be to complete the task and then
> go to the Journal to erase the unneeded screenshots. I have taken
> screenshots and realized, for example, that the cursor was not on the
> right toolbar item. For these, I would like to be able to have a 'no
> save' option.
>
> Using Esc is not consistent with the way the rest of Sugar works and
> doesn't seem needed since you offer an equivalent one-click option in
> the alert/pop-up.
>
> Tony
>
> On 04/08/2016 02:07 PM, Utkarsh Tiwari wrote:
>> Hi,
>>  Here is the PR to the screenshot feature ->
>> https://github.com/sugarlabs/sugar/pull/675
>>
>> Thank you,
>> Utkarsh Tiwari
>>
>> On 4/4/16, Utkarsh Tiwari  wrote:
>>> Hi Dave,
>>>   Thanks for your appreciation. I think this feature isn't
>>> intrusive also because if the user wants to ignore or cancel the save,
>>> he can simply do so by pressing Esc key.
>>>
>>> Golden Rule- Giving the user a choice to do something but not force it.
>>> ;)
>>>
>>> Thanks,
>>> Utkarsh Tiwari
>>>
>>> On 4/4/16, Dave Crossland  wrote:
>>>> I think this is a good change/feature
>>>>
>> .
>>
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Terminal Activity strings

2016-04-09 Thread Utkarsh Tiwari
Hi,
I have completed the *Hindi* translations for the *Terminal activity*.
The *hi.po* file can downloaded from ->
http://translate.sugarlabs.org/hi/Terminal/

Regards,
Utkarsh Tiwari

On Fri, Apr 8, 2016 at 9:35 AM, James Cameron  wrote:

> On Thu, Apr 07, 2016 at 10:25:58PM -0400, Chris Leonard wrote:
> > On Thu, Apr 7, 2016 at 3:22 AM, James Cameron  wrote:
> > > On Thu, Apr 07, 2016 at 01:20:42AM -0400, Chris Leonard wrote:
> > >> Dear Sugar developers,
> > >>
> > >> The Terminal Activity is going to get a new version release in the
> > >> very near future.  [...]
> >
> > >> Apparently in the course of the gtk3 port, some of these strings
> > >> went away
> > >>
> > >> Open New Tab
> > >> Close Tab
> > >> Previous Tab
> > >> Next Tab
> >
> > > Yes, they went away, the functions were removed at that point,
> > > because the Gtk3 notebook widget includes those functions.
> >
> > Thanks for the trail of breadcrumbs, I will chase those strings
> > upstream in our languages.
> > >
> > > It was discussed and reviewed at the time;
> > > http://lists.sugarlabs.org/archive/sugar-devel/2012-June/038188.html
> >
> > >> I'd like to to ask whether we lost functionality along with the loss
> > >> of the strings about tabs.
> > >
> > > Yes, but I'm not worried.  We've ended up with mildly discoverable
> > > shortcuts instead.
> > >
> > >> Can we do anything to improve these strings?
> > >
> > > Remove the help text?  The Help button might activate the Help
> > > Activity instead, (shortcut alt+shift+h), the new home for in-activity
> > > help, but not sure if Help is in the translation infrastructure; it
> > > isn't in the pull-down menu on your referenced page!
> > >
> > > https://github.com/godiard/help-activity
> > >
> > > The Terminal section of Help Activity also needs a few updates; it is
> > > overly XO and Fedora specific.  I tried rewriting it yesterday, but
> > > couldn't bring myself to tell children to use pwd, ls, or rm.  ;-}
> > >
> > >> For instance, this one uses incorrect English grammar:
> > >> Locations: terminal.py:236
> > >>
> > >> List the content of a directory.
> >
> > I'll submit a pull request with the minor tweak.
> >
> > > Originating authors may not have been English as first language
> > > speakers.
> >
> > Yes, we are fortunate to have such a diverse group of collaborators,
> > one of the primary reason we bother to maintain a lang-en project in
> > Pootle is to make sure new strings get a look by a localizer (usually
> > me).  Interestingly, lang en_GB was commonly re-purposed by OLPC
> > Australia for the orthographic variations, but if you have any
> > thoughts on whether or not we should have an en_AU project, I'd be
> > glad to hear them.
>
> I don't know of any deployment of Sugar in Australia, OLPC AU has
> moved to Android, and is no longer involved here at Sugar Labs, as far
> as I can see.  So don't bother with en_AU.
>
> > >> The plural form "contents" would be better in this string.  Admittedly
> > >> that by itself is a small thing and an easy fix, but I would like to
> > >> ask folks to look at this code to see if we cqn improve the i18n of
> > >> any strings.  Some of the help strings do not appear to be all that
> > >> helpful and it is not entirely clear if some would actually be
> > >> translated at all (e.g. cd).
> >
> > I'm still a little concerned about whether the strings will achieve
> > their goal of being helpful, but that is lessened by their secondary
> > visibility
> >
> > >> I would very much appreciate some additional eyes on this, keeping
> > >> translation in mind.
> > >
> > > Thanks for looking into this, hope I've helped.
> >
> > You've been very helpful, Thank you.  The localizers have been
> > notified and we've got German and a first draft of Spanish already.
> > I'll make a manual github pull to land what PO updates we have once
> > Spanish is finalized, if that is okay.  I don't want to delay your
> > release unnecessarily, but I am of the opinion that Spanish is a
> > must-have.
> >
> > cjl
>
> --
> James Cameron
> http://quozl.netrek.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [DESIGN] Screenshot popup feature

2016-04-09 Thread Utkarsh Tiwari
Hi everyone,
 I have created this thread to gain the community
consensus on the design expectations of the Screenshot popup feature.
Since difference community members have their individual feedbacks
regarding the UI design so it would be better to have discussion about
this.
Here is the current proposed design -> http://imgur.com/0e1iq4v

Features->
1- Esc key dismisses the popup and discards the screenshot.
2- Enter key saves the screenshot and dismisses the popup.
3- Toolbuttons (TBD)

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [DESIGN] Display clock in frame

2016-04-10 Thread Utkarsh Tiwari
Hi,
I would like to work on this feature-enhancement ->
https://bugs.sugarlabs.org/ticket/3829.
Could anyone here please share the expected behaviors and design ?

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [DESIGN] Display clock in frame

2016-04-10 Thread Utkarsh Tiwari
Hi,
It seems that someone had already submitted a patch for the frame
clock -> 
http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg03934.html.
Then why isn't it yet implemented in Sugar?

Thanks,
Utkarsh Tiwari

On 4/11/16, James Cameron  wrote:
> Thanks for offering to work on these features.
>
> They have been discussed and designed previously, please do some
> research into previous discussions.  Search sugar-devel@ archives
> carefully, and summarise what you find.
>
> There are two features in the ticket;
>
> 1.  adjust clock,
>
> 2.  display clock.
>
> --
>
> For adjust clock, refer to my pull request (you have seen this
> already) which uses NTP;
> https://github.com/godiard/clock-activity/pull/2
>
> Let's call this "adjust clock to network time".  This function may be
> moved from the clock activity to the My Settings control panel in
> Sugar.
>
> Setting the clock manually could be offered if NTP fails.  Let's call
> this "adjust clock manually".
>
> At OLPC, my main concern with an "adjust clock manually" feature is
> that it may stop laptop boot because of deployment security and date
> limited lease signatures.  To control for this impact, I suggest;
>
> 1.  provide GSettings to disable "adjust clock manually" feature,
> which will be used by olpc-os-builder,
>
> Please make a feature page:
> https://wiki.sugarlabs.org/go/Features
>
> --
>
> For displaying the clock, refer to previous discussions, for example;
> https://wiki.sugarlabs.org/go/Design_Team/Proposals/Frame#Frame_Clock
>
> Please take over and update the feature page:
> https://wiki.sugarlabs.org/go/Features/Clock_in_Frame
>
> At OLPC, my main concern with display clock feature is that it will
> wake up the CPU and consume power on a regular basis.  This scales
> across the laptop population.  To control for this impact, I suggest;
>
> 1.  by default, display hours and minutes, not seconds,
>
> 2.  blank the clock before an automatic power management suspend
> event, which requires some interprocess communication with powerd.
>
> Hope this helps!
>
> On Mon, Apr 11, 2016 at 01:37:24AM +0530, Utkarsh Tiwari wrote:
>> Hi,
>> I would like to work on this feature-enhancement ->
>> https://bugs.sugarlabs.org/ticket/3829.
>> Could anyone here please share the expected behaviors and design ?
>>
>> Thanks,
>> Utkarsh Tiwari
>
> --
> James Cameron
> http://quozl.netrek.org/
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [DESIGN] Improve bookmarks management-BROWSE

2016-04-12 Thread Utkarsh Tiwari
Hello everyone,
 Sorry for the delay. I should have done this
way long back :D Anyway, here is the proposed design for the improved
bookmark management in Browse - >
https://github.com/sugarlabs/browse-activity/pull/26

Please share your views on the design or some improvements which could
be made to the current standing PR.

P.S.- Gifs are attached in the comment section of the PR

Thank you,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] BookmarksTab: Show most visited web sites [BROWSE]

2016-04-15 Thread Utkarsh Tiwari
Hi,
 I would like to add this enhancement to Browse activity ->
https://bugs.sugarlabs.org/ticket/4394

Could anyone please guide me how to go about it?

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] BUG 4919 Fix [Help][GSoC Student]

2016-04-16 Thread Utkarsh Tiwari
Hi,
Here is the patch to add this
(https://bugs.sugarlabs.org/ticket/4919) requested feature to the list
view.
PR- https://github.com/sugarlabs/sugar/pull/680

Thanks,
Utkarsh Tiwari

On 4/16/16, Sanchit Bansal  wrote:
> Hey
>
> I want to work on this bug , can you guys suggest where exactly is this bug
> found , as in which website?
>
> link: https://bugs.sugarlabs.org/ticket/4919#no1
>
> --
>
> Regards
>
> *"Per aspera ad astra"*
>
> *Sanchit Bansal*
>
> First Year Undergraduate | Class of 2018
>
> M +91 8222940537 | sanchit.bansal_u...@ashoka.edu.in |
> www.sanchitbansal.xyz
>
>
> CAMPUS Plot No. 2, Rajiv Gandhi Education City, Kundli, NCR
>
> [image: Inline image 1]
>
> *Notice*: This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you are not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the information contained in
> this e-mail message and/or attachments to it are strictly prohibited. If
> you have received this email by error, please notify us by return e-mail or
> telephone and immediately and permanently delete the message and any
> attachments.
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Screenshot feature [GSoC Project]

2016-04-17 Thread Utkarsh Tiwari
Hi,
I guess the current standing PR shows the screenshot popup in the
"My settings" style because most of it's code is derived from "My
settings" panel.

If everyone agree upon the current styling, I can modify the patch to
the community expectations.

Thanks,
Utkarsh Tiwari

On 4/14/16, Sam P.  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Dave is right.  The my settings is the dominant and more flexable style.
>
> Maybe we could move the password prompt into the palette, or convert it to
> the better style?
>
> Isn't the journal full alert one of the most confusing things for users?
> Isn't it something that really needs to be majored; instead of yelling at
> the user for doing using storage, we could suggest jobjects+bundles for them
> to remove!  We could even integrate a backup function in there!
>
> On 13 April 2016 2:18:10 PM AEST, James Cameron  wrote:
>>On Tue, Apr 12, 2016 at 11:57:59PM -0400, Dave Crossland wrote:
>>>
>>> On 12 April 2016 at 21:05, James Cameron <[1]qu...@laptop.org> wrote:
>>>
>>> The question at hand is whether the new screenshot dialog from
>>Utkarsh
>>> should be styled like the wireless password dialog, or styled
>>like My
>>> Settings.
>>>
>>> Seems to me the "My Settings" style is better.
>>
>>Thanks.  Do you think the wireless password prompt and journal full
>>warnings should also follow this style?
>>
>>--
>>James Cameron
>>http://quozl.netrek.org/
>>___
>>Sugar-devel mailing list
>>Sugar-devel@lists.sugarlabs.org
>>http://lists.sugarlabs.org/listinfo/sugar-devel
>
> - --
> Sent from my phone. Please excuse my brevity.
> -BEGIN PGP SIGNATURE-
> Version: APG v1.1.1
>
> iQJOBAEBCgA4BQJXDrdvMRxTYW0gUC4gKE1vYmlsZSBOZXh1cyA0IEN5YW5vZ2Vu
> KSA8c2FtQHNhbS50b2RheT4ACgkQvdyMwXnhrYMhaw/9F7YRzsSqELrvvixf+hg0
> AkhOVAjwTw29AF6KrHXgokdw9z69an0eLcdnLNLAXIl+3coKWGbJ7FKtDuE1d5Ey
> t4zZ+wC0uGzb5pK/3abJwZiG/bk+Pk5p8AWZiXJ2ksBeqTMCHoZ7ZSWZIOWHT4g1
> iwnYtQce/kpUgUN7iuD/+j9sQjPIGgOqFSq2rICobIEjqocUXu3BrzYUCwIq58ek
> y+rUojzihFzDYPzN7dw2VRwtjijRIyKySKRuWYtFoDXX8HMJSQaBuT1HDtxXK/dD
> 6UFZ8oKCiIkdWsN0e8ys1QWCPAvYJiTzW3eyfDUYGVIV32VibsPsQaLEdkB3ltf8
> BoxOFYrLmxrY9sJWrbtd1q7TgW3Qpgq4wJWdLNxcsUFrrzpn0cAfpoY2rpLUgNal
> vNsjdEjewbbR2BNzU7XLhkXhstqq9HBbUUq6H2jyOFdXsu0fiDQfoI8iAv3dmmgD
> SxVj1p3QpakccQZpAF7sB03qM6+zUhSujZXKiq1JaMEGYvfg28gZyFxBDYonEHp5
> UyWirKvLdo7KsZDQJonpiwjlSxsNY/5CRMYlBSHrEtwS8447xrOJy5vA6QOcmEIr
> PEpX7QLJnFXefNQ37bN3wSYnHwSzvkJSCRbC0aiLCjUwr3+EK9edbfelMSwtN0JJ
> YOzN57sVdLXMskJ//hQrHXk=
> =Rh1Q
> -END PGP SIGNATURE-
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] [DESIGN] [BROWSE] - Toolbar Expansion and Fiddler Integrations

2016-04-20 Thread Utkarsh Tiwari
Hi,
As suggested by Mr. Tony Anderson, I have reworked the UI of the
previous year GSoC project (JS Fiddler) by Ms. Richa Sehgal. This
modifications will provide for extra space for the extra toolbuttons
to be added in future and makes the UI look more clean. I have also
re-positioned the 'Fiddler' sub-options to align with Sugar style.

Please have a look -> http://imgur.com/gIKfapm and share your suggestions.

P.S.- Please download and open the Gif in fullscreen mode to get a closer look.

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Regarding GSoC proposal

2016-04-20 Thread Utkarsh Tiwari
Hi,

I guess it's too late for this but I couldn't add the 'screenshot'
popup prototype I developed to my proposal :( Is there anything I
could do fix it?

Regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] New Sugar labs website

2016-04-23 Thread Utkarsh Tiwari
Hi,

 You can look up for the selected projects on this page -
https://wiki.sugarlabs.org/go/Summer_of_Code/2016

Regards,
Utkarsh Tiwari
On Apr 23, 2016 9:58 PM, "Sanchit Bansal" 
wrote:

> Hey , My project was not accepted too, I also want to continue the work I
> have been doing.
>
> Also it would be great if we could know who got accepted for this project
> and if their proposal can be shared here for us to learn more.
>
> On Sat, Apr 23, 2016 at 9:55 PM, Venketesh Mahapatra <
> mahapatra.venket...@gmail.com> wrote:
>
>> "Redesign and recreate sugar labs we appearance" project was not accepted
>> for GSOC this year, but I still want to make the website is it ok?
>>
>> --
>> Venketesh Mahapatra
>> ᐧ
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>
>
> --
>
> Regards
>
> *"Per aspera ad astra"*
>
> *Sanchit Bansal*
>
> First Year Undergraduate | Class of 2018
>
> M +91 8222940537 | sanchit.bansal_u...@ashoka.edu.in |
> www.sanchitbansal.xyz
>
>
> CAMPUS Plot No. 2, Rajiv Gandhi Education City, Kundli, NCR
>
> [image: Inline image 1]
>
> *Notice*: This email and any files transmitted with it are confidential
> and intended solely for the use of the individual or entity to whom they
> are addressed. If you are not the intended recipient, any dissemination,
> use, review, distribution, printing or copying of the information contained
> in this e-mail message and/or attachments to it are strictly prohibited. If
> you have received this email by error, please notify us by return e-mail or
> telephone and immediately and permanently delete the message and any
> attachments.
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] New Sugar labs website

2016-04-23 Thread Utkarsh Tiwari
Hi Dave,
  I have updated SugarLabs GSoC'16 wiki with the list of
the accepted projects/students and their assigned mentors. I'll soon
add my proposal PDF on that page and will ask others students for the
same.

Thanks,
Utkarsh Tiwari

On 4/24/16, Dave Crossland  wrote:
> Venketesh and Sanchit, I suggest signing in to Github and 'watching' the
> https://github.com/sugarlabs/www-sugarlabs repo, so that you get email
> notifications of all comments there, and then participate in the issues and
> pull requests as you are able, along with participating in the IEAP,
> Marketing and this Sugar-Devel lists :)
>
> Utkarsh, I think Sanchit means seeing the proposals that were submitted for
> each project idea. Its a good idea but I think it up to the proposal
> author, to upload their PDF to the Sugarlabs wiki. I will thank everyone
> who submitted a proposal and ask them to do this.
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Proposal PDF upload

2016-04-23 Thread Utkarsh Tiwari
Hello everyone,
 Congratulations to all the selected students!
Looking forward to a exciting summer ahead.

I have updated the SugarLabs GSoC page
[https://wiki.sugarlabs.org/go/Summer_of_Code/2016 ] with the list of
the selected students. I request them all to upload and share their
proposal PDFs on that page for other applicants and newcomers.

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Error: Sugar Environment Setup

2016-04-23 Thread Utkarsh Tiwari
Hi,
 I have just installed the latest Ubuntu 16.04 Gnome release on my
laptop. I am trying to setup the Sugar Environment but getting this
error - https://gist.github.com/anonymous/f359c9bce82bf30e40b9bba11de006dd

Please help.

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Error: Sugar Environment Setup

2016-04-23 Thread Utkarsh Tiwari
Hi Alan,
It's so great to see you back after a long time on
sugar-devel :) I have a fresh clone.

Thanks,
Utkarsh Tiwari

On 4/24/16, Alan Jhonn Aguiar Schwyn  wrote:
> I have 16.10 and not have any problems.Is a fresh clone or have
> modifications?
> https://gist.github.com/AlanJAS/1f45ddfc311973d29d136be497142807
>
>> Date: Sun, 24 Apr 2016 05:22:34 +0530
>> From: iamutkarshtiw...@gmail.com
>> To: sugar-devel@lists.sugarlabs.org
>> Subject: [Sugar-devel] Error: Sugar Environment Setup
>>
>> Hi,
>>  I have just installed the latest Ubuntu 16.04 Gnome release on my
>> laptop. I am trying to setup the Sugar Environment but getting this
>> error -
>> https://gist.github.com/anonymous/f359c9bce82bf30e40b9bba11de006dd
>>
>> Please help.
>>
>> Thanks,
>> Utkarsh Tiwari
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] WebKit2 Browse - Download and Test

2016-04-27 Thread Utkarsh Tiwari
Hi,
The errors which I am facing happened when I pulled the 'webkit2'
branch from https://github.com/sugarlabs/browse-activity.git I switched to
that branch and ran the browse. While tryig to access a page(like google.com),
browse is taking a lot of time and doesnt load the pages at all and
generates the log with the mentioned errors in the previou reply.

What would you all suggest me to do if I want to integrate a new feature
into the browse? Shall I modify the 'webkit2' (it contains BROWSE-158
version I guess..) branch or shall I simply push the PR to 'master' branch?

And where can I find the Browse-157.2?

Thanks,
Utkarsh
On Apr 27, 2016 12:45 PM, "Tony Anderson"  wrote:

> Hi Sam
>
> The goal of Utkarsh's project is to integrate Richa Sehgal's GSOC work
> with Browse. This was the original goal but at the time Gonzalo was not
> available.
> Ideally, an integration with 158 would save a step, I think it would not
> be helpful to use a development project to test webkit2. This is a critical
> feature because the webkit in 157.2 does not support flex - an essential
> feature in specifying layout for reponsive design. This is particularly
> important because browsers mistreat the Sugar screen resulting in poor
> matches between activities on an XO and the same activity on other laptops.
>
> Previous versions of webkit, so far as I know, followed the W3C guidelines
> for partial implementation of html5 and css3 - as Internet Explorer
> famously did not.
>
> Tony
>
> On 04/27/2016 02:43 PM, Sam Parkinson wrote:
>
> Hi Tony,
>
> 157.2 is not a very big release.  If you're not testing the WebKit2 port,
> it is probably not helpful for finding bugs in the webkit2 port.
>
> If you're involved in a deployment using comodity hardware, this is
> probably something that you want to look into.  While webkit2 is a big
> change, it is very important from a security and web-compatibility
> perspective.  Webkit1 is like internet explorer 8 - it hasn't been updates
> for like the last 5 years!
>
> Thanks,
> Sam
>
> On Wed, Apr 27, 2016 at 4:19 PM, Tony Anderson 
>  wrote:
>
> It may be expedient to test with Browse-157.2 which does not use webkit2
> for now. It is doubly hard to debug one change by using another
> software component under test.
>
> Tony
>
> On 04/27/2016 01:27 PM, Utkarsh Tiwari wrote:
>
> Hi,
>     I pulled the 'webkit2' branch from the browse-repo and after
> running the activity I am getting the errors ( can't load a page in
> browse) as shown in the attachment below.
>
> Thanks,
> Utkarsh Tiwari
>
> On 4/19/16, James Cameron   wrote:
>
> Debian bug #802380 has a link that reproduces a "WebKit has crashed"
> dialog on Browse-158, for which I've attached a screenshot.
> http://www.reuters.com/article/2015/10/18/us-new-york-flightcenter-idUSKCN0SC14B20151018
>
> This was with 2.12.0, and it is probably a WebKit problem rather than
> a Browse problem, but it does expose some Browse problems in handling
> a WebKit crash ...
>
> - the cursor keeps spinning,
>
> - the home button doesn't work any more,
>
> - the stop loading button doesn't work either,
>
> - no evidence of the crash in the Browse logs.
>
> The activity stop button worked fine.
>
> On Sat, Apr 09, 2016 at 08:34:44PM +1000, sam@sam.today wrote:
>
> Hi All,
>
> I'm happy to release an unstable version of the WebKit2 browse.  Most
> things
> have been ported and many bugs fixed from the original port.  Please help
> by
> testing this!
>
> Special thanks to Gonzalo Odiard for his huge contribution to the port.
>
> Thanks,
> Sam
>
> =
> Installing
> =
>
> Note, this requires **WebKitGtk+ 2.11.3** or newer.  Practically, this
> means
> use Fedora 24+.
>
> You can install the activity from the git repository branch "webkit2":
> [1]https://github.com/sugarlabs/browse-activity/tree/webkit2
>
> You can use the XO bundle if you prefer:
> [2]https://people.sugarlabs.org/sam/
> Browse-158.xo
> (sha256sum
> 2cd0f96501eea9a5905d0f3bdc1fde88c85069e62d5eb7706f14f85a41b182b2)
>
> Then open Sugar and run the Browse activity.  Please verify that it has
> successfully installed version 158.
>
> Please report bugs somewhere.  You can email me  
> , reply to
> this
> thread, or open them somewhere on bugs.sugarlabs.org.
>
> ==
> What is good about WebKit2?
> ==
>
> * Read the WebKit Security Advisories and feel happy that you are using
> WebKit2
> [1]
> - Read "On WebKit Security Updates" and feel sad again (unless you

Re: [Sugar-devel] WebKit2 Browse - Download and Test

2016-04-27 Thread Utkarsh Tiwari
Hi Sam,
 Your idea looks good. Thank you for putting in your
efforts. If Tony agrees upon the idea of having a separate activity
for JS-fiddler, I can start modifying your activity to completion.

Thanks,
Utkarsh

On 4/27/16, Sam Parkinson  wrote:
> Tony, you are complicating your life by trying to shove this into
> browse.  This could be it's own python activity and that would be
> easier.
>
> To help you on your journey, I hacked something up for you 1 hour last
> weekend.  It is a very basic python activity that almost already
> matches the features of the browse insert.   It's built using WebKit2.
>  You may be interested in basing your further hacking off it [1].  Note
> that it is very rough, and lacks the proper icons, etc.
>
> As a python activity, you can use the gettext framework for i18n, take
> advantage of the journal loading and saving, use CollabWrapper to get
> real time collaberation with very little code.  You could even use the
> WebKit WebInspector to give your students the ability to use the JS
> Console and the inspect element feature.  With sugar3 and python, it's
> all possible.
>
> Thanks,,
> Sam
>
> [1]  https://github.com/samdroid-apps/web-maker-activity
>
> On Wed, Apr 27, 2016 at 5:15 PM, Tony Anderson 
> wrote:
>> Hi Sam
>>
>> The goal of Utkarsh's project is to integrate Richa Sehgal's GSOC
>> work with Browse. This was the original goal but at the time Gonzalo
>> was not available.
>> Ideally, an integration with 158 would save a step, I think it would
>> not be helpful to use a development project to test webkit2. This is
>> a critical feature because the webkit in 157.2 does not support flex
>> - an essential feature in specifying layout for reponsive design.
>> This is particularly important because browsers mistreat the Sugar
>> screen resulting in poor matches between activities on an XO and the
>> same activity on other laptops.
>>
>> Previous versions of webkit, so far as I know, followed the W3C
>> guidelines for partial implementation of html5 and css3 - as Internet
>> Explorer famously did not.
>>
>> Tony
>>
>> On 04/27/2016 02:43 PM, Sam Parkinson wrote:
>>> Hi Tony,
>>>
>>> 157.2 is not a very big release.  If you're not testing the WebKit2
>>> port, it is probably not helpful for finding bugs in the webkit2
>>> port.
>>>
>>> If you're involved in a deployment using comodity hardware, this is
>>> probably something that you want to look into.  While webkit2 is a
>>> big change, it is very important from a security and
>>> web-compatibility perspective.  Webkit1 is like internet explorer 8
>>> - it hasn't been updates for like the last 5 years!
>>>
>>> Thanks,
>>> Sam
>>>
>>> On Wed, Apr 27, 2016 at 4:19 PM, Tony Anderson
>>>  wrote:
>>>> It may be expedient to test with Browse-157.2 which does not use
>>>> webkit2 for now. It is doubly hard to debug one change by using
>>>> another
>>>> software component under test.
>>>>
>>>> Tony
>>>>
>>>> On 04/27/2016 01:27 PM, Utkarsh Tiwari wrote:
>>>>> Hi,
>>>>> I pulled the 'webkit2' branch from the browse-repo and after
>>>>> running the activity I am getting the errors ( can't load a page in
>>>>> browse) as shown in the attachment below.
>>>>>
>>>>> Thanks,
>>>>> Utkarsh Tiwari
>>>>>
>>>>> On 4/19/16, James Cameron  wrote:
>>>>>> Debian bug #802380 has a link that reproduces a "WebKit has
>>>>>> crashed"
>>>>>> dialog on Browse-158, for which I've attached a screenshot.
>>>>>>
>>>>>> http://www.reuters.com/article/2015/10/18/us-new-york-flightcenter-idUSKCN0SC14B20151018
>>>>>>
>>>>>> This was with 2.12.0, and it is probably a WebKit problem rather
>>>>>> than
>>>>>> a Browse problem, but it does expose some Browse problems in
>>>>>> handling
>>>>>> a WebKit crash ...
>>>>>>
>>>>>> - the cursor keeps spinning,
>>>>>>
>>>>>> - the home button doesn't work any more,
>>>>>>
>>>>>> - the stop loading button doesn't work either,
>>>>>>
>>>>>> - no evidence of the crash in the Browse logs.
>>>

[Sugar-devel] Discussion platform

2016-04-27 Thread Utkarsh Tiwari
Hi,
In a recent chat with Mr. Sebastian Silva, he shared the need to
change out general discussion platform from 'mailing list' to some
other platforms like - gitter.com or loomio.org to gain community
consensus on a specific topic.
There isn't too much activity on #sugar either.

What would you guys suggest?

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Discussion platform

2016-04-27 Thread Utkarsh Tiwari
Hi,
 I am sorry :( I didn't mean to offend anyone. I was just thinking to
make gaining community consensus easier.

Thanks,
Utkarsh Tiwari
On Apr 27, 2016 8:18 PM, "Sebastian Silva" 
wrote:

>
>
> El 27/04/16 a las 09:06, Jonas Smedegaard escribió:
> > Quoting Utkarsh Tiwari (2016-04-27 15:32:26)
> >> In a recent chat with Mr. Sebastian Silva, he shared the need to
> >> change out general discussion platform from 'mailing list' to some
> >> other platforms like - gitter.com or loomio.org to gain community
> >> consensus on a specific topic.
> >> There isn't too much activity on #sugar either.
> >>
> >> What would you guys suggest?
> Just  to clarify, I did not say to change general discussion from
> mailing list.
> I suggested it is difficult to reach consensus on a mailing list and for
> design discussions such a platform could help to that goal.
> The idea came first from Dave Crossland.
>
> > You would get rid of me if switching from current standards-protocol
> > mail and irc to walled-garden gitter.  Not that I carry much weight.
> >
> >  - Jonas
> We would never dream of getting rid of you! Regards from the Amazon!
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Alerts in Sugar

2016-05-02 Thread Utkarsh Tiwari
Hi,
I am trying to add two alerts ( one Alert() and other ErrorAlert()
) in an activity. But instead of appearing one 'below' the other, the
second alert bar appears 'behind' the first one.

How to show both the alerts one below other when popped up simultaneously?

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Alerts in Sugar

2016-05-02 Thread Utkarsh Tiwari
Hi Sam,
  I figured out an alternate solution to that problem ;)

Thanks,
Utkarsh
On May 2, 2016 1:18 PM,  wrote:

> Hi Utkarsh,
>
> I don't think that this is what the alert system was designed to do;
> having 2 alerts might be quite confusing.  Could you share where you are
> planning to use this double alert combo?
>
> Thanks,
> Sam
>
> On Mon, May 2, 2016 at 5:38 PM, Utkarsh Tiwari 
> wrote:
>
> Hi, I am trying to add two alerts ( one Alert() and other ErrorAlert() )
> in an activity. But instead of appearing one 'below' the other, the second
> alert bar appears 'behind' the first one. How to show both the alerts one
> below other when popped up simultaneously? Thanks, Utkarsh Tiwari
> ___ Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] View Source Code [BROWSE]

2016-05-05 Thread Utkarsh Tiwari
Hi,
I need to add the facility to view the source code of the current
open webpage in a new tab. I tried that by fetching the source code
using webkit and displaying it via javascript query
'browser.execute_query('JS_Query')' but have been some problems while
parsing the html code to string.

Could anyone here suggest any other possible way to get about it?

Thanks,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Making contributions

2016-10-31 Thread Utkarsh Tiwari
Hi,
I can work  on making a screencast tutorial that walks through the
Sugar Labs installation process, from getting Virtual Box to installing
Sugar OS. We can make the tutorial useful for both users and developers.

We also need to add a resolution to the recent installation problems with
sugar-build due to latest unstable 'Browse' release'. I think I can do that
if anyone could grant me with write access to
https://developer.sugarlabs.org/dev-environment.md.html

I can also translate the articles on the developers page at
https://developer.sugarlabs.org to Hindi language.


Regards,
Utkarsh Tiwari

On Mon, Oct 31, 2016 at 8:50 PM, Tony Anderson 
wrote:

> Hi, All
>
> I am not a Sugar developer but support use of Sugar in school deployments.
>
> Currently, we have a request from the developer community to test release
> 0.110. This version is not available for the XO.
> It is possible that the development environment could be used in a primary
> school deployment on other platforms. While the Sugar website (
> http://www.sugarlabs.org) claims support for  Sugar as a desktop for
> gnu/linux; an update to the documentation of the installation process for
> Sugar 0.110 as a desktop on gnu/linux is needed and would be a valuable
> contribution.
>
> I think a top priority would be a desktop for Raspbian (Debian). There are
> also deployments using legacy laptops (32 and 64 bit Intel) that could use
> a
> Sugar desktop for Ubuntu.
>
> An opportunity apparently exists to make Sugar available as a Windows 10
> application (virtual or through the ubuntu collaboration).
>
> Utkarsh Tiwari has used gif automation effectively to document ux for
> Sugar - you may want to take a look at this to augment your screencast
> tutorial.
>
> In considering translation, it is important to consider the audience. I
> think your team is in good position to judge whether a translation of the
> 'setup' page would enable sufficient additional developers to participate
> in Sugar development to justify the time. This could be compared to a
> translation of user documentation such as the Help activity.
>
> Personally, I believe that the goal of Sugar development is provide a more
> powerful, effective and constructive learning environment for its users,
> primary school children. The development environment is at most a means to
> that end. Making Sugar available on more deployable platforms is central to
> that goal.
>
> Tony
>
> On 10/30/2016 08:48 PM, Nguyen, Lam wrote:
>
> Hi Sugar developers,
>
>
> We are a team which consists of Marshall, Angel, Sasha, and Lam (myself)
> from Dickinson College in Pennsylvania, US. We have the development
> environment up and running on our machines, and we look forward to
> contributing to the Sugar project. Currently, we want to get started by
> finding ways to contribute that do not involve coding (yet). We came up
> with these 3 ideas that we believe will facilitate the installation
> process, and we hope you could give us feedback on which idea would be most
> beneficial for the project.
>
>
> 1) Translate the articles on the developers page at
> https://developer.sugarlabs.org to different languages (we can do 3-4
> languages, including Hindi, Nepali, Russian, Vietnamese and possibly
> Spanish)
>
>
> 2) Make updates to the instructions on the page “Setup a development
> environment” (at https://developer.sugarlabs.org/dev-environment.md.html).
> We can include tips and fixes for some issues that we have encountered and
> overcome.
>
>
> 3) Make a screencast tutorial that walks through the Sugar Labs
> installation process, from getting Virtual Box to installing Sugar OS. We
> can make the tutorial useful for both users and developers.
>
>
> Which idea(s) do you think we should work on? We really appreciate your
> input. Thank you, and have a great day.
>
>
> Best,
>
> Lam
>
>
>
> ___
> Sugar-devel mailing 
> listSugar-devel@lists.sugarlabs.orghttp://lists.sugarlabs.org/listinfo/sugar-devel
>
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] our site is down.

2016-11-07 Thread Utkarsh Tiwari
Hi,
 I was facing a similar issue with our bugzilla -
https://bugs.sugarlabs.org . It didn't load on Safari but on trying with
Chrome it did.

Regards,
Utkarsh Tiwarigarlabs.org 

On Mon, Nov 7, 2016 at 4:23 AM, Sebastian Silva 
wrote:

> Works for me.
>
> On 06/11/16 17:48, Samson Goddy wrote:
>
> I tried accessing www.sugarlabs.org, i keep getting this error message.
> First i thought it was from my WiFi then i try using my mobile data. same
> problem. But other pages are working though, like the wiki.sugarlabs.org.
>
>
> Samson Goddy
>
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] [IAEP] Google Code In 2016

2016-11-07 Thread Utkarsh Tiwari
Hi,
 Congratulations! I would like to volunteer for SugarLabs as mentor in
GCI 2016. I have already added my name on SL GCI wiki page but I could not
find any registration links for mentors on GCI official page.

Regards,
Utkarsh Tiwari

On Tue, Nov 8, 2016 at 12:05 AM, Avni Khatri 
wrote:

> Congratulations, very exciting!
>
> On Nov 7, 2016, at 1:25 PM, Walter Bender  wrote:
>
> Great news. Sugar Labs was once again accepted as one of the organizations
> participating in Google Code In.
>
> We have a few weeks to prepare. If you are interested in being a mentor,
> please contact me and also please sign up at https://codein.withgoogle.com
>
> If you have project/task ideas, please send them my way or add them to the
> wiki page at https://wiki.sugarlabs.org/go/Google_Code_In_2016#This_
> is_a_stub_for_25.2B_example_tasks_new_for_GCI_2016.
>
> As always, I am very much looking forward to GCI.
>
> regards.
>
> -walter
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> <http://www.sugarlabs.org>
>
> ___
> IAEP -- It's An Education Project (not a laptop project!)
> i...@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/iaep
>
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Sugar-Build

2016-11-08 Thread Utkarsh Tiwari
Hi Sam,
 I and my fellow mates have been facing the same build issues
while setting up a fresh copy of sugar-build. I think we need to look into
recent changes(made to Browse) which are failing the Browse-activity while
installation.

Regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] GCI and our build environment

2016-11-12 Thread Utkarsh Tiwari
-- Forwarded message --
From: James Cameron 
Date: Tue, Nov 8, 2016 at 8:58 AM
Subject: Re: [Sugar-devel] Sugar-Build
To: "Nguyen, Lam" 


G'day,

Browse is a critical part of Sugar, so to exclude it from
sugar-build does not seem to be a good long term solution.

Many fixes have been proposed, but none have gained community support.
Perhaps because the fixes have been wrong, and have not solved the
underlying problem.

Please confirm by your own research my theory below.

The problem was caused by a commit to the Browse repository that
introduced a Git Submodule (fb62edc), without a corresponding commit
to sugar-build or sugar-toolkit-gtk3 to support submodules and
recursive clones.

If my theory is true, an alternative is to revert the commit to
Browse, removing the submodule and replacing it with a copy of the
files from the collabwrapper repository.

You might test the theory by:

1.  cloning the Browse repository and reverting the commit,

2.  editing your module.json to use your clone of Browse,

3.  re-running sugar-build from a fresh clone.

As for myself, I build Sugar as Fedora or Debian packages and apply
these to my systems, rather than use sugar-build.  sugar-build is not
used when Sugar is a primary desktop environment; it is only a
development aid for people who do not need to make packages.

Disclosure: I'm paid by One Laptop per Child.

On Tue, Nov 08, 2016 at 01:52:55AM +, Nguyen, Lam wrote:
> Hi Sugar developers,
>
> The issue that Walter brought up had been discussed before. The fix for
this
> issue can be found here [1]http://www.mail-archive.com/
> sugar-devel@lists.sugarlabs.org/msg42561.html
> I was thinking of changing the installation instruction on [2]
> developer.sugarlabs.org to include this fix as a common issue. What I
wondered
> is that should we permanently remove the lines that caused the error from
the
> file /build/module.json? Would there be any consequence to permanently
removing
> these lines?
>
> {
> >> "name": "browse",
> >> "repo": "[3]https://github.com/sugarlabs/browse-activity.git";;,
> >> "clean_stamp": 1
> >> },
>
> Best,
> Lam
>
> On Oct 30, 2016, at 9:20 AM, Walter Bender <[4]walter.ben...@gmail.com
>
> wrote:
>
> -- Forwarded message --
> From: Ridhwanul Haque <[5]rhemo...@gmail.com>
> Date: Sun, Oct 30, 2016 at 6:30 AM
> Subject: Sugar-Build
> To: Walter Bender <[6]walter.ben...@gmail.com>
>
> Hello,
> I am trying to set up the sugar development environment in fedora
following
> this link: [7]https://developer.sugarlabs.org/dev-environment.
md.html#run
> On build i got and error, but i still tried running but got an error
as
> well. I have shared part of the error with the image.
>
> 
> In the website, it said to check the relay chat to share problems but
I
> wasn't sure if I should be taking this problem there so I thought I
should
> first share it with you. Thanks and sorry in advance.
>
> --
> Walter Bender
> Sugar Labs
> [8]http://www.sugarlabs.org
> [9]
> ___
> Sugar-devel mailing list
> [10]Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
> References:
>
> [1] http://www.mail-archive.com/sugar-devel@lists.sugarlabs.
org/msg42561.html
> [2] http://developer.sugarlabs.org/
> [3] https://github.com/sugarlabs/browse-activity.git%22
> [4] mailto:walter.ben...@gmail.com
> [5] mailto:rhemo...@gmail.com
> [6] mailto:walter.ben...@gmail.com
> [7] https://developer.sugarlabs.org/dev-environment.md.html#run
> [8] http://www.sugarlabs.org/
> [9] http://www.sugarlabs.org/
> [10] mailto:Sugar-devel@lists.sugarlabs.org

> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


--
James Cameron
http://quozl.netrek.org/



-- 
Regards,
Ütkarsh Tiwari



On Sun, Nov 13, 2016 at 12:46 AM, Walter Bender 
wrote:

> What with Google Code In beginning in two weeks, we are about to get
> bombarded with questions from people struggling with the build system. It
> has recently been pointed out that building browse is causing problems
> again. I imagine there may be other problems as well, for example, when
> building on non-Fedora-based systems.
>
> It would be really helpful if you could take the time to do some testing
> of the build system on various platforms and post recommendations in the
> wiki for any necessary workarounds. (We can also use process to generate
> some GCI tasks to improve the robustness of the build system.)
>
> Would be good to post results here. We can summarize the results in
> developer.sl.o once we accumulate some data.
>
> Thanks.
>
> -walter
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> 
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.su

Re: [Sugar-devel] Still getting an error message, when trying to build sugar on Ubuntu 16

2016-11-14 Thread Utkarsh Tiwari
Hi,
While running the Sugar-build, it fetches all the inbuilt activities
(Browse, Read, Jukebox..etc) from their respective github repositories and
as we see that the setup if failing at Browse, we need to make the fixes to
Browse.

For a temporary fix, what I do is change the Browse's pull link in
'build/modules.json' with my
https://github.com/iamutkarshtiwari/Browse-activity link (which is a few
commits behind that commit which causes the issue). And this helps me build
a working Sugar-Build.

Regards,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Sugar error

2016-11-15 Thread Utkarsh Tiwari
Hi,
I am try to generate pootle for one of my activities using this command
- "./setup.py genpot" but I am getting this error -
https://gist.github.com/iamutkarshtiwari/2625cd9f3efc2c3ca569739ddcac6e89
Could anyone please share a resolve?

P.S- I have already install 'python-sugar3' package on my Ubuntu 16.04

Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Sugar error

2016-11-15 Thread Utkarsh Tiwari
Hi,
 Thank you James and Walter for the suggestions :)

Regards,
Utkarsh Tiwari

On Wed, Nov 16, 2016 at 2:06 AM, Walter Bender 
wrote:

> Looks like the sugar2 version. Maybe you want the sugar3 version?
>
> On Tue, Nov 15, 2016 at 2:08 PM, Utkarsh Tiwari <
> iamutkarshtiw...@gmail.com> wrote:
>
>> Hi,
>> I am try to generate pootle for one of my activities using this
>> command - "./setup.py genpot" but I am getting this error -
>> https://gist.github.com/iamutkarshtiwari/2625cd9f3efc2c3ca569739ddcac6e89
>> Could anyone please share a resolve?
>>
>> P.S- I have already install 'python-sugar3' package on my Ubuntu 16.04
>>
>> Regards,
>> Ütkarsh Tiwari
>>
>>
>>
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> <http://www.sugarlabs.org>
>



-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Thank you James :)

2016-11-15 Thread Utkarsh Tiwari
Hi ,
 I would like to thank Mr. James Cameron on behalf of our Sugar
community for the immense contributions and guidance he has been providing
to young developers like me during recent years. We really appreciate his
valuable feedbacks and resolutions he provides to our issues from time to
time via personal mails. He rather prefers helping candidates personally
(off-list) than publically posting replies for which he does not want to
take credits and that is too modest of him.

 Our Sugar community is a happy place and we value developers like
Mr. Cameron. I would like to apologise on behalf of our Sugar commnunity
for any personal remarks in the past which might have hurt him. It's not
that anyone asked me to write all this but a token of respect for him which
I wanted to share with everyone for a long time.

 Despite the heated discussions in the past among our contributors,
we still are a family and can't survive without each other's support. We
respect and value Mr. Cameron's and other great contributors' everlasting
support to our community which brings meaning to our efforts in an attempt
to making a great learning experience for Sugar users :)

Thank you,
Utkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Regarding Sugar-build errors

2016-11-19 Thread Utkarsh Tiwari
Hi,
Have we made any progress on fixing the sugar-build errors with Browse
activity. We need to do it soon else lot of kids are going to face issues
while setting up our build during GCI which might slow down their progress.

Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] HttpError in ./osbuild pull

2016-11-19 Thread Utkarsh Tiwari
Hi,
You are getting 'HTTP error 404' which is a code for a situation when a
requested webpage is not found. You need to check if there is some issue
with your internet connection.

If you need help with setting up sugar-build on Mac, there is a way with
which I can help.
You need to do the following steps-
1) download the Vmware Fusion for your mac and install it.
2) Download the latest stable Ubuntu (16.04) iso file
3) We need to setup a virtual machine on you Mac to run Ubuntu in parallel.
Follow this tutorial- https://www.youtube.com/watch?v=b7JyIf8bmL8
4) After Ubuntu is installed on your Mac, you can follow the same procedure
as you are doing now or you could follow this guide -
https://developer.sugarlabs.org/dev-environment.md.html

Let us know if you need more help. You can possibly wait for others to
reply as well. They might have better solutions :)

Regards,
Utkarsh Tiwari

On Sun, Nov 20, 2016 at 12:27 AM, Ridhwanul Haque 
wrote:

>
>
> I am not sure if it is supported but I was trying to set up the dev
> environment following
> https://developer.sugarlabs.org/dev-environment.md.html, in Raspbian in
> Raspberry Pi. But when I tried running ./osbuild pull I get the folloing
> error :
> Failed to download http://sunjammer.sugarlbas.org/~buildbot
> /broot/last-armv6l-master
> Traceback (most recent call last):
>   File 
> "/home/pi/Desktop/sugarlabs/sugar-build/build/out/sandbox-host/install/bin/broot",
> line 5, in 
> main.main()
>   File "/home/pi/Desktop/sugarlabs/sugar-build/build/out/sandbox-
> host/install/local/lib/python2.7/site-packages/broot/main.py", line 80,
> in main
> if not cmd_function(options, other_args):
>   File "/home/pi/Desktop/sugarlabs/sugar-build/build/out/sandbox-
> host/install/local/lib/python2.7/site-packages/broot/main.py", line 40,
> in cmd_setup
> return root.setup()
>   File "/home/pi/Desktop/sugarlabs/sugar-build/build/out/sandbox-
> host/install/local/lib/python2.7/site-packages/broot/root.py", line 240,
> in setup
> if not self._download():
>   File "/home/pi/Desktop/sugarlabs/sugar-build/build/out/sandbox-
> host/install/local/lib/python2.7/site-packages/broot/root.py", line 281,
> in _download
> last = urllib2.urlopen(last_url).read().strip()
>   File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
> return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.7/urllib2.py", line 407, in open
> response = meth(req, response)
>   File "/usr/lib/python2.7/urllib2.py", line 520, in http_response
> 'http', request, response, code, msg, hdrs)
>   File "/usr/lib/python2.7/urllib2.py", line 445, in error
> return self._call_chain(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 528, in http_error_default
> raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> urllib2.HTTPError: HTTP Error 404: Not Found
>
> I have seen that there were similar problems posted on lists.sugarlabs.org
> but couldn't really find out the solution, and its also possible i missed
> it out since it was very difficult to read it there. I have directly
> followed the development document link that i shared, so if there was any
> perquisite steps I have missed it out. Raspberry pi has already python in
> it so dont think thats necessary to install, but if there is any other
> library, it might not be there. So if I am supposed to do anything before
> running the command "./osbuild pull" please let me know.And also if it is
> not possible to set up in Raspbian, then where can I set up the dev
> environment, is it possible in Mac?  I am sorry if I am repeating the
> question, but I hope I will be getting some response.
> Thank you in advance.
>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
>


-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Regarding Sugar-build errors

2016-11-21 Thread Utkarsh Tiwari
Hi,
I just tested the sugar-build and it's running fine. Thank you for the
fix :)

Regards,
Utkarsh Tiwari

On Mon, Nov 21, 2016 at 5:36 PM, Utkarsh Tiwari 
wrote:

> Sounds good to me. I'll have a look :)
>
> Regards,
> Utkarsh Tiwari
>
> On Mon, Nov 21, 2016 at 9:30 AM, James Cameron  wrote:
>
>> Additional information; Sebastian Silva asked in March 2015 who
>> maintains sugar-build, and the reply was Gonzalo and Martin.
>>
>> http://lists.sugarlabs.org/archive/sugar-devel/2015-March/049897.html
>> http://lists.sugarlabs.org/archive/sugar-devel/2015-March/049902.html
>>
>> However, since then Gonzalo and Martin have been less involved.
>>
>> So maintenance of sugar-build looks to be an available opportunity in
>> case you'd like to take care of it.
>>
>> On Mon, Nov 21, 2016 at 02:55:12PM +1100, James Cameron wrote:
>> > There's other problems lurking behind these problems.
>> >
>> > For instance, why does sugar-build depend on a broot that hasn't been
>> > updated since 2014?  Note the dates and file patterns here:
>> > http://sunjammer.sugarlabs.org/~buildbot/broot/
>> >
>> > The only reliable way to be ready is to test.  It looks like there has
>> > been very little testing.  You might test.
>> >
>> > On Sat, Nov 19, 2016 at 10:53:51PM +0530, Utkarsh Tiwari wrote:
>> > > Hi,
>> > > Have we made any progress on fixing the sugar-build errors with
>> Browse
>> > > activity. We need to do it soon else lot of kids are going to face
>> issues while
>> > > setting up our build during GCI which might slow down their progress.
>> > >
>> > > Regards,
>> > > Ütkarsh Tiwari
>> >
>> > --
>> > James Cameron
>> > http://quozl.netrek.org/
>>
>> --
>> James Cameron
>> http://quozl.netrek.org/
>>
>
>
>
> --
> Regards,
> Ütkarsh Tiwari
>
>
>
>


-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Regarding 'www-sugarlabs' repository

2016-11-21 Thread Utkarsh Tiwari
Hi,
I and Samson are trying to add knowledge graph and social media cards
to our website. I was wondering, how much time does it takes for the latest
commit on 'https://github.com/sugarlabs/www-sugarlabs' to reflect on '
www.sugarlabs.org' as I am unable to see the latest changes in website's
source code.

-- 
Regards,
Ütkarsh Tiwari
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Regarding 'www-sugarlabs' repository

2016-11-21 Thread Utkarsh Tiwari
Hi,
 I have already pushed the commit to the master branch.

Regards,
Ütkarsh Tiwari




On Tue, Nov 22, 2016 at 2:00 AM, Samson Goddy  wrote:

> I don't it pull.. you have to manually add it in the git hub page..
>
> On 21 Nov 2016 4:13 p.m., "Utkarsh Tiwari" 
> wrote:
>
>> Hi,
>> I and Samson are trying to add knowledge graph and social media cards
>> to our website. I was wondering, how much time does it takes for the latest
>> commit on 'https://github.com/sugarlabs/www-sugarlabs' to reflect on '
>> www.sugarlabs.org' as I am unable to see the latest changes in website's
>> source code.
>>
>> --
>> Regards,
>> Ütkarsh Tiwari
>>
>>
>>
>>
>> ___
>> Sugar-devel mailing list
>> Sugar-devel@lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/sugar-devel
>>
>>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] SL GSoC proposal text

2017-02-03 Thread Utkarsh Tiwari
Hi,
 I think we need to correct the answer to this question - "If your org
has applied for GSoC but not been selected, select the year".

Shouldn't we mention only those years in which we were not selected?

Regards,
Utkarsh Tiwari

On Sat, Feb 4, 2017, 12:56 AM Walter Bender  wrote:

> As per the request at the SL overight board meeting:  please see the
> attached file.
>
> regards.
>
> -walter
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.org
> <http://www.sugarlabs.org>
> ___
> Sugar-devel mailing list
> Sugar-devel@lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Sugarizer dev platform is now open

2017-03-23 Thread Utkarsh Tiwari
Hello everyone,
I agree with Mr. Crossland's idea of using git submodules. It will help up
sync all the changes from the external activities' repositories directly
with the  Sugarizer repo. This would save us a lot of time by remove the
extra effort of  exchanging pull requests. I think we should give it a try!
:)

Regards,
Utkarsh Tiwari

On Thu, 23 Mar 2017 at 23:02 Lionel Laské  wrote:

> Good news.
> Sorry I'm not a git expert. Not even sure to understand your question :-)
> But if you point me the branch that I need to get in TurtleJS, I will do
> the integration of the new version in Sugarizer.
>
> Lionel.
>
>
> 2017-03-23 0:58 GMT+01:00 Walter Bender :
>
> OK. I have managed to find all your changes (5-6 commits scattered
> throughout the code) and apply them to my current master. Git question: How
> do apply all of my commits on my master back to my fork of your fork so I
> can make the pull request?
>
> -walter
>
>
> On Wed, Mar 22, 2017 at 5:48 PM, Lionel Laské 
> wrote:
>
>
> I don't remember that I've done change in TurtleJS recently.
> In my mind the last thing changed was the integration done by Michaël two
> years ago (specifically the Stop button).
> If you've got it and if TurtleJS works on Chrome, Firefox, Safari and
> EDGE, I'm confident that it will work on Sugarizer.
>
>  Lionel.
>
>
> 2017-03-22 22:35 GMT+01:00 Walter Bender :
>
>
>
> On Wed, Mar 22, 2017 at 4:56 PM, Lionel Laské 
> wrote:
>
>
> You're right Sugarizer include a set of activities because my top priority
> is to simplify deployment and testing. So put activities outside of the
> Sugarizer repository would be too complex.
>
> BTW each activity author should maintain its own repository for this
> activity. For example, the Abacus activity is maintain be Eon here [1].
> In Sugarizer, each activity is store in its own subdirectory under the
> Sugarizer "activities" directory. This subdirectory is just a copy of the
> activity repository content. If an activity change, the author has just to
> recopy all files in its own Sugarizer subdirectory then send to me a pull
> request (to the dev branch).
> Conversely, if for compatibility reason I need to change something in an
> activity, I sent myself a PR to the  author repository. For example, I've
> slightly adapted Abacus for Android/iOS so I sent a PR to Eon here
>
>
> Good in theory, but it appears that there are commits to Turtle that you
> never pushed back to me, so I am stuck. That is what triggered my question
> about process.
>
> -walter
>
>
> [2]. So at end both repositories are synced.
>
> I will write this rules in the README so it will be clear.
>
>  Lionel.
>
>
> [1] https://github.com/eohomegrownapps/abacus-activity
> [2]
> https://github.com/eohomegrownapps/abacus-activity/pull/1#event-1008961890
>
>
> 2017-03-21 23:23 GMT+01:00 :
>
> Date: Tue, 21 Mar 2017 18:16:13 -0400
> From: Walter Bender 
> To: Lionel Laské 
> Cc: Sugar-dev Devel ,  "Community
> Support Volunteers -- who help respond to help AT laptop.org"
> , iaep 
> Subject: Re: [Sugar-devel] Sugarizer dev platform is now open
> Message-ID:
>  n5kmo9...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
>
> I don't understand what is your model for maintaining activities. It seems
> everything is on one big repo and that you have scattershot changes in
> various activities, which are not sent to the upstream masters. How can
> make a PR to give you the latest Turtle Blocks bits without having to sort
> through your commit history to find all of your changes? Seems to put an
> extra burden on activity authors. What am I not understanding? Is there any
> documentation as to how you want activity authors to keep in sync with
> Sugarizer changes?
>
> -walter
>
> On Mon, Mar 20, 2017 at 5:48 PM, Lionel Laské 
> wrote:
>
> >
> > Hi all,
> >
> >
> >
> > Currently, Sugarizer is released about one time by year.
> >
> > I know that it's slow but it take us lot of time to test and package new
> > features and activities on all supported platforms.
> >
> >
> >
> > To give you  a faster view of change in Sugarizer, I've decided to open a
> > new server dedicated to the development branch.
> >
> >
> >
> > So, the branch "master" [1] is now the stable and ready-to-production
> > version and could be tested on http://try.sugarizer.org
> >
> > And the branch "dev" [2] is now the development version (*) - and
> > potenti

  1   2   >