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

2012-07-19 Thread Michael Blumenkrantz
as the quote implies, efm now does wildcard matching in its typebuf just like a shell On Thu, Jul 19, 2012 at 2:40 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > "when I was a boy, all the file managers did glob matching with their > typebufs, and they could do it uphill both

Re: [E-devel] E SVN: barbieri trunk/elementary/src/lib

2012-07-19 Thread Michael Blumenkrantz
pass --disable-elementary and it should build okay...wfm On Thu, Jul 19, 2012 at 2:45 PM, Andrea Suisani wrote: > Hi all, > > this one seems to make e build fails > with this message: > > e_win.c:146:1: error: unknown type name ‘Elm_Win_Trap’ > e_win.c:147:3: error: ‘ELM_WIN_TRAP_VERSION’ undecla

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

2012-07-20 Thread Michael Blumenkrantz
it was far simpler to add this than to figure out maug and then add yet more hash keys/lookups On Fri, Jul 20, 2012 at 10:34 AM, Carsten Haitzler wrote: > On Fri, 20 Jul 2012 18:12:40 +1000 David Seikel said: > > > On Thu, 19 Jul 2012 02:05:34 -0700 "Enlightenment SVN" > > wrote: > > > > > Log:

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Michael Blumenkrantz
entry anchor clicks only work in the mobile profile, not in desktop; this is a known bug (has been for close to a year now) which I created on trac and assigned to cedric. On Fri, Jul 20, 2012 at 10:29 AM, Carsten Haitzler wrote: > i have just gone through elementary test and elm has a LOAD of bu

Re: [E-devel] DBus/Elm Application Question.

2012-07-23 Thread Michael Blumenkrantz
this is one of the (many) (huge) issues with current e_dbus, and a reason why it must be completely scrapped in the future. in order to achieve the functionality you are looking for, you basically have two options: 1) recursive main loops 2) block in this thread, fork and pipe to get the result ei

Re: [E-devel] DBus/Elm Application Question.

2012-07-24 Thread Michael Blumenkrantz
I'm similarly confused/pleased; I tried this a while back and it didn't work at all. On Tue, Jul 24, 2012 at 11:09 AM, Lucas De Marchi < lucas.demar...@profusion.mobi> wrote: > On Tue, Jul 24, 2012 at 7:07 AM, Carsten Haitzler > wrote: > > On Tue, 24 Jul 2012 07:01:37 -0300 Lucas De Marchi > >

Re: [E-devel] question about genlist

2012-07-25 Thread Michael Blumenkrantz
the content get functions are not called "once per item", but "once per realize". so these functions can be called an infinite number of times with correct behavior. more likely you did not export USER=raster On Wed, Jul 25, 2012 at 1:36 PM, Vincent Torri wrote: > hey > > i tried to use genlist,

Re: [E-devel] question about genlist

2012-07-25 Thread Michael Blumenkrantz
I suppose you'd have to check valgrind for that. and yes, it is a lot of calls. On Wed, Jul 25, 2012 at 2:17 PM, Vincent Torri wrote: > so why is data becoming garbage at the 7th call ? > > btw, that's a lot of 'realize' calls, imho :) > > On Wed, Jul 25, 20

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

2012-07-25 Thread Michael Blumenkrantz
users of this feature may or may not have lost their settings with this commit On Wed, Jul 25, 2012 at 2:54 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > desk (un)lock apps -> screen (un)lock apps for consistency > > > Author: discomfitor > Date: 2012-07-25 06:

enlightenment-devel@lists.sourceforge.net

2012-07-25 Thread Michael Blumenkrantz
it would be very nice if the theme could be consolidated to properly use inheritance and such instead of copy/pasting the same edc snippets everywhere... On Thu, Jul 26, 2012 at 3:53 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wednesday, July 25, 2012, Carsten Haitzler wr

[E-devel] e17 updates

2012-07-27 Thread Michael Blumenkrantz
Hi, I'd advise against updating your E17 for the next couple days if you like your shelf gadgets. Somehow my testing failed to reveal cases where shelf gadgets do not get drawn, and, as a result, they are very unlikely to appear until I fix it. I'll make another mail announcement once this is fixe

Re: [E-devel] e17 updates

2012-07-27 Thread Michael Blumenkrantz
On Fri, 27 Jul 2012 15:52:26 +0100 Michael Blumenkrantz wrote: > Hi, > > I'd advise against updating your E17 for the next couple days if you like your > shelf gadgets. Somehow my testing failed to reveal cases where shelf gadgets > do not get drawn, and, as a result, they

Re: [E-devel] transparent shelf in themes is broken

2012-07-28 Thread Michael Blumenkrantz
On Sat, 28 Jul 2012 21:17:35 +0800 P Purkayastha wrote: > Hello, > >As of r74527, transparent setting in shelf is broken in all the > themes I tested - default, detourious, darkness, and efenniht. file a bug on trac. this should be standard procedure by now. --

Re: [E-devel] E SVN: raster trunk/eeze/src/lib

