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 [[Features/Enhanced_color_selector/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 [[Features/Enhanced_color_selector/Patch-colorpicker|patch-colorpicker]] [[Features/Enhanced_color_selector/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 [[Features/Enhanced_color_selector/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 [[Features/Enhanced_color_selector/atch-edit-undo|patch-edit-undo]] | ||
== How To Test == | == How To Test == | ||