Re: [E-devel] Testing a fedora repo for efl packages at http://packages.enlightenment.org/fedora/

2012-09-12 Thread Daniel McLellan
it is ok, I will just wait (I am one of those package managers)

thanks!
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2012-09-12 Thread ChunEon Park
-1 IS UNACCEPTABLE even if. 

The API gets the enums type for the priority.


-Regards, Hermet-
-Original Message-
From: "Enlightenment SVN"@enlightenment.org> 
To: @lists.sourceforge.net>; 
Cc: 
Sent: 2012-09-12 (수) 17:35:42
Subject: E SVN: raster IN trunk/elementary: . src/lib

Log:
From: thiep ha @samsung.com>
  Subject: [E-devel] [Patch] [Elementary] ctxpopup - correct position
  and size of ctxpopup
  
  With ctxpopup, if it has many items and user uses -1 as parameter in
  set direction priority function, 
  the ctxpopup position and size are calculated incorrectly.
  Ex:
  elm_ctxpopup_direction_priority_set(ctxpopup,
  ELM_CTXPOPUP_DIRECTION_DOWN, ELM_CTXPOPUP_DIRECTION_UP, -1, -1); 
  
  

Author:   raster
Date: 2012-09-12 01:35:42 -0700 (Wed, 12 Sep 2012)
New Revision: 76505
Trac: http://trac.enlightenment.org/e/changeset/76505

Modified:
  trunk/elementary/ChangeLog trunk/elementary/NEWS 
trunk/elementary/src/lib/elc_ctxpopup.c 

Modified: trunk/elementary/ChangeLog
===
--- trunk/elementary/ChangeLog2012-09-12 08:35:12 UTC (rev 76504)
+++ trunk/elementary/ChangeLog2012-09-12 08:35:42 UTC (rev 76505)
@@ -467,3 +467,8 @@

 * Add access features to calendar.

+
+2012-09-12  Thiep Ha
+
+* Fix ctxpopup direction if -1 is uses as priority.
+

Modified: trunk/elementary/NEWS
===
--- trunk/elementary/NEWS2012-09-12 08:35:12 UTC (rev 76504)
+++ trunk/elementary/NEWS2012-09-12 08:35:42 UTC (rev 76505)
@@ -21,6 +21,7 @@
* Now elm_datetime_field_limit_set() can set year limits wihtout problems.
* Fix re-order animation when it doesn't end correctly.
* Fix popup to apply the same style to the notify sub-widget.
+   * Fix Ctxpopup direction if -1 priority used

 Removals:


Modified: trunk/elementary/src/lib/elc_ctxpopup.c
===
--- trunk/elementary/src/lib/elc_ctxpopup.c2012-09-12 08:35:12 UTC (rev 76504)
+++ trunk/elementary/src/lib/elc_ctxpopup.c2012-09-12 08:35:42 UTC (rev 76505)
@@ -200,7 +200,7 @@
  break;

default:
- break;
+ continue;
   }
 break;
  }


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Escape From Booty Bay

2012-09-12 Thread ChunEon Park
Funny!! 
Who designed UX of this game? :) 


-Regards, Hermet-

-Original Message-
From: "Bruno Dilly"@profusion.mobi> 
To: "e"@lists.sourceforge.net>; 
Cc: 
Sent: 2012-09-12 (수) 05:18:26
Subject: [E-devel] Escape From Booty Bay

Hey guys,

I've posted about it here:
http://brunodilly.org/blog/escape-from-booty-bay/

And on reddit (upvotes are welcome):
http://www.reddit.com/r/linux/comments/zq5tg/escape_from_booty_bay_is_a_new_game_showcasing/

Forwarding to relevant mail lists would be very nice too ("e" users ?).

Thanks in advance,

-- 
Bruno Dilly
Senior Developer
ProFUSION embedded systems
http://profusion.mobi

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 09:42:30 -0700 "Enlightenment SVN"
 said:

u.

1. segfault land. you never check fileman_config->dev and path... and
insta-segv! (they are null - funny that, by default).
2. this is broken in that it ONLY remembers desktop 0 (the first screen). what
about the other screen? the whole config premise is broken as it stores only
one dev and path, not one per screen(zone/whatever). :)

thanks for waking me up first thing in the morning to my e segving :)

/me gives discomfitor a gold star for his b0rker team efforts

:)

> Log:
> efm now saves your first screen's desktop directory when desktop navigation
> is enabled so that it can display that directory on subsequent startups 
> 
> Author:   discomfitor
> Date: 2012-09-12 09:42:29 -0700 (Wed, 12 Sep 2012)
> New Revision: 76547
> Trac: http://trac.enlightenment.org/e/changeset/76547
> 
> Modified:
>   trunk/e/src/modules/fileman/e_fwin.c
> trunk/e/src/modules/fileman/e_mod_main.c
> trunk/e/src/modules/fileman/e_mod_main.h 
> 
> Modified: trunk/e/src/modules/fileman/e_fwin.c
> ===
> --- trunk/e/src/modules/fileman/e_fwin.c  2012-09-12 16:34:45 UTC (rev
> 76546) +++ trunk/e/src/modules/fileman/e_fwin.c   2012-09-12 16:42:29
> UTC (rev 76547) @@ -459,7 +459,7 @@
>  if (e_fwin_zone_find(zone)) continue;
>  if ((zone->container->num == 0) && (zone->num == 0) &&
>  (fileman_config->view.show_desktop_icons))
> -  e_fwin_zone_new(zone, "desktop", "/");
> +  e_fwin_zone_new(zone, fileman_config->dev,
> fileman_config->path); else
>{
>   char buf[256];
> @@ -1604,7 +1604,14 @@
>   e_fm2_custom_theme_set(obj, NULL);
>  
> _e_fwin_icon_mouse_out(fwin, NULL, NULL);
> -   if (fwin->zone) return;
> +   if (fwin->zone)
> + {
> +if (fwin->zone->num) return;
> +e_fm2_path_get(page->fm_obj, &dev, &path);
> +eina_stringshare_replace(&fileman_config->dev, dev);
> +eina_stringshare_replace(&fileman_config->path, path);
> +return;
> + }
> _e_fwin_window_title_set(page);
> if (page->setting) return;
> if (page->flist) e_fm2_deselect_all(page->flist);
> 
> Modified: trunk/e/src/modules/fileman/e_mod_main.c
> ===
> --- trunk/e/src/modules/fileman/e_mod_main.c  2012-09-12 16:34:45 UTC
> (rev 76546) +++ trunk/e/src/modules/fileman/e_mod_main.c  2012-09-12
> 16:42:29 UTC (rev 76547) @@ -93,7 +93,7 @@
>if (e_fwin_zone_find(zone)) continue;
>if ((zone->container->num == 0) && (zone->num == 0) &&
>(fileman_config->view.show_desktop_icons))
> -e_fwin_zone_new(zone, "desktop", "/");
> +e_fwin_zone_new(zone, fileman_config->dev,
> fileman_config->path); else
>  {
> char buf[256];
> @@ -701,6 +701,8 @@
> E_CONFIG_VAL(D, T, tooltip.delay, DOUBLE);
> E_CONFIG_VAL(D, T, tooltip.size, DOUBLE);
> E_CONFIG_VAL(D, T, tooltip.enable, UCHAR);
> +   E_CONFIG_VAL(D, T, dev, STR);
> +   E_CONFIG_VAL(D, T, path, STR);
>  
> fileman_config = e_config_domain_load("module.fileman", conf_edd);
> if (fileman_config)
> @@ -772,6 +774,11 @@
>  fileman_config->tooltip.enable = 1;
>  IFMODCFGEND;
>  
> +IFMODCFG(0x0111);
> +fileman_config->dev = eina_stringshare_add("desktop");
> +fileman_config->path = eina_stringshare_add("/");
> +IFMODCFGEND;
> +
>  fileman_config->config_version = MOD_CONFIG_FILE_VERSION;
>  
>  /* UCHAR's give nasty compile warnings about comparisons so not gonna
> limit those */ @@ -790,12 +797,11 @@
>  static void
>  _e_mod_fileman_config_free(void)
>  {
> -   if (fileman_config->theme.background)
> - eina_stringshare_del(fileman_config->theme.background);
> -   if (fileman_config->theme.frame)
> - eina_stringshare_del(fileman_config->theme.frame);
> -   if (fileman_config->theme.icons)
> - eina_stringshare_del(fileman_config->theme.icons);
> +   eina_stringshare_del(fileman_config->theme.background);
> +   eina_stringshare_del(fileman_config->theme.frame);
> +   eina_stringshare_del(fileman_config->theme.icons);
> +   eina_stringshare_del(fileman_config->dev);
> +   eina_stringshare_del(fileman_config->path);
> E_FREE(fileman_config);
>  }
>  
> @@ -813,7 +819,7 @@
> if (e_fwin_zone_find(zone)) return ECORE_CALLBACK_PASS_ON;
> if ((zone->container->num == 0) && (zone->num == 0) &&
> (fileman_config->view.show_desktop_icons))
> - e_fwin_zone_new(zone, "desktop", "/");
> + e_fwin_zone_new(zone, fileman_config->dev, fileman_config->path);
> else
>   {
>  char buf[256];
> 
> Modified: trunk/e/src/modules/fileman/e_mod_main.h
> ===

Re: [E-devel] Call for Packagers

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 13:13:53 -0300 Gustavo Sverzut Barbieri
 said:

> On Wed, Sep 12, 2012 at 1:04 PM, Rui Miguel Silva Seabra  
> wrote:
> > I hate OBS with a vengeance.
> >
> > How can you trust a remote server to have really built what you wanted?
> >
> > Also, I sign my rpms digitally when I release them, how can I do that
> > when I don't know what or how they were compiled? :)
> >
> > OBS is a bad thing IMHO, and there shouldn't be incentives to use it.
> 
> you can (or not) trust the entity managing the servers and service.
> 
> but it's way more reliable than locally build, as you may mess with
> the dependencies or have buids that you cannot reproduce elsewhere.
> This is a problem with EFL, as we automagic detect some dependencies
> and enable/disable the behavior...

osc ... if u want local with obs.

> If you forgot to add "eio" as dependency for edje, but had eio
> installed... your RPM would create binaries that link against it, but
> does not depend on it with your spec
> 
> 
> -- 
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 17:44:25 +0100 Rui Miguel Silva Seabra  said:

> On Wed, 12 Sep 2012 13:13:53 -0300
> Gustavo Sverzut Barbieri  wrote:
> 
> > On Wed, Sep 12, 2012 at 1:04 PM, Rui Miguel Silva Seabra
> >  wrote:
> > > I hate OBS with a vengeance.
> > >
> > > How can you trust a remote server to have really built what you
> > > wanted?
> > >
> > > Also, I sign my rpms digitally when I release them, how can I do
> > > that when I don't know what or how they were compiled? :)
> > >
> > > OBS is a bad thing IMHO, and there shouldn't be incentives to use
> > > it.
> > 
> > you can (or not) trust the entity managing the servers and service.
> > 
> > but it's way more reliable than locally build, as you may mess with
> > the dependencies or have buids that you cannot reproduce elsewhere.
> > This is a problem with EFL, as we automagic detect some dependencies
> > and enable/disable the behavior...
> > 
> > If you forgot to add "eio" as dependency for edje, but had eio
> > installed... your RPM would create binaries that link against it, but
> > does not depend on it with your spec
> 
> I doubt OBS makes a full install from scratch for every package, so
> that could happen there as well.

actually that is exactly what it does. every build of a pkg it totally rebuilds
your build env from scratch (from the builddepends pkgs). that includesw
re-installing compiler pkgs etc. too.

this of course makes its pretty sluggish. :)

and u can do this locally with osc.

> Plus, I didn't forget to add eio as a dependency (check the spec).
> 
> Rui
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Testing a fedora repo for efl packages at http://packages.enlightenment.org/fedora/

2012-09-12 Thread Rui Miguel Silva Seabra
On Wed, 12 Sep 2012 18:17:43 -0400
Daniel McLellan  wrote:

> cool-
> On Wed, Sep 12, 2012 at 3:38 PM, Rui Miguel Silva Seabra
> wrote:
> 
> >
> >
> > If one adds packages there (eg for x86_64 like etrunk is doing, or
> > otherwise) please do the following to update the repo:
> >
> > Since work on merging EFL has already begun, I'm of a mind that
> > working for Fedora inclusion should probably wait for that period
> > as:
> >
> > what is the time frame? and why cannot we simply build the rpms
> > with EFL built in?

I don't think I understood your second question. The first one, I guess
it'll be ready when it's ready. :)

> > 1) it'll be a *major* change for building the RPMS
> >
> 
> not sure it is that major