2012-07-29 Thread Michael Blumenkrantz
On Sun, 29 Jul 2012 06:21:10 -0700 "Enlightenment SVN" wrote: > Log: > and... first monitor mtab not fstab for MOUNT changes/ mtab is > "current mounted status" . fstab is "stuff i WANT to mount". > > secondly.. if mtab is a symlink.. pretend we arent monitoring. this > then kicks in the

Re: [E-devel] E SVN: raster trunk/eeze/src/lib

2012-07-29 Thread Michael Blumenkrantz
On Sun, 29 Jul 2012 22:43:28 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 29 Jul 2012 14:25:38 +0100 Michael Blumenkrantz > said: > > > On Sun, 29 Jul 2012 06:21:10 -0700 > > "Enlightenment SVN" wrote: > > > > > Log: > > >

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

2012-07-30 Thread Michael Blumenkrantz
On Mon, 30 Jul 2012 08:14:57 -0700 "Enlightenment SVN" wrote: > Log: > whoops, forgot to use zone geom for saving gadget sizes as well as placing > them > > Author: discomfitor > Date: 2012-07-30 08:14:57 -0700 (Mon, 30 Jul 2012) > New Revision: 74593 > Trac: http://trac.e

Re: [E-devel] E SVN: raster trunk/e/src/bin

2012-07-31 Thread Michael Blumenkrantz
On Tue, Jul 31, 2012 at 10:05 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > revert stringshare changes by zmike - they break xsettings support. it > works again now i revert these. > > > > Author: raster > Date: 2012-07-31 02:05:39 -0700 (Tue, 31 Jul 2012) > N

Re: [E-devel] free() - FREE()

2012-08-01 Thread Michael Blumenkrantz
someone reporting in On Wed, Aug 1, 2012 at 10:02 AM, Carsten Haitzler wrote: > On Sun, 29 Jul 2012 15:53:31 +0200 rustyBSD said: > > seems someone replaced with E_FREE already. :) > > > Hi, > > In "e/src/bin/e_fm_op.c", free() is used. > > Should replace all free() by FREE(), as > > free() does

Re: [E-devel] E SVN: raster IN trunk/e: . src/bin

2012-08-01 Thread Michael Blumenkrantz
I agree that he is important, but TWO entries in the authors file ? On Wed, Aug 1, 2012 at 10:33 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > patch from rustyBSD. > > > > Author: raster > Date: 2012-08-01 02:33:01 -0700 (Wed, 01 Aug 2012) > New Revision: 74725

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2012-08-01 Thread Michael Blumenkrantz
On Wed, 1 Aug 2012 16:46:00 +0200 Vincent Torri wrote: > missing changelog and news update > > Vincent > > On Wed, Aug 1, 2012 at 4:37 PM, Enlightenment SVN > wrote: > > Log: > > add ecore_main_fd_handler_file_add() for use with regular files. > > epoll does not handle reading from files sin

Re: [E-devel] Deprecation / removal of API

2012-08-01 Thread Michael Blumenkrantz
On Wed, 1 Aug 2012 18:40:24 +0100 "Bradford, Robert" wrote: > What's the process for deprecating / removing API. I've found at least > one example where this makes sense for Wayland: > > /* @since 1.2 */ > EAPI void- > ecore_wl_pointer_xy_get(int *x, int *y) > > This function returns an x and y

Re: [E-devel] E SVN: raster trunk/e/src/bin

2012-08-01 Thread Michael Blumenkrantz
I give up. Your constant reverts and refusal to submit any sort of report or do debugging make it impossible to improve this. It can stay slow and blocking forever now. On Thu, Aug 2, 2012 at 4:36 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > unfortuntely.. i have to revert

Re: [E-devel] EFM's New Side Panel

2012-08-02 Thread Michael Blumenkrantz
On Thu, 2 Aug 2012 17:15:00 -0500 Jeff Hoogland wrote: > Can I just say thanks to whoever added this? > > http://www.enlightenment.org/ss/e-501afb74548280.36042818.jpg > > Looks/works great! If anyone has time for one more feature request archive > manager integration would be sexy :) > you'r

Re: [E-devel] New bugs on v.2.0.1

2012-08-07 Thread Michael Blumenkrantz
On Tue, 7 Aug 2012 21:19:19 +0300 kanenas tipota wrote: > Hello again everybody, found some new bugs on v.2.0.1. First i couldn't > boot the live version on cd until i read about nomode set(why this...?). > After booting and geting to the desktop i found several icons missing > specialy on the "l

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

2012-08-07 Thread Michael Blumenkrantz
nope On Tue, Aug 7, 2012 at 11:24 PM, Sebastian Dransfeld wrote: > Should both calls to e_bindings_mapping_change_enable() be with argument > FALSE? > > S. > > On 08/06/2012 12:21 PM, Enlightenment SVN wrote: > > Log: > > add an amazing hack which, when a vmware player window is opened, > disabl

Re: [E-devel] [Patch][e] Bug fix for crashing enlightenment in e_gadcon.c

