From d885ba0fbb5a091cc64a6cc172cbb64a12aac7e6 Mon Sep 17 00:00:00 2001 From: Xavier Maillard Date: Sat, 21 Sep 2002 10:07:53 +0000 Subject: [PATCH] Update the TODO list (Old svn revision: 3328) --- TODO | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index c65d3934..c5de2f83 100644 --- a/TODO +++ b/TODO @@ -4,22 +4,24 @@ TODO list for xfce4 Major features for 4.0 ---------------------- * port clock widget Mostly done (zeDek) + - add color handling (fg/bg) In progress (zeDek) + - fix the tiny size mode In progress (zeDek) * unify panel controls Done (make everything a module) -* improve module configuration +* improve module configuration - add chosen module to panel Done - direct-apply options Done - save config in main file Done (pass xmlNodePtr to module) -* improve global configuration +* improve global configuration - add stay-on-top option Done - split up dialog Mostly done - - port to new xfce-wide system + - port to new xfce-wide system * write API docs for plugin writers * write user docs * provide good default configuration -* allow different positions for - popup button in all sizes Done +* allow different positions for + - popup button in all sizes Done * Update popup positioning function to new account for panel orientation * Idem for panel positioning and style @@ -27,6 +29,8 @@ Major features for 4.0 * Update module API for variable sized modules void set_orientation(PanelControl *pc, int orientation); void minimum_size(PanelControl *pc, int size, int *width, int *height); +* Add support of the NET_DESKTOP_NAMES form freedesktop.org standard + (In progress zeDek) Nice to have for 4.0 --------------------