It's major. Right now the specs are extremely flexible and that is very
hard to manage when they merge.

The way easier job is to have specs per distro and just explicitly
configure what you want and don't want rather than just let
autodetection work so you know what will be there to be packaged.

> > 2) one might as well do the necessary work only once, rather than
> > many times (multiple packages mean multiple reviews and multiple
> > new specs written The Fedora Way).
> >
> > are there any prototypes? you mentioned about something in svn?

Sorry, I don't understand this question either.

Rui

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Testing a fedora repo for efl packages at http://packages.enlightenment.org/fedora/

2012-09-12 Thread Daniel McLellan
cool-
On Wed, Sep 12, 2012 at 3:38 PM, Rui Miguel Silva Seabra wrote:

>
>
> If one adds packages there (eg for x86_64 like etrunk is doing, or
> otherwise) please do the following to update the repo:
>
> Since work on merging EFL has already begun, I'm of a mind that working
> for Fedora inclusion should probably wait for that period as:
>
> what is the time frame? and why cannot we simply build the rpms with EFL
built in?


> 1) it'll be a *major* change for building the RPMS
>

not sure it is that major

>
> 2) one might as well do the necessary work only once, rather than many
> times (multiple packages mean multiple reviews and multiple new specs
> written The Fedora Way).
>
> are there any prototypes? you mentioned about something in svn?

Dan Mc.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Testing a fedora repo for efl packages at http://packages.enlightenment.org/fedora/

2012-09-12 Thread Rui Miguel Silva Seabra
Hi there,

Since I only have one i686 VM, I have only built i686 packages in a
clean environment for Fedora 17.

I placed a repo at http://packages.enlightenment.org/fedora that would
benefit from some testing from more people (and please let me know of
packages that are in a good state to compile and include that I haven't
yet).

If one adds packages there (eg for x86_64 like etrunk is doing, or
otherwise) please do the following to update the repo:

cd /srv/web/packages.enlightenment.org/fedora
createrepo --update -d .

Since work on merging EFL has already begun, I'm of a mind that working
for Fedora inclusion should probably wait for that period as:

1) it'll be a *major* change for building the RPMS

2) one might as well do the necessary work only once, rather than many
times (multiple packages mean multiple reviews and multiple new specs
written The Fedora Way).

What do you think?

Rui

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Gustavo Sverzut Barbieri
On Wed, Sep 12, 2012 at 1:44 PM, Rui Miguel Silva Seabra  wrote:
> On Wed, 12 Sep 2012 13:13:53 -0300
> Gustavo Sverzut Barbieri  wrote:
>
>> On Wed, Sep 12, 2012 at 1:04 PM, Rui Miguel Silva Seabra
>>  wrote:
>> > I hate OBS with a vengeance.
>> >
>> > How can you trust a remote server to have really built what you
>> > wanted?
>> >
>> > Also, I sign my rpms digitally when I release them, how can I do
>> > that when I don't know what or how they were compiled? :)
>> >
>> > OBS is a bad thing IMHO, and there shouldn't be incentives to use
>> > it.
>>
>> you can (or not) trust the entity managing the servers and service.
>>
>> but it's way more reliable than locally build, as you may mess with
>> the dependencies or have buids that you cannot reproduce elsewhere.
>> This is a problem with EFL, as we automagic detect some dependencies
>> and enable/disable the behavior...
>>
>> If you forgot to add "eio" as dependency for edje, but had eio
>> installed... your RPM would create binaries that link against it, but
>> does not depend on it with your spec
>
> I doubt OBS makes a full install from scratch for every package, so
> that could happen there as well.

at least ubuntu/ppa did, so I guess they do as well... vms and local
mirrors are enablers for that.


> Plus, I didn't forget to add eio as a dependency (check the spec).

I'm not saying you did, it was an example of problems that could happen.



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Rui Miguel Silva Seabra
On Tue, 4 Sep 2012 12:02:54 -0300
"Eduardo Lima (Etrunko)"  wrote:

> > With all the training I've been doing building my own Fedora RPMS I
> > was thinking of reading the new rpm guidelines of Fedora and
> > submitting specs to them.
> 
> Hey Rui,
> 
> I'm interested in helping with the Fedora packaging. Having to
> fallback to GNOME to build E from SVN every now and then proved to be
> very unproductive. :P I recently created an account on the Fedora Koji
> system and was about to start submitting the spec files.

Only read your email now, sorry for the delay but I was in vacations
last week, enjoying some Sun and beach :)

> > Right now I only don't publish my own in some repo because I
> > probably couldn't afford the network traffic.
> >
> > Any suggestions regarding that?
> >
> > Best regards,
> > Rui
> 
> 

Will talk to you on IRC.

Rui

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Rui Miguel Silva Seabra
On Wed, 12 Sep 2012 13:13:53 -0300
Gustavo Sverzut Barbieri  wrote:

> On Wed, Sep 12, 2012 at 1:04 PM, Rui Miguel Silva Seabra
>  wrote:
> > I hate OBS with a vengeance.
> >
> > How can you trust a remote server to have really built what you
> > wanted?
> >
> > Also, I sign my rpms digitally when I release them, how can I do
> > that when I don't know what or how they were compiled? :)
> >
> > OBS is a bad thing IMHO, and there shouldn't be incentives to use
> > it.
> 
> you can (or not) trust the entity managing the servers and service.
> 
> but it's way more reliable than locally build, as you may mess with
> the dependencies or have buids that you cannot reproduce elsewhere.
> This is a problem with EFL, as we automagic detect some dependencies
> and enable/disable the behavior...
> 
> If you forgot to add "eio" as dependency for edje, but had eio
> installed... your RPM would create binaries that link against it, but
> does not depend on it with your spec

I doubt OBS makes a full install from scratch for every package, so
that could happen there as well.

Plus, I didn't forget to add eio as a dependency (check the spec).

Rui

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Gustavo Sverzut Barbieri
On Wed, Sep 12, 2012 at 1:09 PM, Rui Miguel Silva Seabra  wrote:
> On Tue, 4 Sep 2012 16:46:03 -0300
> Gustavo Sverzut Barbieri  wrote:
>> I'm not sure about RPM, but at least for Debian they do recommend to
>> NOT have these in SVN as the packaging info are per-distro. Remember
>> maemo x debian x ubuntu all had different packages due different
>> ChangeLog and also some minor differences in control files?
>
> Maybe that's a point where .deb files are inferior to .rpm files? :)

how about the change logs? how about the dependencies?

