[E-devel] Outdated docs

2012-11-15 Thread Bruno Dilly
Hey guys, last time our docs were generated was at Oct 3. Could anybody fix that, please ? Regards -- Bruno Dilly Senior Developer ProFUSION embedded systems http://profusion.mobi -- Monitor your physical, virtual and

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread Tom Hacohen
On 16/11/12 03:07, Carsten Haitzler (The Rasterman) wrote: > i remember your complaints were that menus etc. don't work regardless of the > nocomp fullscreen thing. - that's a separate issue. regardless - if turning it > OFF fixes it... it's a minor bug and we release regardless. it's not a > bloc

Re: [E-devel] [Elementary] [edc map] How to calculate EDC map's rotated coordinates ?

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 14:38:57 + (GMT) Sumanth Krishna Mannam said: sim,ple answer - u cant calculate the coords yourself. it's done by edje for you based on rotation, rotation center and part geometry. if you want to do map by hand outside of edje you perfectly can... but it's outside and now

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Michael Blumenkrantz
On Thu, 15 Nov 2012 22:41:47 +0100 Davide Andreoli wrote: > 2012/11/15 Michael Blumenkrantz > > > On Thu, 15 Nov 2012 21:49:58 +0100 > > Davide Andreoli wrote: > > > > > 2012/11/15 Carsten Haitzler > > > > > > > On Wed, 14 Nov 2012 21:04:59 +0100 Davide Andreoli < > > d...@gurumeditation.it >

Re: [E-devel] e_dbus edbus, compilation order matters

2012-11-15 Thread Deon Thomas
i am using the "previously described hell." method and works fine on 2 machine, archlinux Thank You. --- --- --- --- --- --- --- --- --- Deon Thomas [ http://www.elivecd.org ] Programmer / Network Admin / Microsoft Certified Technology Specialist On Thu, Nov 15, 2012 at 10:11 AM, Jérémy Zurcher

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

2012-11-15 Thread ChunEon Park
see... thank you. -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list"; Cc: "ChunEon Park";

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

2012-11-15 Thread The Rasterman
On Fri, 16 so only left mouse button produces "clicked" signals? right mouse can produce something else - eg for context popopups (as the clicked singal doesnt let u know WHICH button caused it... so its not sane to figure it out inside the clicked callback). > hi, seoz. > > > I don't understan

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 20:00:43 +0400 Igor Murzov said: > On Thu, 15 Nov 2012 09:07:41 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 14 Nov 2012 19:34:59 +0400 Igor Murzov said: > > > > > On Wed, 14 Nov 2012 09:18:26 +0900 > > > Carsten Haitzler (The Rasterman) wrote: > > > > >

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 22:41:47 +0100 Davide Andreoli said: > 2012/11/15 Michael Blumenkrantz > > > On Thu, 15 Nov 2012 21:49:58 +0100 > > Davide Andreoli wrote: > > > > > 2012/11/15 Carsten Haitzler > > > > > > > On Wed, 14 Nov 2012 21:04:59 +0100 Davide Andreoli < > > d...@gurumeditation.it >

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 20:02:18 +0200 Tom Hacohen said: > On 14/11/12 02:09, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 13 Nov 2012 21:17:22 +0200 Tom Hacohen said: > > > >> On 13/11/12 17:32, Michael Blumenkrantz wrote: > >>> It's time for (drum roll) the second alpha release of E17! > >

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 19:47:47 +0400 Igor Murzov said: > On Thu, 15 Nov 2012 15:10:06 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Thu, 15 Nov 2012 15:05:51 +1030 Simon Lees said: > > > > > Hi all, > > > > > > I'll make a brief comment on this not that it means much because i don'

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 16:56:43 +0200 Tom Hacohen said: > On 15/11/12 01:54, Carsten Haitzler (The Rasterman) wrote: > > no i dont get it. thats my point. right now i'm rummaging thru gtk menus in > > sylpheed. just fine. i am sliding my mouse across the menu bar at the top > > showing and hiding me

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

2012-11-15 Thread ChunEon Park
hi, seoz. I don't understand why "ev->button != 1" is required in the mouse callbacks. + void *event_info) { + Evas_Event_Mouse_Up *ev = event_info; + + if (ev->button != 1) return; } What does it intended for? -Regards, H

Re: [E-devel] segfault in menu

2012-11-15 Thread Massimo Maiurana
Michael Blumenkrantz, il 15/11/2012 15:12, ha scritto: > need an e17 revision, try updating again too > now it works, thanks :) -- Massimo Maiurana GPG keyID #7044D601 La fede e' credere in cio' che sai non essere vero [Mark Twain] signature.asc Descri

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Simon
-- Message: 4 Date: Thu, 15 Nov 2012 21:02:46 + From: Michael Blumenkrantz Subject: To: Enlightenment developer list Cc: Jeff, Hoogland , Carsten Haitzler Message-ID: <20121115210246.39d6fb95@darc> Content-Type: text/plain; charset=US-ASCII On Thu, 15 Nov 20

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Davide Andreoli
2012/11/15 Michael Blumenkrantz > On Thu, 15 Nov 2012 21:49:58 +0100 > Davide Andreoli wrote: > > > 2012/11/15 Carsten Haitzler > > > > > On Wed, 14 Nov 2012 21:04:59 +0100 Davide Andreoli < > d...@gurumeditation.it > > > > > > > said: > > > > > > > 2012/11/14 Carsten Haitzler > > > > > > > >

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Michael Blumenkrantz
On Thu, 15 Nov 2012 21:49:58 +0100 Davide Andreoli wrote: > 2012/11/15 Carsten Haitzler > > > On Wed, 14 Nov 2012 21:04:59 +0100 Davide Andreoli > > > > said: > > > > > 2012/11/14 Carsten Haitzler > > > > > > > On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri > > > > said: > > > >

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Davide Andreoli
2012/11/15 Carsten Haitzler > On Wed, 14 Nov 2012 21:04:59 +0100 Davide Andreoli > > said: > > > 2012/11/14 Carsten Haitzler > > > > > On Tue, 13 Nov 2012 17:04:40 -0800 Gustavo Sverzut Barbieri > > > said: > > > > > > > Alternatively work to have such modules in tree. > > > > > > yup. if they

