Package Upload
[framework/uifw/efreet.git] / TODO
1 TODO
2 ----
3 - efreet_desktop_command_* should free the exec strings for you (set free cb on execs list in _build()). need to make sure users of this function are updated when this change is made (e.g. e17's exec cb)
4 - Efreet_Menu should setup an Ecore_File_Monitor on the .menu files and the
5   app_dir and reload the menu when needed
6
7 - The move handling is wrong when moving to a destination with /'s in the
8   name. We should be creating intermediate menus for each of the /'d items
9   instead of just making the name as we do now
10
11 - Add support for searching for a list of fallback icons in the current theme
12   BEFORE looking in the inherited themes (e.g. for mime-types that go from
13   specific to general).
14
15 - If a theme has several icon types (png, xpm..) prefer the first in the
16   extension list.
17
18 - Add some ref/free tracking to check if users aren't abusing the system.
19
20 Notes from the Menu Spec test
21 -----------------------------
22 - We're appending the / to the menu names in the test case. We should
23   possibly be doing that in the efreet code itself.
24