Re: [E-devel] elm menu (probably need to break theme and extend api)

2013-08-12 Thread Michael Blumenkrantz
please don't just copy the E menus into elm. while they may be better overall, they're really not that great...certainly not something I would hold up as the sterling standard of menus. here's just some of the huge issues with e menus that stand out as reasons why they're bad (and why I will eventu

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-12 Thread Boris Faure
On 13-08-10 13:02, Carsten Haitzler wrote: […] > once menus look good in elm by default - i'm willing to have it on by default > (for #3). :) And keep it configurable, please. -- Boris Faure Pointer Arithmetician -- Get

[E-devel] Weekly news from the automated build and QA front

2013-08-12 Thread Stefan Schmidt
Hello. This should give everyone an overview over what has happened in the last week regarding our continuous integration builds, unit tests and coverage as well as all static analyser runs and things like address-sanitizer. The numbers in parentheses reflect the values from last week to give

Re: [E-devel] Weekly news from the automated build and QA front

2013-08-12 Thread Christopher Michael
On 12/08/13 09:54, Stefan Schmidt wrote: > Hello. > > This should give everyone an overview over what has happened in the last > week regarding our continuous integration builds, unit tests and > coverage as well as all static analyser runs and things like > address-sanitizer. > > Many thanks here

Re: [E-devel] Weekly news from the automated build and QA front

2013-08-12 Thread Christopher Michael
On 12/08/13 10:58, Stefan Schmidt wrote: > Hello. > > On 08/12/2013 10:55 AM, Christopher Michael wrote: >> On 12/08/13 09:54, Stefan Schmidt wrote: >>> Hello. >>> >>> This should give everyone an overview over what has happened in the last >>> week regarding our continuous integration builds, unit

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary/mapbuf - trivial change

2013-08-12 Thread Tom Hacohen
If it's a trivial change, it's most likely trivial to explain. Try explaining it the next time. -- Tom. On 12/08/13 13:51, ChunEon Park - Enlightenment Git wrote: > hermet pushed a commit to branch master. > > commit 61c784b7deffca08fc667fcd22fd318834998c4f > Author: ChunEon Park > Date: Mon A

Re: [E-devel] elm menu (probably need to break theme and extend api)

2013-08-12 Thread Gustavo Sverzut Barbieri
I've told u it was bad! I'm fine with "breaking" it as it was already broken before... Would love to have some e17-like menu, if possible with a fallback/option to create actual window so it can overflow the window boundaries. It could be then used in e instead of e_menu --Gustavo Sent from m

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Use max ascent/descent at the edges of the textblock.

2013-08-12 Thread ChunEon Park
Tom. After this commit, enventor text editor works incorrectly. As you can see , enventor uses 2 textblocks, one for line number and the other one is for edc editor. But both line height is not exactly same even if they uses the same styles. Could you please review your fixes again based on th

Re: [E-devel] [EGIT] [core/efl] master 01/01: Evas textblock: Use max ascent/descent at the edges of the textblock.

2013-08-12 Thread Tom Hacohen
I'm on it. Thanks for letting me know. If I don't fix it in the next 24hrs please open a task. I have no idea why it happens, could be interesting. But anyhow, unrelated, doing what you do is bad and can fail in many cases. The best thing to do is to create a text object per line and aligning t

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_thumb: Add support for ethumb formatting and size manipulation.

2013-08-12 Thread Chris Michael
Completly breaks building if --disable-ethumb is passed to configure :( dh On 08/12/13 05:30, Stephen Houston - Enlightenment Git wrote: > okra pushed a commit to branch master. > > commit 6bc3942a6495ccecc6408b67073667926e01abd8 > Author: Stephen Houston > Date: Sun Aug 11 23:19:32 2013 -0500

Re: [E-devel] [EGIT] [core/efl] master 01/01: Enough with this bad align Edje property documentation.

2013-08-12 Thread Michael Blumenkrantz
On Mon, 12 Aug 2013 09:30:24 -0700 Gustavo Lima Chaves - Enlightenment Git wrote: > glima pushed a commit to branch master. > > commit d84e77d93fc42e5d016dec2dd5b3ba63a91d9c4b > Author: Gustavo Lima Chaves > Date: Mon Aug 12 13:29:43 2013 -0300 > > Enough with this bad align Edje propert

Re: [E-devel] [EGIT] [core/efl] master 01/01: Enough with this bad align Edje property documentation.

2013-08-12 Thread Gustavo Lima Chaves
* Michael Blumenkrantz [2013-08-12 17:32:35 +0100]: > On Mon, 12 Aug 2013 09:30:24 -0700 > Gustavo Lima Chaves - Enlightenment Git wrote: > > > glima pushed a commit to branch master. > > > > commit d84e77d93fc42e5d016dec2dd5b3ba63a91d9c4b > > Author: Gustavo Lima Chaves > > Date: Mon Aug

Re: [E-devel] [EGIT] [core/efl] master 01/01: Enough with this bad align Edje property documentation.

2013-08-12 Thread Michael Blumenkrantz
On Mon, 12 Aug 2013 13:36:20 -0300 Gustavo Lima Chaves wrote: > * Michael Blumenkrantz [2013-08-12 17:32:35 > +0100]: > > > On Mon, 12 Aug 2013 09:30:24 -0700 > > Gustavo Lima Chaves - Enlightenment Git wrote: > > > > > glima pushed a commit to branch master. > > > > > > commit d84e77d93fc4

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_thumb: Add support for ethumb formatting and size manipulation.

2013-08-12 Thread Stephen Houston
Yeah, I know. Necessary evil. Raster said elm should require ethumb now anyway since efl requires it. On Monday, August 12, 2013, Chris Michael wrote: > Completly breaks building if --disable-ethumb is passed to configure :( > > dh > > On 08/12/13 05:30, Stephen Houston - Enlightenment Git wrote:

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_thumb: Add support for ethumb formatting and size manipulation.

2013-08-12 Thread Chris Michael
Then the configure.ac should be changed, and all the #ifdef HAVE_ELEMENTARY_THUMB should be removed dh On 08/12/13 17:42, Stephen Houston wrote: > Yeah, I know. Necessary evil. Raster said elm should require ethumb now > anyway since efl requires it. > > On Monday, August 12, 2013, Chris Mic

Re: [E-devel] elm menu (probably need to break theme and extend api)

2013-08-12 Thread Lucas De Marchi
On Mon, Aug 12, 2013 at 4:05 AM, Michael Blumenkrantz wrote: > please don't just copy the E menus into elm. while they may be better > overall, they're really not that great...certainly not something I would > hold up as the sterling standard of menus. here's just some of the huge > issues with e

[E-devel] planet.e.org updated

2013-08-12 Thread Bertrand Jacquin
Hi folks, http://planet.enlightenment.org/ have been updated (and moved to venus). While doing this, I also made a major cleanup in tracked URL, icon-*.png handling, page header (this should be shareable to avoid duplication and style desync). Here is the current developers list : [http://andrea

Re: [E-devel] RFC Enlightenment For Mobile

2013-08-12 Thread Gustavo Sverzut Barbieri
Added some comments, I guess we're getting there. Now who can help with that? I plan to do some hooking of the new power/mem/locale/date into elm. Then I will tackle the problem to open/suspend/resume applications that are handled in Tizen with aul. Then I'll probably do the screen orientation inf

Re: [E-devel] planet.e.org updated

2013-08-12 Thread Alex-P. Natsios
Hello Bertrand, Awesome news! There is supposed to be a new "news[0]" and "blog[1]" page as far as i know. could you add those too and mark the trac.e.o/blog one as "old E blog" in the sidebar? (UNLESS I AM MISTAKEN). Also the release manager blogs? http://{e17releasemanager,e18releasemanager,e19r

Re: [E-devel] planet.e.org updated

2013-08-12 Thread Bertrand Jacquin
On 2013-08-13 00:33, Alex-P. Natsios wrote: > Hello Bertrand, > > Awesome news! > There is supposed to be a new "news[0]" and "blog[1]" page as far as i > know. Can be done yep, is it something really needed/usefull ? > could you add those too and mark the trac.e.o/blog one as "old E blog" > in

Re: [E-devel] planet.e.org updated

2013-08-12 Thread Alex-P. Natsios
On Tue, Aug 13, 2013 at 2:07 AM, Bertrand Jacquin wrote: > On 2013-08-13 00:33, Alex-P. Natsios wrote: >> Hello Bertrand, >> >> Awesome news! >> There is supposed to be a new "news[0]" and "blog[1]" page as far as i >> know. > > Can be done yep, is it something really needed/usefull ? I (personal

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-12 Thread The Rasterman
On Mon, 12 Aug 2013 10:32:28 +0200 Boris Faure said: > On 13-08-10 13:02, Carsten Haitzler wrote: > […] > > once menus look good in elm by default - i'm willing to have it on by > > default (for #3). :) > > And keep it configurable, please. of course. i sure don't want them on for me... i'd wan

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_thumb: Add support for ethumb formatting and size manipulation.

2013-08-12 Thread The Rasterman
On Mon, 12 Aug 2013 17:58:57 +0100 Chris Michael said: > Then the configure.ac should be changed, and all the #ifdef > HAVE_ELEMENTARY_THUMB should be removed that was my plan actually. > dh > > On 08/12/13 17:42, Stephen Houston wrote: > > Yeah, I know. Necessary evil. Raster said elm sh

Re: [E-devel] Weekly news from the automated build and QA front

2013-08-12 Thread Cedric BAIL
Hello, On Mon, Aug 12, 2013 at 10:54 AM, Stefan Schmidt wrote: > Exactness: > o The edje exactness builds are working now. Elm exactness still failing. > o Problems with fonts > o Still waiting for the first successful run on jenkins > > Unit tests: > o 270 unit tests for efl and none failing > >

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-12 Thread David Seikel
On Tue, 13 Aug 2013 08:37:38 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 12 Aug 2013 10:32:28 +0200 Boris Faure said: > > > On 13-08-10 13:02, Carsten Haitzler wrote: > > […] > > > once menus look good in elm by default - i'm willing to have it > > > on by default (for #3). :) > >

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary/mapbuf - trivial change

2013-08-12 Thread ChunEon Park
ok. -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: ; Cc: Sent: 2013-08-12 (월) 22:13:02 Subject: Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary/mapbuf - trivial change If it's a trivial change, it's most likely tri