Re: [E-devel] [Patch] Some trivial patches

2012-11-15 Thread thomasg
On Thu, Nov 15, 2012 at 5:15 PM, David Seikel wrote: > On Thu, 15 Nov 2012 19:34:01 +0400 Igor Murzov wrote: > >> On Thu, 15 Nov 2012 14:32:13 +0900 >> Carsten Haitzler (The Rasterman) wrote: >> >> > On Tue, 13 Nov 2012 20:32:49 +0400 Igor Murzov >> > said: >> > >> > > On Mon, 12 Nov 2012 23:22

Re: [E-devel] Terminology "black bar" under title bar

2012-11-15 Thread Sebastian Dransfeld
Yesterday. Try again, can't reproduce. S. On 11/15/2012 08:14 PM, Jeff Hoogland wrote: > How recently did you revert it? I built my source code about 24 hours ago. > > > On Thu, Nov 15, 2012 at 1:08 PM, Sebastian Dransfeld > wrote: > >> On 11/15/2012 06:57 PM, Jeff Hoogland wrote: >>> Anyone els

Re: [E-devel] Terminology "black bar" under title bar

2012-11-15 Thread Jeff Hoogland
How recently did you revert it? I built my source code about 24 hours ago. On Thu, Nov 15, 2012 at 1:08 PM, Sebastian Dransfeld wrote: > On 11/15/2012 06:57 PM, Jeff Hoogland wrote: > > Anyone else getting this odd black bar under the title bar on terminology > > using latest SVN builds of ever

Re: [E-devel] Terminology "black bar" under title bar

2012-11-15 Thread Sebastian Dransfeld
On 11/15/2012 06:57 PM, Jeff Hoogland wrote: > Anyone else getting this odd black bar under the title bar on terminology > using latest SVN builds of everything? http://imagebin.org/235938 > Again? I reverted a commit which caused this. I saw something similar agin, and it seems they still didn't

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread Tom Hacohen
On 14/11/12 02:09, Carsten Haitzler (The Rasterman) wrote: > On Tue, 13 Nov 2012 21:17:22 +0200 Tom Hacohen said: > >> On 13/11/12 17:32, Michael Blumenkrantz wrote: >>> It's time for (drum roll) the second alpha release of E17! >>> >>> There's a lot of fixes that went into this delayed release,

