[Sugar-devel] Download Manager ProgressBar [DESIGN]

James Cameron quozl at laptop.org
Wed Feb 24 18:17:23 EST 2016


Can't see OSK in context in bug #3639, but it probably means

	"On-screen keyboard"

https://en.wikipedia.org/wiki/Virtual_keyboard
https://en.wikipedia.org/wiki/OSK

On Thu, Feb 25, 2016 at 04:28:26AM +0530, Utkarsh Tiwari wrote:
> Hi,
>     I was going through this bug on [1]bugs.sugarlabs.org -> [2]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 <[3]iamutkarshtiwari at gmail.com>
> wrote:
> 
>     Here is the link to the PR as requested by Mr. Sam Parkinson.
>     @everyone Let me know you suggestions and reviews on this.
> 
>     [4]https://github.com/sugarlabs/browse-activity/pull/24
> 
>     regards,
>     Utkarsh Tiwari
> 
>     On 2/23/16, Utkarsh Tiwari <[5]iamutkarshtiwari at gmail.com> 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 <[6]godiard at gmail.com> 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 <[7]tony_anderson at usa.net
>     >
>     >> 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][8]
>     quozl at 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 +0000, 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]
>     >>>>>      [9]iamutkarshtiwari at 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][10]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]
>     >>>>>      >     [4][11]iamutkarshtiwari at 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][5]
>     >>>>> [12]iamutkarshtiwari at 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][6][13]http://imgur.com/iBg4Ktr
>     >>>>>      >         >
>     >>>>>      >         > Waiting for your reviews :)
>     >>>>>      >         >
>     >>>>>      >         > On Thu, Feb 11, 2016 at 3:28 PM, Sam P.
>     >>>>> <sam at sam.today>
>     >>>>> 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]
>     >>>>>      >         [7][14]iamutkarshtiwari at gmail.com>
>     >>>>>      >         >> wrote:
>     >>>>>      >         >>
>     >>>>>      >         >>> What does the line "GObject.GObject.__init__(self,
>     >>>>> **kwargs)"
>     >>>>>      >         exactly
>     >>>>>      >         >>> does in the following gist?
>     >>>>>      >         >>>
>     >>>>>      >         >>> [7][8][15]https://gist.github.com/iamutkarshtiwari
>     /
>     >>>>>      5024762d0e8924b52085
>     >>>>>      >         >>>
>     >>>>>      >         >>> On Thu, Feb 4, 2016 at 5:00 AM, James Cameron
>     >>>>> <[8][9]
>     >>>>>      [16]quozl at 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 hint for using
>     >>>>> ProgressIcon
>     >>>>>      alongwith
>     >>>>>      >         >>>> Toolbutton worked!
>     >>>>>      >         >>>> > ;)
>     >>>>>      >         >>>> >
>     >>>>>      >         >>>> > On Tue, Feb 2, 2016 at 2:17 AM, James Cameron
>     >>>>> <[1][9]
>     >>>>>      >         [10][17]quozl at 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. <sam at sam.today> 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]
>     >>>>>      >         >>>> >     [10][11][18]iamutkarshtiwari at 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][11]
>     >>>>>      >         [12][19]iamutkarshtiwari at 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][12]
>     [13]
>     >>>>>      [20]quozl at 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][13][14]
>     >>>>>      [21]quozl at 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:
>     >>>>>      >         >>>> >     > >> >>> >> Is this the exact expected
>     >>>>> location you
>     >>>>>      were
>     >>>>>      >         talking
>     >>>>>      >         >>>> about the
>     >>>>>      >         >>>> >     > >> >>> >> 'download button' as shown in
>     >>>>> the
>     >>>>>      screenshot
>     >>>>>      >         below?
>     >>>>>      >         >>>> >     > >> >>> >>
>     >>>>>      >         >>>> >     > >> >>> >> [6][14][15]
>     >>>>> [22]http://imgur.com/T0hirTZ
>     >>>>>      >         >>>> >     > >> >>> >>
>     >>>>>      >         >>>> >     > >> >>> >> On 1/27/16, James Cameron
>     >>>>> <[7][15]
>     >>>>>      >         [16][23]quozl at laptop.org>
>     >>>>>      >         >>>> > 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][8][16][17]http://
>     >>>>>      [24]imgur.com/WUJL8eX
>     >>>>>      >         >>>> >     > >> >>> >> >>
>     >>>>>      >         >>>> >     > >> >>> >> >> Since the download progress
>     >>>>> bar
>     >>>>> is
>     >>>>>      popping
>     >>>>>      >         over
>     >>>>>      >         >>>> > the
>     >>>>>      >         >>>> browse
>     >>>>>      >         >>>> >     > >> >>> >> >> activity,
>     >>>>>      >         >>>> >     > >> >>> >> >> is
>     >>>>>      >         >>>> >     > >> >>> >> >> it
>     >>>>>      >         >>>> >     > >> >>> >> >> feasible?
>     >>>>>      >         >>>> >     > >> >>> >> >>
>     >>>>>      >         >>>> >     > >> >>> >> >> regards,
>     >>>>>      >         >>>> >     > >> >>> >> >> Utkarsh Tiwari
>     >>>>>      >         >>>> >     > >> >>> >> >>
>     >>>>>      >         >>>> >     > >> >>> >> >> References:
>     >>>>>      >         >>>> >     > >> >>> >> >>
>     >>>>>      >         >>>> >     > >> >>> >> >> [1] [9][17][18]
>     >>>>> [25]http://imgur.com/WUJL8eX
>     >>>>>      >         >>>> >     > >> >>> >> >
>     >>>>>      >         >>>> >     > >> >>> >> >>
>     >>>>>      >         _______________________________________________
>     >>>>>      >         >>>> >     > >> >>> >> >> Sugar-devel mailing list
>     >>>>>      >         >>>> >     > >> >>> >> >> [10][18][19]
>     >>>>>      [26]Sugar-devel at lists.sugarlabs.org
>     >>>>>      >         >>>> >     > >> >>> >> >>
>     >>>>>      >         >>>> > [11][19][20][27]http://lists.sugarlabs.org/
>     listinfo/
>     >>>>>      sugar-devel
>     >>>>>      >         >>>> >     > >> >>> >> >
>     >>>>>      >         >>>> >     > >> >>> >> >
>     >>>>>      >         >>>> >     > >> >>> >> > --
>     >>>>>      >         >>>> >     > >> >>> >> > James Cameron
>     >>>>>      >         >>>> >     > >> >>> >> > [12][20][21]
>     >>>>> [28]http://quozl.netrek.org/
>     >>>>>      >         >>>> >     > >> >>> >> >
>     >>>>>      >         _______________________________________________
>     >>>>>      >         >>>> >     > >> >>> >> > Sugar-devel mailing list
>     >>>>>      >         >>>> >     > >> >>> >> > [13][21][22]
>     >>>>>      [29]Sugar-devel at lists.sugarlabs.org
>     >>>>>      >         >>>> >     > >> >>> >> > [14][22][23]
>     >>>>> [30]http://lists.sugarlabs.org/
>     >>>>>      listinfo/
>     >>>>>      >         sugar-devel
>     >>>>>      >         >>>> >     > >> >>> >> >
>     >>>>>      >         >>>> >     > >> >>> >
>     >>>>>      >         >>>> >     > >> >>> > --
>     >>>>>      >         >>>> >     > >> >>> > James Cameron
>     >>>>>      >         >>>> >     > >> >>> > [15][23][24]
>     >>>>> [31]http://quozl.netrek.org/
>     >>>>>      >         >>>> >     > >> >>> >
>     >>>>>      >         >>>> >     > >> >>
>     >>>>>      >         >>>> >     > >> >> --
>     >>>>>      >         >>>> >     > >> >> James Cameron
>     >>>>>      >         >>>> >     > >> >> [16][24][25][32]http://
>     quozl.netrek.org/
>     >>>>>      >         >>>> >     > >> >>
>     >>>>>      >         >>>> >     > >> >
>     >>>>>      >         >>>> >     > >>
>     >>>>> _______________________________________________
>     >>>>>      >         >>>> >     > >> Sugar-devel mailing list
>     >>>>>      >         >>>> >     > >> [17][25][26]
>     >>>>> [33]Sugar-devel at lists.sugarlabs.org
>     >>>>>      >         >>>> >     > >> [18][26][27]
>     >>>>> [34]http://lists.sugarlabs.org/listinfo/
>     >>>>>      sugar-devel
>     >>>>>      >         >>>> >     > >>
>     >>>>>      >         >>>> >     > >
>     >>>>>      >         >>>> >
>     >>>>>      >         >>>> >     --
>     >>>>>      >         >>>> >     James Cameron
>     >>>>>      >         >>>> >     [19][27][28][35]http://quozl.netrek.org/
>     >>>>>      >         >>>> >
>     >>>>>      >         >>>> > References:
>     >>>>>      >         >>>> >
>     >>>>>      >         >>>> > [1] mailto:[28][29][36]quozl at laptop.org
>     >>>>>      >         >>>> > [2] mailto:[29][30][37]
>     iamutkarshtiwari at gmail.com
>     >>>>>      >         >>>> > [3] mailto:[30][31][38]
>     iamutkarshtiwari at gmail.com
>     >>>>>      >         >>>> > [4] mailto:[31][32][39]quozl at laptop.org
>     >>>>>      >         >>>> > [5] mailto:[32][33][40]quozl at laptop.org
>     >>>>>      >         >>>> > [6] [33][34][41]http://imgur.com/T0hirTZ
>     >>>>>      >         >>>> > [7] mailto:[34][35][42]quozl at laptop.org
>     >>>>>      >         >>>> > [8] [35][36][43]http://imgur.com/WUJL8eX
>     >>>>>      >         >>>> > [9] [36][37][44]http://imgur.com/WUJL8eX
>     >>>>>      >         >>>> > [10] mailto:[37][38]
>     >>>>> [45]Sugar-devel at lists.sugarlabs.org
>     >>>>>      >         >>>> > [11]
>     >>>>> [38][39][46]http://lists.sugarlabs.org/listinfo/
>     >>>>>      sugar-devel
>     >>>>>      >         >>>> > [12] [39][40][47]http://quozl.netrek.org/
>     >>>>>      >         >>>> > [13] mailto:[40][41]
>     >>>>> [48]Sugar-devel at lists.sugarlabs.org
>     >>>>>      >         >>>> > [14]
>     >>>>> [41][42][49]http://lists.sugarlabs.org/listinfo/
>     >>>>>      sugar-devel
>     >>>>>      >         >>>> > [15] [42][43][50]http://quozl.netrek.org/
>     >>>>>      >         >>>> > [16] [43][44][51]http://quozl.netrek.org/
>     >>>>>      >         >>>> > [17] mailto:[44][45]
>     >>>>> [52]Sugar-devel at lists.sugarlabs.org
>     >>>>>      >         >>>> > [18]
>     >>>>> [45][46][53]http://lists.sugarlabs.org/listinfo/
>     >>>>>      sugar-devel
>     >>>>>      >         >>>> > [19] [46][47][54]http://quozl.netrek.org/
>     >>>>>      >         >>>>
>     >>>>>      >         >>>>
>     >>>>>      >         >>>>
>     >>>>>      >         >>>> --
>     >>>>>      >         >>>> James Cameron
>     >>>>>      >         >>>> [47][48][55]http://quozl.netrek.org/
>     >>>>>      >         >>>>
>     >>>>>      >         >>>
>     >>>>>      >         >>>
>     >>>>>      >         >
>     >>>>>      >
>     >>>>>      > References:
>     >>>>>      >
>     >>>>>      > [1] mailto:[49][56]iamutkarshtiwari at gmail.com
>     >>>>>      > [2] [50][57]http://imgur.com/zS0W9dG
>     >>>>>      > [3] mailto:[51][58]iamutkarshtiwari at gmail.com
>     >>>>>      > [4] mailto:[52][59]iamutkarshtiwari at gmail.com
>     >>>>>      > [5] [53][60]http://imgur.com/iBg4Ktr
>     >>>>>      > [6] mailto:[54][61]iamutkarshtiwari at gmail.com
>     >>>>>      > [7] [55]
>     >>>>> [62]https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
>     >>>>>      > [8] mailto:[56][63]quozl at laptop.org
>     >>>>>      > [9] mailto:[57][64]quozl at laptop.org
>     >>>>>      > [10] mailto:[58][65]iamutkarshtiwari at gmail.com
>     >>>>>      > [11] mailto:[59][66]iamutkarshtiwari at gmail.com
>     >>>>>      > [12] mailto:[60][67]quozl at laptop.org
>     >>>>>      > [13] mailto:[61][68]quozl at laptop.org
>     >>>>>      > [14] [62][69]http://imgur.com/T0hirTZ
>     >>>>>      > [15] mailto:[63][70]quozl at laptop.org
>     >>>>>      > [16] [64][71]http://imgur.com/WUJL8eX
>     >>>>>      > [17] [65][72]http://imgur.com/WUJL8eX
>     >>>>>      > [18] mailto:[66][73]Sugar-devel at lists.sugarlabs.org
>     >>>>>      > [19] [67][74]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>>      > [20] [68][75]http://quozl.netrek.org/
>     >>>>>      > [21] mailto:[69][76]Sugar-devel at lists.sugarlabs.org
>     >>>>>      > [22] [70][77]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>>      > [23] [71][78]http://quozl.netrek.org/
>     >>>>>      > [24] [72][79]http://quozl.netrek.org/
>     >>>>>      > [25] mailto:[73][80]Sugar-devel at lists.sugarlabs.org
>     >>>>>      > [26] [74][81]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>>      > [27] [75][82]http://quozl.netrek.org/
>     >>>>>      > [28] mailto:[76][83]quozl at laptop.org
>     >>>>>      > [29] mailto:[77][84]iamutkarshtiwari at gmail.com
>     >>>>>      > [30] mailto:[78][85]iamutkarshtiwari at gmail.com
>     >>>>>      > [31] mailto:[79][86]quozl at laptop.org
>     >>>>>      > [32] mailto:[80][87]quozl at laptop.org
>     >>>>>      > [33] [81][88]http://imgur.com/T0hirTZ
>     >>>>>      > [34] mailto:[82][89]quozl at laptop.org
>     >>>>>      > [35] [83][90]http://imgur.com/WUJL8eX
>     >>>>>      > [36] [84][91]http://imgur.com/WUJL8eX
>     >>>>>      > [37] mailto:[85][92]Sugar-devel at lists.sugarlabs.org
>     >>>>>      > [38] [86][93]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>>      > [39] [87][94]http://quozl.netrek.org/
>     >>>>>      > [40] mailto:[88][95]Sugar-devel at lists.sugarlabs.org
>     >>>>>      > [41] [89][96]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>>      > [42] [90][97]http://quozl.netrek.org/
>     >>>>>      > [43] [91][98]http://quozl.netrek.org/
>     >>>>>      > [44] mailto:[92][99]Sugar-devel at lists.sugarlabs.org
>     >>>>>      > [45] [93][100]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>>      > [46] [94][101]http://quozl.netrek.org/
>     >>>>>      > [47] [95][102]http://quozl.netrek.org/
>     >>>>>
>     >>>>>      --
>     >>>>>      James Cameron
>     >>>>>      [96][103]http://quozl.netrek.org/
>     >>>>>
>     >>>>> References:
>     >>>>>
>     >>>>> [1] mailto:[104]quozl at laptop.org
>     >>>>> [2] mailto:[105]iamutkarshtiwari at gmail.com
>     >>>>> [3] [106]http://imgur.com/zS0W9dG
>     >>>>> [4] mailto:[107]iamutkarshtiwari at gmail.com
>     >>>>> [5] mailto:[108]iamutkarshtiwari at gmail.com
>     >>>>> [6] [109]http://imgur.com/iBg4Ktr
>     >>>>> [7] mailto:[110]iamutkarshtiwari at gmail.com
>     >>>>> [8] [111]https://gist.github.com/iamutkarshtiwari/
>     5024762d0e8924b52085
>     >>>>> [9] mailto:[112]quozl at laptop.org
>     >>>>> [10] mailto:[113]quozl at laptop.org
>     >>>>> [11] mailto:[114]iamutkarshtiwari at gmail.com
>     >>>>> [12] mailto:[115]iamutkarshtiwari at gmail.com
>     >>>>> [13] mailto:[116]quozl at laptop.org
>     >>>>> [14] mailto:[117]quozl at laptop.org
>     >>>>> [15] [118]http://imgur.com/T0hirTZ
>     >>>>> [16] mailto:[119]quozl at laptop.org
>     >>>>> [17] [120]http://imgur.com/WUJL8eX
>     >>>>> [18] [121]http://imgur.com/WUJL8eX
>     >>>>> [19] mailto:[122]Sugar-devel at lists.sugarlabs.org
>     >>>>> [20] [123]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [21] [124]http://quozl.netrek.org/
>     >>>>> [22] mailto:[125]Sugar-devel at lists.sugarlabs.org
>     >>>>> [23] [126]http://lists.sugarlabs.org/listinfo/
>     >>>>> [24] [127]http://quozl.netrek.org/
>     >>>>> [25] [128]http://quozl.netrek.org/
>     >>>>> [26] mailto:[129]Sugar-devel at lists.sugarlabs.org
>     >>>>> [27] [130]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [28] [131]http://quozl.netrek.org/
>     >>>>> [29] mailto:[132]quozl at laptop.org
>     >>>>> [30] mailto:[133]iamutkarshtiwari at gmail.com
>     >>>>> [31] mailto:[134]iamutkarshtiwari at gmail.com
>     >>>>> [32] mailto:[135]quozl at laptop.org
>     >>>>> [33] mailto:[136]quozl at laptop.org
>     >>>>> [34] [137]http://imgur.com/T0hirTZ
>     >>>>> [35] mailto:[138]quozl at laptop.org
>     >>>>> [36] [139]http://imgur.com/WUJL8eX
>     >>>>> [37] [140]http://imgur.com/WUJL8eX
>     >>>>> [38] mailto:[141]Sugar-devel at lists.sugarlabs.org
>     >>>>> [39] [142]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [40] [143]http://quozl.netrek.org/
>     >>>>> [41] mailto:[144]Sugar-devel at lists.sugarlabs.org
>     >>>>> [42] [145]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [43] [146]http://quozl.netrek.org/
>     >>>>> [44] [147]http://quozl.netrek.org/
>     >>>>> [45] mailto:[148]Sugar-devel at lists.sugarlabs.org
>     >>>>> [46] [149]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [47] [150]http://quozl.netrek.org/
>     >>>>> [48] [151]http://quozl.netrek.org/
>     >>>>> [49] mailto:[152]iamutkarshtiwari at gmail.com
>     >>>>> [50] [153]http://imgur.com/zS0W9dG
>     >>>>> [51] mailto:[154]iamutkarshtiwari at gmail.com
>     >>>>> [52] mailto:[155]iamutkarshtiwari at gmail.com
>     >>>>> [53] [156]http://imgur.com/iBg4Ktr
>     >>>>> [54] mailto:[157]iamutkarshtiwari at gmail.com
>     >>>>> [55] [158]https://gist.github.com/iamutkarshtiwari/
>     5024762d0e8924b52085
>     >>>>> [56] mailto:[159]quozl at laptop.org
>     >>>>> [57] mailto:[160]quozl at laptop.org
>     >>>>> [58] mailto:[161]iamutkarshtiwari at gmail.com
>     >>>>> [59] mailto:[162]iamutkarshtiwari at gmail.com
>     >>>>> [60] mailto:[163]quozl at laptop.org
>     >>>>> [61] mailto:[164]quozl at laptop.org
>     >>>>> [62] [165]http://imgur.com/T0hirTZ
>     >>>>> [63] mailto:[166]quozl at laptop.org
>     >>>>> [64] [167]http://imgur.com/WUJL8eX
>     >>>>> [65] [168]http://imgur.com/WUJL8eX
>     >>>>> [66] mailto:[169]Sugar-devel at lists.sugarlabs.org
>     >>>>> [67] [170]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [68] [171]http://quozl.netrek.org/
>     >>>>> [69] mailto:[172]Sugar-devel at lists.sugarlabs.org
>     >>>>> [70] [173]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [71] [174]http://quozl.netrek.org/
>     >>>>> [72] [175]http://quozl.netrek.org/
>     >>>>> [73] mailto:[176]Sugar-devel at lists.sugarlabs.org
>     >>>>> [74] [177]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [75] [178]http://quozl.netrek.org/
>     >>>>> [76] mailto:[179]quozl at laptop.org
>     >>>>> [77] mailto:[180]iamutkarshtiwari at gmail.com
>     >>>>> [78] mailto:[181]iamutkarshtiwari at gmail.com
>     >>>>> [79] mailto:[182]quozl at laptop.org
>     >>>>> [80] mailto:[183]quozl at laptop.org
>     >>>>> [81] [184]http://imgur.com/T0hirTZ
>     >>>>> [82] mailto:[185]quozl at laptop.org
>     >>>>> [83] [186]http://imgur.com/WUJL8eX
>     >>>>> [84] [187]http://imgur.com/WUJL8eX
>     >>>>> [85] mailto:[188]Sugar-devel at lists.sugarlabs.org
>     >>>>> [86] [189]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [87] [190]http://quozl.netrek.org/
>     >>>>> [88] mailto:[191]Sugar-devel at lists.sugarlabs.org
>     >>>>> [89] [192]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [90] [193]http://quozl.netrek.org/
>     >>>>> [91] [194]http://quozl.netrek.org/
>     >>>>> [92] mailto:[195]Sugar-devel at lists.sugarlabs.org
>     >>>>> [93] [196]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>>> [94] [197]http://quozl.netrek.org/
>     >>>>> [95] [198]http://quozl.netrek.org/
>     >>>>> [96] [199]http://quozl.netrek.org/
>     >>>>>
>     >>>>
>     >>> _______________________________________________
>     >>> Sugar-devel mailing list
>     >>> [200]Sugar-devel at lists.sugarlabs.org
>     >>> [201]http://lists.sugarlabs.org/listinfo/sugar-devel
>     >>>
>     >>
>     >>
>     >>
>     >> --
>     >> Gonzalo Odiard
>     >>
>     >
> 
> References:
> 
> [1] http://bugs.sugarlabs.org/
> [2] https://bugs.sugarlabs.org/ticket/3639
> [3] mailto:iamutkarshtiwari at gmail.com
> [4] https://github.com/sugarlabs/browse-activity/pull/24
> [5] mailto:iamutkarshtiwari at gmail.com
> [6] mailto:godiard at gmail.com
> [7] mailto:tony_anderson at usa.net
> [8] mailto:quozl at laptop.org
> [9] mailto:iamutkarshtiwari at gmail.com
> [10] http://imgur.com/zS0W9dG
> [11] mailto:iamutkarshtiwari at gmail.com
> [12] mailto:iamutkarshtiwari at gmail.com
> [13] http://imgur.com/iBg4Ktr
> [14] mailto:iamutkarshtiwari at gmail.com
> [15] https://gist.github.com/iamutkarshtiwari/
> [16] mailto:quozl at laptop.org
> [17] mailto:quozl at laptop.org
> [18] mailto:iamutkarshtiwari at gmail.com
> [19] mailto:iamutkarshtiwari at gmail.com
> [20] mailto:quozl at laptop.org
> [21] mailto:quozl at laptop.org
> [22] http://imgur.com/T0hirTZ
> [23] mailto:quozl at laptop.org
> [24] http://imgur.com/WUJL8eX
> [25] http://imgur.com/WUJL8eX
> [26] mailto:Sugar-devel at lists.sugarlabs.org
> [27] http://lists.sugarlabs.org/listinfo/
> [28] http://quozl.netrek.org/
> [29] mailto:Sugar-devel at lists.sugarlabs.org
> [30] http://lists.sugarlabs.org/
> [31] http://quozl.netrek.org/
> [32] http://quozl.netrek.org/
> [33] mailto:Sugar-devel at lists.sugarlabs.org
> [34] http://lists.sugarlabs.org/listinfo/
> [35] http://quozl.netrek.org/
> [36] mailto:quozl at laptop.org
> [37] mailto:iamutkarshtiwari at gmail.com
> [38] mailto:iamutkarshtiwari at gmail.com
> [39] mailto:quozl at laptop.org
> [40] mailto:quozl at laptop.org
> [41] http://imgur.com/T0hirTZ
> [42] mailto:quozl at laptop.org
> [43] http://imgur.com/WUJL8eX
> [44] http://imgur.com/WUJL8eX
> [45] mailto:Sugar-devel at lists.sugarlabs.org
> [46] http://lists.sugarlabs.org/listinfo/
> [47] http://quozl.netrek.org/
> [48] mailto:Sugar-devel at lists.sugarlabs.org
> [49] http://lists.sugarlabs.org/listinfo/
> [50] http://quozl.netrek.org/
> [51] http://quozl.netrek.org/
> [52] mailto:Sugar-devel at lists.sugarlabs.org
> [53] http://lists.sugarlabs.org/listinfo/
> [54] http://quozl.netrek.org/
> [55] http://quozl.netrek.org/
> [56] mailto:iamutkarshtiwari at gmail.com
> [57] http://imgur.com/zS0W9dG
> [58] mailto:iamutkarshtiwari at gmail.com
> [59] mailto:iamutkarshtiwari at gmail.com
> [60] http://imgur.com/iBg4Ktr
> [61] mailto:iamutkarshtiwari at gmail.com
> [62] https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
> [63] mailto:quozl at laptop.org
> [64] mailto:quozl at laptop.org
> [65] mailto:iamutkarshtiwari at gmail.com
> [66] mailto:iamutkarshtiwari at gmail.com
> [67] mailto:quozl at laptop.org
> [68] mailto:quozl at laptop.org
> [69] http://imgur.com/T0hirTZ
> [70] mailto:quozl at laptop.org
> [71] http://imgur.com/WUJL8eX
> [72] http://imgur.com/WUJL8eX
> [73] mailto:Sugar-devel at lists.sugarlabs.org
> [74] http://lists.sugarlabs.org/listinfo/sugar-devel
> [75] http://quozl.netrek.org/
> [76] mailto:Sugar-devel at lists.sugarlabs.org
> [77] http://lists.sugarlabs.org/listinfo/sugar-devel
> [78] http://quozl.netrek.org/
> [79] http://quozl.netrek.org/
> [80] mailto:Sugar-devel at lists.sugarlabs.org
> [81] http://lists.sugarlabs.org/listinfo/sugar-devel
> [82] http://quozl.netrek.org/
> [83] mailto:quozl at laptop.org
> [84] mailto:iamutkarshtiwari at gmail.com
> [85] mailto:iamutkarshtiwari at gmail.com
> [86] mailto:quozl at laptop.org
> [87] mailto:quozl at laptop.org
> [88] http://imgur.com/T0hirTZ
> [89] mailto:quozl at laptop.org
> [90] http://imgur.com/WUJL8eX
> [91] http://imgur.com/WUJL8eX
> [92] mailto:Sugar-devel at lists.sugarlabs.org
> [93] http://lists.sugarlabs.org/listinfo/sugar-devel
> [94] http://quozl.netrek.org/
> [95] mailto:Sugar-devel at lists.sugarlabs.org
> [96] http://lists.sugarlabs.org/listinfo/sugar-devel
> [97] http://quozl.netrek.org/
> [98] http://quozl.netrek.org/
> [99] mailto:Sugar-devel at lists.sugarlabs.org
> [100] http://lists.sugarlabs.org/listinfo/sugar-devel
> [101] http://quozl.netrek.org/
> [102] http://quozl.netrek.org/
> [103] http://quozl.netrek.org/
> [104] mailto:quozl at laptop.org
> [105] mailto:iamutkarshtiwari at gmail.com
> [106] http://imgur.com/zS0W9dG
> [107] mailto:iamutkarshtiwari at gmail.com
> [108] mailto:iamutkarshtiwari at gmail.com
> [109] http://imgur.com/iBg4Ktr
> [110] mailto:iamutkarshtiwari at gmail.com
> [111] https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
> [112] mailto:quozl at laptop.org
> [113] mailto:quozl at laptop.org
> [114] mailto:iamutkarshtiwari at gmail.com
> [115] mailto:iamutkarshtiwari at gmail.com
> [116] mailto:quozl at laptop.org
> [117] mailto:quozl at laptop.org
> [118] http://imgur.com/T0hirTZ
> [119] mailto:quozl at laptop.org
> [120] http://imgur.com/WUJL8eX
> [121] http://imgur.com/WUJL8eX
> [122] mailto:Sugar-devel at lists.sugarlabs.org
> [123] http://lists.sugarlabs.org/listinfo/sugar-devel
> [124] http://quozl.netrek.org/
> [125] mailto:Sugar-devel at lists.sugarlabs.org
> [126] http://lists.sugarlabs.org/listinfo/
> [127] http://quozl.netrek.org/
> [128] http://quozl.netrek.org/
> [129] mailto:Sugar-devel at lists.sugarlabs.org
> [130] http://lists.sugarlabs.org/listinfo/sugar-devel
> [131] http://quozl.netrek.org/
> [132] mailto:quozl at laptop.org
> [133] mailto:iamutkarshtiwari at gmail.com
> [134] mailto:iamutkarshtiwari at gmail.com
> [135] mailto:quozl at laptop.org
> [136] mailto:quozl at laptop.org
> [137] http://imgur.com/T0hirTZ
> [138] mailto:quozl at laptop.org
> [139] http://imgur.com/WUJL8eX
> [140] http://imgur.com/WUJL8eX
> [141] mailto:Sugar-devel at lists.sugarlabs.org
> [142] http://lists.sugarlabs.org/listinfo/sugar-devel
> [143] http://quozl.netrek.org/
> [144] mailto:Sugar-devel at lists.sugarlabs.org
> [145] http://lists.sugarlabs.org/listinfo/sugar-devel
> [146] http://quozl.netrek.org/
> [147] http://quozl.netrek.org/
> [148] mailto:Sugar-devel at lists.sugarlabs.org
> [149] http://lists.sugarlabs.org/listinfo/sugar-devel
> [150] http://quozl.netrek.org/
> [151] http://quozl.netrek.org/
> [152] mailto:iamutkarshtiwari at gmail.com
> [153] http://imgur.com/zS0W9dG
> [154] mailto:iamutkarshtiwari at gmail.com
> [155] mailto:iamutkarshtiwari at gmail.com
> [156] http://imgur.com/iBg4Ktr
> [157] mailto:iamutkarshtiwari at gmail.com
> [158] https://gist.github.com/iamutkarshtiwari/5024762d0e8924b52085
> [159] mailto:quozl at laptop.org
> [160] mailto:quozl at laptop.org
> [161] mailto:iamutkarshtiwari at gmail.com
> [162] mailto:iamutkarshtiwari at gmail.com
> [163] mailto:quozl at laptop.org
> [164] mailto:quozl at laptop.org
> [165] http://imgur.com/T0hirTZ
> [166] mailto:quozl at laptop.org
> [167] http://imgur.com/WUJL8eX
> [168] http://imgur.com/WUJL8eX
> [169] mailto:Sugar-devel at lists.sugarlabs.org
> [170] http://lists.sugarlabs.org/listinfo/sugar-devel
> [171] http://quozl.netrek.org/
> [172] mailto:Sugar-devel at lists.sugarlabs.org
> [173] http://lists.sugarlabs.org/listinfo/sugar-devel
> [174] http://quozl.netrek.org/
> [175] http://quozl.netrek.org/
> [176] mailto:Sugar-devel at lists.sugarlabs.org
> [177] http://lists.sugarlabs.org/listinfo/sugar-devel
> [178] http://quozl.netrek.org/
> [179] mailto:quozl at laptop.org
> [180] mailto:iamutkarshtiwari at gmail.com
> [181] mailto:iamutkarshtiwari at gmail.com
> [182] mailto:quozl at laptop.org
> [183] mailto:quozl at laptop.org
> [184] http://imgur.com/T0hirTZ
> [185] mailto:quozl at laptop.org
> [186] http://imgur.com/WUJL8eX
> [187] http://imgur.com/WUJL8eX
> [188] mailto:Sugar-devel at lists.sugarlabs.org
> [189] http://lists.sugarlabs.org/listinfo/sugar-devel
> [190] http://quozl.netrek.org/
> [191] mailto:Sugar-devel at lists.sugarlabs.org
> [192] http://lists.sugarlabs.org/listinfo/sugar-devel
> [193] http://quozl.netrek.org/
> [194] http://quozl.netrek.org/
> [195] mailto:Sugar-devel at lists.sugarlabs.org
> [196] http://lists.sugarlabs.org/listinfo/sugar-devel
> [197] http://quozl.netrek.org/
> [198] http://quozl.netrek.org/
> [199] http://quozl.netrek.org/
> [200] mailto:Sugar-devel at lists.sugarlabs.org
> [201] http://lists.sugarlabs.org/listinfo/sugar-devel

> _______________________________________________
> Sugar-devel mailing list
> Sugar-devel at lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/sugar-devel


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


More information about the Sugar-devel mailing list