Re: [Sugar-devel] Tom Gilliard

2020-07-26 Thread Jaskirat Singh
Very sad to hear that.

On Mon, 27 Jul 2020, 8:44 am Dave Crossland,  wrote:

> Very sad news. Thanks for sharing
> ___
> 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] Tom Gilliard

2020-07-26 Thread Dave Crossland
Very sad news. Thanks for sharing
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] Tom Gilliard

2020-07-26 Thread Kevin Mark
Sorry to hear of his illness and passing. I know he put a lot of effort 
supporting this project. RIP. Condolences to his family and friends.  
mad rights organizer/activist at Nyc Icarus 

On Sunday, July 26, 2020, 04:48:58 PM EDT, Walter Bender 
 wrote:  
 
 I am saddened by the news that Tom Gilliard (satellit), long time Sugar 
contributor has passed away after a long illness. 
Tom was one of our most dedicated and diligent testers of Sugar builds (on a 
wide variety of GNU/Linux platforms) and a great advocate who will be missed.
Tom's wife Virginia can be reached at sandykayak...@gmail.com
-walter
-- 
Walter Bender
Sugar Labshttp://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] [IAEP] Tom Gilliard

2020-07-26 Thread Martin Abente Lahaye
Very sad news. Just a few months ago, Tom was helping (and encouraging) me
with some projects I was working on.

We were very lucky to have him in our community, and he will be greatly
missed.



On Sun, Jul 26, 2020 at 4:48 PM Walter Bender 
wrote:

> I am saddened by the news that Tom Gilliard (satellit), long time Sugar
> contributor has passed away after a long illness.
>
> Tom was one of our most dedicated and diligent testers of Sugar builds (on
> a wide variety of GNU/Linux platforms) and a great advocate who will be
> missed.
>
> Tom's wife Virginia can be reached at sandykayak...@gmail.com
>
> -walter
>
> --
> Walter Bender
> Sugar Labs
> 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


Re: [Sugar-devel] Tom Gilliard

2020-07-26 Thread Samson Goddy
This is really sad for us a community, losing a very important person is no
easy for anyone. My regards to Tom's family and grateful for the work he
contributed.


- Samson
On Sun, Jul 26, 2020, 9:48 PM Walter Bender  wrote:

> I am saddened by the news that Tom Gilliard (satellit), long time Sugar
> contributor has passed away after a long illness.
>
> Tom was one of our most dedicated and diligent testers of Sugar builds (on
> a wide variety of GNU/Linux platforms) and a great advocate who will be
> missed.
>
> Tom's wife Virginia can be reached at sandykayak...@gmail.com
>
> -walter
>
> --
> 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 mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] GSoC Project Update - 27th July 2020

2020-07-26 Thread Saumya Mishra
Hello all,
I am sharing the progress I made in my project -  *Port Sugar and core
activities to Python3* after 1st evaluation.

*Sugar: *

   - The two tracebacks present in sugar while adding a friend and deleting
   a friend in Group View has solved. Thanks to @James Cameron
for helping me out. See #921
   
   - Remove use of Webkit1 by James

*Sugar-toolkit-gtk3:* Changes in #451


   - Port to Python3 - remove the use of WebKit1 ( WebKit1 API is not
   available for Python 3)
   - Port to Python3 - get_preview returns bytes ( Change made in the doc)
   - Change type of units for zoom ( As zoom accepts float as well as int
   units)

*Write:*

   - Pasting images (eg. the ones copied from the web ) using CTRL+V throws
   errors

Traceback (most recent call last):
>  File "/usr/src/sugar-activities/Write.activity/toolbar.py",
>  line 160, in __paste_button_cb px_file.write(data)
> TypeError: write() argument must be str, not bytes
>
>
Solved in 2ed827c


   -  Remove unnecessary errors printed in logs.

Change from logging.error to debug.
> Reported by - Shaan Subbaiah 
> -- 1593854307.251860 ERROR root: tempfile is 
> /home/user/.sugar/default/org.laptop.AbiWordActivity/instance/tmpmfc6g_tc.png
>
>
Solved in dd854c0


*Browse*: Following changes have merged 111


   - Fix AttributeErrors in DummyBrowser
   - Replace error with debug
   - Encode URI from str to bytes
   - Change to the use of file transfer constants
   - Use GLib.markup_escape_text() before parsing URI and title
   - Expected type 'int', got 'float' instead

*Calculate: *Following changes have merged #68


   - Fix round function issue
   - Fix AttributeError raise while plotting
   - Fix built-in variable names
   - Fix Error message format

ValueError: unsupported format character ''' (0x27) at index 14
>
>
   - Fix - Submitting/pressing ‘=’ without entering any value throws
   - Fix traceback occurred while clicking on 'pi' and 'e'

*Collabwrapper: *Propose a change in #25
 which is related to
the decoding of data at the receiver end while file transfer. Required
reviews.

*flipsticks: *changes in #6 

   - Review Port to Gtk3 by Yash Agrawal and make necessary changes
   - Port to Python 3
   - Port from telepathy to TelepathyGLib
   - Fix TypeError: Item 0: Must be number, not str
   - Fix the Snapshot button and errors noticed due to not proper port to
   Gtk3 (WIP)

*Polari: *changes in *#7
*

   - Port to Python3 and rebased with upstream, use distro-specific twisted
   - Fix UnicodeDecodeError (which was a blockage earlier)

*Yupana*: merged changes in #4 

   - Port to Gtk3: missing shared_activity
   - Encode svg_string - from str to bytes
   - Updates sprites.py from upstream
   - Add Gtk and Gdk version info
   - Fix Indentations
   - Port from telepathy to TelepathyGLib
   - Port to Python3

*Ruler: *merged changes in #12 

   - Fix PyGIWarnings
   - Remove check_output ( not called in the activity)
   - Port to Python3

*Cartoon-Builder:* Changes in #13


   - Port to TelepathyGLib
   - Fix regarding collaboration
   - Port to Python3
   - Fix many AttributeErrors and TypeErrors
   - Fix display resolution of activity
   - Fix the Use built-in JSON

*Arithmetic: *Changes in #7 
 (WIP)

   - Port to Gtk3 of arithmetic
   - Port to GObject and GLib
   - *dobject* (submodule): Port to Gtk3, TelepathyGLib, from object to
   GLib and Python3

*Stick-hero-activity: *Changes in #29


   - Update with latest Sugar game
   - Port to Python3
   - Fix issue #20
   

*Chat: *Fix Gtk Clipboard issue 69e4701


*Starchart: *Changes in *#*8 


   - Review Port to Gtk3 by Yash Agrawal and make some changes
   - Port to Python 3
   - Fix draw event called at the time of pressing stop
   - Remove support for the old toolbox
   - Fix Documentation link in GTk.Label
   - Remove some global variables

Major blockage - Fix delay in redraw of view changing buttons, Line drawing
width regression (constellation lines and stars are different sizes in
Python3 as 

[Sugar-devel] Tom Gilliard

2020-07-26 Thread Walter Bender
I am saddened by the news that Tom Gilliard (satellit), long time Sugar
contributor has passed away after a long illness.

Tom was one of our most dedicated and diligent testers of Sugar builds (on
a wide variety of GNU/Linux platforms) and a great advocate who will be
missed.

Tom's wife Virginia can be reached at sandykayak...@gmail.com

-walter

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

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