[E-devel] Terminology "black bar" under title bar

2012-11-15 Thread Jeff Hoogland
Anyone else getting this odd black bar under the title bar on terminology using latest SVN builds of everything? http://imagebin.org/235938 -- ~Jeff Hoogland Thoughts on Technology , Tech Blog Bodhi Linux , Enli

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Igor Murzov
On Thu, 15 Nov 2012 09:07:41 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 14 Nov 2012 19:34:59 +0400 Igor Murzov said: > > > On Wed, 14 Nov 2012 09:18:26 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 13 Nov 2012 16:52:44 -0600 Jeff Hoogland > > > said: > > >

Re: [E-devel] [Patch] Some trivial patches

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 19:34:01 +0400 Igor Murzov wrote: > On Thu, 15 Nov 2012 14:32:13 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 13 Nov 2012 20:32:49 +0400 Igor Murzov > > said: > > > > > On Mon, 12 Nov 2012 23:22:14 +0100 > > > thomasg wrote: > > > > > > > Attached you'll

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread Tom Hacohen
On 15/11/12 17:19, Daniel Juyung Seo wrote: > btw, Tom, what GTK+ menu bug exactly? > Hey Daniel, It's already in trac with full details (initial reporter wasn't even me). I'll repeat it here just to make it easier for you: ALL. GTK+ combo boxes, firefox's awesome bar. All the menus in firefox/t

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Igor Murzov
On Thu, 15 Nov 2012 15:10:06 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 15:05:51 +1030 Simon Lees said: > > > Hi all, > > > > I'll make a brief comment on this not that it means much because i don't > > have the time to implement my soln and you are the ones that woul

Re: [E-devel] [Patch] Some trivial patches

2012-11-15 Thread Igor Murzov
On Thu, 15 Nov 2012 14:32:13 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 13 Nov 2012 20:32:49 +0400 Igor Murzov said: > > > On Mon, 12 Nov 2012 23:22:14 +0100 > > thomasg wrote: > > > > > Attached you'll finde a few trivial patches which fix typos or clear > > > things > > > up.

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread Daniel Juyung Seo
btw, Tom, what GTK+ menu bug exactly? Daniel Juyung Seo (SeoZ) On Thu, Nov 15, 2012 at 11:56 PM, Tom Hacohen wrote: > On 15/11/12 01:54, Carsten Haitzler (The Rasterman) wrote: > > no i dont get it. thats my point. right now i'm rummaging thru gtk menus > in > > sylpheed. just fine. i am slidin

Re: [E-devel] E SVN: sachiel trunk/efl

2012-11-15 Thread Iván Briano
On Thu, Nov 15, 2012 at 1:14 PM, David Seikel wrote: > On Thu, 15 Nov 2012 13:06:09 -0200 Iván Briano > wrote: > >> On Thu, Nov 15, 2012 at 12:42 PM, Vincent Torri >> wrote: >> > On Thu, Nov 15, 2012 at 3:35 PM, Iván Briano >> > wrote: >> >> On Thu, Nov 15, 2012 at 5:07 AM, Vincent Torri >> >>

Re: [E-devel] E SVN: sachiel trunk/efl

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 13:06:09 -0200 Iván Briano wrote: > On Thu, Nov 15, 2012 at 12:42 PM, Vincent Torri > wrote: > > On Thu, Nov 15, 2012 at 3:35 PM, Iván Briano > > wrote: > >> On Thu, Nov 15, 2012 at 5:07 AM, Vincent Torri > >> wrote: > >>> please, keep the use of || instead of -o, there is

Re: [E-devel] E SVN: sachiel trunk/efl

2012-11-15 Thread Vincent Torri
On Thu, Nov 15, 2012 at 4:06 PM, Iván Briano wrote: > On Thu, Nov 15, 2012 at 12:42 PM, Vincent Torri > wrote: >> On Thu, Nov 15, 2012 at 3:35 PM, Iván Briano wrote: >>> On Thu, Nov 15, 2012 at 5:07 AM, Vincent Torri >>> wrote: please, keep the use of || instead of -o, there is a reason

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 16:56:43 +0200 Tom Hacohen wrote: > On 15/11/12 01:54, Carsten Haitzler (The Rasterman) wrote: > > no i dont get it. thats my point. right now i'm rummaging thru gtk > > menus in sylpheed. just fine. i am sliding my mouse across the menu > > bar at the top showing and hiding m

