Changes

Jump to navigation Jump to search
84 bytes removed ,  14:51, 6 November 2014
Line 143: Line 143:  
!Title !! Description !! Hours !! Mentor !! Tag
 
!Title !! Description !! Hours !! Mentor !! Tag
 
|-
 
|-
| Beagle Board plugin for Turtle Blocks || The [http://beagleboard.org/ Beagle Board] is a low-power, open-hardware computer that facilitates experimentation with a large family of sensors. The task is to get [[Activities/TurtleBlocks|Turtle Blocks]] running on a Beagle Board and then write an example [[Activities/TurtleBlocks#Plugins|plugin]].|| 72 || Sugar || Code, UI, Python
+
| Beagle Board plugin for Turtle Blocks || The [http://beagleboard.org/ Beagle Board] is a low-power, open-hardware computer that facilitates experimentation with a large family of sensors. The task is to get [[Activities/TurtleBlocks|Turtle Blocks]] running on a Beagle Board and then write an example [[Activities/TurtleBlocks#Plugins|plugin]].|| 72 || Gary || Code, UI, Python
 
|-
 
|-
| Munsell colors || The [http://en.wikipedia.org/wiki/Munsell_color_system Munsell color system] is a visually uniform color system. There is a decent [http://search.cpan.org/~tonodera/Color-Model-Munsell-0.02/lib/Color/Model/Munsell.pm Perl module for Munsell], but no Python module as far as I know. Would be great to have a Python version so we can use Munsell in Sugar activities. || 72 || Sugar || Code, UI, Python
+
| Munsell colors || The [http://en.wikipedia.org/wiki/Munsell_color_system Munsell color system] is a visually uniform color system. There is a decent [http://search.cpan.org/~tonodera/Color-Model-Munsell-0.02/lib/Color/Model/Munsell.pm Perl module for Munsell], but no Python module as far as I know. Would be great to have a Python version so we can use Munsell in Sugar activities. || 72 || Walter || Code, UI, Python
 
|-
 
|-
| Sharing Palette Highlight Bug ||  GTK3 Sharing Palette does not highlight the current selected option. The palette should highlight the icon of the selected option. This worked fine in GTK2.  You can test with Chat (gtk2) and Browse (gtk3).  Ticket: http://bugs.sugarlabs.org/ticket/4467  Relevant code: gtk3 themes at github.com/sugarlabs/sugar-artwork || 48 || Bug, Sugar, GTK, Theme || UI, Code
+
| Sharing Palette Highlight Bug ||  GTK3 Sharing Palette does not highlight the current selected option. The palette should highlight the icon of the selected option. This worked fine in GTK2.  You can test with Chat (gtk2) and Browse (gtk3).  Ticket: http://bugs.sugarlabs.org/ticket/4467  Relevant code: gtk3 themes at github.com/sugarlabs/sugar-artwork || 48 || devel team || UI, Code, Python
 
|-
 
|-
| Magic Tool For Paint ||  The kids want the magic tools from TuxPaint in the sugar Paint activity.  The teachers in Uruguay say the kids like the magic tools from TuxPaint.  Ticket: http://bugs.sugarlabs.org/ticket/2838  Relevant code:  https://github.com/godiard/paint-activity  || 72 || Feature, Magic, Paint, Activity || Code
+
| Magic Tool For Paint ||  The kids want the magic tools from TuxPaint in the sugar Paint activity.  The teachers in Uruguay say the kids like the magic tools from TuxPaint.  Ticket: http://bugs.sugarlabs.org/ticket/2838  Relevant code:  https://github.com/godiard/paint-activity  || 72 || GOdiard || Code, Python
 
|-
 
|-
|| Clear Browse Cache on Crash ||  Browse cache can bloat up with time consuming valuable space on the laptop.  On one laptop me and tch checked, there were 400MB of unaccessible files (mostly multimedia) in the Browse instance folder.  We need a procedure to clean instance/ when starting browse (needs to check it is the only instance to avoid corner case of more than one browse instance). Another option is to check the date of partial files...  Ticket: http://bugs.sugarlabs.org/ticket/2659#comment:6  Relevant code: https://github.com/sugarlabs/browse-activity || 48 || Browse, Activity, Bug, Cache || Code
+
|| Clear Browse Cache on Crash ||  Browse cache can bloat up with time consuming valuable space on the laptop.  On one laptop me and tch checked, there were 400MB of unaccessible files (mostly multimedia) in the Browse instance folder.  We need a procedure to clean instance/ when starting browse (needs to check it is the only instance to avoid corner case of more than one browse instance). Another option is to check the date of partial files...  Ticket: http://bugs.sugarlabs.org/ticket/2659#comment:6  Relevant code: https://github.com/sugarlabs/browse-activity || 48 || GOdiard || Code Python
 
|-
 
|-
|| On Screen keyboard Covers Terminal ||  On terminal activity, the OSK is covering the text entry area. This means that they cannot be used in tablet (full-touch) mode, meaning that they cannot meet Objective #2487.  Ticket: http://bugs.sugarlabs.org/ticket/4542  Relevant code: https://github.com/godiard/terminal-activity || 48 || Terminal, Bug, OSK, Touch, XO-Required, Activity || Code, UI
+
|| On Screen keyboard Covers Terminal ||  On terminal activity, the OSK is covering the text entry area. This means that they cannot be used in tablet (full-touch) mode, meaning that they cannot meet Objective #2487.  Ticket: http://bugs.sugarlabs.org/ticket/4542  Relevant code: https://github.com/godiard/terminal-activity || 48 || devel team || Code, UI, Python
 
|-
 
|-
|| Pippy does not load example if no tabs present || Steps: open pippy, close all tabs, open an example (any), nothing will happen and is confusing, the log shows an ugly error. Ticket: http://bugs.sugarlabs.org/ticket/4782  Relevant code: https://github.com/walterbender/Pippy || 48 || Pippy, Bug, Activity || Code
+
|| Pippy does not load example if no tabs present || Steps: open pippy, close all tabs, open an example (any), nothing will happen and is confusing, the log shows an ugly error. Ticket: http://bugs.sugarlabs.org/ticket/4782  Relevant code: https://github.com/walterbender/Pippy || 48 || walter || Code, Python
 
|-
 
|-
|| XO sleeps while Spirolaterals is drawing ||  The Spirolaterals activity should ask XO builds not to suspend while its drawing routine is active.  Since it takes more than 15 seconds to complete a drawing cycle based on many user-entered patterns, and drawing is done in a step/pause/step manner which doesn't use much CPU, a XO laptop can decide to suspend before the completed image is drawn.  Use the inhibit suspend routines in the toolkit to fix this bug.  Ticket:  http://bugs.sugarlabs.org/ticket/3417  Relevant code:  https://github.com/walterbender/spirolaterals || 48 || Spirolaterals, Bug, Activity || Code
+
|| XO sleeps while Spirolaterals is drawing ||  The Spirolaterals activity should ask XO builds not to suspend while its drawing routine is active.  Since it takes more than 15 seconds to complete a drawing cycle based on many user-entered patterns, and drawing is done in a step/pause/step manner which doesn't use much CPU, a XO laptop can decide to suspend before the completed image is drawn.  Use the inhibit suspend routines in the toolkit to fix this bug.  Ticket:  http://bugs.sugarlabs.org/ticket/3417  Relevant code:  https://github.com/walterbender/spirolaterals || 48 || walter || Code, Python
 
|}
 
|}
  

Navigation menu