Features/Enhanced color selector: Difference between revisions
| Line 42: | Line 42: | ||
== Scope == | == Scope == | ||
To implement this feature, I needed to make changes in four places: | To implement this feature, I needed to make changes in <strike>four</strike> two places: | ||
* In sugar-toolkit/src/sugar-toolkit/src/sugar/graphics/xocolor.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-toolkit/src/sugar-toolkit/src/sugar/graphics/xocolor.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 [[Features/Enhanced_color_selector/Patch-colorpicker|patch-colorpicker]] [[Features/Enhanced_color_selector/Patch-window|patch-window]] | * <strike>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]]</strike> | ||
* In sugar/extensions/cpsection/aboutme/view.py I added the new buttons and callbacks [[Features/Enhanced_color_selector/Patch-view|patch-view]] | * 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 [[Features/Enhanced_color_selector/atch-edit-undo|patch-edit-undo]] | * <strike>In sugar-artwork/icons/scalable/actions/edit-undo.svg I added ENTITY support [[Features/Enhanced_color_selector/atch-edit-undo|patch-edit-undo]]</strike> | ||
== How To Test == | == How To Test == | ||