1#TODO list:
2
3## Enhancements :
4
5### Palettes :
6- use need attention symbol in changed palettes.
7- show ID and number of colors (tooltip ?)
8
9### Save and load palettes dialogs :
10- load more than one palette at once.
11- add button the choose the save format
12
13### Panel :
14- show complex colors and nested ones: see css parser functions handling.
15- How to close it ?
16- activated globaly (but nedd a color sub-menu) or per view like now ?
17- filter prefs page ?
18
19### Color Strings :
20- add a way to choose a reference format to insert in the view ( label as a radio ? ).
21
22### search list :
23- add current file colors to the list.
24
25### Prefs :
26- separate color components and color strings unit choices.
27
28### Assets :
29- fix python script (till now, the rubby one is used).
30- percent and degree icons are fuzzy.
31
32## FIXES :
33
34### Prefs :
35- checked palette row with long name make the panel ask more width:
36  partialy fixed, but hard problem :
37    if you select a row with a row name larger than the previously selected and
38    the panel has small width, it make the panel grow and shrink when changing rows.
39
40- add some scrolledwindow to the pages :
41  done for the palette list but there's a size problem somewhere since
42  the addition of max-content-* to GtkScrolledWindow.
43
44- when adding new palettes, the bottom list border sometimes disappears.
45( css problem ?)
46
47- focus paths.
48