2012-08-09 Thread Michael Blumenkrantz
in On Thu, Aug 9, 2012 at 9:13 AM, Doyoun Kang wrote: > Dear all. > > I found the bug which may occurs enlightenment crash. > There is code to insert E_Gadcon pointer to custom_populate_requests list > in e_gadcon_custom_new(). However, there is no code to remove deleted > E_Gadcon pointer from

Re: [E-devel] E SVN: stefan trunk/e_dbus/src/lib/dbus

2012-08-09 Thread Michael Blumenkrantz
On Thu, 9 Aug 2012 09:19:36 -0700 "Enlightenment SVN" wrote: > Log: > e_dbus: Adjust documentating and fix white spaces. > > Connman is not only for embedded devices. Adjust the doc for this. Also fix > whitespaces while being here. > > Author: stefan > Date: 2012-08-09 09:19

Re: [E-devel] E SVN: lucas trunk/THEMES/darkness/widgets

2012-08-09 Thread michael . blumenkrantz
Enlightenment SVN wrote: Log: darkness: don't use inverted vertical slider Somethings are ok to inverted (like the border buttons), but for the vertical slider it looks so wrong. It must be a bug. Even the signal is called UP! Author: lucas Date: 2012-08-09 14:19:03 -0700 (Thu, 09 Aug 2012)

Re: [E-devel] Segfault on opening email attachments

2012-08-10 Thread Michael Blumenkrantz
1) unload engage module 2) ??? 3) profit On Fri, Aug 10, 2012 at 2:43 PM, Nikolas Arend wrote: > Hi, > > Recently e started segfaulting when I try to open email attachments in > thunderbird (i.e. click on them). Backtrace is attached. > > This is revision 74987, Fedora 17 i386. Let me know if you

Re: [E-devel] E SVN: discomfitor IN trunk/ecore: . src/lib/ecore

2012-08-13 Thread Michael Blumenkrantz
but it's rare because it only happens on windows On Mon, Aug 13, 2012 at 12:26 PM, Vincent Torri wrote: > On Mon, Aug 13, 2012 at 12:32 PM, Enlightenment SVN > wrote: > > Log: > > patch from vtorri fixing rare segv condition in main loop > > actually, it always seg fault on windows since revisio

Re: [E-devel] ecore_input_init bug ?

2012-08-13 Thread Michael Blumenkrantz
definitely a bug, the other sublibraries call it. On Mon, Aug 13, 2012 at 2:05 PM, Vincent Torri wrote: > hey > > i'm just wondering if it's normal that ecore_event_init() does not > call ecore_init(). There is no doc in ecore_input, so no one knows > that ecore_init() must be called before ecore

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-13 Thread Michael Blumenkrantz
On Mon, 13 Aug 2012 08:53:55 -0700 "Enlightenment SVN" wrote: > Log: > I didn't think this day would ever come, but...shotgun is now in svn. I may > hack on it at some point, but I've already accomplished what I wanted with it > so people should feel free to do whatever they want here including >

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO: . shotgun shotgun/data shotgun/data/theme shotgun/m4 shotgun/src shotgun/src/bin shotgun/src/include shotgun/src/lib

2012-08-14 Thread Michael Blumenkrantz
$ make > > Any solution for this? > > Daniel Juyung Seo (SeoZ) > > > On Tue, Aug 14, 2012 at 1:07 AM, Michael Blumenkrantz > wrote: > > On Mon, 13 Aug 2012 08:53:55 -0700 > > "Enlightenment SVN" wrote: > > > >> Log: > >> I didn&#x

[E-devel] Filing Bugs

2012-08-15 Thread Michael Blumenkrantz
Hi, Before filing a visual bug with the component as enlightenment (E17), please ensure that the bug occurs in the default theme. If they do not, file them with the component "Themes". -- Live Security Virtual Conference E

Re: [E-devel] E SVN: raster trunk/e/src/bin

2012-08-15 Thread Michael Blumenkrantz
this change was originally made to fix issues where randr mode would constantly change the backlight level without apparent cause On Wed, Aug 15, 2012 at 10:31 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > umm lets use xrandr first/ it SHOULD be better than going to /sys as

Re: [E-devel] E SVN: raster trunk/e/src/bin

2012-08-15 Thread Michael Blumenkrantz
:43 AM, Carsten Haitzler wrote: > On Wed, 15 Aug 2012 10:32:27 +0100 Michael Blumenkrantz > said: > > i tested - and backlight doesn't change (for me) when using xrandr - intel > drivers so xbacklight works. i don't see the brightness change. > fullscreening > windows

Re: [E-devel] New EFL release cycle 1.7 BETA

2012-08-16 Thread Michael Blumenkrantz
perhaps it's also worth putting out an unnamed e17 snapshot as well? On Fri, Aug 17, 2012 at 5:29 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > No need for EFL utils > > --Gustavo > > Sent from my iPhone > > On 17/08/2012, at 01:22, Carsten Haitzler (The Rasterman) < > ras...@r

Re: [E-devel] New EFL release cycle 1.7 BETA

2012-08-16 Thread Michael Blumenkrantz
perhaps it may help to link/paste to the issue again? On Fri, Aug 17, 2012 at 5:22 AM, Vincent Torri wrote: > before the release, i would like to fix the problem I have with edje > or eet on Windows, that i mentioned previously in another thread and > tried to described it, but nobody replied. >

