Features/Enhanced color selector: Difference between revisions
| Line 39: | Line 39: | ||
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/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]] | * 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 [[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]] | ||