User:Manuq/12.1.0: Difference between revisions

From OLPC
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 19: Line 19:
* Words, UI redesign
* Words, UI redesign
* Words, check data, investigate other dictionaries or fix current data (has encoding issues)
* Words, check data, investigate other dictionaries or fix current data (has encoding issues)
* Implode, check toolbars
* Implode, check toolbars '''PATCH SENT'''
* Jukebox, redesign icon (resembles only audio, not video)
* Jukebox, redesign icon (resembles only audio, not video)
* Jukebox, add video icon
* Jukebox, add video icon
Line 25: Line 25:
* Maze, new feature: use accelerometer
* Maze, new feature: use accelerometer
* Maze, check bug while rotating the screen of the XO
* Maze, check bug while rotating the screen of the XO
* create Graphic activity, basic activity to do graphics (bars, pie, lines)
* create Graphic activity, basic activity to do graphics (bars, pie, lines) '''DONE by agus'''
* Clock, port to Cairo '''PATCH SENT'''
* Clock, port to Cairo '''PATCH SENT'''
* Clock, drag & drop hands '''PATCH SENT'''
* Clock, drag & drop hands '''PATCH SENT'''
Line 55: Line 55:
==== Start dreaming ====
==== Start dreaming ====


Share painting would be a fantastic add!
Share painting would be a fantastic add!

* I did a simple activity using Cairo for drawing, that has collaborative painting: http://git.sugarlabs.org/paint-with-me/paint-with-me

* There is also Scribble activity, can be useful for reference: http://activities.sugarlabs.org/es-ES/sugar/addon/4242

Latest revision as of 21:53, 22 February 2012

Related info

Erikos planning (schedule) [1]

Sugar 0.96 Roadmap [2]

Gonzalo's plans [3]

Activities porting to Gtk3 [4]

Primary tasks

Secondary tasks

  • Words, UI redesign
  • Words, check data, investigate other dictionaries or fix current data (has encoding issues)
  • Implode, check toolbars PATCH SENT
  • Jukebox, redesign icon (resembles only audio, not video)
  • Jukebox, add video icon
  • Labyrinth, talk with Gary about maintainer and changes in git that are not in releases
  • Maze, new feature: use accelerometer
  • Maze, check bug while rotating the screen of the XO
  • create Graphic activity, basic activity to do graphics (bars, pie, lines) DONE by agus
  • Clock, port to Cairo PATCH SENT
  • Clock, drag & drop hands PATCH SENT

Improve Paint

Add brushes - stamp presets

We aim the children to make their own brushes via the stamp tool, so we don't limit creation to a set of presets. But a few general stamps can be a good thing to start painting like charcoal, etc. They need to be selected with care.

Ability to store and share stamps

Currently the child can make her own stamp, but it is lost once another one is made.

The child would like to store a stamp for later usage. Furthermore, she would also like to share her creation with others, aiming collaboration.

Make stamps rotate with the mouse direction

This would be an option for stamps. The child can activate "follow mouse direction", then the stamp is printed in the canvas with a rotation applied, following the path of the mouse. Maybe make a cache of eight rotations of the pixel buffer. The child can use this to paint a railroad tracks, for example.

Improve coloring

Coloring is very important in this activity. We need to discuss color selection, and add the ability to go to a color previously used (color history).

Resize selection via drag & drop

Currently the resize is made changing numbers in input labels. Resize via drag & drop is a more conventional and intuitive way to do it.

Start dreaming

Share painting would be a fantastic add!