User:Manuq/12.1.0: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with '== Activities == * Browse port to GTK+ 3 * Words, UI redesign * Words, check data, investigate other dictionaries or fix current data (has encoding issues) * Implode, check tool…')
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Activities ==
== Related info ==

Erikos planning (schedule) [http://wiki.laptop.org/go/User:Erikos/Planning]

Sugar 0.96 Roadmap [http://wiki.sugarlabs.org/go/0.96/Roadmap]

Gonzalo's plans [http://wiki.laptop.org/go/User:Godiard/12.1.0]

Activities porting to Gtk3 [http://wiki.laptop.org/go/Activities/PortingToGtk3]

== Primary tasks ==

* Browse [http://wiki.sugarlabs.org/go/Features/WebKit/Development port to GTK+ 3]
* sugar-artwork, [http://wiki.sugarlabs.org/go/Features/GTK3/Theme port Sugar theme to GTK+ 3]
* Finish [http://wiki.sugarlabs.org/go/Talk:Design_Team/Toolbar_Catalog toolbars simple tasks]

== Secondary tasks ==


* Browse port to GTK+ 3
* 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, 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!

* 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!