Re: [E-devel] E SVN: sachiel trunk/efl

2012-11-15 Thread Iván Briano
On Thu, Nov 15, 2012 at 12:42 PM, Vincent Torri wrote: > On Thu, Nov 15, 2012 at 3:35 PM, Iván Briano wrote: >> On Thu, Nov 15, 2012 at 5:07 AM, Vincent Torri >> wrote: >>> please, keep the use of || instead of -o, there is a reason for that >>> (same for && and -a). >>> >> >> And what is that

Re: [E-devel] E SVN: lfelipe trunk/web/www/p/download

2012-11-15 Thread Daniel Juyung Seo
Very good :) Hannes's PPA works well but having an official PPA sounds better. Thanks muchly. Daniel Juyung Seo (SeoZ) On Thu, Nov 15, 2012 at 10:52 PM, Luis Felipe Strano Moraes < luis.str...@gmail.com> wrote: > Daniel, > > the idea is to become the official PPA, yes. (thats why it was not > cr

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-15 Thread Tom Hacohen
On 15/11/12 01:54, Carsten Haitzler (The Rasterman) wrote: > no i dont get it. thats my point. right now i'm rummaging thru gtk menus in > sylpheed. just fine. i am sliding my mouse across the menu bar at the top > showing and hiding menus one after the other really fast and they ll work and > show

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 22:27:23 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 22:45:31 +1000 David Seikel > said: > > > On Thu, 15 Nov 2012 21:26:25 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 15 Nov 2012 16:33:35 +1030 Simon said: > > > > > > > On

Re: [E-devel] E SVN: sachiel trunk/efl

2012-11-15 Thread Vincent Torri
On Thu, Nov 15, 2012 at 3:35 PM, Iván Briano wrote: > On Thu, Nov 15, 2012 at 5:07 AM, Vincent Torri > wrote: >> please, keep the use of || instead of -o, there is a reason for that >> (same for && and -a). >> > > And what is that reason? i've experienced bad behavior with -a or -o with some s

[E-devel] [Elementary] [edc map] How to calculate EDC map's rotated coordinates ?

2012-11-15 Thread Sumanth Krishna Mannam
Hi, I have a query related to EDC map. I am adding EDC map to an edc RECT part and I am giving some rotation angle (say 30 degrees, Z dir) in edc itself. [Map's perspective, rotation center all are set as the same part.] Can anyone please tell me if there is any direct way (APIs) to calculate t

Re: [E-devel] E SVN: sachiel trunk/efl

2012-11-15 Thread Iván Briano
On Thu, Nov 15, 2012 at 5:07 AM, Vincent Torri wrote: > please, keep the use of || instead of -o, there is a reason for that > (same for && and -a). > And what is that reason? > Vincent > -- Monitor your physical, virt

Re: [E-devel] E SVN: lfelipe trunk/web/www/p/download

2012-11-15 Thread Michael Blumenkrantz
Hey, I've had some people here testing the repo. It works great, but SVG support is not present. Can you add it? Also, none of the libraries or E17 are built with debug info. This means no crashes are debuggable. On Thu, Nov 15, 2012 at 1:52 PM, Luis Felipe Strano Moraes < luis.str...@gmail.com>

[E-devel] eve depending on edbus2

2012-11-15 Thread Martin Jansa
Hi, eve was updated to use edbus2 in r78126 (and does not build with e_dbus anymore). Is there some plan to branch eve as it was before r78126 to have some version compatible with efl-1.7 and only backport some fixes to it? It would be nice to have E17 released with option to install efl based

Re: [E-devel] segfault in menu

2012-11-15 Thread Michael Blumenkrantz
need an e17 revision, try updating again too On Thu, Nov 15, 2012 at 2:04 PM, Massimo Maiurana wrote: > on a fresh build of efl+e17, whenever I try to open the main menu, both > from > tha "start button" or from a click on the desktop, e segfaults. > attached is the crash dump. > > -- > > Massi

[E-devel] e_dbus edbus, compilation order matters

2012-11-15 Thread Jérémy Zurcher
Hi, after reading the long threads about how unstable e17 was and having myself some gtk popup menus issues, right left background click leading to freeze or SEGV, etc I finally found that from trunk, compiling efl,ecore,e_dbus,edbus,efreet... leads to a pretty sane system, compiling efl,ecore,ed

Re: [E-devel] [Patch][Elementary]Genlist: Fix anchor item to prevent scroller movement

2012-11-15 Thread Bluezery
2012/11/15 Carsten Haitzler : > On Wed, 17 Oct 2012 22:08:52 +0900 Bluezery said: > >> Dear all, >> >> When you prepend or insert_before items into genlist, scroller is moved. >> This bugs was somewhat fixed in case of insert_before but still >> occurred when insert items before first item. >> >>

Re: [E-devel] E SVN: lfelipe trunk/web/www/p/download

2012-11-15 Thread Luis Felipe Strano Moraes
Daniel, the idea is to become the official PPA, yes. (thats why it was not created on my user but on a specific efl group). I'm writing up the information on how to help with this and will post it soon. I also contacted a friend in Linaro who will help with arm builds and eventually with upstrea

Re: [E-devel] [patch][eve] Fix build break.

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 22:20:20 +0900 ryuan Choi said: > OK, I just tried to compile without understanding logic. :) > > Now, I can execute eve and I will start to analyze it to port elm-web. awesome. :) sorry for my delay in email- i have a massive backlog and i'm trying to go through it AND deal

