nagyistoce / kronox

Automatically exported from code.google.com/p/kronox
GNU General Public License v3.0
0 stars 0 forks source link

Better color support for tasks #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now, the color of a task is stored as a string matching a given ColorList.

Instead, the color itself should be stored. The following needs to be done:
* change the datamodel - use Data (with an NSKeyedArchiver) instead of String 
for storing colors 
* change the Edit Task panel - need a ColorWell instead of the color PopUpMenu
* create a MappingModel - how do I map the current string to a color?

Original issue reported on code.google.com by peter.ljunglof@heatherleaf.se on 23 Jan 2009 at 11:08

GoogleCodeExporter commented 9 years ago
Fixed in r40

Original comment by peter.ljunglof@heatherleaf.se on 1 Jun 2009 at 9:32