Re: [E-devel] E SVN: discomfitor trunk/evas/src/lib/canvas

2012-08-17 Thread Michael Blumenkrantz
obviously a failsafe in case abort fails On Fri, Aug 17, 2012 at 10:54 AM, Vincent Torri wrote: > what is the interest of the returns if you abort ? > > On Fri, Aug 17, 2012 at 11:49 AM, Enlightenment SVN > wrote: > > Log: > > put aborts back, they were added for a reason. > > > > > > Author:

Re: [E-devel] E SVN: discomfitor trunk/evas/src/lib/canvas

2012-08-17 Thread Michael Blumenkrantz
> -Regards, Hermet- > -Original Message- > From: "Michael Blumenkrantz" > To: "Enlightenment developer list"< > enlightenment-devel@lists.sourceforge.net>; > Cc: > Sent: 2012-08-17 (금) 18:57:27 > Subject: Re: [E-devel] E SVN: discomfitor

Re: [E-devel] E SVN: discomfitor trunk/evas/src/lib/canvas

2012-08-17 Thread Michael Blumenkrantz
gone along with new > release. > > Let Cedric put them again when he needs. > > > -Regards, Hermet- > > -Original Message- > From: "Michael Blumenkrantz" > To: "Enlightenment developer list"< > enligh

[E-devel] new evas compile warnings

2012-08-18 Thread Michael Blumenkrantz
Making all in gl_common CC evas_gl_context.lo CC evas_gl_shader.lo CC evas_gl_rectangle.lo CC evas_gl_texture.lo CC evas_gl_image.lo CC evas_gl_font.lo CC evas_gl_polygon.lo CC evas_gl_line.lo CC evas_gl_filter.lo evas_gl_textu

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Michael Blumenkrantz
in related noticings, the return of _desklock_auth() at e_desklock.c:849 is not used; problem? On Wed, Aug 22, 2012 at 1:12 PM, Tom Hacohen wrote: > On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: > > On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen > said: > > > >> On 22/08/12 14:51, C

Re: [E-devel] [e] desklock vuln

2012-08-22 Thread Michael Blumenkrantz
ah if only we had C11 support available... On Wed, Aug 22, 2012 at 1:24 PM, rustyBSD wrote: > Le 22/08/2012 14:12, Tom Hacohen a écrit : > > On 22/08/12 15:04, Carsten Haitzler (The Rasterman) wrote: > >> On Wed, 22 Aug 2012 14:54:30 +0300 Tom Hacohen > said: > >> > >>> On 22/08/12 14:51, Carst

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

2012-08-22 Thread Michael Blumenkrantz
cross-posting here so more people see it, check the blog for more info On Wed, Aug 22, 2012 at 2:55 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > super sekrit module mostly complete: introducing the new and rewritten > quickaccess module! > found in the Launcher category,

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

2012-08-22 Thread Michael Blumenkrantz
I have plans to continue working on it, adding some features that you set stubs for :) On Wed, Aug 22, 2012 at 2:59 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Aug 22, 2012 at 10:55 AM, Enlightenment SVN > wrote: > > Log: > > super sekrit module mostly complete: intr

Re: [E-devel] svn update and key bindings issue.

2012-08-22 Thread Michael Blumenkrantz
http://trac.enlightenment.org/e/ticket/1343 On Thu, Aug 23, 2012 at 6:13 AM, Noorul Islam Kamal Malmiyoda < noo...@noorul.com> wrote: > After recent svn update, I am not able to add new key bindings. I am > trying to bind Win+Return to a custom command but I am not able to > enter the custom comm

[E-devel] incorrect stack usage in e_actions.c?

2012-08-23 Thread Michael Blumenkrantz
in e_action_add, we use the string passed as the action name. it seems to me that this must be wrong, as most actions are added using stack-allocated strings which cease to exist at some later point. why are we not stringsharing here? ---

Re: [E-devel] incorrect stack usage in e_actions.c?

2012-08-23 Thread Michael Blumenkrantz
fair enough, but it still seems like it should be stringshared so that you can avoid strcmps On Thu, Aug 23, 2012 at 2:42 PM, Carsten Haitzler wrote: > On Thu, 23 Aug 2012 14:12:04 +0100 Michael Blumenkrantz > said: > > > in e_action_add, we use the string passed as the action na

Re: [E-devel] E SVN: barbieri trunk/terminology/data/themes

2012-08-23 Thread Michael Blumenkrantz
On Thu, 23 Aug 2012 08:23:09 -0700 "Enlightenment SVN" wrote: > Log: > add black theme, variation of mild. > > popular request among old timers. > > > Author: barbieri > Date: 2012-08-23 08:23:09 -0700 (Thu, 23 Aug 2012) > New Revision: 75630 > Trac: http://trac.enl

Re: [E-devel] E SVN: raster trunk/terminology

