Features/Enhanced color selector: Difference between revisions
| Line 29: | Line 29: | ||
To implement this feature, I needed to make changes in four places: | To implement this feature, I needed to make changes in four places: | ||
* In sugar-toolkit/src/graphics/xo-color.py I added new methods for getting the next and previous colors in the list | * In sugar-toolkit/src/graphics/xo-color.py I added new methods for getting the next and previous colors in the list [[File:Patch-xocolor|patch-xocolor]] | ||
* In sugar/src/jarabe/intro/(colorpicker.py, window.py) I added the new buttons and callbacks | * In sugar/src/jarabe/intro/(colorpicker.py, window.py) I added the new buttons and callbacks [[File:Patch-colorpicker|patch-colorpicker]] [[File:Patch-window|patch-window]] | ||
* In sugar/extensions/cpsection/aboutme/view.py I added the new buttons and callbacks | * In sugar/extensions/cpsection/aboutme/view.py I added the new buttons and callbacks [[File:Patch-view|patch-view]] | ||
* In sugar-artwork/icons/scalable/actions/edit-undo.svg I added ENTITY support | * In sugar-artwork/icons/scalable/actions/edit-undo.svg I added ENTITY support [[File:Patch-edit-undo|patch-edit-undo]] | ||
== How To Test == | == How To Test == | ||