efl/legacy/efreet/TODO

26 lines
994 B
Plaintext
Raw Normal View History

TODO
----
- Efreet_Menu should setup an Ecore_File_Monitor on the .menu files and the
app_dir and reload the menu when needed
- The move handling is wrong when moving to a destination with /'s in the
name. We should be creating intermediate menus for each of the /'d items
instead of just making the name as we do now
2007-03-25 12:47:07 -07:00
- Add support for searching for a list of fallback icons in the current theme
BEFORE looking in the inherited themes (e.g. for mime-types that go from
specific to general).
2007-04-04 03:09:20 -07:00
- When files are added by the monitor, check if the file should be preferred
over one existing (if the user adds a file in the home dir it should be
preferred over one in the system dir).
- When adding a new dir for monitoring, scan the dir first as it might have files
before we register a monitor
Notes from the Menu Spec test
-----------------------------
- We're appending the / to the menu names in the test case. We should
possibly be doing that in the efreet code itself.