Re: [E-devel] Automake 1.11\

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 13:36:04 +0100 Tomas Cech said: > On Thu, Nov 15, 2012 at 09:06:52PM +0900, Carsten Haitzler wrote: > >On Thu, 15 Nov 2012 11:42:16 +0100 Tomas Cech said: > > > >> Hi all, > >> > >> On Thu, Nov 15, 2012 at 08:30:47PM +1000, David Seikel wrote: > >> >On Thu, 15 Nov 2012 11:19:

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 22:45:31 +1000 David Seikel said: > On Thu, 15 Nov 2012 21:26:25 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 16:33:35 +1030 Simon said: > > > > > On 11/15/2012 04:40 PM, Carsten Haitzler (The Rasterman) wrote: > > > > On Thu, 15 Nov 2012 15:05

Re: [E-devel] Automake 1.11

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 23:10:48 +1000 David Seikel said: > On Thu, 15 Nov 2012 21:13:54 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 20:00:28 +1000 David Seikel > > said: > > > > > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > >

Re: [E-devel] [patch][eve] Fix build break.

2012-11-15 Thread ryuan Choi
OK, I just tried to compile without understanding logic. :) Now, I can execute eve and I will start to analyze it to port elm-web. Thank you. 2012/11/15 Carsten Haitzler > On Wed, 24 Oct 2012 23:55:05 +0900 ryuan Choi said: > > wtf .. throwing events away is a bad idea... events are not just

Re: [E-devel] Automake 1.11

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 21:13:54 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 20:00:28 +1000 David Seikel > said: > > > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel > > > said: > >

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 21:26:25 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 16:33:35 +1030 Simon said: > > > On 11/15/2012 04:40 PM, Carsten Haitzler (The Rasterman) wrote: > > > On Thu, 15 Nov 2012 15:05:51 +1030 Simon Lees > > > said: > > > Out of interest will e18 cont

Re: [E-devel] Automake 1.11\

2012-11-15 Thread Tomas Cech
On Thu, Nov 15, 2012 at 09:06:52PM +0900, Carsten Haitzler wrote: On Thu, 15 Nov 2012 11:42:16 +0100 Tomas Cech said: Hi all, On Thu, Nov 15, 2012 at 08:30:47PM +1000, David Seikel wrote: >On Thu, 15 Nov 2012 11:19:15 +0100 Sebastian Dransfeld > wrote: > >> On 11/15/2012 11:00 AM, David Seike

Re: [E-devel] Automake 1.11

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 11:42:16 +0100 Tomas Cech said: > Hi all, > > On Thu, Nov 15, 2012 at 08:30:47PM +1000, David Seikel wrote: > >On Thu, 15 Nov 2012 11:19:15 +0100 Sebastian Dransfeld > > wrote: > > > >> On 11/15/2012 11:00 AM, David Seikel wrote: > >> > On Thu, 15 Nov 2012 17:53:06 +0900 Cars

Re: [E-devel] Automake 1.11

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 20:00:28 +1000 David Seikel said: > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel > > said: > > > > > Simon even mentioned that it's his work system that has this > > > problem. It's very