Say you have distro X that is minimalist. Distro Y is full featured.
It's impossible to have the same package to generate the minimalist
and full featured as they are different configure options.

Or you have a meta-distro, as Gentoo.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Gustavo Sverzut Barbieri
On Wed, Sep 12, 2012 at 1:04 PM, Rui Miguel Silva Seabra  wrote:
> I hate OBS with a vengeance.
>
> How can you trust a remote server to have really built what you wanted?
>
> Also, I sign my rpms digitally when I release them, how can I do that
> when I don't know what or how they were compiled? :)
>
> OBS is a bad thing IMHO, and there shouldn't be incentives to use it.

you can (or not) trust the entity managing the servers and service.

but it's way more reliable than locally build, as you may mess with
the dependencies or have buids that you cannot reproduce elsewhere.
This is a problem with EFL, as we automagic detect some dependencies
and enable/disable the behavior...

If you forgot to add "eio" as dependency for edje, but had eio
installed... your RPM would create binaries that link against it, but
does not depend on it with your spec


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Rui Miguel Silva Seabra
On Tue, 4 Sep 2012 16:46:03 -0300
Gustavo Sverzut Barbieri  wrote:
> I'm not sure about RPM, but at least for Debian they do recommend to
> NOT have these in SVN as the packaging info are per-distro. Remember
> maemo x debian x ubuntu all had different packages due different
> ChangeLog and also some minor differences in control files?

Maybe that's a point where .deb files are inferior to .rpm files? :)

In specs you are supposed to use certain variables in order to define
where to put things.

It's a distribution's responsibility to choose whether %sysconfdir
is /etc or /config

>From the spec PoV, nothing changed.

Rui

PS: some RPM based distros work better than others... of course.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Call for Packagers

2012-09-12 Thread Rui Miguel Silva Seabra
I hate OBS with a vengeance.

How can you trust a remote server to have really built what you wanted?

Also, I sign my rpms digitally when I release them, how can I do that
when I don't know what or how they were compiled? :)

OBS is a bad thing IMHO, and there shouldn't be incentives to use it.

Rui

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: bdilly IN trunk/GAMES: . efbb efbb/data efbb/data/images efbb/data/levels efbb/data/sound efbb/data/theme efbb/data/theme/fonts efbb/data/theme/images efbb/m4 efbb/src efbb/src/bi

2012-09-12 Thread Bruno Dilly
On Wed, Sep 12, 2012 at 3:49 AM, Sanjeev BA  wrote:
> Succeeded in trying the game out.
>
> A few comments.
>
> 1. pyparsing module is also required. It is not installed by default.
> Had to install it using "sudo easy_install pyparsing"

It's right. Seoz have listed it on INSTALL file as dependency some days ago.
(but it's and indirect dependency, geneet requires it)

>
> 2. Level 5 of game, ship keeps moving with pirate, away even after all ammo
> is exhausted. No "retry" option comes up.

Usually we wait until the world stop to show the retry menu.
But since the ship don't stop, it's a bit harder to figure out the
user can't win the level.

Anyway, the pause button can be used to get out of the level (and retry it).

>
> 3. Visuals and audio can be improved but otherwise, it is a game we can
> show in conferences :)

yeah, I suppose it can be used as a nice demonstration, indeed.

>
> Upvoted on reddit as well.

thanks

>
> Did someone make it work on windows already?
>
>
>
> On Wed, Sep 12, 2012 at 10:55 AM, Cedric BAIL  wrote:
>
>> On Wed, Sep 12, 2012 at 8:53 AM, Sanjeev BA  wrote:
>> > Compilation fails with game_world.h not found.
>> > How did you guys fix it ?
>>
>> Yeah, the configure doesn't stop if you don't install geneet.py. The
>> right version should be somewhere on svn.
>> --
>> Cedric BAIL
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Bruno Dilly
Senior Developer
ProFUSION embedded systems
http://profusion.mobi

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 11:40:20 +0200 Vincent Torri  said:

> On Wed, Sep 12, 2012 at 11:05 AM, Carsten Haitzler 
> wrote:
> > On Wed, 12 Sep 2012 11:17:35 +0300 Tom Hacohen 
> > said:
> >
> > whiskey laced with absinthe?
> 
> we drink pastis.

i thought it was absinthe... with the wormwood driving you all nuts :)

> Vincent
> 
> >
> >> Look closely, it's not the brand, it's a French knock-off...
> >>
> >> --
> >> Tom.
> >>
> >> On 12/09/12 11:09, Michael Blumenkrantz wrote:
> >> > 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 while now. He sent me a lot of good bug
> >> >> fixes/patches over the period I've known him. He's heavily involved in
> >> >> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
> >> >> his commits there as well.
> >> >>
> >> >> He's a nice chap, reliable, and breaks stuff less than the rest of the
> >> >> French with commit access, so I think it's a good idea, or at least not
> >> >> entirely bad to give him access. He's available in IRC as JackDanielZ if
> >> >> you want to ping him and investigate him any further.
> >> >>
> >> >> In conclusion, I plan on giving him access soon, so if you have any
> >> >> objections, speak now, or forever hold your peace (or at least until
> >> >> when he completely breaks SVN).
> >> >>
> >> >> --
> >> >> Tom.
> >> >>
> >> >>
> >> >> --
> >> >> Live Security Virtual Conference
> >> >> Exclusive live event will cover all the ways today's security and
> >> >> threat landscape has changed and how IT managers can respond.
> >> >> Discussions will include endpoint security, mobile security and the
> >> >> latest in malware threats.
> >> >> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> >> ___ enlightenment-devel
> >> >> mailing list enlightenment-devel@lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >> >>
> >> > --
> >> > Live Security Virtual Conference
> >> > Exclusive live event will cover all the ways today's security and
> >> > threat landscape has changed and how IT managers can respond. Discussions
> >> > will include endpoint security, mobile security and the latest in malware
> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> > ___
> >> > enlightenment-devel mailing list
> >> > enlightenment-devel@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >> >
> >>
> >>
> >> --
> >> Live Security Virtual Conference
> >> Exclusive live event will cover all the ways today's security and
> >> threat landscape has changed and how IT managers can respond. Discussions
> >> will include endpoint security, mobile security and the latest in malware
> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> ___
> >> enlightenment-devel mailing list
> >> enlightenment-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
> >
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-

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

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 11:37:27 +0200 Vincent Torri  said:

> On Wed, Sep 12, 2012 at 11:01 AM, Enlightenment SVN
>  wrote:
> > Log:
> > actually ecore_x is not needed. :)
> 
> it's implicit. ecore_x or ecore_win32 or etc..., because of only one
> function :/

ummm where?

10:46PM ~/C/edje > grep -r ecore_x_ .
10:46PM ~/C/edje >

10:46PM ~/C/edje > grep -r ecore_win
10:47PM ~/C/edje >

:)

> Vincent
> 
> >
> >
> >
> > Author:   raster
> > Date: 2012-09-12 02:01:59 -0700 (Wed, 12 Sep 2012)
> > New Revision: 76509
> > Trac: http://trac.enlightenment.org/e/changeset/76509
> >
> > Modified:
> >   trunk/edje/src/lib/Edje.h
> >
> > Modified: trunk/edje/src/lib/Edje.h
> > ===
> > --- trunk/edje/src/lib/Edje.h   2012-09-12 08:47:59 UTC (rev 76508)
> > +++ trunk/edje/src/lib/Edje.h   2012-09-12 09:01:59 UTC (rev 76509)
> > @@ -70,7 +70,7 @@
> >  minimum. You will also need the buffer engine (which requires the
> >  software_generic engine) as well.
> >
> > -Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built at a
> > minimum. +Ecore (library) needs the ECORE and ECORE_EVAS modules built at a
> > minimum. It's suggested to build all the Ecore modules. You will beed the
> > Buffer engine support built into Ecore_Evas for edje_cc to function.
> >
> >
> >
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch][elementary] index - add access feature

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 21:06:55 +0900 Kim Shinwoo  said:

> thanks for your response.
> it's for the dynamic enabling and disabling access.
> when the access is changed to disable from enable, the unnecessary
> registered callback and object would be removed.
> if not, the callback and access object remain until the involved object is
> deleted.
> 
> honestly... i don't want to tell you this... um.. um..
>  you took the _elm_access_edje_object_part_object_unregister(); on calendar
> access patch..
> (http://trac.enlightenment.org/e/changeset/76502)
> 
> anyhow thanks again.

wait. wtf? sorry - not your fault.. ummm never mind i dont know whwta i was
thinking... ignore this... patch in svn! :)

> 2012/9/12 Carsten Haitzler 
> 
> > On Mon, 10 Sep 2012 10:43:37 +0900 Kim Shinwoo 
> > said:
> >
> > this isn't better :( what is _elm_access_edje_object_part_object_unregister
> > () ? :)
> >
> > > hey dears
> > >
> > > the attached is revised one. more proper and efficient way is used.
> > > previous patch always calls _index_box_clear();, _index_box_auto_fill();
> > > and elm_layout_signal_emit(); in the _on_mouse_move_access();
> > > the revised one does it in the EVAS_CALLBACK_MOUSE_IN callback.
> > >
> > > then please review the attachment. thanks.
> > >
> > > cordially,
> > > shinwoo kim.
> > >
> > > 2012/9/7 Kim Shinwoo 
> > >
> > > > dear all, hello
> > > >
> > > > the attachment has access features for the index. and this patch is
> > > > depends on the previous patch which has
> > > > _elm_access_edje_object_part_object_unregister();
> > > > to find the previous patch, please refer to the following
> > > >
> > > >
> > > >
> > http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nG8NkMx3J-YkSJnWdB23cWOPrtk1Rx10Lae0Zwxst1eeQ%40mail.gmail.com&forum_name=enlightenment-devel
> > > >
> > > > the index could have two levels, one is level 0, the other is level 1.
> > the
> > > > patch supports only level 0 because we have no style for the level 1..
> > > > (just a cowardly excuse, i will keep up with this.. and update..)
> > > >
> > > > then please review the attachment and give feedback. thanks.
> > > >
> > > > cordially,
> > > > shinwoo kim.
> > > >
> > > >
> > > >
> >
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology request: reflow on window resize

