From 7c82d44e0dd756b703cb3aeb4c2f7ada70b64487 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 24 Jun 2005 03:17:34 +0000 Subject: [PATCH] TODO is probably easily machine-parsable now too and mroe ordered. someone could make a web page that lists the todo and its current status and lists items there, keeps item counts and how quickly they come/go and could even estimate a completion date over time :) SVN revision: 15513 --- TODO | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 681d28ea9..bcd2492a9 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,11 @@ +<<< Some of the things (in very short form) that need to be done to E17... (These are in no particular order) +>>> +[[[ ------------------------------------------------------------------------------- - 1. BUGS / FIXES + BUGS / FIXES ------------------------------------------------------------------------------- * need to hide other windows while doing fullscreen. @@ -41,9 +44,11 @@ Some of the things (in very short form) that need to be done to E17... * bug: if you have 2 zones and you fill up zone 2 (right) mostly and then run a big xev (xev -g 1280x1024) that wont fit it gets placed offscreen to the right of zone 2 +]]] +[[[ ------------------------------------------------------------------------------- - 2. ESSENTIAL FEATURES + ESSENTIAL FEATURES ------------------------------------------------------------------------------- * add fullscreen support (e16 xvidmode or xrandr style) @@ -156,9 +161,11 @@ Some of the things (in very short form) that need to be done to E17... * remove module config menus (make them part of the module control panel and as separate executables) * actuallly break out ipc and config to set bg per desktop (per zone) +]]] +[[[ ------------------------------------------------------------------------------- - 3. CLEANUPS + CLEANUPS ------------------------------------------------------------------------------- * make auto kill client and the kill() stuff config options @@ -177,17 +184,13 @@ Some of the things (in very short form) that need to be done to E17... * ibar lamp needs short timer on mouse out for hide before hiding (and del the time on mouse in) * allow object paranoia to be a runtime option too +]]] +[[[ ------------------------------------------------------------------------------- - 4. OPTIMISATIONS + "NICE TO HAVE" FEATURES ------------------------------------------------------------------------------- -* could speedup dropshadow's gaussian blurr with mmx and sse by doign 2 or 4 - rows at once -* optimize clock theme (speed/cpu) (rotation in edje??? or evas???) - - 5. "NICE TO HAVE" FEATURES - * "run command" typebuffer thing * icons should be able to be overidden from the theme (eapp and menu stuff etc.) @@ -206,3 +209,15 @@ Some of the things (in very short form) that need to be done to E17... * add "osd" subsystem for things like volume controls on keybboards, etc. that overlay the screen * file icons on the desktop (people ask for it) - xdnd for these +]]] + +[[[ +------------------------------------------------------------------------------- + OPTIMISATIONS +------------------------------------------------------------------------------- + +* could speedup dropshadow's gaussian blurr with mmx and sse by doign 2 or 4 + rows at once +* optimize clock theme (speed/cpu) (rotation in edje??? or evas???) +]]] +