Features/Enhanced color selector: Difference between revisions
Created page with '<noinclude>{{TOCright}} Category:Feature Page Incomplete Enhanced color selector Enhanced color selector </no…' |
No edit summary |
||
| Line 27: | Line 27: | ||
== Scope == | == Scope == | ||
To implement this feature, I needed to make changes in | 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 | ||
* 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 | ||
* In sugar/extensions/cpsection/aboutme/ | * In sugar/extensions/cpsection/aboutme/view.py I added the new buttons and callbacks | ||
* In sugar-artwork/icons/scalable/actions/edit-undo.svg I added ENTITY support | |||
== How To Test == | == How To Test == | ||