2012-08-25 Thread Michael Blumenkrantz
On Sat, 25 Aug 2012 19:56:20 -0300 Gustavo Sverzut Barbieri wrote: > On Friday, August 24, 2012, Enlightenment SVN wrote: > > > Log: > > update TODO > > > > > > > > Author: raster > > Date: 2012-08-24 18:53:13 -0700 (Fri, 24 Aug 2012) > > New Revision: 75688 > > Trac: http:

Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-27 Thread Michael Blumenkrantz
On Mon, 27 Aug 2012 14:42:07 +0900 Carsten Haitzler (The Rasterman) wrote: > Hey everyone! report in. > > Do you have any work pending for 1.7 release that MUST be done? I want to cut > the release ASAP but I want things to be quiet and know what is going to be > dumped in and when. > > So repo

Re: [E-devel] Conditionnal compilation in Edje

2012-08-27 Thread Michael Blumenkrantz
On Mon, 27 Aug 2012 18:33:06 +0300 Tom Hacohen wrote: > On 27/08/12 18:30, david.obo...@aliceadsl.fr wrote: > > Hello, > > > > I wonder if it is possible (expected) to have a conditionnal compilation in > > edje, for example with flags in edje file (like an #ifdef in C)? > > > > Cordially > > >

Re: [E-devel] E SVN: raster IN trunk/elementary: . config/default config/mobile config/standard src/lib

2012-08-28 Thread Michael Blumenkrantz
hahahah this is the most feeble feature freeze of all time On Tue, Aug 28, 2012 at 11:37 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > Yes - i know. Release. Freeze. I put this in as it solves a complaint > (i guess bug report) about using cpua nd drawing while minimized.

Re: [E-devel] E SVN: discomfitor trunk/PROTO/ev

2012-08-28 Thread Michael Blumenkrantz
I wouldn't except that eio doesn't work if you don't provide all parameters. what a shame :/ On Tue, Aug 28, 2012 at 1:25 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > You should not be using that dummy function. What a shame :-/ > > On Tuesday, August 28, 2012, Enlightenment S

[E-devel] evas leaks?

2012-08-28 Thread Michael Blumenkrantz
found this today while valgrinding e: ==24635== 224 (64 direct, 160 indirect) bytes in 2 blocks are definitely lost in loss record 5,561 of 9,186 ==24635== at 0x6A3F1EE: _eina_chained_mempool_alloc_in (eina_chained_mempool.c:211) ==24635== by 0x6A3F438: eina_chained_mempool_malloc (eina_chained_me

Re: [E-devel] E SVN: discomfitor trunk/eina/src/lib

2012-08-28 Thread Michael Blumenkrantz
because they were originally eina safety macros until I realized they weren't usable there On Tue, Aug 28, 2012 at 2:32 PM, Vincent Torri wrote: > why not > > if (!str || !delim || !element) return NULL; > > ? > > Vincent > > On Tue, Aug 28, 2012 at 2:37 PM, Enlightenment SVN > wrote: > > Log: >

Re: [E-devel] EFL 1.7 release - ATTENTION!!!

2012-08-28 Thread Michael Blumenkrantz
definitely got some edje leaks somewhere, I sent them off to cedric On Tue, Aug 28, 2012 at 8:52 AM, Carsten Haitzler wrote: > On Mon, 27 Aug 2012 21:08:24 +0900 (KST) ChunEon Park > said: > > > About content, text_part_set > > > > maybe this will be fixed by tomorrow. > > > > is it ok? > > ok -

Re: [E-devel] E SVN: discomfitor trunk/eina/src/lib

2012-08-28 Thread Michael Blumenkrantz
On Tue, 28 Aug 2012 12:10:11 -0300 Gustavo Lima Chaves wrote: > * Enlightenment SVN [2012-08-28 05:37:02 -0700]: > > > Log: > > null checks for str split > > > > > > Author: discomfitor > > Date: 2012-08-28 05:37:02 -0700 (Tue, 28 Aug 2012) > > New Revision: 75787 > > Trac:

Re: [E-devel] evas leaks?

2012-08-28 Thread Michael Blumenkrantz
valgrind e17 On Wed, 29 Aug 2012 08:28:32 +0900 (KST) ChunEon Park wrote: > any scenario to reproduce them? > > > -Regards, Hermet- > -Original Message- > From: "Michael Blumenkrantz" > To: "Enlightenment develo

Re: [E-devel] E SVN: caro trunk/e/src/bin

2012-08-29 Thread Michael Blumenkrantz
okay, I know alloc checks are good and everything, but I'd really like to avoid turning the e17 codebase into a giant spaghetti monster with checking every alloc; if you're going to check one, check them all; we're not going to check them all. if it's not in e_sys_main or e_fm_op or e_alert, don't

Re: [E-devel] New EFL release cycle 1.7 BETA

2012-08-30 Thread Michael Blumenkrantz
a beta and a release on the same day? how lucky can I get! On Thu, Aug 30, 2012 at 11:02 AM, Carsten Haitzler wrote: > We'd like to announce a new release of several Enlightenment components. > This > release synchronizes all EFL released to have a consistent version of 1.7 > for > easier trackin

[E-devel] evas leaks (again)

2012-08-30 Thread Michael Blumenkrantz
http://slexy.org/view/s2ywvgkVt4 seems to happen regularly when I do the following: * run e17 in valgrind * open module config * click around a bit enabling/disabling modules * close dialog * close e17 -- Live Security Vi

Re: [E-devel] evas leaks (again)

2012-08-30 Thread Michael Blumenkrantz
forgot this guy: http://slexy.org/view/s2037AYABO On Thu, Aug 30, 2012 at 1:26 PM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > http://slexy.org/view/s2ywvgkVt4 > > seems to happen regularly when I do the following: > > * run e17 in valgrind > * open

Re: [E-devel] e/default.edc - compilation error bug fix patch

2012-08-30 Thread Michael Blumenkrantz
in On Thu, Aug 30, 2012 at 1:43 PM, SHILPA ONKAR SINGH < shilpa.si...@samsung.com> wrote: > Hi All, > > Please find attached compilation error bug fix patch for e module > (compilation > error in data/themes/default.edc) > > Change description: > > compilation error bug fix in data/themes/default

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-30 Thread Michael Blumenkrantz
On Fri, 31 Aug 2012 03:42:45 +1000 David Seikel wrote: > Yay! First bug report from the released tarballs. Edited highlights - > > eina$ ./configure --disable-posix-threads > > ... > > checking whether system support POSIX threads... no > checking whether to turn on/off threads lock on deman

Re: [E-devel] Int occupation

2012-09-02 Thread Michael Blumenkrantz
On Sun, 2 Sep 2012 19:53:30 +0200 Vincent Torri wrote: > On Sun, Sep 2, 2012 at 5:13 PM, Gustavo Sverzut Barbieri > wrote: > > On Sunday, September 2, 2012, rustyBSD wrote: > > > >> Le 02/09/2012 13:20, Daniel Juyung Seo a écrit : > >> > It looks like valptr is not always boolean. You can set in

Re: [E-devel] battery module

2012-09-02 Thread Michael Blumenkrantz
I don't know what your particular battery issue is, but there's already a ticket open about udev-related battery issues. menu sizing was fixed last week On Mon, Sep 3, 2012 at 6:44 AM, Vincent Torri wrote: > can you open a ticket instead if it's not fixed yet ? > > Vincent > > On Fri, Aug 31, 20

[E-devel] IMPORTANT: E MODULE DEVELOPERS READ THIS

2012-09-03 Thread Michael Blumenkrantz
this commit flips the parameter order for the "ok" callback in e_entry_dialog_show() to be consistent with every other callback in efl. if you have a module that is not in svn which uses this function, you MUST adapt to this change or your module will crash. On Mon, Sep 3, 2012 at 10:06 AM, Enligh

[E-devel] ATTN: all jokers dicking with stuff on e2

2012-09-03 Thread Michael Blumenkrantz
whoever it was that took away my sudo on e2 (without telling me, thanks for that) just earned himself the privilege of putting up the e17 snapshot for today that's in my homedir. have fun with that -- Live Security Virtual

Re: [E-devel] E17 idea: gadgets on desklock

2012-09-03 Thread michael . blumenkrantz
Gustavo Sverzut Barbieri wrote: Hi all, particularly zmike and DaveMDS: What if we had gadgets on desk lock? Should be as simple to add as in background or overlay, should be useful to add a calendar or clock to desktop, a notification panel to some mobile phones. The only trick would be to n

[E-devel] New E17 Snapshot

2012-09-03 Thread Michael Blumenkrantz
Hi, I'd like to announce yet another E17 snapshot (YAE17S): 76015. This snapshot features a number of bug fixes, such as not crashing in a number of key places as well as leaking slightly less in other key places. I strongly recommend that anyone who is using snapshots update to this one. Sources

Re: [E-devel] New ConnMan module

2012-09-03 Thread Michael Blumenkrantz
On Tue, 4 Sep 2012 11:29:31 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 3 Sep 2012 19:25:02 -0300 Lucas De Marchi > said: > > i like you guys. can i give you a big hug? :) i'll add this to my todo to help > with, though i'm polishing off a backlog of stuff at the moment. :) > > > H

