Re: [E-devel] [SOLVED] Problem with indicator space in conformant

2012-07-03 Thread Roland Kloeters
Hi folks, i finally made it happen. The indicator problem is gone. How come: It was a combination of what Carsten Haitzler told me with what Hermet told me. You gotta use a conformant AND a layout. Here is what my code looks like now: /* * main.cpp * * Created on: Jun 28, 2012 *

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Vincent Torri
On Tue, Jul 3, 2012 at 9:36 AM, Enlightenment SVN wrote: > Log: > Ecore_X: Merge Tizen changes to upstream EFL. > > > > Author:       devilhorns > Date:         2012-07-03 00:36:55 -0700 (Tue, 03 Jul 2012) > New Revision: 73203 > Trac:         http://trac.enlightenment.org/e/changeset/73203 > > Mo

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Michael Blumenkrantz
imo in ecore-x nobody cares. there have been plenty of functions added here since 1.0 which have no @since and no docs at all. since none of these functions show up in docs anyway, there's no point wasting time for something that will literally never be seen. On Tue, Jul 3, 2012 at 9:14 AM, Vincen

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Chris Michael
> -Original Message- > From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com] > Sent: 03 July 2012 09:40 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: devilhorns IN > trunk/ecore/src/lib/ecore_x: . xcb xlib > > imo in ecore-x nobody cares. there have been

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Vincent Torri
On Tue, Jul 3, 2012 at 10:47 AM, Chris Michael wrote: > > >> -Original Message- >> From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com] >> Sent: 03 July 2012 09:40 >> To: Enlightenment developer list >> Subject: Re: [E-devel] E SVN: devilhorns IN >> trunk/ecore/src/lib/ecore_

Re: [E-devel] Usage of @ref on docs

2012-07-03 Thread Daniel Willmann
On 07/01/2012 08:42 AM, Daniel Juyung Seo wrote: > +1 here. This looks quite useful. I agree and will try to use it in future documentation. Not sure if it is worth the trouble going through all the docs and changing it, though. Regards, Daniel --

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Vincent Torri
On Tue, Jul 3, 2012 at 10:53 AM, Vincent Torri wrote: > On Tue, Jul 3, 2012 at 10:47 AM, Chris Michael wrote: >> >> >>> -Original Message- >>> From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com] >>> Sent: 03 July 2012 09:40 >>> To: Enlightenment developer list >>> Subject:

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Michael Blumenkrantz
let's dispense with the name calling and insults here, they aren't productive. my point was solely about the docs; unless someone is going to actually write something for ecore-x as a whole then this is an exercise in futility that does nothing but waste time. On Tue, Jul 3, 2012 at 9:56 AM, Vinc

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread sd
> On Tue, Jul 3, 2012 at 10:53 AM, Vincent Torri > wrote: > also, note that i have replied to only that commit, but ALL your > merges must be fixed in that way. If I have not looked at all the > commits in the core EFL, the doc and changelog and news, would have > been a piece of shit quite unusa

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread Vincent Torri
On Tue, Jul 3, 2012 at 11:31 AM, wrote: >> On Tue, Jul 3, 2012 at 10:53 AM, Vincent Torri >> wrote: > >> also, note that i have replied to only that commit, but ALL your >> merges must be fixed in that way. If I have not looked at all the >> commits in the core EFL, the doc and changelog and new

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-07-03 Thread Sumanth Krishna Mannam
Hi, Can Someone please review the below code !! Thanks & Regards, Sumanth -- >From: "Sumanth Krishna Mannam" >Sent: Monday, June 25, 2012 5:57 PM >To: >Subject: Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – >modular design

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Vincent Torri
missing the 2 ecore_evas functions... Vincent On Tue, Jul 3, 2012 at 11:43 AM, Enlightenment SVN wrote: > Log: > Ecore: Update news with api additions. > > > > Author: devilhorns > Date: 2012-07-03 02:43:06 -0700 (Tue, 03 Jul 2012) > New Revision: 73218 > Trac: http://trac.

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

2012-07-03 Thread Daniel Willmann
Hi, On 07/02/2012 10:20 AM, Enlightenment SVN wrote: > Log: > elementary: add since keyword to the signal documentation > > Author: yoz > > Modified: trunk/elementary/src/lib/elm_progressbar.h > === > --- trunk/elementary/src/li

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Chris Michael
No, they are there in the news: > > + - Add API functions to get/set an Ecore_Evas's profile. What is missed ? http://trac.enlightenment.org/e/changeset?reponame=&new=73206%40trunk%2Fecor e%2Fsrc%2Flib%2Fecore_evas%2FEcore_Evas.h&old=71569%40trunk%2Fecore%2Fsrc%2F lib%2Fecore_evas%2FEcore_Eva

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

2012-07-03 Thread Gustavo Sverzut Barbieri
This patch is bad as it adds many things at once :-( On Tuesday, July 3, 2012, Enlightenment SVN wrote: > Log: > Ecore_Evas Merge Tizen changes to upstream EFL. > > > > Author: devilhorns > Date: 2012-07-03 00:44:17 -0700 (Tue, 03 Jul 2012) > New Revision: 73206 > Trac: http

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

2012-07-03 Thread Cedric BAIL
On Tue, Jul 3, 2012 at 7:47 PM, Gustavo Sverzut Barbieri wrote: > This patch is bad as it adds many things at once :-( Yeah, it seems to add profile support, but also stuff related to GL and maybe rotation or compositing. Don't really get the intent. > On Tuesday, July 3, 2012, Enlightenment SVN

Re: [E-devel] [E-deve] [Patch] Add new apis for editable set/get in multibuttonentry

2012-07-03 Thread The Rasterman
On Mon, 02 Jul 2012 19:34:00 +0900 Minseok Kim said: in svn it is! thanks very much! :) > Thanks for comments. > I send modified patch. > Please review this patch. > > Thank you > > -Original Message- > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] > Sent: Frida

Re: [E-devel] evas memory leak

2012-07-03 Thread The Rasterman
On Mon, 2 Jul 2012 10:17:56 +0200 Sebastian Dransfeld said: > ==14757== 8,725 (2,160 direct, 6,565 indirect) bytes in 54 blocks are > definitely lost in loss record 334 of 334 > ==14757==at 0x402BE68: malloc (in > /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) > ==14757==by 0x432C7

Re: [E-devel] [Patch][layout] select layout in access mode

2012-07-03 Thread The Rasterman
On Mon, 2 Jul 2012 16:27:09 +0900 Kim Shinwoo said: > Thanks for your response. > > now @since is there. and "why no get if there is set?".. i don't get this you have elm_layout_edje_object_access_set() to enable access to all parts, but no way to GET the state of the mode you enabled. ie elm_l

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Vincent Torri
On Tue, Jul 3, 2012 at 12:44 PM, Chris Michael wrote: > No, they are there in the news: > >> > + - Add API functions to get/set an Ecore_Evas's profile. ha, indeed, but they are under the ecore_x part, not ecore_evas one. As there was no change in ecore_evas part, i thought you had forgotten

Re: [E-devel] [Patch][elm_widget] access hook

2012-07-03 Thread The Rasterman
On Mon, 2 Jul 2012 17:33:01 +0900 Kim Shinwoo said: > Dear all hello > > Real time setting would be necessary in case of running applications which > have elm_layout or elm_widget_item. > If the access mode does not care of this, running applications should > restart. The attached for this. Plea

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Chris Michael
No, they are under the ecore_evas part: Additions: * ecore_evas: - Add transparency support on Windows (GDI engine only) * ecore_x: - Add API functions to get/set an Ecore_Evas's profile. * ecore_x: - Add Ecore_X_Error_Code enumeration - ECORE_X_RANDR_OUTPUT_POL

Re: [E-devel] Patch for Edje: added const to obj parameter of edje_object_part_table_child_get

2012-07-03 Thread The Rasterman
On Sun, 01 Jul 2012 11:39:31 +0300 "daniel.za...@samsung.com" said: > The obj parameter is used only for read access so the const can be added > to its type. > > Apply this patch whenever you want. yeah. you're right. in svn it is! :) -- - Codito, ergo sum - "I code, therefore I

Re: [E-devel] E SVN: devilhorns trunk/ecore

2012-07-03 Thread Vincent Torri
On Tue, Jul 3, 2012 at 2:16 PM, Enlightenment SVN wrote: > Log: > Ecore: Update NEWS to list Ecore_X_Error_Code enum in the proper > section. > > > > Author: devilhorns > Date: 2012-07-03 05:16:09 -0700 (Tue, 03 Jul 2012) > New Revision: 73230 > Trac: http://trac.enlightenm

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

2012-07-03 Thread Michaël Bouchaud
No idea how to make it better. I have asked doxygen comunity, but no response for time... Le 3 juil. 2012 12:43, "Daniel Willmann" a écrit : > Hi, > > On 07/02/2012 10:20 AM, Enlightenment SVN wrote: > > Log: > > elementary: add since keyword to the signal documentation > > > > Author: yoz

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

2012-07-03 Thread Daniel Juyung Seo
I found the same indent problem with edc reference doc. The doxygen looked ok but indent was broken on the doc. And now I see edc reference is fully broken :( http://docs.enlightenment.org/auto/edje/edcref.html Daniel Juyung Seo (SeoZ) On Tue, Jul 3, 2012 at 9:50 PM, Michaël Bouchaud wrote: > No

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Iván Briano
2012/7/3 Enlightenment SVN : > Log: > Evas: Update ChangeLog wrt Tizen Merge. > > NB: This is the commit message inside tizen git for this commit. Don't > blame me if the message is not detailed enough for you. Complain to > the original committer about making more detailed commit messages. >

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Tom Hacohen
On 03/07/12 17:34, Iván Briano wrote: > 2012/7/3 Enlightenment SVN : >> Log: >> Evas: Update ChangeLog wrt Tizen Merge. >> >> NB: This is the commit message inside tizen git for this commit. Don't >> blame me if the message is not detailed enough for you. Complain to >> the original committer

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread ChunEon Park
Agree. -Regards, Hermet- -Original Message- From: "Iván Briano" To: ; Cc: ; Sent: 2012-07-03 (화) 23:34:33 Subject: Re: [E-devel] E SVN: devilhorns trunk/evas 2012/7/3 Enlightenment SVN @enlightenment.org>: > Log: > Evas: Update ChangeLog wrt Tizen

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread The Rasterman
On Tue, 03 Jul 2012 17:45:57 +0300 Tom Hacohen said: > On 03/07/12 17:34, Iván Briano wrote: > > 2012/7/3 Enlightenment SVN : > >> Log: > >> Evas: Update ChangeLog wrt Tizen Merge. > >> > >> NB: This is the commit message inside tizen git for this commit. Don't > >> blame me if the message is

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Iván Briano
2012/7/3 Carsten Haitzler : > On Tue, 03 Jul 2012 17:45:57 +0300 Tom Hacohen said: > >> On 03/07/12 17:34, Iván Briano wrote: >> > 2012/7/3 Enlightenment SVN : >> >> Log: >> >> Evas: Update ChangeLog wrt Tizen Merge. >> >> >> >> NB: This is the commit message inside tizen git for this commit. Do

Re: [E-devel] [SOLVED] Problem with indicator space in conformant

2012-07-03 Thread ChunEon Park
Even the raser is correct, Unfortunately, you don't need the conformant for indicator in Tizen. You just need a layout.(what I gave you sample) and appcore is needed for app developers in Tizen. Appcore will nofity apps when they should be paused and when they can be resumed (by phone call, ala

[E-devel] Progress bar documentation update (was: Re: [PATCH] elementary: deprecated-- in examples)

2012-07-03 Thread Daniel Willmann
On 06/29/2012 07:50 PM, Bruno Dilly wrote: On Fri, Jun 29, 2012 at 12:10 PM, Daniel Willmann wrote: I've attached a patch to fix the example documentation. I'm in the process of updating the progressbar example doc as well - to explain the format function and changed signal. But that will come

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread cpmichael1
From: "Iván Briano" To: "Enlightenment developer list" Cc: enlightenment-...@lists.sourceforge.net Sent: Tuesday, July 3, 2012 3:52:45 PM Subject: Re: [E-devel] E SVN: devilhorns trunk/evas 2012/7/3 Carsten Haitzler : > On Tue, 03 Jul 2012 17:45:57 +0300 Tom Hacohen said: > >> On 03/07/

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread cpmichael1
From: "Iván Briano" To: "Enlightenment developer list" Cc: enlightenment-...@lists.sourceforge.net Sent: Tuesday, July 3, 2012 3:52:45 PM Subject: Re: [E-devel] E SVN: devilhorns trunk/evas 2012/7/3 Carsten Haitzler : > On Tue, 03 Jul 2012 17:45:57 +0300 Tom Hacohen said: > >> On 03/07/

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Tom Hacohen
On 03/07/12 18:31, cpmicha...@comcast.net wrote: > Well, that makes all this merging nice and simple then. Ok, merging done !! > :) Since none (or hardly any) of the tizen git commits rarely ever specify > what they do/or fix, then none (or hardly any) of it will get committed > anymore. Makes t

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Tom Hacohen
On 03/07/12 18:33, cpmicha...@comcast.net wrote: > Should that also include changes to our own svn from our own developers who > don't put in commit messages that mention what the commit fixes ?? I would > think so based on this reasoning. > Of course, and I think developers are finally starti

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread cpmichael1
From: "Tom Hacohen" To: "Enlightenment developer list" Cc: cpmicha...@comcast.net, enlightenment-...@lists.sourceforge.net Sent: Tuesday, July 3, 2012 4:41:30 PM Subject: Re: [E-devel] E SVN: devilhorns trunk/evas On 03/07/12 18:33, cpmicha...@comcast.net wrote: > Should that also include

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Iván Briano
2012/7/3 : > From: "Tom Hacohen" > To: "Enlightenment developer list" > Cc: cpmicha...@comcast.net, enlightenment-...@lists.sourceforge.net > Sent: Tuesday, July 3, 2012 4:41:30 PM > Subject: Re: [E-devel] E SVN: devilhorns trunk/evas > > On 03/07/12 18:33, cpmicha...@comcast.net wrote: >> Shoul

Re: [E-devel] Progress bar documentation update (was: Re: [PATCH] elementary: deprecated-- in examples)

2012-07-03 Thread Bruno Dilly
On Tue, Jul 3, 2012 at 12:18 PM, Daniel Willmann wrote: > On 06/29/2012 07:50 PM, Bruno Dilly wrote: >> >> On Fri, Jun 29, 2012 at 12:10 PM, Daniel Willmann >> wrote: >>> >>> I've attached a patch to fix the example documentation. I'm in the >>> process >>> of updating the progressbar example doc

Re: [E-devel] [SOLVED] Problem with indicator space in conformant

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 11:56 AM, ChunEon Park wrote: > Even the raser is correct, > Unfortunately, you don't need the conformant for indicator in Tizen. > > You just need a layout.(what I gave you sample) > > and appcore is needed for app developers in Tizen. > Appcore will nofity apps when they

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

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 12:25 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > add to READMe and... add logic to find urls under the mouse. also > email addresses. seems to work well imho. :) whenever implementing the actual actions, please use xdg-open so configured applicat

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 1:27 PM, Iván Briano wrote: > > 2012/7/3 : > > From: "Tom Hacohen" > > To: "Enlightenment developer list" > > > > Cc: cpmicha...@comcast.net, enlightenment-...@lists.sourceforge.net > > Sent: Tuesday, July 3, 2012 4:41:30 PM > > Subject: Re: [E-devel] E SVN: devilhorns t

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

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 4:30 AM, Enlightenment SVN wrote: > Log: > Evas: Merge evas_object_image changes from Tizen to upstream EFL. > > > > Author: devilhorns dh, this patch touches highly sensible parts of evas. Next time you integrate a commit as such, please split the cosmetic/whitespace

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

2012-07-03 Thread cpmichael1
On Tue, Jul 3, 2012 at 4:30 AM, Enlightenment SVN wrote: > Log: > Evas: Merge evas_object_image changes from Tizen to upstream EFL. > > > > Author: devilhorns >dh, this patch touches highly sensible parts of evas. Next time you >integrate a commit as such, please split the >cosmetic/whitesp

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

2012-07-03 Thread The Rasterman
On Tue, 3 Jul 2012 13:47:49 -0300 Gustavo Sverzut Barbieri said: > On Tue, Jul 3, 2012 at 12:25 PM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > add to READMe and... add logic to find urls under the mouse. also > > email addresses. seems to work well imho. :) > > >

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread The Rasterman
On Tue, 03 Jul 2012 18:34:53 +0300 Tom Hacohen said: > On 03/07/12 18:31, cpmicha...@comcast.net wrote: > > Well, that makes all this merging nice and simple then. Ok, merging > > done !! :) Since none (or hardly any) of the tizen git commits rarely ever > > specify what they do/or fix, then none

Re: [E-devel] [SOLVED] Problem with indicator space in conformant

2012-07-03 Thread The Rasterman
On Tue, 3 Jul 2012 13:45:59 -0300 Gustavo Sverzut Barbieri said: > On Tue, Jul 3, 2012 at 11:56 AM, ChunEon Park wrote: > > > Even the raser is correct, > > Unfortunately, you don't need the conformant for indicator in Tizen. > > > > You just need a layout.(what I gave you sample) > > > > and a

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

2012-07-03 Thread Raphael Kubo da Costa
"Enlightenment SVN" writes: > Log: > yet another tedious null check for a free function, brought to you by people > who think wasting time is a good idea > > > Author: discomfitor > Date: 2012-07-03 04:32:35 -0700 (Tue, 03 Jul 2012) > New Revision: 73224 > Trac: http://trac

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

2012-07-03 Thread Michael Blumenkrantz
On Wed, 4 Jul 2012 02:28:57 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 3 Jul 2012 13:47:49 -0300 Gustavo Sverzut Barbieri > said: > > > On Tue, Jul 3, 2012 at 12:25 PM, Enlightenment SVN < > > no-re...@enlightenment.org> wrote: > > > > > Log: > > > add to READMe and... add logic t

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

2012-07-03 Thread Raphael Kubo da Costa
"Enlightenment SVN" writes: > Log: > Ecore_Imf: Merge Tizen changes to upstream EFL. > Modified: trunk/ecore/src/lib/ecore_imf/ecore_imf_context.c > === > --- trunk/ecore/src/lib/ecore_imf/ecore_imf_context.c 2012-07-03 07:36:55 UTC

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

2012-07-03 Thread Michael Blumenkrantz
On Tue, 03 Jul 2012 14:29:41 -0300 Raphael Kubo da Costa wrote: > "Enlightenment SVN" writes: > > > Log: > > yet another tedious null check for a free function, brought to you by > > people who think wasting time is a good idea > > > > > > Author: discomfitor > > Date: 2012-07-03

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

2012-07-03 Thread cpmichael1
Ahhhm yes they should actually. I'll fix it tomorrow. Thanks for pointing that out :) dh - Original Message - From: "Raphael Kubo da Costa" To: enlightenment-devel@lists.sourceforge.net Sent: Tuesday, July 3, 2012 6:31:31 PM Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/sr

Re: [E-devel] E SVN: devilhorns trunk/evas

2012-07-03 Thread cpmichael1
From: "Carsten Haitzler (The Rasterman)" To: "Enlightenment developer list" Cc: enlightenment-...@lists.sourceforge.net Sent: Tuesday, July 3, 2012 6:23:04 PM Subject: Re: [E-devel] E SVN: devilhorns trunk/evas On Tue, 03 Jul 2012 18:34:53 +0300 Tom Hacohen said: > On 03/07/12 18:31, cpm

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

2012-07-03 Thread Leif Middelschulte
-- Leif Am Dienstag, 3. Juli 2012 um 19:32 schrieb Michael Blumenkrantz: > On Wed, 4 Jul 2012 02:28:57 +0900 > Carsten Haitzler (The Rasterman) (mailto:ras...@rasterman.com)> wrote: > > > On Tue, 3 Jul 2012 13:47:49 -0300 Gustavo Sverzut Barbieri > > mailto:barbi...@profusion.mobi)> said: >

Re: [E-devel] [SOLVED] Problem with indicator space in conformant

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 2:33 PM, Carsten Haitzler wrote: > On Tue, 3 Jul 2012 13:45:59 -0300 Gustavo Sverzut Barbieri > said: > >> On Tue, Jul 3, 2012 at 11:56 AM, ChunEon Park wrote: >> >> > Even the raser is correct, >> > Unfortunately, you don't need the conformant for indicator in Tizen. >> >

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

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 2:26 PM, wrote: > On Tue, Jul 3, 2012 at 4:30 AM, Enlightenment SVN > wrote: >> Log: >> Evas: Merge evas_object_image changes from Tizen to upstream EFL. >> >> >> >> Author: devilhorns > >>dh, this patch touches highly sensible parts of evas. Next time you >>integrat

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

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 2:55 PM, Leif Middelschulte wrote: > > > -- > Leif > > > Am Dienstag, 3. Juli 2012 um 19:32 schrieb Michael Blumenkrantz: > >> On Wed, 4 Jul 2012 02:28:57 +0900 >> Carsten Haitzler (The Rasterman) > (mailto:ras...@rasterman.com)> wrote: >> >> > On Tue, 3 Jul 2012 13:47:49 -0

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

2012-07-03 Thread cpmichael1
From: "Gustavo Sverzut Barbieri" To: "Enlightenment developer list" Sent: Tuesday, July 3, 2012 7:13:02 PM Subject: Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas On Tue, Jul 3, 2012 at 2:26 PM, wrote: > On Tue, Jul 3, 2012 at 4:30 AM, Enlightenment SVN > wrote: >> Log: >> E

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

2012-07-03 Thread Jihoon Kim
I found this issue, so I fixed and committed about 7 hours ago. 2012. 7. 4. 오전 2:40에 님이 작성: > Ahhhm yes they should actually. I'll fix it tomorrow. Thanks for pointing > that out :) > > > dh > > > - Original Message - > From: "Raphael Kubo da Costa" > To: enlightenment-devel@lists.source

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

2012-07-03 Thread The Rasterman
On Tue, 3 Jul 2012 15:15:18 -0300 Gustavo Sverzut Barbieri said: > On Tue, Jul 3, 2012 at 2:55 PM, Leif Middelschulte > wrote: > > > > > > -- > > Leif > > > > > > Am Dienstag, 3. Juli 2012 um 19:32 schrieb Michael Blumenkrantz: > > > >> On Wed, 4 Jul 2012 02:28:57 +0900 > >> Carsten Haitzler (Th

Re: [E-devel] E SVN: bdilly trunk/ephysics/src/bin

2012-07-03 Thread Daniel Juyung Seo
what was the problem with edje? On Jul 4, 2012 8:24 AM, "Enlightenment SVN" wrote: > Log: > EPhysics: use elm_layout instead of edje to add cbs > > Oh, I love when weird things got duplicated over all the project. > Use elm_layout_signal_callback_add instead of > edje_object_signal_callback

Re: [E-devel] E SVN: bdilly trunk/ephysics/src/bin

2012-07-03 Thread Gustavo Sverzut Barbieri
On Tue, Jul 3, 2012 at 9:41 PM, Daniel Juyung Seo wrote: > what was the problem with edje? nothing, just the code was using edje_get() -> edje_function instead of the layout one: >> - edje = elm_layout_edje_get(test_data->layout); >> - edje_object_signal_callback_add(edje, "restart", "test-t

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

2012-07-03 Thread Cedric BAIL
ARE YOU SURE OF WHAT YOU DID ? Is it still working with lua 5.1 ? As far as I remember we avoided moving to 5.2 because they did break their API/ABI. If this break 5.1, then revert ! On Tue, Jul 3, 2012 at 11:08 PM, Enlightenment SVN wrote: > Log: > unbork edje-lua on 5.2 > > Author: quaker

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

2012-07-03 Thread The Rasterman
On Wed, 4 Jul 2012 09:58:30 +0900 Cedric BAIL said: i asked last night and he claims it works with 5.1 - we were using deprecated features that still were in 5.1 (deprecated earlier) and 5.2 killed them off entirely. > ARE YOU SURE OF WHAT YOU DID ? Is it still working with lua 5.1 ? As > far as

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

2012-07-03 Thread David Seikel
On Wed, 4 Jul 2012 10:44:19 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 4 Jul 2012 09:58:30 +0900 Cedric BAIL > said: > > i asked last night and he claims it works with 5.1 - we were using > deprecated features that still were in 5.1 (deprecated earlier) and > 5.2 killed them off en

Re: [E-devel] [Patch][layout] select layout in access mode

2012-07-03 Thread Kim Shinwoo
Hello, Thanks for your response. I revised the patch which has the way to get the state of accessibility now. But I'm not sure the NAME of api, which is better elm_layout_edje_object_access_set() or elm_layout_edje_object_CAN_access_set()? Please give your feedback. Thanks again. Cordially, Shinw

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

2012-07-03 Thread Chris Michael
Thanks Jihoon :) Dh > -Original Message- > From: Jihoon Kim [mailto:imfin...@gmail.com] > Sent: 03 July 2012 22:56 > To: Enlightenment developer list > Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_imf > > I found this issue, so I fixed and committed about 7 hours

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/conf_shelves

2012-07-03 Thread Michael Blumenkrantz
when you said I had broken something, I thought you meant I had actually broken something. this is a disappointment to borkers everywhere. On Wed, Jul 4, 2012 at 7:08 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > E (conf_shelves): Fix format statement for snprintf. Bad Stu !

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/conf_shelves

2012-07-03 Thread David Seikel
On Wed, 4 Jul 2012 07:26:42 +0100 Michael Blumenkrantz wrote: > when you said I had broken something, I thought you meant I had > actually broken something. this is a disappointment to borkers > everywhere. You will just have to try harder next time. -- A big old stinking pile of genius that n