Re: [E-devel] E SVN: cedric IN trunk/efl: . src/lib/eet src/modules/evas/loaders/eet

2013-01-01 Thread The Rasterman
On Wed, 2 Jan 2013 14:11:02 +0900 Cedric BAIL said: > On Wed, Jan 2, 2013 at 12:55 PM, Gustavo Sverzut Barbieri > wrote: > > Could we use another name? Map is confusing. Call it mmap, memmap or > > something else. The eet_map reminds of a dict/hash access. > > eet_mmap would be ok for everyone

Re: [E-devel] E SVN: cedric IN trunk/efl: . src/lib/eet src/modules/evas/loaders/eet

2013-01-01 Thread Cedric BAIL
On Wed, Jan 2, 2013 at 12:55 PM, Gustavo Sverzut Barbieri wrote: > Could we use another name? Map is confusing. Call it mmap, memmap or > something else. The eet_map reminds of a dict/hash access. eet_mmap would be ok for everyone ? -- Cedric BAIL

Re: [E-devel] E SVN: cedric IN trunk/efl: . src/lib/eet src/modules/evas/loaders/eet

2013-01-01 Thread Gustavo Sverzut Barbieri
Could we use another name? Map is confusing. Call it mmap, memmap or something else. The eet_map reminds of a dict/hash access. On Wednesday, January 2, 2013, Enlightenment SVN wrote: > Log: > efl: add eet_map and use it. > > > Author: cedric > Date: 2013-01-01 18:46:05 -0800 (Tue,

[E-devel] suggestion : keboard need one more feature

2013-01-01 Thread المسالم المسالمة
hello again i have a really tiny problem here you see when i start/reboot machine . as default behavior with numpad in E17 is turn it off i wish if you give the users a permission to change this thing and make it start on with on mode if it possible thanks again --

Re: [E-devel] Is there a timeline for new terminology?

2013-01-01 Thread P Purkayastha
Thanks. It looks like the fix is in svn. Maybe the devs can release 0.2.1 with this fix? :) On 01/02/2013 08:04 AM, Dave wrote: > I emailed a patch for this issue about a week and a half ago. Basically, > just edit your termptyesc.c file, and replace the #define DBG() line with the > follow

Re: [E-devel] E SVN: seoz branches/ethumb-1.7

2013-01-01 Thread Daniel Juyung Seo
No ChangeLog and NEWS for this commit. It was working on the last release. Daniel Juyung Seo (SeoZ) On Wed, Jan 2, 2013 at 10:49 AM, Cedric BAIL wrote: > On Wed, Jan 2, 2013 at 10:08 AM, Enlightenment SVN > wrote: > > Log: > > ethumb-1.7 configure.ac: Fixed build break. Patch by Fredric Johans

Re: [E-devel] E SVN: seoz branches/ethumb-1.7

2013-01-01 Thread Cedric BAIL
On Wed, Jan 2, 2013 at 10:08 AM, Enlightenment SVN wrote: > Log: > ethumb-1.7 configure.ac: Fixed build break. Patch by Fredric Johansson > ChangeLog/NEWS... /vtorri :'( > On Tue, Jan 1, 2013 at 8:54 PM, Fredric Johansson > wrote: > The attached patch fixes this. The first call to PKG_*

Re: [E-devel] ethumb-1.7 build is broken?

2013-01-01 Thread Daniel Juyung Seo
This was committed. Thanks! http://trac.enlightenment.org/e/changeset/81968 Cedric confirmed the patch and told me in person. Daniel Juyung Seo (SeoZ) On Wed, Jan 2, 2013 at 12:41 AM, Daniel Juyung Seo wrote: > Oh Thanks... This fixes the build issue! > But I will wait for the Cedric's opinion b

Re: [E-devel] Is there a timeline for new terminology?

2013-01-01 Thread Dave
I emailed a patch for this issue about a week and a half ago. Basically, just edit your termptyesc.c file, and replace the #define DBG() line with the following: #define DBG(...) EINA_LOG_DOM_DBG(_termpty_log_dom, __VA_ARGS__) Cheers, dave.k In the year 2013, of the month of January,

[E-devel] Disable E's Effect on System Language/Keyboard

2013-01-01 Thread Jeff Hoogland
Is there to make it so E doesn't affect the user's system language/keyboard setting? This used to be the case, but with recent updates in the stable release E now "takes over" the system language/keyboard settings even when they keyboard/language modules are unloaded in the profile. It used to be

[E-devel] Configs for gadgets with multiple instances

