On Sun, 30 October 2011 Tom Hacohen <tom.haco...@partner.samsung.com> wrote:
> Hey all,
> 
> I want to delete (mark as deprecated?) all the broken/deprecated modules 
> there. Users often try to use them and this just causes havoc (just go 
> to trac/community forums to see if you don't believe me).
> 
> Here's a list of the major culprits:
> 
> calendar - delete, implemented in "clock".
> exalt-client - is there anyone using this and not connman?
> exebuf - isn't that deprecated by everything?
> forecasts, eweather, weather - is any of them deprecated? are they the 
> same/overlap too much?
> itask-ng - can delete the dir, I guess...
> language - works for q66, broken for me, q66 claims to introduce a new 
> version tonight (xkbswitch) we'll take his word for it. :)
> mail - does it work?

Using it here, it works but has 1 tiny #define bug which prevents it
from compiling for me, fixed by following patch:

Index: src/e_mod_main.h
===================================================================
--- src/e_mod_main.h    (revision 63930)
+++ src/e_mod_main.h    (working copy)
@@ -10,7 +10,7 @@
 # define D_(string) (string)
 #endif
 
-#define PRINT_LOTS_OF_DEBUG 0
+/* #define PRINT_LOTS_OF_DEBUG 0 */
 
 typedef enum 
 {


This cause is that PRINT_LOTS_OF_DEBUG is tested for presence an not value
in the code and when defined some not-available openssl/gnutls function is
being called.



Since very recently the tooltip started behaving in a weird way,
when I hover it the tooltip flickers if I hover the "wrong" area of it.

If the below square if the mode, the area marked with '#' incide of it
is the area that causes flickering tooltip (tooltip disappearing to
reappear as soon as possible).

+---+---+
|   #   |
+   ####+
|   #   |
+---+---+

I find it pretty useful and like the fact it support IMAP's notification
(via IMAP idle or so) for new mail.

For the rest it would be nice if it will flag unavailable mailbox and
display cause in contextual menu (instead of silently showing 0/0 mails
- silently as in I didn't check for stderr output)

Bruno


> news - does it segfault all the time or is it usable?
> screenshot - deprecated by the e shot module?
> slideshow - unstable?
> taskbar/
> tclock - deprecated by default clock.
> tiling, e-tiling: do we need both?
> wlan - wth is that? can that be removed?
> 
> 
> What do you guys think? What can I remove?
> 
> --
> Tom.

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to