2012-09-12 Thread P Purkayastha
Also on #1184 in case you lose the TODO post-it note.

On 09/12/2012 03:07 PM, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 11 Sep 2012 20:11:34 -0300 Gustavo Sverzut Barbieri
>   said:
>
> added to the TODO, but not so easy.
>
>> Raster,
>>
>> Is it possible to reflow terminology's contents when the window
>> resizes? By reflow I mean we just break the lines where "\n" or
>> similar was issued, we re-apply the controls to move in the viewport
>> and so on.
>>
>> It would help immensely when you start some apps doing large logs (be
>> it eina log, webkit, python...) or some text you recently "cat".
>>
>> It shouldn't matter much to "graphical" applications using ncurses and
>> similar as these should handle the SIGWINCH and get the new columns
>> and rows.
>>
>>
>> --
>> Gustavo Sverzut Barbieri
>> http://profusion.mobi embedded systems
>> --
>> MSN: barbi...@gmail.com
>> Skype: gsbarbieri
>> Mobile: +55 (19) 9225-2202
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
>



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e_dbus blocks

2012-09-12 Thread Michael Blumenkrantz
this was my thought as well. I have removed the error param.

On Wed, Sep 12, 2012 at 2:06 PM, Jose Souza wrote:

> I think theres no reason to pass the last argument.
> We could check if an error occurred, but like documentation said are
> generally unrecoverable.
>
> On Wed, Sep 12, 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.freedesktop.org/doc/api/html/group__DBusBus.html#ga4eb6401ba014da3dbe3dc4e2a8e5b3ef
> > and don't bother bringing up the new e_dbus library, it's not applicable
> > here.
> >
> --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e_dbus blocks

2012-09-12 Thread Jose Souza
I think theres no reason to pass the last argument.
We could check if an error occurred, but like documentation said are
generally unrecoverable.

On Wed, Sep 12, 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.freedesktop.org/doc/api/html/group__DBusBus.html#ga4eb6401ba014da3dbe3dc4e2a8e5b3ef
> and don't bother bringing up the new e_dbus library, it's not applicable
> here.
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch][elementary] index - add access feature

2012-09-12 Thread Kim Shinwoo
thanks for your response.
it's for the dynamic enabling and disabling access.
when the access is changed to disable from enable, the unnecessary
registered callback and object would be removed.
if not, the callback and access object remain until the involved object is
deleted.

honestly... i don't want to tell you this... um.. um..
 you took the _elm_access_edje_object_part_object_unregister(); on calendar
access patch..
(http://trac.enlightenment.org/e/changeset/76502)

anyhow thanks again.

2012/9/12 Carsten Haitzler 

> On Mon, 10 Sep 2012 10:43:37 +0900 Kim Shinwoo 
> said:
>
> this isn't better :( what is _elm_access_edje_object_part_object_unregister
> () ? :)
>
> > hey dears
> >
> > the attached is revised one. more proper and efficient way is used.
> > previous patch always calls _index_box_clear();, _index_box_auto_fill();
> > and elm_layout_signal_emit(); in the _on_mouse_move_access();
> > the revised one does it in the EVAS_CALLBACK_MOUSE_IN callback.
> >
> > then please review the attachment. thanks.
> >
> > cordially,
> > shinwoo kim.
> >
> > 2012/9/7 Kim Shinwoo 
> >
> > > dear all, hello
> > >
> > > the attachment has access features for the index. and this patch is
> > > depends on the previous patch which has
> > > _elm_access_edje_object_part_object_unregister();
> > > to find the previous patch, please refer to the following
> > >
> > >
> > >
> http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nG8NkMx3J-YkSJnWdB23cWOPrtk1Rx10Lae0Zwxst1eeQ%40mail.gmail.com&forum_name=enlightenment-devel
> > >
> > > the index could have two levels, one is level 0, the other is level 1.
> the
> > > patch supports only level 0 because we have no style for the level 1..
> > > (just a cowardly excuse, i will keep up with this.. and update..)
> > >
> > > then please review the attachment and give feedback. thanks.
> > >
> > > cordially,
> > > shinwoo kim.
> > >
> > >
> > >
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2012-09-12 Thread Gustavo Sverzut Barbieri
Consider using "inarray", may be doable here.

On Wednesday, September 12, 2012, Enlightenment SVN wrote:

> Log:
> edje: reduce memory used per callback.
>
>
> Author:   cedric
> Date: 2012-09-12 04:16:57 -0700 (Wed, 12 Sep 2012)
> New Revision: 76517
> Trac: http://trac.enlightenment.org/e/changeset/76517
>
> Modified:
>   trunk/edje/ChangeLog trunk/edje/NEWS trunk/edje/src/lib/edje_match.c
> trunk/edje/src/lib/edje_private.h trunk/edje/src/lib/edje_program.c
>
> Modified: trunk/edje/ChangeLog
> ===
> --- trunk/edje/ChangeLog2012-09-12 10:37:29 UTC (rev 76516)
> +++ trunk/edje/ChangeLog2012-09-12 11:16:57 UTC (rev 76517)
> @@ -615,6 +615,11 @@
>
>  2012-09-11  Carsten Haitzler (The Rasterman)
>
> -* Improve memory footrpint by cutting core edje real part
> +* Improve memory footprint by cutting core edje real part
>  struct down by less than half its size and making some parts
> allocated
>  extra only if the type needs it.
> +
> +2012-09-12  Cedric Bail
> +
> +   * Small improvement in memory footprint by using an array instead
> of a list for
> +   some callback list.
>
> Modified: trunk/edje/NEWS
> ===
> --- trunk/edje/NEWS 2012-09-12 10:37:29 UTC (rev 76516)
> +++ trunk/edje/NEWS 2012-09-12 11:16:57 UTC (rev 76517)
> @@ -16,6 +16,7 @@
>  * O(1) lookup when generating alias of group.
>  * O(1) access time for parameters in edje_cc_handler.
>  * Recycle and use less memory during load time.
> +* Less memory used per callbacks.
>
>  Fixes:
>
>
> Modified: trunk/edje/src/lib/edje_match.c
> ===
> --- trunk/edje/src/lib/edje_match.c 2012-09-12 10:37:29 UTC (rev 76516)
> +++ trunk/edje/src/lib/edje_match.c 2012-09-12 11:16:57 UTC (rev 76517)
> @@ -750,13 +750,13 @@
>
>   item->signal = programs[i]->signal;
>   item->source = programs[i]->source;
> - item->list = NULL;
> + eina_array_step_set(&item->list, sizeof (Eina_Array), 8);
>
>   new = eina_rbtree_inline_insert(new,
> EINA_RBTREE_GET(item),
>
> EINA_RBTREE_CMP_NODE_CB(_edje_signal_source_node_cmp), NULL);
>}
>
> -item->list = eina_list_prepend(item->list, programs[i]);
> +eina_array_push(&item->list, programs[i]);
>   }
> else
> result = eina_list_prepend(result, programs[i]);
> @@ -791,13 +791,13 @@
>
>   item->signal = callback->signal;
>   item->source = callback->source;
> - item->list = NULL;
> + eina_array_step_set(&item->list, sizeof (Eina_Array), 8);
>
>   new = eina_rbtree_inline_insert(new,
> EINA_RBTREE_GET(item),
>
> EINA_RBTREE_CMP_NODE_CB(_edje_signal_source_node_cmp), NULL);
>}
>
> -item->list = eina_list_prepend(item->list, callback);
> +eina_array_push(&item->list, callback);
>   }
> else
> result = eina_list_prepend(result, callback);
> @@ -807,7 +807,7 @@
> return result;
>  }
>
> -const Eina_List *
> +const Eina_Array *
>  edje_match_signal_source_hash_get(const char *sig,
>   const char *source,
>   const Eina_Rbtree *tree)
> @@ -817,13 +817,13 @@
> lookup = (Edje_Signal_Source_Char*) eina_rbtree_inline_lookup(tree,
> sig, 0,
>
>  EINA_RBTREE_CMP_KEY_CB(_edje_signal_source_key_cmp), source);
>
> -   if (lookup) return lookup->list;
> +   if (lookup) return &lookup->list;
> return NULL;
>  }
>
>  void
>  edje_match_signal_source_free(Edje_Signal_Source_Char *key, __UNUSED__
> void *data)
>  {
> -   eina_list_free(key->list);
> +   eina_array_flush(&key->list);
> free(key);
>  }
>
> Modified: trunk/edje/src/lib/edje_private.h
> ===
> --- trunk/edje/src/lib/edje_private.h   2012-09-12 10:37:29 UTC (rev 76516)
> +++ trunk/edje/src/lib/edje_private.h   2012-09-12 11:16:57 UTC (rev 76517)
> @@ -1083,7 +1083,7 @@
> const char *signal;
> const char *source;
>
> -   Eina_List *list;
> +   Eina_Array  list;
>  };
>
>  struct _Edje_Signals_Sources_Patterns
> @@ -1672,9 +1672,9 @@
>  Eina_Rbtree **tree);
>  Eina_List *edje_match_callback_hash_build(const Eina_List *callbacks,
>   Eina_Rbtree **tree);
> -const Eina_List *edje_match_signal_source_hash_get(const char *signal,
> -  const char *source,
> -  const Eina_Rbtree
> *tree);
> +const Eina_Array *edje_match_signal_source_hash_get(const char *signal,
> +   

[E-devel] Fwd: [patch][elementary] ctxpopup - mirrored feature

2012-09-12 Thread Kim Shinwoo
oops i did not use the developer list. just fwd.

-- Forwarded message --
From: Kim Shinwoo 
Date: 2012/9/12
Subject: Re: [E-devel] [patch][elementary] ctxpopup - mirrored feature
To: Carsten Haitzler 


thanks for your response.

yes you right, but the patch is not based on conventions.
the patch is for the proper show,hide effect and arrow direction not the
ctxpopup position.

without the patch,
  - the show and hide effect is not proper
  - the arrow direction is not proper
to resolve above issue, the patch is necessary.

cordially,
shinwoo kim.



2012/9/12 Carsten Haitzler 

> On Sat, 8 Sep 2012 16:14:21 +0900 Kim Shinwoo 
> said:
>
> > hey dears
> >
> > i have learned that the ctxpopup mirrored feature remains unfinished
> state.
> > the attachment would make the ctxpopup better than before.
> > actually, the patch will fix a mirrored feature bug on the ctxpopup.
> > please review the patch and give feedback. thanks always.
>
> what bug? i don't actually see why ctxpopup needs this? direction of popup
> is
> not based on conventions (to the left or right of popup point) but based on
> which direction has the most available space for it?
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Vincent Torri
On Wed, Sep 12, 2012 at 11:05 AM, Carsten Haitzler  wrote:
> On Wed, 12 Sep 2012 11:17:35 +0300 Tom Hacohen  said:
>
> whiskey laced with absinthe?

we drink pastis.

Vincent

>
>> Look closely, it's not the brand, it's a French knock-off...
>>
>> --
>> Tom.
>>
>> On 12/09/12 11:09, Michael Blumenkrantz wrote:
>> > 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 while now. He sent me a lot of good bug
>> >> fixes/patches over the period I've known him. He's heavily involved in
>> >> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
>> >> his commits there as well.
>> >>
>> >> He's a nice chap, reliable, and breaks stuff less than the rest of the
>> >> French with commit access, so I think it's a good idea, or at least not
>> >> entirely bad to give him access. He's available in IRC as JackDanielZ if
>> >> you want to ping him and investigate him any further.
>> >>
>> >> In conclusion, I plan on giving him access soon, so if you have any
>> >> objections, speak now, or forever hold your peace (or at least until
>> >> when he completely breaks SVN).
>> >>
>> >> --
>> >> Tom.
>> >>
>> >>
>> >> --
>> >> Live Security Virtual Conference
>> >> Exclusive live event will cover all the ways today's security and
>> >> threat landscape has changed and how IT managers can respond. Discussions
>> >> will include endpoint security, mobile security and the latest in malware
>> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> >> ___
>> >> enlightenment-devel mailing list
>> >> enlightenment-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> >>
>> > --
>> > Live Security Virtual Conference
>> > Exclusive live event will cover all the ways today's security and
>> > threat landscape has changed and how IT managers can respond. Discussions
>> > will include endpoint security, mobile security and the latest in malware
>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> > ___
>> > enlightenment-devel mailing list
>> > enlightenment-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> >
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2012-09-12 Thread Vincent Torri
On Wed, Sep 12, 2012 at 11:01 AM, Enlightenment SVN
 wrote:
> Log:
> actually ecore_x is not needed. :)

