[E-devel] ecore_x_screensaver_set wtf

2012-09-29 Thread Tomas Cech
Hi, for some time I'm facing high load of E17 and X. I attached ltrace to enlightenment and collected data for 3 seconds. Thise are some higher numbers of calls of functions: 42907 ecore_x_screensaver_set 32809 free 32800 calloc 32792 eina_array_step_set 32792 eina_array_grow 32792

[E-devel] [e] Patch

2012-09-29 Thread rustyBSD
Hi, some trivial changes. I. _e_fm_op_stdin_handler is unused, so - removed. II. if we cannot malloc _e_fm_op_stdin_buffer, we are in big shit, so nullcheck. III. Formatting. IV. if argc 4 we quit, so we don't need to check if argc = 4. V. removed 'ret' variables. They are

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/quickaccess

2012-09-29 Thread thomasg
On Tue, Sep 4, 2012 at 12:22 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: and now for something totally new: quicklaunch module now runs a non-skippable tutorial on first load to run users through using it seriously, you can't skip it. don't even try clicking stop or

Re: [E-devel] Issues on init / shutdown design of elm externals

2012-09-29 Thread Cedric BAIL
On Sep 29, 2012 6:28 AM, Bruno Dilly bdi...@profusion.mobi wrote: I just saw that when an elm external is added it calls elm_init(), and calls shutdown when it's deleted. But it's not a nice place to put these calls, because you'll create scenarios where elm won't shutdown properly. Example:

[E-devel] [e] Translation broken !

2012-09-29 Thread rustyBSD
Mmmh... The translation of e/src/modules/notification seems to be broken. I don't know if it's the right thing to do, but I added entries in POTFILES.in/.skip. Then we can removee/src/modules/notification/po. --- po/POTFILES.in 2012-09-29 13:14:20.739145592 +0200 +++ po/POTFILES.in 2012-09-29

Re: [E-devel] Issues on init / shutdown design of elm externals

2012-09-29 Thread Gustavo Sverzut Barbieri
On Saturday, September 29, 2012, Cedric BAIL wrote: On Sep 29, 2012 6:28 AM, Bruno Dilly bdi...@profusion.mobijavascript:; wrote: I just saw that when an elm external is added it calls elm_init(), and calls shutdown when it's deleted. But it's not a nice place to put these calls, because