2013-01-01 Thread Igor Murzov
Happy new year everyone! While i was playing with eweather, i found out that when its gadget is removed and module is unloaded, configuration gets lost. At first i thought that this issue is specific to eweather and that's some stupid bug, that went unnoticed. But it looks like configs are handled

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

2013-01-01 Thread Gustavo Sverzut Barbieri
ok, I removed that LT_INIT option. It is not that good or bad, so remove as it's causing problems for you. On Tue, Jan 1, 2013 at 1:27 PM, Doug Newgard wrote: > Oh, I should mention that it's not something in the PKGBUILD, I just did a > ./autogen.sh > make > make DESTDIR=/tmp/efl install > and

Re: [E-devel] ethumb-1.7 build is broken?

2013-01-01 Thread Daniel Juyung Seo
Oh Thanks... This fixes the build issue! But I will wait for the Cedric's opinion because that was broken after his commit. http://trac.enlightenment.org/e/changeset/81785 Thanks anyway :) Daniel Juyung Seo (SeoZ) On Tue, Jan 1, 2013 at 8:54 PM, Fredric Johansson < fredric.miscm...@gmail.com> w

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

2013-01-01 Thread Doug Newgard
Oh, I should mention that it's not something in the PKGBUILD, I just did a ./autogen.sh make make DESTDIR=/tmp/efl install and ended up with the same thing. The PKGBUILD was used when I made the logs, which is why I included it. From: scimmi...@outlook.com

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

2013-01-01 Thread Gustavo Sverzut Barbieri
this is strange. I'm also on arch linux, automake-1.12.6, autoconf-2.69 and it works. just did: ./autogen.sh --prefix=/tmp/efl-install make make install DESTDIR=/tmp/efl-destdir and /tmp/efl-destdir/tmp/install/bin/{eet,embryo_cc} and similar are all binaries. this must be an autotools error, or

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

2013-01-01 Thread Doug Newgard
Yep, and it does fix it. > Date: Tue, 1 Jan 2013 12:09:04 -0200 > From: barbi...@profusion.mobi > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: barbieri trunk/efl > > Weird. Did you --enable-fast-install and see if it is fix

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/examples/eina src/lib/eina

2013-01-01 Thread Gustavo Sverzut Barbieri
I'd say we move ecore calls to eina. We had them in ecore because it was the low level library. But Evas and Eet would use that, this replicating stuff. For the young: all data types used to be like that. Before eina, we had list/hash/stringshare in Evas and Ecore On Tuesday, January 1, 2013, Mic

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

2013-01-01 Thread Gustavo Sverzut Barbieri
Weird. Did you --enable-fast-install and see if it is fixed? On Tuesday, January 1, 2013, Doug Newgard wrote: > This commit is breaks install for me. Using make DESTDIR="/foo/bar" > install, > the only binary I get in the bin dir is evas_cerve2_client, all of the > others > that should be binarie

[E-devel] Is there a timeline for new terminology?

2013-01-01 Thread P Purkayastha
The current terminology process easily eats up a Gig of hard disk space in 2-3 days if used heavily because it logs every keystroke and what not. This is quite annoying not only because it slows down the system, but also can lead inadvertently to cases of full partition. This is IMHO a serious

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

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 22:06:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Jan 2013 12:26:01 + Michael Blumenkrantz > said: > > > On Tue, 1 Jan 2013 19:47:43 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz > > >

Re: [E-devel] evas_text_block not working in fb?

2013-01-01 Thread Tom Hacohen
Yeah, hm.. I'll try to get something as soon as I can. On Tue, Jan 1, 2013 at 3:25 AM, David Seikel wrote: > On Mon, 31 Dec 2012 15:59:15 + Tom Hacohen wrote: > > > Again, could you please show me the exact style you have used? I'm > > coming to believe you may have not set the source of t

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

2013-01-01 Thread The Rasterman
On Tue, 1 Jan 2013 12:26:01 + Michael Blumenkrantz said: > On Tue, 1 Jan 2013 19:47:43 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz > > said: > > > > > On Tue, 1 Jan 2013 00:12:10 -0800 > > > "Enlightenment SVN" wrote: > >

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

2013-01-01 Thread Doug Newgard
This commit is breaks install for me. Using make DESTDIR="/foo/bar" install, the only binary I get in the bin dir is evas_cerve2_client, all of the others that should be binaries are temporary libtool scripts. Doug (Scimmia on IRC) --- Log: efl/libtool: disabl

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

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 19:47:43 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz > said: > > > On Tue, 1 Jan 2013 00:12:10 -0800 > > "Enlightenment SVN" wrote: > > > > > Log: > > > misplaced ERR-- - maybe DBG? > > > > > > > > > > > > A