it's implicit. ecore_x or ecore_win32 or etc..., because of only one function :/

Vincent

>
>
>
> Author:   raster
> Date: 2012-09-12 02:01:59 -0700 (Wed, 12 Sep 2012)
> New Revision: 76509
> Trac: http://trac.enlightenment.org/e/changeset/76509
>
> Modified:
>   trunk/edje/src/lib/Edje.h
>
> Modified: trunk/edje/src/lib/Edje.h
> ===
> --- trunk/edje/src/lib/Edje.h   2012-09-12 08:47:59 UTC (rev 76508)
> +++ trunk/edje/src/lib/Edje.h   2012-09-12 09:01:59 UTC (rev 76509)
> @@ -70,7 +70,7 @@
>  minimum. You will also need the buffer engine (which requires the
>  software_generic engine) as well.
>
> -Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built at a 
> minimum.
> +Ecore (library) needs the ECORE and ECORE_EVAS modules built at a minimum.
>  It's suggested to build all the Ecore modules. You will beed the Buffer
>  engine support built into Ecore_Evas for edje_cc to function.
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Terminology selecting/scrolling

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 10:05:53 +0200 Nikolas Arend  said:

> Hi,
> 
> Would it be possible to make terminology scroll up/down when selecting a 
> text region that's larger than the terminal size (like gnome-terminal 

it would be possible. it's on the TODO list. :)

> does)? That would enable selecting e.g. lengthy log output in one go or 
> without re-sizing the window.
> 
> Cheers,   Nick
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 11:17:35 +0300 Tom Hacohen  said:

whiskey laced with absinthe?

> Look closely, it's not the brand, it's a French knock-off...
> 
> --
> Tom.
> 
> On 12/09/12 11:09, Michael Blumenkrantz wrote:
> > 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 while now. He sent me a lot of good bug
> >> fixes/patches over the period I've known him. He's heavily involved in
> >> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
> >> his commits there as well.
> >>
> >> He's a nice chap, reliable, and breaks stuff less than the rest of the
> >> French with commit access, so I think it's a good idea, or at least not
> >> entirely bad to give him access. He's available in IRC as JackDanielZ if
> >> you want to ping him and investigate him any further.
> >>
> >> In conclusion, I plan on giving him access soon, so if you have any
> >> objections, speak now, or forever hold your peace (or at least until
> >> when he completely breaks SVN).
> >>
> >> --
> >> Tom.
> >>
> >>
> >> --
> >> Live Security Virtual Conference
> >> Exclusive live event will cover all the ways today's security and
> >> threat landscape has changed and how IT managers can respond. Discussions
> >> will include endpoint security, mobile security and the latest in malware
> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> ___
> >> enlightenment-devel mailing list
> >> enlightenment-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sanjeev trunk/edje/src/lib

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 17:41:27 +0900 Sanjeev BA  said:

ecore_x not needed. removed it already :)

> Good point. But, I don't know what modules are needed for windows.
> Can you fix it accordingly?
> 
> On Wed, Sep 12, 2012 at 4:47 PM, Vincent Torri wrote:
> 
> > On Wed, Sep 12, 2012 at 9:39 AM, Sanjeev BA  wrote:
> > > On Wed, Sep 12, 2012 at 4:32 PM, Vincent Torri  > >wrote:
> > >
> > >> On Wed, Sep 12, 2012 at 9:31 AM, Enlightenment SVN
> > >>  wrote:
> > >> > Log:
> > >> > Improve documentation.
> > >> >
> > >> >   Signed-off-by: Sanjeev BA 
> > >> >
> > >> > Author:   sanjeev
> > >> > Date: 2012-09-12 00:31:21 -0700 (Wed, 12 Sep 2012)
> > >> > New Revision: 76497
> > >> > Trac: http://trac.enlightenment.org/e/changeset/76497
> > >> >
> > >> > Modified:
> > >> >   trunk/edje/src/lib/Edje.h
> > >> >
> > >> > Modified: trunk/edje/src/lib/Edje.h
> > >> > ===
> > >> > --- trunk/edje/src/lib/Edje.h   2012-09-12 07:29:41 UTC (rev 76496)
> > >> > +++ trunk/edje/src/lib/Edje.h   2012-09-12 07:31:21 UTC (rev 76497)
> > >> > @@ -70,9 +70,9 @@
> > >> >  minimum. You will also need the buffer engine (which requires the
> > >> >  software_generic engine) as well.
> > >> >
> > >> > -Ecore needs the ECORE, ECORE_EVAS and ECORE_X modules built at a
> > >> minimum.
> > >> > +Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built
> > >> at a minimum.
> > >>
> > >> and other OS's ?
> > >>
> > >
> > > "Ecore needs the ECORE" seemed wrong to me.
> >
> > I mean : "ECORE_X"
> >
> > Vincent
> >
> > >
> > >
> > >>
> > >> Vincent
> > >>
> > >> >  It's suggested to build all the Ecore modules. You will beed the
> > Buffer
> > >> > -engine support built into Ecore_Evas for edje?_cc to function.
> > >> > +engine support built into Ecore_Evas for edje_cc to function.
> > >> >
> > >> >
> > >> >  @section compiling How to compile and test Edje
> > >> >
> > >> >
> > >> >
> > >>
> > --
> > >> > Live Security Virtual Conference
> > >> > Exclusive live event will cover all the ways today's security and
> > >> > threat landscape has changed and how IT managers can respond.
> > Discussions
> > >> > will include endpoint security, mobile security and the latest in
> > malware
> > >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > >> > ___
> > >> > enlightenment-svn mailing list
> > >> > enlightenment-...@lists.sourceforge.net
> > >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> > >>
> > >>
> > >>
> > --
> > >> Live Security Virtual Conference
> > >> Exclusive live event will cover all the ways today's security and
> > >> threat landscape has changed and how IT managers can respond.
> > Discussions
> > >> will include endpoint security, mobile security and the latest in
> > malware
> > >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > >> ___
> > >> enlightenment-devel mailing list
> > >> enlightenment-devel@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >>
> > >
> > --
> > > Live Security Virtual Conference
> > > Exclusive live event will cover all the ways today's security and
> > > threat landscape has changed and how IT managers can respond. Discussions
> > > will include endpoint security, mobile security and the latest in malware
> > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> >
> > --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242