Re: [E-devel] Call for Packagers

2012-09-04 Thread Michael Blumenkrantz
On Tue, 4 Sep 2012 13:54:30 +0100 Rui Miguel Silva Seabra wrote: > On Sat, 1 Sep 2012 14:48:15 -0300 > Gustavo Sverzut Barbieri wrote: > > > Hi all, > > > > We have released EFL 1.7 and terminology 0.1, but to reach a broader > > audience we need binary packages! > > > > In order to keep qual

Re: [E-devel] e_malloc ?

2012-09-05 Thread Michael Blumenkrantz
in applications? nothing. On Wed, Sep 5, 2012 at 12:52 PM, rustyBSD wrote: > Le 04/09/2012 01:54, Carsten Haitzler (The Rasterman) a écrit : > > agreed. if u abort() or segv() it makes little difference. for small data > > structs (linked list nodes for example) its VERY hard to recover > sensib

Re: [E-devel] E SVN: discomfitor IN trunk/e/src: bin modules/fileman

2012-09-05 Thread Michael Blumenkrantz
because window titles in fileman can already be quite long. Sent from my sToaster On Wed, Sep 5, 2012 at 2:06 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > How about if we make this clear in the window title? > > It would be nice to have either this or as a overlay to fileman.

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-05 Thread Michael Blumenkrantz
if you do, we can create a custom natural disaster warning for you much like the tsunami alerts that we use for acidx On Wed, Sep 5, 2012 at 2:56 PM, Christopher Michael wrote: > On 05/09/12 14:52, Cedric BAIL wrote: > > On Wed, Sep 5, 2012 at 3:37 PM, Christopher Michael > > wrote: > >> On 05/0

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

