Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        BUGS TODO 


Log Message:


make symbol hiding actually work - fix some bugs, fixme's adjust bugs and
TODO, add exe history and actually use it etc.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/BUGS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- BUGS        19 Dec 2005 04:27:41 -0000      1.3
+++ BUGS        27 Dec 2005 17:16:57 -0000      1.4
@@ -178,21 +178,3 @@
 
 NB: in multihead if the mouse exits a screen during move or resize - either
 disallow it (warp back to previous position ) or limit resize/move
-
-
-
-From: adi <[EMAIL PROTECTED]>
-To: enlightenment-devel@lists.sourceforge.net
-Subject: [E-devel] Segfault if window resize and move geometry settings are
-changed
-Date: Sun, 18 Dec 2005 17:38:33 +0200
-Sender: [EMAIL PROTECTED]
-
-I discovered that if i try to change the default settings for window
-resize and move geometry from the configuration panel and then resize
-a window e17 crash.
-
-i build e17 from cvs 2 hours ago.
-
-bye
-adi
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/TODO,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -3 -r1.290 -r1.291
--- TODO        18 Dec 2005 21:43:59 -0000      1.290
+++ TODO        27 Dec 2005 17:16:57 -0000      1.291
@@ -8,19 +8,18 @@
   BUGS / FIXES
 -------------------------------------------------------------------------------
 
+* BUG: mouse pointer changes are buggy - white box for x curosrs the first
+  time that cursor is used. also sometimes forgets what cursor to use and
+  was being used etc.
+* BUG: advanced modules settings dialog has broken load, module click in
+  unloaded list etc. etc.
 * BUG: if you iconify a window and while iconified the window unmaps
   (rhythmbox does this a lot apparently) e doesnt realise and still thinks
   its iconified.
-* BUG: if app changes map state hint with XSetWMHints instead of callling
-  XMapWindow e wont de-iconify the window
 * BUG: dnd to ibar is broken if u did an icon that isn't IN the ibar yet
   (from a window border) to either the very start or end of the ibar.
-* BUG: race condition on winlist activate via keypress and the key grab thus
-  missing the alt key raise sometimes.
 * BUG: dnd from konqueror on zone 0 to another konq on zone 1 with xinerama (2
   zones) causes segv
-* BUG: e often forgets what window is focused so ctrl+alt+x for example doesnt
-  close the current focused window... hmmmm
 * BUG: in general fullscreen needs work, cleaning and testing. dont allow
   desktop switches for the desk a fullscreened window is on, nor allow windows
   to be raised above the fs win etc. ie the app must seem to be entirely fs for
@@ -28,8 +27,6 @@
 * 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
-* BUG: if you alt-click on a module to move it, and the mouse happens to be 
right where a resize handle for a neighboring module is, it will resize that 
instead. We should probably just go to edit mode for the single module instead 
of _all_ modules.
-* BUG: the last desktop module enabled can not be moved with alt-drag. Disable 
and reenable a desktop module to test.
 ]]]
 
 [[[
@@ -37,7 +34,7 @@
   ESSENTIAL FEATURES
 -------------------------------------------------------------------------------
 
-* add fullscreen support (e16 xvidmode or xrandr style)
+* add fullscreen (zoom) support (e16 xvidmode or xrandr style)
 * implement thees maximise/fullscreen modes:
   Which of these should be different modes, and which should be options for
   a mode? i think they all should be distinct actions of their own bound
@@ -76,11 +73,9 @@
   means .mo compiled files from a .po, an optional font and a config file that
   specifies the locale and font) and then install the font(s) either as a user
   or superuser, and the .mo in the system or a user locales dir.
-* all menus need icons if they dont have them  yet:)
 * gadget containers (shelves?) using popups as well as in-line in a canvas
 * finish off icccm support
 * finish complete netwm support
-* different cursors for different parts of the screen
 * add a "taskbar" module
 * add cpu load module
 * add a way to access "all" apps app dir
@@ -89,20 +84,13 @@
   new bars to be created or bars to be deleted
 * ibar need to support label pop-ups
 * ibar should support subdirs with pop-up icons...
-* borders need to be able to change border theme on the fly by menu or app
-  properties
 * add setup/install wizard to seed eap files etc. etc.
 * support text and color classes
 * add clientinfo pane/popdown for borders
 * make xrandr support get rotation and store it
 * gui config dialogs for all config
-* "control panel" dialog need to be better to allow config dialogs to launch
-  from it
 * make it possible to disable border buttons/actions (tell theme what is
   disabled)
-* modules need config dialogs instead of long winded menus
-* remove module config menus (make them part of the module control panel etc.)
-* alt-middle should go into resize mode on modules. (right now you have to 
guess where the resize handle will appear and alt-click there, or go into full 
edit mode.
 ]]]
 
 [[[
@@ -110,25 +98,17 @@
   CLEANUPS
 -------------------------------------------------------------------------------
 
-* return from ipc if the command failed or not
-* ipc should give more feedback wheter the options are accepted or not.
-* find all other instances of using e_error dialogs and use them only with low
-  level errors than need attention no matter what.
+* EAP cache files can be hit and miss and have problems. move things to be
+  explicit reloads.
+* need to match EAPI on all fn's as well as thier prototypes
 * winlist should support place for window "screenshot" in list as well as
   app icon
-* winlist should in theory allow horizontal list layout not just vertical (set
-  by the theme)
 * winlist could divide windows up into blocks - sub-lists within a container
   per desktop (with stick windows considered to live on the "current" desk
   when winlist starts)
 * make it easy for modules to hook into ipc and extend it for themselves
 * gadman needs some changes to virtualise the canvas/container the gadget
   ends up in (eg in popups or border)
-* perhaps we should split focus and "selected" windows. selected window is
-  what ocused is now and focus is something only affectinbg keyboard input. if
-  the focus window becoems another managed window it becoems the selected
-  window - otherwise click to focus or pointer focus will chose the selected
-  window that may get the focus if it allows it...
 * module api needs to move label and icon to data file (.eap file?), not api
 * ibar lamp needs short timer on mouse out for hide before hiding (and del
   the time on mouse in)
@@ -141,9 +121,6 @@
 -------------------------------------------------------------------------------
 
 * add key input focus control for desktop modules
-* break out desks x/y size config so you can have a different desktop size
-  per zone - right now there is a signle global (use this later as the default
-  for new/unconfigured zones)
 * emit signal to submenu entries if they have a submenu shown for them or not
 * screensaver/lock module
 * tip/hint/suggestion dialog
@@ -151,16 +128,13 @@
 * add locale and encoding fields to eapp files (to launch eapp in that
   locale+encoding)
 * add input method selector stuff to eapp - same as locale
-* "run command" typebuffer thing
 * setup configs for gnome and kde (as options) if they are installed (eg
   run gnome-settings-daemon).
 * check evas has eet support early on.
+* check engine can work on a given screen before using it
 * pagers should be able to be configured to control more than the current zone
   (select which zone they control)
 * non opaque move/resize
-* add window tabs (multiple clients in 1 border)
-* add a button area expansion for borders ???
-* add template button for expanded buttons ???
 * maybe add systray module/support?
 * add "osd" subsystem for things like volume controls on keybboards, etc.
   that overlay the screen




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to