Re: [E-devel] Automake 1.11

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 20:27:10 +1000 David Seikel said: > On Thu, 15 Nov 2012 07:10:49 -0200 Lucas De Marchi > wrote: > > > Hi David, > > > > On Thu, Nov 15, 2012 at 5:59 AM, David Seikel > > wrote: > > > On Thu, 15 Nov 2012 15:06:13 +0900 Carsten Haitzler (The Rasterman) > > > wrote: > > > >

Re: [E-devel] Automake 1.11

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 16:11:50 +1030 Simon said: > Date: Thu, 15 Nov 2012 20:00:28 +1000 From: David Seikel > Subject: Re: [E-devel] Automake 1.11 To: > enlightenment-devel@lists.sourceforge.net Message-ID: > <20121115200028.339b23c0.onef...@gmail.com> Content-Type: text/plain; > charset="us-a

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 16:33:35 +1030 Simon said: > On 11/15/2012 04:40 PM, Carsten Haitzler (The Rasterman) wrote: > > On Thu, 15 Nov 2012 15:05:51 +1030 Simon Lees said: > > > >> Hi all, > >> > >> I'll make a brief comment on this not that it means much because i don't > >> have the time to impl

Re: [E-devel] Automake 1.11

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 16:11:50 +1030 Simon wrote: > Date: Thu, 15 Nov 2012 20:00:28 +1000 From: David Seikel > Subject: Re: [E-devel] Automake 1.11 To: > enlightenment-devel@lists.sourceforge.net Message-ID: > <20121115200028.339b23c0.onef...@gmail.com> Content-Type: text/plain; > charset="us-

Re: [E-devel] Third Party Module Warnings

2012-11-15 Thread Simon
On 11/15/2012 04:40 PM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 15:05:51 +1030 Simon Lees said: > >> Hi all, >> >> I'll make a brief comment on this not that it means much because i don't >> have the time to implement my soln and you are the ones that would have to >> deal w

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

2012-11-15 Thread Jaehwan Kim
2012년 11월 13일 화요일에 Daniel Juyung Seo님이 작성: > Hello Jaehwan, > as we discussed this personally, I suggest you to add one more parameter > 'type' to this API like elm_gengrid/genlist_item_bring_in/show(). > > elm_gengrid_item_bring_in(Elm_Object_Item *it, > Elm_Gengrid_Item_Scrollto_Type type); > el

Re: [E-devel] Automake 1.11

2012-11-15 Thread Tomas Cech
Hi all, On Thu, Nov 15, 2012 at 08:30:47PM +1000, David Seikel wrote: On Thu, 15 Nov 2012 11:19:15 +0100 Sebastian Dransfeld wrote: On 11/15/2012 11:00 AM, David Seikel wrote: > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 15 Nov 2012 17:59:18 +10

Re: [E-devel] Automake 1.11

2012-11-15 Thread Simon
Date: Thu, 15 Nov 2012 20:00:28 +1000 From: David Seikel Subject: Re: [E-devel] Automake 1.11 To: enlightenment-devel@lists.sourceforge.net Message-ID: <20121115200028.339b23c0.onef...@gmail.com> Content-Type: text/plain; charset="us-ascii" On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler

Re: [E-devel] Automake 1.11

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 11:19:15 +0100 Sebastian Dransfeld wrote: > On 11/15/2012 11:00 AM, David Seikel wrote: > > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel > >> said: > >> > >>> Simon even mentioned that

Re: [E-devel] Automake 1.11

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 07:10:49 -0200 Lucas De Marchi wrote: > Hi David, > > On Thu, Nov 15, 2012 at 5:59 AM, David Seikel > wrote: > > On Thu, 15 Nov 2012 15:06:13 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Thu, 15 Nov 2012 14:37:45 +1030 Simon Lees > >> said: > >> > >> > Hi

Re: [E-devel] Automake 1.11

2012-11-15 Thread Stefan Schmidt
On 15/11/12 10:00, David Seikel wrote: > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel >> said: >> >>> Simon even mentioned that it's his work system that has this >>> problem. It's very likely that some company p

Re: [E-devel] Automake 1.11

2012-11-15 Thread Sebastian Dransfeld
On 11/15/2012 11:00 AM, David Seikel wrote: > On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel >> said: >> >>> Simon even mentioned that it's his work system that has this >>> problem. It's very likely that some comp