2012-09-05 Thread Michael Blumenkrantz
On Thu, 6 Sep 2012 02:04:31 +0900 Daniel Juyung Seo wrote: > arggg E17 still shows popup whenever it restarts. > http://imagebin.org/227291 > It's too late today, I will figure it out why tomorrow. > > Daniel Juyung Seo (SeoZ) run in xephyr with gdb attached. working fine here

[E-devel] ANNOUNCEMENT: REGARDING E17 RELEASE

2012-09-05 Thread Michael Blumenkrantz
Hi, [announcement] I've just received acceptance for a presentation about the road to and release of E17 at Linuxcon EU (Barcelona, November 5-7). [request] In order to not ruin the impact of this presentation and the publicity building up to it, I am hereby requesting that anyone who has any ide

Re: [E-devel] E SVN: discomfitor BROKEN

2012-09-05 Thread Michael Blumenkrantz
and it breaks for everyone else, according to all the users who had it crashing. feel free to move it back if you want to fix it and deal with their bug reports. On Thu, Sep 6, 2012 at 7:43 AM, Cedric BAIL wrote: > On Thu, Sep 6, 2012 at 3:35 PM, Enlightenment SVN > wrote: > > Log: > > engage i

Re: [E-devel] E SVN: discomfitor IN trunk/e/src: bin modules/fileman

2012-09-06 Thread Michael Blumenkrantz
> > > Cc: "enlightenment-...@lists.sourceforge.net" > > > > Message-ID: > > > vcresh...@mail.gmail.com> > > Content-Type: text/plain; charset=UTF-8 > > > > On Wed, Sep 5, 2012 at 10:12 AM, Michael Blumenkrantz <

Re: [E-devel] Suggestion of additional feature to EET

2012-09-07 Thread Michael Blumenkrantz
On Fri, 7 Sep 2012 16:42:50 +0530 Dinesh Devaraj wrote: > You may include a additional feature to add the data descriptor itself to > EET file along with the data. > > Regards, > D. Dinesh forwarding along to the list... -

Re: [E-devel] EET : Why this code is not printing any value in the list?

2012-09-07 Thread Michael Blumenkrantz
On Fri, 7 Sep 2012 18:00:48 +0530 Dinesh Devaraj wrote: > /* > * File: FirstEet.c > * Author: root > * > * Created on September 7, 2012, 6:39 PM > */ > > #include > #include > #include > #include > > /* > * > */ > > int main(int argc, char** argv) { > > eina_init(); > eet_init(); > > //

Re: [E-devel] E SVN: raster trunk/embryo/src/bin

2012-09-07 Thread Michael Blumenkrantz
On Fri, 07 Sep 2012 13:34:48 -0500 Nicholas Hughart wrote: > On 09/07/2012 12:16 PM, Vincent Torri wrote: > > As much as I hate Windows, it's neat to see that screenshot. > > Good job Vincent :) > > On Fri, Sep 7, 2012 at 12:12 PM, Enlightenment SVN > > wrote: > >> Log: > >> vincent - try this

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

2012-09-07 Thread Michael Blumenkrantz
On Fri, 7 Sep 2012 22:01:47 +0200 Sebastian Dransfeld wrote: > I told you the patch was bad and needed improvement. But the basic idea to > get (dis)charge rate from udev is good. > > S. > > Den 7. sep. 2012 kl. 10:01 skrev "Enlightenment SVN" > : > > > Log: > > revert changes from last month

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2012-09-08 Thread Michael Blumenkrantz
On Sat, 8 Sep 2012 19:54:36 +0200 Vincent Torri wrote: > changelog, news and backport > > Vincent > > On Sat, Sep 8, 2012 at 6:12 PM, Enlightenment SVN > wrote: > > Log: > > ecore: Ecore_Con_Eet reset size when receiving an Eet_Data. > > > > > > Author: cedric > > Date: 2012-09-0

Re: [E-devel] [PATCH] remove useless eina_stringshare_del call

2012-09-10 Thread Michael Blumenkrantz
in On Sat, Sep 8, 2012 at 10:35 PM, Basil Gor wrote: > Hi, > please consider patch below (and attached) > e/modules/battery: remove useless eina_stringshare_del call > > Regards, > Basil Gor > --- > e/src/modules/battery/e_mod_udev.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) >

Re: [E-devel] [PATCH] e/modules/battery: fix double stringshare free