Re: [E-devel] [patch][elementary] diskselector - text align issue

2012-09-12 Thread The Rasterman
On Wed, 12 Sep 2012 15:18:46 +0900 Kim Shinwoo  said:

> dear all, hello
> 
> by default diskselector item has space for icon even though the item does
> not have icon.
> so in some cases, the text is not located in the center of item and
> diskselector.
> the attachment would resolve this issue. please look into it and give
> feedback. thanks.

indeed that is much better! nice! in svn! :)


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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
>
> On 09/11/2012 09:15 AM, Enlightenment SVN wrote:
> > Log:
> > edje: don't strcmp ith NULL.
> >
> >
> > Author:   cedric
> > Date: 2012-09-11 01:15:33 -0700 (Tue, 11 Sep 2012)
> > New Revision: 76449
>
> > Modified: trunk/edje/src/bin/edje_cc_out.c
> > ===
> > --- trunk/edje/src/bin/edje_cc_out.c  2012-09-11 07:59:19 UTC (rev 76448)
> > +++ trunk/edje/src/bin/edje_cc_out.c  2012-09-11 08:15:33 UTC (rev 76449)
> > @@ -1881,27 +1881,32 @@
> >{
>
> if (pl->u.ep->name) {
>
> >   for (i = 0 ; i < pc->programs.fnmatch_count ; i++)
> > {
> > -  if (!strcmp(pl->u.ep->name,
> pc->programs.fnmatch[i]->name))
> > +  if (pl->u.ep->name && pc->programs.fnmatch[i]->name &&
> > +  !strcmp(pl->u.ep->name,
> pc->programs.fnmatch[i]->name))
> >  data_queue_anonymous_lookup(pc,
> pc->programs.fnmatch[i], dest);
> > }
> >   for (i = 0 ; i < pc->programs.strcmp_count ; i++)
> > {
> > -  if (!strcmp(pl->u.ep->name,
> pc->programs.strcmp[i]->name))
> > +  if (pl->u.ep->name && pc->programs.strcmp[i]->name &&
> > +  !strcmp(pl->u.ep->name,
> pc->programs.strcmp[i]->name))
> >  data_queue_anonymous_lookup(pc,
> pc->programs.strcmp[i], dest);
> > }
> >   for (i = 0 ; i < pc->programs.strncmp_count ; i++)
> > {
> > -  if (!strcmp(pl->u.ep->name,
> pc->programs.strncmp[i]->name))
> > +  if (pl->u.ep->name && pc->programs.strncmp[i]->name &&
> > +  !strcmp(pl->u.ep->name,
> pc->programs.strncmp[i]->name))
> >  data_queue_anonymous_lookup(pc,
> pc->programs.strncmp[i], dest);
> > }
> >   for (i = 0 ; i < pc->programs.strrncmp_count ; i++)
> > {
> > -  if (!strcmp(pl->u.ep->name,
> pc->programs.strrncmp[i]->name))
> > +  if (pl->u.ep->name && pc->programs.strrncmp[i]->name
> &&
> > +  !strcmp(pl->u.ep->name,
> pc->programs.strrncmp[i]->name))
> >  data_queue_anonymous_lookup(pc,
> pc->programs.strrncmp[i], dest);
> > }
> >   for (i = 0 ; i < pc->programs.nocmp_count ; i++)
> > {
> > -  if (!strcmp(pl->u.ep->name,
> pc->programs.nocmp[i]->name))
> > +  if (pl->u.ep->name && pc->programs.nocmp[i]->name &&
> > +  !strcmp(pl->u.ep->name,
> pc->programs.nocmp[i]->name))
> >  data_queue_anonymous_lookup(pc,
> pc->programs.nocmp[i], dest);
> > }
>
> }
>
> >}
>
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sanjeev trunk/edje/src/lib

2012-09-12 Thread Sanjeev BA
Good point. But, I don't know what modules are needed for windows.
Can you fix it accordingly?

On Wed, Sep 12, 2012 at 4:47 PM, Vincent Torri wrote:

> On Wed, Sep 12, 2012 at 9:39 AM, Sanjeev BA  wrote:
> > On Wed, Sep 12, 2012 at 4:32 PM, Vincent Torri  >wrote:
> >
> >> On Wed, Sep 12, 2012 at 9:31 AM, Enlightenment SVN
> >>  wrote:
> >> > Log:
> >> > Improve documentation.
> >> >
> >> >   Signed-off-by: Sanjeev BA 
> >> >
> >> > Author:   sanjeev
> >> > Date: 2012-09-12 00:31:21 -0700 (Wed, 12 Sep 2012)
> >> > New Revision: 76497
> >> > Trac: http://trac.enlightenment.org/e/changeset/76497
> >> >
> >> > Modified:
> >> >   trunk/edje/src/lib/Edje.h
> >> >
> >> > Modified: trunk/edje/src/lib/Edje.h
> >> > ===
> >> > --- trunk/edje/src/lib/Edje.h   2012-09-12 07:29:41 UTC (rev 76496)
> >> > +++ trunk/edje/src/lib/Edje.h   2012-09-12 07:31:21 UTC (rev 76497)
> >> > @@ -70,9 +70,9 @@
> >> >  minimum. You will also need the buffer engine (which requires the
> >> >  software_generic engine) as well.
> >> >
> >> > -Ecore needs the ECORE, ECORE_EVAS and ECORE_X modules built at a
> >> minimum.
> >> > +Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built
> >> at a minimum.
> >>
> >> and other OS's ?
> >>
> >
> > "Ecore needs the ECORE" seemed wrong to me.
>
> I mean : "ECORE_X"
>
> Vincent
>
> >
> >
> >>
> >> Vincent
> >>
> >> >  It's suggested to build all the Ecore modules. You will beed the
> Buffer
> >> > -engine support built into Ecore_Evas for edje?_cc to function.
> >> > +engine support built into Ecore_Evas for edje_cc to function.
> >> >
> >> >
> >> >  @section compiling How to compile and test Edje
> >> >
> >> >
> >> >
> >>
> --
> >> > Live Security Virtual Conference
> >> > Exclusive live event will cover all the ways today's security and
> >> > threat landscape has changed and how IT managers can respond.
> Discussions
> >> > will include endpoint security, mobile security and the latest in
> malware
> >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> > ___
> >> > enlightenment-svn mailing list
> >> > enlightenment-...@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> >>
> >>
> >>
> --
> >> Live Security Virtual Conference
> >> Exclusive live event will cover all the ways today's security and
> >> threat landscape has changed and how IT managers can respond.
> Discussions
> >> will include endpoint security, mobile security and the latest in
> malware
> >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> >> ___
> >> enlightenment-devel mailing list
> >> enlightenment-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
> >
> --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] [Elementary] ctxpopup - correct position and size of ctxpopup

2012-09-12 Thread The Rasterman
On Tue, 11 Sep 2012 05:55:23 + (GMT) thiep ha  said:

> Dear all,
> 
> With ctxpopup, if it has many items and user uses -1 as parameter in set
> direction priority function, the ctxpopup position and size are calculated
> incorrectly. Ex:
> elm_ctxpopup_direction_priority_set(ctxpopup, ELM_CTXPOPUP_DIRECTION_DOWN,
> ELM_CTXPOPUP_DIRECTION_UP, -1, -1); 
> 
> I would like to send a small patch to fix this issue.
> Please take a look on it.
> 
> Thanks & Regards,
> Thiep Ha

mmm. good catch there! in svn it goes. i also backported too.

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2012-09-12 Thread Daniel Willmann
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

On 09/11/2012 09:15 AM, Enlightenment SVN wrote:
> Log:
> edje: don't strcmp ith NULL.
>   
> 
> Author:   cedric
> Date: 2012-09-11 01:15:33 -0700 (Tue, 11 Sep 2012)
> New Revision: 76449

> Modified: trunk/edje/src/bin/edje_cc_out.c
> ===
> --- trunk/edje/src/bin/edje_cc_out.c  2012-09-11 07:59:19 UTC (rev 76448)
> +++ trunk/edje/src/bin/edje_cc_out.c  2012-09-11 08:15:33 UTC (rev 76449)
> @@ -1881,27 +1881,32 @@
>{

if (pl->u.ep->name) {

>   for (i = 0 ; i < pc->programs.fnmatch_count ; i++)
> {
> -  if (!strcmp(pl->u.ep->name, pc->programs.fnmatch[i]->name))
> +  if (pl->u.ep->name && pc->programs.fnmatch[i]->name &&
> +  !strcmp(pl->u.ep->name, pc->programs.fnmatch[i]->name))
>  data_queue_anonymous_lookup(pc, pc->programs.fnmatch[i], 
> dest);
> }
>   for (i = 0 ; i < pc->programs.strcmp_count ; i++)
> {
> -  if (!strcmp(pl->u.ep->name, pc->programs.strcmp[i]->name))
> +  if (pl->u.ep->name && pc->programs.strcmp[i]->name &&
> +  !strcmp(pl->u.ep->name, pc->programs.strcmp[i]->name))
>  data_queue_anonymous_lookup(pc, pc->programs.strcmp[i], 
> dest);
> }
>   for (i = 0 ; i < pc->programs.strncmp_count ; i++)
> {
> -  if (!strcmp(pl->u.ep->name, pc->programs.strncmp[i]->name))
> +  if (pl->u.ep->name && pc->programs.strncmp[i]->name &&
> +  !strcmp(pl->u.ep->name, pc->programs.strncmp[i]->name))
>  data_queue_anonymous_lookup(pc, pc->programs.strncmp[i], 
> dest);
> }
>   for (i = 0 ; i < pc->programs.strrncmp_count ; i++)
> {
> -  if (!strcmp(pl->u.ep->name, 
> pc->programs.strrncmp[i]->name))
> +  if (pl->u.ep->name && pc->programs.strrncmp[i]->name &&
> +  !strcmp(pl->u.ep->name, 
> pc->programs.strrncmp[i]->name))
>  data_queue_anonymous_lookup(pc, 
> pc->programs.strrncmp[i], dest);
> }
>   for (i = 0 ; i < pc->programs.nocmp_count ; i++)
> {
> -  if (!strcmp(pl->u.ep->name, pc->programs.nocmp[i]->name))
> +  if (pl->u.ep->name && pc->programs.nocmp[i]->name &&
> +  !strcmp(pl->u.ep->name, pc->programs.nocmp[i]->name))
>  data_queue_anonymous_lookup(pc, pc->programs.nocmp[i], 
> dest);
> }

}

>}


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch][elementary] calendar - add access feature, access - add _elm_access_edje_object_part_object_unregister();

