update some todo

SVN revision: 13217
This commit is contained in:
handyande 2005-02-07 12:02:41 +00:00 committed by handyande
parent 9421f51694
commit 5983e2997f
2 changed files with 3 additions and 10 deletions

8
TODO
View File

@ -29,12 +29,10 @@ Current freeze issues are:
ISSUES:
* clock module needs fixing to have right click menu per face
* clock module should only make 1 clock per container and allow u to enable/disable that clock on that container
* same for ibar, temperature and battery modules
* pager needs 1 pager face per zone by default (optionally able to be turned off)
* ibar, temp and battery modules should only make 1 gadget per container and allow u to enable/disable that gadget on that container (like clock)
* pager needs option to turn each face off
* pager needs to be able to split off each desk in a zone it a different gadget
* pager right click menu needs to do a lot more (as with clock)
* pager right click menu needs to do a lot more
* gadman gadget menu needs icons :)
* add a menu item to each gadman client menu to edge editing mode
* pager needs an overhaul

View File

@ -4,11 +4,6 @@
#include "e.h"
#include "e_mod_main.h"
/* TODO List:
*
* * Get E_EVENT_BORDER_ADD when a window is moved from one desk to another by the wm
*/
/* module private routines */
static Evas_List *_pager_init(E_Module *module);
static void _pager_shutdown(Evas_List *pagers);