2012-09-10 Thread Michael Blumenkrantz
in On Sat, Sep 8, 2012 at 10:28 PM, Basil Gor wrote: > Hi, > > GET_NUM macro contained two statements, and caused double stringshare free > when used in "if" statement without brackets and condition evaluated as > false. > > e/src/modules/battery/e_mod_udev.c: > 222 if (!bat->design_char

Re: [E-devel] E SVN: raster IN trunk/e/src/modules: comp conf_keybindings

2012-09-10 Thread Michael Blumenkrantz
my b On Mon, Sep 10, 2012 at 12:01 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > put comp fixed keybinds back - why? it's an emergency "shit hit the > fan" key combo that u can always quote to anyone with problems and it > will never need configuring. > > > > Author:

[E-devel] EFM rename behavior

2012-09-10 Thread Michael Blumenkrantz
currently, rename functionality in EFM allows moving files by typing paths. this can be accomplished through the following: directory contents { directory/ file } rename(file) -> "directory/file" file is now located in the subdirectory the question is, is this behavior that we want? there isn't

Re: [E-devel] EFM rename behavior

2012-09-10 Thread Michael Blumenkrantz
renaming into other directories in this manner still prompts for overwrites and everything just like moving a file normally would On Mon, Sep 10, 2012 at 2:49 PM, Tom Hacohen wrote: > On 10/09/12 16:35, Michael Blumenkrantz wrote: > >> currently, rename functionality in EFM allows

Re: [E-devel] ATTN: all jokers dicking with stuff on e2

2012-09-10 Thread Michael Blumenkrantz
n necessary to use root given > he's in the necessary group for updating data. It seems we have a bit > of a cludge in the file permissions for web data. > > WAIT, WHAT?! You need to be root to do it?! omg... ;\ > > > > -- > > Tom. > > > > On 03/09/12

Re: [E-devel] ATTN: all jokers dicking with stuff on e2

2012-09-10 Thread Michael Blumenkrantz
It's fixed now, but I still want this hater of freedom brought to justice on the tumblr. On Tue, Sep 11, 2012 at 7:35 AM, Tom Hacohen wrote: > Email beber... > > On 10/09/12 20:41, Michael Blumenkrantz wrote: > >> On Tue, 04 Sep 2012 13:27:10 -0500 >> Nicholas Hu

[E-devel] [ANNOUNCEMENT] New E17 Snapshot

2012-09-11 Thread Michael Blumenkrantz
I could say more about the release, but everything you need to know is here: http://enlightenment.org/p.php?p=news/show&l=en&news_id=57 And the downloads are here: http://download.enlightenment.org/snapshots/2012-09-10/enlightenment-0.16.999.76435.tar.gz http://download.enlightenment.org/snapshots

Re: [E-devel] Update Penguins Module

2012-09-11 Thread Michael Blumenkrantz
nothing about the module api has changed. On Tue, Sep 11, 2012 at 8:44 AM, Jeff Hoogland wrote: > Anyone have the time to get penguins working under the latest module API? > It no longer builds/loads it seems. > > -- > ~Jeff Hoogland > Thoughts on Technology

Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Michael Blumenkrantz
I support giving commit access to a brand of whiskey. On Wed, Sep 12, 2012 at 8:33 AM, Tom Hacohen wrote: > Hey guys, > > For those of you who don't know JackDanielZ (some people call him just > Daniel, go figure...), he's a nice French-Israeli developer who have > been working in my team for a w

[E-devel] e_dbus blocks

2012-09-12 Thread Michael Blumenkrantz
currently calls to dbus_bus_add_match() have an error param (last param). passing this causes dbus to block and wait for a reply; is there a reason why we do this? http://dbus.freedesktop.org/doc/api/html/group__DBusBus.html#ga4eb6401ba014da3dbe3dc4e2a8e5b3ef and don't bother bringing up the new e_

Re: [E-devel] E SVN: cedric trunk/edje/src/bin

2012-09-12 Thread Michael Blumenkrantz
daniel++ On Wed, Sep 12, 2012 at 9:36 AM, Daniel Willmann wrote: > Hi, > > from the looks of this patch you can probably save yourself some time > and compares by checking for pl->u.ep->name at the beginning of this > hunk and skipping it entirely if it's NULL. > > Regards, > Daniel Willmann > >

Re: [E-devel] e_dbus blocks

2012-09-12 Thread Michael Blumenkrantz
2, 2012 at 5:18 AM, Michael Blumenkrantz > wrote: > > currently calls to dbus_bus_add_match() have an error param (last param). > > passing this causes dbus to block and wait for a reply; is there a reason > > why we do this? > > > http://dbus.fre

Re: [E-devel] Docs page

2012-09-13 Thread Michael Blumenkrantz
On Fri, 14 Sep 2012 12:11:44 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 13 Sep 2012 14:53:00 -0300 Bruno Dilly said: > > > Hi guys, > > > > page http://www.enlightenment.org/p.php?p=docs&l=en shows broken links on > > "Application Documentation" section. > > > > Imo this section

  1   2   3   4   5   6   7   8   9   10   >