2012-09-12 Thread The Rasterman
On Tue, 11 Sep 2012 10:51:53 +0900 Kim Shinwoo  said:

this is better! thanks! in svn! :)

> apologize for inconvenience.
> 
> there were two patches for _elm_access_highlight_object_activate();
> one was made in the office, the other was made at home :)
> you kept the second one, but i did not delete the first one. and made
> conflicted calendar patch based on the first one.
> anyhow.. sorry.. please review the newly attached patch. thanks.
> 
> cordially,
> shinwoo kim
> 
> 2012/9/10 Carsten Haitzler 
> 
> > On Wed, 5 Sep 2012 23:42:31 +0900 Kim Shinwoo 
> > said:
> >
> > > dear all, hello.
> > >
> > > the attachment has accessibility feature which is for the elm_calendar.
> > and
> > > moreover..
> > > it would be better to keep one more api for the access which name is
> > > _elm_access_edje_object_part_object_unregister();
> > > in the case of calendar item, its text part could be set with empty value
> > > in run time(dynamically), even though it had a value (1~31) previously.
> > > so if there is an empty field(item), then previously registered item
> > should
> > > be unregistered. the api would be useful not only this case but also
> > others.
> > > then, please review the patch and give feedback. thanks.
> >
> > ummm. are you sure on _elm_access_highlight_object_activate() ? your
> > patch
> > makes there be 2 of these funcs in elm_access.c ?the patch looks a tad
> > broken
> > to me?
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch][elementary] ctxpopup - mirrored feature

2012-09-12 Thread The Rasterman
On Sat, 8 Sep 2012 16:14:21 +0900 Kim Shinwoo  said:

> hey dears
> 
> i have learned that the ctxpopup mirrored feature remains unfinished state.
> the attachment would make the ctxpopup better than before.
> actually, the patch will fix a mirrored feature bug on the ctxpopup.
> please review the patch and give feedback. thanks always.

what bug? i don't actually see why ctxpopup needs this? direction of popup is
not based on conventions (to the left or right of popup point) but based on
which direction has the most available space for it?

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[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_dbus library, it's not applicable
here.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Tom Hacohen
Look closely, it's not the brand, it's a French knock-off...

--
Tom.

On 12/09/12 11:09, Michael Blumenkrantz wrote:
> 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 while now. He sent me a lot of good bug
>> fixes/patches over the period I've known him. He's heavily involved in
>> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
>> his commits there as well.
>>
>> He's a nice chap, reliable, and breaks stuff less than the rest of the
>> French with commit access, so I think it's a good idea, or at least not
>> entirely bad to give him access. He's available in IRC as JackDanielZ if
>> you want to ping him and investigate him any further.
>>
>> In conclusion, I plan on giving him access soon, so if you have any
>> objections, speak now, or forever hold your peace (or at least until
>> when he completely breaks SVN).
>>
>> --
>> Tom.
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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 while now. He sent me a lot of good bug
> fixes/patches over the period I've known him. He's heavily involved in
> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
> his commits there as well.
>
> He's a nice chap, reliable, and breaks stuff less than the rest of the
> French with commit access, so I think it's a good idea, or at least not
> entirely bad to give him access. He's available in IRC as JackDanielZ if
> you want to ping him and investigate him any further.
>
> In conclusion, I plan on giving him access soon, so if you have any
> objections, speak now, or forever hold your peace (or at least until
> when he completely breaks SVN).
>
> --
> Tom.
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Terminology selecting/scrolling

2012-09-12 Thread Nikolas Arend
Hi,

Would it be possible to make terminology scroll up/down when selecting a 
text region that's larger than the terminal size (like gnome-terminal 
does)? That would enable selecting e.g. lengthy log output in one go or 
without re-sizing the window.

Cheers,   Nick

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Tom Hacohen
On 12/09/12 10:57, Christopher Michael wrote:
> On 12/09/12 08:47, Tom Hacohen wrote:
>> On 12/09/12 10:40, Christopher Michael wrote:
>>> On 12/09/12 08:33, 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 while now.
>>>
>>> French-Israeli ?? I guess that means he b0rks things twice as bad ? :P
>>
>> Nah, French-Israeli means stealthy big attacks. I.e he'll plant
>> time-bombs all across of the EFL that'll explode on the same time and
>> will cause havoc in magnitudes that people have never seen before.
>>
> Yea, when it explodes, it will probably scatter pastries everywhere too
> (being French) :P

Pastries and Hummus...

--
Tom.


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch][elementary] index - add access feature

2012-09-12 Thread The Rasterman
On Mon, 10 Sep 2012 10:43:37 +0900 Kim Shinwoo  said:

this isn't better :( what is _elm_access_edje_object_part_object_unregister
() ? :)

> hey dears
> 
> the attached is revised one. more proper and efficient way is used.
> previous patch always calls _index_box_clear();, _index_box_auto_fill();
> and elm_layout_signal_emit(); in the _on_mouse_move_access();
> the revised one does it in the EVAS_CALLBACK_MOUSE_IN callback.
> 
> then please review the attachment. thanks.
> 
> cordially,
> shinwoo kim.
> 
> 2012/9/7 Kim Shinwoo 
> 
> > dear all, hello
> >
> > the attachment has access features for the index. and this patch is
> > depends on the previous patch which has
> > _elm_access_edje_object_part_object_unregister();
> > to find the previous patch, please refer to the following
> >
> >
> > http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nG8NkMx3J-YkSJnWdB23cWOPrtk1Rx10Lae0Zwxst1eeQ%40mail.gmail.com&forum_name=enlightenment-devel
> >
> > the index could have two levels, one is level 0, the other is level 1. the
> > patch supports only level 0 because we have no style for the level 1..
> > (just a cowardly excuse, i will keep up with this.. and update..)
> >
> > then please review the attachment and give feedback. thanks.
> >
> > cordially,
> > shinwoo kim.
> >
> >
> >


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Christopher Michael
On 12/09/12 08:47, Tom Hacohen wrote:
> On 12/09/12 10:40, Christopher Michael wrote:
>> On 12/09/12 08:33, 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 while now.
>>
>> French-Israeli ?? I guess that means he b0rks things twice as bad ? :P
>
> Nah, French-Israeli means stealthy big attacks. I.e he'll plant
> time-bombs all across of the EFL that'll explode on the same time and
> will cause havoc in magnitudes that people have never seen before.
>
Yea, when it explodes, it will probably scatter pastries everywhere too 
(being French) :P

dh

> --
> Tom.
>>
>>He sent me a lot of good bug
>>> fixes/patches over the period I've known him. He's heavily involved in
>>> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
>>> his commits there as well.
>>>
>>> He's a nice chap, reliable, and breaks stuff less than the rest of the
>>> French with commit access,
>>
>> Not sure about that ... being French-Israeli I would imagine that he
>> b0rks twice as much :P
>>
>> dh
>>
>>so I think it's a good idea, or at least not
>>> entirely bad to give him access. He's available in IRC as JackDanielZ if
>>> you want to ping him and investigate him any further.
>>>
>>> In conclusion, I plan on giving him access soon, so if you have any
>>> objections, speak now, or forever hold your peace (or at least until
>>> when he completely breaks SVN).
>>>
>>> --
>>> Tom.
>>>
>>
>>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Tom Hacohen
On 12/09/12 10:40, Christopher Michael wrote:
> On 12/09/12 08:33, 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 while now.
>
> French-Israeli ?? I guess that means he b0rks things twice as bad ? :P

Nah, French-Israeli means stealthy big attacks. I.e he'll plant 
time-bombs all across of the EFL that'll explode on the same time and 
will cause havoc in magnitudes that people have never seen before.

--
Tom.
>
>   He sent me a lot of good bug
>> fixes/patches over the period I've known him. He's heavily involved in
>> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
>> his commits there as well.
>>
>> He's a nice chap, reliable, and breaks stuff less than the rest of the
>> French with commit access,
>
> Not sure about that ... being French-Israeli I would imagine that he
> b0rks twice as much :P
>
> dh
>
>   so I think it's a good idea, or at least not
>> entirely bad to give him access. He's available in IRC as JackDanielZ if
>> you want to ping him and investigate him any further.
>>
>> In conclusion, I plan on giving him access soon, so if you have any
>> objections, speak now, or forever hold your peace (or at least until
>> when he completely breaks SVN).
>>
>> --
>> Tom.
>>
>
>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sanjeev trunk/edje/src/lib