Re: [E-devel] ethumb-1.7 build is broken?

2013-01-01 Thread Fredric Johansson
On Tue, Jan 1, 2013 at 10:48 AM, Daniel Juyung Seo wrote: > Hello all, this is Daniel Juyung Seo. > > I have a build issue with ethumb-1.7. > The error messages are described in http://pastebin.com/ue9z6kKP > >>> checking for EINA... no >>> configure: error: in `/home/seoz/efl/svn/e/branches/ethum

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

2013-01-01 Thread The Rasterman
On Tue, 1 Jan 2013 08:32:39 + Michael Blumenkrantz said: > On Tue, 1 Jan 2013 00:12:10 -0800 > "Enlightenment SVN" wrote: > > > Log: > > misplaced ERR-- - maybe DBG? > > > > > > > > Author: raster > > Date: 2013-01-01 00:12:09 -0800 (Tue, 01 Jan 2013) > > New Revision:

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/examples/eina src/lib/eina

2013-01-01 Thread Daniel Juyung Seo
Oh.. thanks for the quite simple and clear explanations. Daniel Juyung Seo (SeoZ) On Tue, Jan 1, 2013 at 6:57 PM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > On Tue, 1 Jan 2013 18:50:02 +0900 > Daniel Juyung Seo wrote: > > > What's the difference between eina file, ecore fil

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/examples/eina src/lib/eina

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 18:50:02 +0900 Daniel Juyung Seo wrote: > What's the difference between eina file, ecore file, eo file? > > Daniel Juyung Seo (SeoZ) > > On Tue, Jan 1, 2013 at 8:17 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > efl: add eina_file_copy() > > > >

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/examples/eina src/lib/eina

2013-01-01 Thread Daniel Juyung Seo
What's the difference between eina file, ecore file, eo file? Daniel Juyung Seo (SeoZ) On Tue, Jan 1, 2013 at 8:17 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > efl: add eina_file_copy() > > it's useful to copy file from one place to another and this will be > used in e

[E-devel] ethumb-1.7 build is broken?

2013-01-01 Thread Daniel Juyung Seo
Hello all, this is Daniel Juyung Seo. I have a build issue with ethumb-1.7. The error messages are described in http://pastebin.com/ue9z6kKP >> checking for EINA... no >> configure: error: in `/home/seoz/efl/svn/e/branches/ethumb-1.7': >> configure: error: The pkg-config script could not be found

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

2013-01-01 Thread Michael Blumenkrantz
On Tue, 1 Jan 2013 00:12:10 -0800 "Enlightenment SVN" wrote: > Log: > misplaced ERR-- - maybe DBG? > > > > Author: raster > Date: 2013-01-01 00:12:09 -0800 (Tue, 01 Jan 2013) > New Revision: 81945 > Trac: http://trac.enlightenment.org/e/changeset/81945 > > Modified:

Re: [E-devel] eo and efl

2013-01-01 Thread The Rasterman
On Tue, 1 Jan 2013 18:21:14 +1000 David Seikel said: > On Tue, 1 Jan 2013 16:30:21 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Tue, 1 Jan 2013 15:16:13 +0900 Jérôme Pinot > > said: > > > > > On 01/01/13 15:02, Carsten Haitzler wrote: > > > [snip] > > > > but there definitely will

Re: [E-devel] eo and efl

2013-01-01 Thread The Rasterman
On Tue, 1 Jan 2013 16:34:57 +0900 Jérôme Pinot said: > On 01/01/13 16:30, Carsten Haitzler wrote: > > On Tue, 1 Jan 2013 15:16:13 +0900 Jérôme Pinot said: > > > > > On 01/01/13 15:02, Carsten Haitzler wrote: > > > [snip] > > > > but there definitely will bee no support for expansion of it > > >

Re: [E-devel] eo and efl

2013-01-01 Thread David Seikel
On Tue, 1 Jan 2013 16:30:21 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 1 Jan 2013 15:16:13 +0900 Jérôme Pinot > said: > > > On 01/01/13 15:02, Carsten Haitzler wrote: > > [snip] > > > but there definitely will bee no support for expansion of it > > > > This stings, really. > > no

Re: [E-devel] eo and efl

2013-01-01 Thread David Seikel
On Tue, 1 Jan 2013 15:02:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 31 Dec 2012 13:46:41 +1000 David Seikel > said: > > > On Mon, 31 Dec 2012 10:20:21 +0900 Cedric BAIL > > wrote: > > > > > On Sun, Dec 30, 2012 at 10:48 PM, Gustavo Sverzut Barbieri > > > wrote: > > > > On Sun