Re: [E-devel] Automake 1.11

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 17:53:06 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel > said: > > > Simon even mentioned that it's his work system that has this > > problem. It's very likely that some company provided systems are > > locked down to specifi

Re: [E-devel] Automake 1.11

2012-11-15 Thread Vincent Torri
On Thu, Nov 15, 2012 at 8:59 AM, David Seikel wrote: > On Thu, 15 Nov 2012 15:06:13 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 15 Nov 2012 14:37:45 +1030 Simon Lees >> said: >> >> > Hi all, >> > Today i noticed the Automake requirements have changed and i was >> > wondering if

Re: [E-devel] Automake 1.11

2012-11-15 Thread Lucas De Marchi
Hi David, On Thu, Nov 15, 2012 at 5:59 AM, David Seikel wrote: > On Thu, 15 Nov 2012 15:06:13 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Thu, 15 Nov 2012 14:37:45 +1030 Simon Lees >> said: >> >> > Hi all, >> > Today i noticed the Automake requirements have changed and i was >> > wo

Re: [E-devel] Automake 1.11

2012-11-15 Thread Lucas De Marchi
Hi Simon On Thu, Nov 15, 2012 at 2:07 AM, Simon Lees wrote: > Hi all, > Today i noticed the Automake requirements have changed and i was wondering > if this requrement change was due to functionality or just because it is > what people are testing? The reason i ask is 1 because at work i am runni

Re: [E-devel] Automake 1.11

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 17:59:18 +1000 David Seikel said: > On Thu, 15 Nov 2012 15:06:13 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 14:37:45 +1030 Simon Lees > > said: > > > > > Hi all, > > > Today i noticed the Automake requirements have changed and i was > > > won

Re: [E-devel] EFL 1.7.2 (Was Recent wizard and e config woes)

2012-11-15 Thread The Rasterman
On Thu, 15 Nov 2012 18:04:24 +1000 David Seikel said: > On Thu, 15 Nov 2012 15:11:10 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 15:50:22 +1030 Simon Lees > > said: > > > > > > From: Michael Blumenkrantz > > > > > > > > 1) 1.7.1 testing is useless since E17 will

Re: [E-devel] EFL 1.7.2 (Was Recent wizard and e config woes)

2012-11-15 Thread Michael Blumenkrantz
oh I ignored "SVN/trunk/efl or " in your question because it was obviously nonsensical; we're talking about branches, not trunk. On Thu, Nov 15, 2012 at 8:17 AM, David Seikel wrote: > On Thu, 15 Nov 2012 08:09:44 + Michael Blumenkrantz > wrote: > > > yes > > That was an "or" question, your

Re: [E-devel] EFL 1.7.2 (Was Recent wizard and e config woes)

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 08:09:44 + Michael Blumenkrantz wrote: > yes That was an "or" question, your answer is invalid. > On Thu, Nov 15, 2012 at 8:04 AM, David Seikel > wrote: > > > On Thu, 15 Nov 2012 15:11:10 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 15 Nov 2012

Re: [E-devel] EFL 1.7.2 (Was Recent wizard and e config woes)

2012-11-15 Thread Michael Blumenkrantz
yes On Thu, Nov 15, 2012 at 8:04 AM, David Seikel wrote: > On Thu, 15 Nov 2012 15:11:10 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 15 Nov 2012 15:50:22 +1030 Simon Lees > > said: > > > > > > From: Michael Blumenkrantz > > > > > > > > 1) 1.7.1 testing is useless since E17 wi

Re: [E-devel] EFL 1.7.2 (Was Recent wizard and e config woes)

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 15:11:10 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 15:50:22 +1030 Simon Lees > said: > > > > From: Michael Blumenkrantz > > > > > > 1) 1.7.1 testing is useless since E17 will be based on 1.7.2 > > > 2) I've never stopped using the 1.7 branch from S

Re: [E-devel] Automake 1.11

2012-11-15 Thread David Seikel
On Thu, 15 Nov 2012 15:06:13 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 15 Nov 2012 14:37:45 +1030 Simon Lees > said: > > > Hi all, > > Today i noticed the Automake requirements have changed and i was > > wondering if this requrement change was due to functionality or > > just beca