2012-09-12 Thread Vincent Torri
On Wed, Sep 12, 2012 at 9:39 AM, Sanjeev BA  wrote:
> On Wed, Sep 12, 2012 at 4:32 PM, Vincent Torri wrote:
>
>> On Wed, Sep 12, 2012 at 9:31 AM, Enlightenment SVN
>>  wrote:
>> > Log:
>> > Improve documentation.
>> >
>> >   Signed-off-by: Sanjeev BA 
>> >
>> > Author:   sanjeev
>> > Date: 2012-09-12 00:31:21 -0700 (Wed, 12 Sep 2012)
>> > New Revision: 76497
>> > Trac: http://trac.enlightenment.org/e/changeset/76497
>> >
>> > Modified:
>> >   trunk/edje/src/lib/Edje.h
>> >
>> > Modified: trunk/edje/src/lib/Edje.h
>> > ===
>> > --- trunk/edje/src/lib/Edje.h   2012-09-12 07:29:41 UTC (rev 76496)
>> > +++ trunk/edje/src/lib/Edje.h   2012-09-12 07:31:21 UTC (rev 76497)
>> > @@ -70,9 +70,9 @@
>> >  minimum. You will also need the buffer engine (which requires the
>> >  software_generic engine) as well.
>> >
>> > -Ecore needs the ECORE, ECORE_EVAS and ECORE_X modules built at a
>> minimum.
>> > +Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built
>> at a minimum.
>>
>> and other OS's ?
>>
>
> "Ecore needs the ECORE" seemed wrong to me.

I mean : "ECORE_X"

Vincent

>
>
>>
>> Vincent
>>
>> >  It's suggested to build all the Ecore modules. You will beed the Buffer
>> > -engine support built into Ecore_Evas for edje?_cc to function.
>> > +engine support built into Ecore_Evas for edje_cc to function.
>> >
>> >
>> >  @section compiling How to compile and test Edje
>> >
>> >
>> >
>> --
>> > Live Security Virtual Conference
>> > Exclusive live event will cover all the ways today's security and
>> > threat landscape has changed and how IT managers can respond. Discussions
>> > will include endpoint security, mobile security and the latest in malware
>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> > ___
>> > enlightenment-svn mailing list
>> > enlightenment-...@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>
>>
>> --
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Christopher Michael
On 12/09/12 08:33, 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 while now.

French-Israeli ?? I guess that means he b0rks things twice as bad ? :P

  He sent me a lot of good bug
> fixes/patches over the period I've known him. He's heavily involved in
> Eo's integration into Evas, Edje, Ecore and Elementary so expect to see
> his commits there as well.
>
> He's a nice chap, reliable, and breaks stuff less than the rest of the
> French with commit access,

Not sure about that ... being French-Israeli I would imagine that he 
b0rks twice as much :P

dh

  so I think it's a good idea, or at least not
> entirely bad to give him access. He's available in IRC as JackDanielZ if
> you want to ping him and investigate him any further.
>
> In conclusion, I plan on giving him access soon, so if you have any
> objections, speak now, or forever hold your peace (or at least until
> when he completely breaks SVN).
>
> --
> Tom.
>


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sanjeev trunk/edje/src/lib

2012-09-12 Thread Sanjeev BA
On Wed, Sep 12, 2012 at 4:32 PM, Vincent Torri wrote:

> On Wed, Sep 12, 2012 at 9:31 AM, Enlightenment SVN
>  wrote:
> > Log:
> > Improve documentation.
> >
> >   Signed-off-by: Sanjeev BA 
> >
> > Author:   sanjeev
> > Date: 2012-09-12 00:31:21 -0700 (Wed, 12 Sep 2012)
> > New Revision: 76497
> > Trac: http://trac.enlightenment.org/e/changeset/76497
> >
> > Modified:
> >   trunk/edje/src/lib/Edje.h
> >
> > Modified: trunk/edje/src/lib/Edje.h
> > ===
> > --- trunk/edje/src/lib/Edje.h   2012-09-12 07:29:41 UTC (rev 76496)
> > +++ trunk/edje/src/lib/Edje.h   2012-09-12 07:31:21 UTC (rev 76497)
> > @@ -70,9 +70,9 @@
> >  minimum. You will also need the buffer engine (which requires the
> >  software_generic engine) as well.
> >
> > -Ecore needs the ECORE, ECORE_EVAS and ECORE_X modules built at a
> minimum.
> > +Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built
> at a minimum.
>
> and other OS's ?
>

"Ecore needs the ECORE" seemed wrong to me.


>
> Vincent
>
> >  It's suggested to build all the Ecore modules. You will beed the Buffer
> > -engine support built into Ecore_Evas for edje?_cc to function.
> > +engine support built into Ecore_Evas for edje_cc to function.
> >
> >
> >  @section compiling How to compile and test Edje
> >
> >
> >
> --
> > Live Security Virtual Conference
> > Exclusive live event will cover all the ways today's security and
> > threat landscape has changed and how IT managers can respond. Discussions
> > will include endpoint security, mobile security and the latest in malware
> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> > ___
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch][eina] eina_tiler, eina_rectangle, eina_list, eina_stringshare, eina_convert_atofp

2012-09-12 Thread The Rasterman
On Thu, 06 Sep 2012 13:07:06 + (GMT) Patryk Kaczmarek
 said:

one problem. your check in eina_tile_grid_slicer_iterator_new() tests for x and
y <= 0 and x, y of 0 are valid and sensible... i fixed this. i'm putting this
in svn (thanks), but i will backport this to 1.7 as well.
> 
>Dear All,
> 
> 
>Firstly, I want to say hallo to everyone, it is my first message to that
>list.
> 
> 
>I had prepared several patches for eina module. One of them fix problem
> with you are having highly discussion, checking if function arguments are not
>NULL.
> 
> 
>What’s more:
> 
> 
>-   I  had  proposed patches for eina_tiler and eina_rectangle
>functions,  now below zero values ( distance and coordinstes ) are not
>acceptable.
> 
>-  Documentation for eina list specified, it should be more clear
>now and eina stringshare_strlen fixed (NULL had length 0 ).
> 
>-  eina_convert_atofp wrong return value if fp is NULL (EINA_TRUE
>instead of EINA_FALSE)
> 
> 
>I had also attached diff to AUTHORS, ChangeLog and NEWS.
> 
> 
>Best regards,
> 
> 
>Patrick
>[SeenTimeChecker?
> do=aeeb1c78fe7118601d1a3a45fdbdac9fe68a5465aa2c413470944169
> 732f05a3770255183a8f81f75f2c6c48df01bb6e980b3871b38ac2d74ed859d628c35dd0
> 4a815ff174d7a728c55b39cc59eacf878f9a26ce15a0]


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Giving JackDanielZ commit access

2012-09-12 Thread Tom Hacohen
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 while now. He sent me a lot of good bug 
fixes/patches over the period I've known him. He's heavily involved in 
Eo's integration into Evas, Edje, Ecore and Elementary so expect to see 
his commits there as well.

He's a nice chap, reliable, and breaks stuff less than the rest of the 
French with commit access, so I think it's a good idea, or at least not 
entirely bad to give him access. He's available in IRC as JackDanielZ if 
you want to ping him and investigate him any further.

In conclusion, I plan on giving him access soon, so if you have any 
objections, speak now, or forever hold your peace (or at least until 
when he completely breaks SVN).

--
Tom.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: sanjeev trunk/edje/src/lib

2012-09-12 Thread Vincent Torri
On Wed, Sep 12, 2012 at 9:31 AM, Enlightenment SVN
 wrote:
> Log:
> Improve documentation.
>
>   Signed-off-by: Sanjeev BA 
>
> Author:   sanjeev
> Date: 2012-09-12 00:31:21 -0700 (Wed, 12 Sep 2012)
> New Revision: 76497
> Trac: http://trac.enlightenment.org/e/changeset/76497
>
> Modified:
>   trunk/edje/src/lib/Edje.h
>
> Modified: trunk/edje/src/lib/Edje.h
> ===
> --- trunk/edje/src/lib/Edje.h   2012-09-12 07:29:41 UTC (rev 76496)
> +++ trunk/edje/src/lib/Edje.h   2012-09-12 07:31:21 UTC (rev 76497)
> @@ -70,9 +70,9 @@
>  minimum. You will also need the buffer engine (which requires the
>  software_generic engine) as well.
>
> -Ecore needs the ECORE, ECORE_EVAS and ECORE_X modules built at a minimum.
> +Ecore (library) needs the ECORE, ECORE_EVAS and ECORE_X modules built at a 
> minimum.

and other OS's ?

Vincent

>  It's suggested to build all the Ecore modules. You will beed the Buffer
> -engine support built into Ecore_Evas for edje?_cc to function.
> +engine support built into Ecore_Evas for edje_cc to function.
>
>
>  @section compiling How to compile and test Edje
>
>
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] terminology request: reflow on window resize

2012-09-12 Thread The Rasterman
On Tue, 11 Sep 2012 20:11:34 -0300 Gustavo Sverzut Barbieri
 said:

added to the TODO, but not so easy.

> Raster,
> 
> Is it possible to reflow terminology's contents when the window
> resizes? By reflow I mean we just break the lines where "\n" or
> similar was issued, we re-apply the controls to move in the viewport
> and so on.
> 
> It would help immensely when you start some apps doing large logs (be
> it eina log, webkit, python...) or some text you recently "cat".
> 
> It shouldn't matter much to "graphical" applications using ncurses and
> similar as these should handle the SIGWINCH and get the new columns
> and rows.
> 
> 
> -- 
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
> 
> --
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel