Re: [Sugar-devel] Help us translating sugar

2016-01-31 Thread James Cameron
Create an account on http://translate.sugarlabs.org/ and let it guide
you through work that is waiting.

To assist with core Sugar translation, focus on
http://translate.sugarlabs.org/projects/sugar/

On Mon, Feb 01, 2016 at 12:20:52PM +0530, Utkarsh Tiwari wrote:
> Hi,
>  I would like to come forward. Could you please guide me how to proceed ?

-- 
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] Stable release deadline, translations and exceptional bug fixes

2016-01-31 Thread Martin Abente
February 13, will be.

On Sat, Jan 23, 2016 at 10:55 AM, Martin Abente <
martin.abente.lah...@gmail.com> wrote:

> Hello everyone,
>
> According to our roadmap [1] we are supposed to release our stable version
> on February 1st, which is basically in a week.
>
> Even though we are not far in terms of what we wanted to achieve for this
> release, I honestly think we are not quite ready yet. The main reasons are:
>
>- We definitely need more time than a week to QA translations, at
>least for the main languages that we (developers) usually support 
> ourselves.
>- There are still a couple patches I believe would be worth
>considering, specially [2] to give Sam and Walter more flexibility with the
>collaboration wrapper.
>
> Therefore, I am considering to move the release date to February 6th (or
> even another week later), but first let me know what you think.
>
>
>
> Martin.
>
> Refs:
> 1. https://wiki.sugarlabs.org/go/0.108/Roadmap
> 2. https://github.com/sugarlabs/sugar/pull/621
>
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] Help us translating sugar

2016-01-31 Thread Martin Abente
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-01-31 Thread Sam P.
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 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
>
___
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 James Cameron
I've no idea, sorry.  Perhaps someone else will.

On Mon, Feb 01, 2016 at 03:45:56AM +0530, 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 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/
> >>
> >

-- 
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] Download Manager ProgressBar [DESIGN]

2016-01-31 Thread James Cameron
Great!

Documentation in sugar-toolkit-gtk3 is very brief.

Have a look at http://dev.laptop.org/~quozl/z/1aQ0EC.txt for work in
progress documentation fixes for src/sugar3/graphics/progressicon.py.

(Another contributor began fixes, but closed their pull request before
it was merged, so I made an attempt to fix it better.)

On Mon, Feb 01, 2016 at 03:31:44AM +0530, 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/
> >

-- 
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 James Cameron
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
"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