Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread suxia li
is there any way to get the data?

--- Original Message ---
Sender : Vincent Torri 
Date   : 六月 21, 2011 15:49 (GMT+09:00)
Title  : Re: [E-devel] How to get the buffer of current evas



On Tue, 21 Jun 2011, Atton Jonathan wrote:

> Evas is optimized, now Evas does not use a buffer. Data are in the cloud !

but he is using the buffer engine with ecore_evas, so it should work. 
Maybe a small test case would be helpful

Vincent

>
> 2011/6/21 suxia li 
>
>>
>>
>> Hi,
>>  Here i want to get the buffer of current evas, so i tried by the 2 API ,
>> firstly get the ecore evas, then get the buffer pixels of current
>> Ecore_Evas, but the second API return NULL. is there any one help me on this
>> issue, thanks in advance.
>>
>> ecore_evas_ecore_evas_get??const Evas *e
>> ecore_evas_buffer_pixels_get??Ecore_Evas *ee
>>
>> Best Regards
>>
>> --
>> EditLive Enterprise is the world's most technically advanced content
>> authoring tool. Experience the power of Track Changes, Inline Image
>> Editing and ensure content is compliant with Accessibility Checking.
>> http://p.sf.net/sfu/ephox-dev2dev
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>
>
>
> -- 
> Regards.
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>
  
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread Vincent Torri



On Tue, 21 Jun 2011, Atton Jonathan wrote:


Evas is optimized, now Evas does not use a buffer. Data are in the cloud !


but he is using the buffer engine with ecore_evas, so it should work. 
Maybe a small test case would be helpful


Vincent



2011/6/21 suxia li 




Hi,
 Here i want to get the buffer of current evas, so i tried by the 2 API ,
firstly get the ecore evas, then get the buffer pixels of current
Ecore_Evas, but the second API return NULL. is there any one help me on this
issue, thanks in advance.

ecore_evas_ecore_evas_getÿÿconst Evas *e
ecore_evas_buffer_pixels_getÿÿEcore_Evas *ee

Best Regards

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





--
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread Atton Jonathan
Evas is optimized, now Evas does not use a buffer. Data are in the cloud !

2011/6/21 suxia li 

>
>
> Hi,
>  Here i want to get the buffer of current evas, so i tried by the 2 API ,
> firstly get the ecore evas, then get the buffer pixels of current
> Ecore_Evas, but the second API return NULL. is there any one help me on this
> issue, thanks in advance.
>
> ecore_evas_ecore_evas_get(const Evas *e);
> ecore_evas_buffer_pixels_get(Ecore_Evas *ee);
>
> Best Regards
>
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] How to get the buffer of current evas

2011-06-20 Thread suxia li


Hi,
  Here i want to get the buffer of current evas, so i tried by the 2 API , 
firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas, 
but the second API return NULL. is there any one help me on this issue, thanks 
in advance.

ecore_evas_ecore_evas_get(const Evas *e);
ecore_evas_buffer_pixels_get(Ecore_Evas *ee);

Best Regards
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Comp Scale Module with Illume Profile+ELFE and minimized windows

2011-06-20 Thread Jeff Hoogland
Hey All -

Using the comp scale module and I have a couple questions.

First - is it possible to have comp scale show windows that are minimized in
addition to those that are maximized?

Second - by default the scale windows is counting the illume top bar, illume
keyboard, and ELFE each as separate launchers. Can I have it ignore some/all
of these as they are not really windows/applications?

-- 
~Jeff Hoogland 
Thoughts on Technology , Tech Blog
Bodhi Linux , Enlightenment for your Desktop
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-20 Thread Lucas De Marchi
On Tue, Jun 21, 2011 at 1:14 AM, Lucas De Marchi
 wrote:
> On Mon, Jun 20, 2011 at 7:01 PM, Carsten Haitzler  
> wrote:
>>
>> as i keep saying.. i can't reproduce it. it's workign fine here.
>
> Did you put it in 24h mode and looked at it *after* 20h?

I should have written *after* 13h, not 20h

Lucas De Marchi

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-20 Thread Lucas De Marchi
On Mon, Jun 20, 2011 at 7:01 PM, Carsten Haitzler  wrote:
>
> as i keep saying.. i can't reproduce it. it's workign fine here.

Did you put it in 24h mode and looked at it *after* 20h?

Or... maybe you have seconds enabled. It's a problem in the
initialization and it goes away the first time the clock is updated.
If you let seconds displayed, it'll be updated faster than you can
judge it was wrong.


Lucas De Marchi

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] ELM GLView updates

2011-06-20 Thread Sung W. Park
cool, thanks!

well hopefully we'll have the software-backend running GL stuff as well
soon.
I think we can do but it'll take time for me to get to it, unless
someones gets on
it before I do.

I hear ya on the bastard son.  we hate it but sometimes it happens aswe try
to
bring two together.  Hopefully we won't see many more of those.

anyway, looking forward to more comments and suggestions on how we can make
the GL stuff better on EFL.

cheers,
Sung

yeah, i hear ya on the callbacks here, especially the resize.

On Mon, Jun 20, 2011 at 7:57 PM, Carsten Haitzler wrote:

> On Mon, 20 Jun 2011 11:18:56 +0900 "Sung W. Park" 
> said:
>
> in svn as it pretty much fixes things. comments here;
>
> 1. not totally into the idea of setting engine explicitly before u create
> the
> window :( if its not a gl engine this test cant really work and that config
> is
> controls system-wide for gl apps atm. this SHOULD work without the gl
> engine
> via a software mesa fallback so setting the engine kind of will hide that
> fact
> that that isnt done yet :)
> 2. thought i really don't like the resize callback i'll let it pass as this
> is
> some kind of bastard son of both efl and opengl and there isn't really a
> pure
> "one true way" and there is very little you can do to make both sides
> totally
> happy as there is a fundamental design philosophy difference between them
> in
> certain areas :(
>
> > Hi all,
> >
> > Upon reviewing the elm_glview, I've realized a few issues and mistakes
> that
> > i've made originally so I've made some changes/ updates to elm_glview
> >
> > 1.)  GL Resource Deletion in ELM_GLView
> >
> > In order to delete GL resources, the current approach simply registered a
> > delete callback to the GLView object and handled resource deletion there.
> > Unfortunately, using the delete callback did not guarantee the glview
> > context to be
> > current.  In order to guarantee that the current context was the glview
> > context, the make_current call needs to be called explicitly.  Since we
> were
> > hiding all the
> > make current details in elm_glview, i've decided to add an API that
> registers
> > a delete callback function. I know that this may seem redundant since
> > there is already
> > a delete callback that you can register with glview objects.
> > Unfortunately, this is the
> > only option that we have apart from exposing make_current, which is
> > something that
> > went again what we are trying to do with elm_glview.
> >
> > Since adding delete callback alone seemed a little out of place, i've
> > taken the liberty
> > to add other callback functions to make it seem consistent.
> >
> > void elm_glview_init_func_set(Evas_Object *obj, Elm_GLView_Func func);
> > void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func func);
> > void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func func);
> >
> > resize callback can be controversial as well but I want to argue that
> > adding this callback
> > makes the render function a lot cleaner.  To handle resize
> > differently, the user in
> > render function needs to manually compare and see if the size has
> changed, and
> > then handle the cases.  Doing all of this internally once makes the
> > developers life
> > a lot easier in my opinion.
> >
> > these callback functions do make the render function a lot cleaner.
> > You can check
> > out the updated test_glview.c or newly added test_glview_simple.
> >
> > 2.) Minor bug fixes/changes
> >
> > elm_glview_scale_policy_set() was supposed to be
> elm_glview_resize_policy_set
> > () but it somehow evaded our reviews.  That has been fixed.
> >
> > Also, in _glview_resize, after updating the surface, it was explicitly
> > calling the
> > render function.  It is actually unnecessary here and calling it here
> > will cause
> > problems if resize gets called before everything else is setup
> > properly.  So that has
> > been commented out.
> >
> > 3.) test_glview & test_glview_simple
> >
> > elementary_test case for glview has been updated to reflect the api
> changes.
> > when you run the elmentary_test, you need to make sure that you set
> > ELM_ENGINE=gl as glview currently only runs on gl backend.
> >
> > test_glview runs the gears example.  For testing purposes I've included a
> > simple glview test case that renders a triangle and changing background
> color.
> >
> > 4.) Attached Files: elm_glview_update.patch, test_glview_simple.c
> >   - copy test_glview_simple.c to elementary/src/bin directory
> >   - apply patch using patch -p0 elm_glview_update.patch
> >   - Do make, make install
> >   - run by
> >  %ELM_ENGINE=gl elmentary_test
> >
> >
> > Comments and suggestions would be much appreciated.
> >
> > thanks a bunch!
> > Sung
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
--
EditLive Enterprise is the wo

Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 19:37:50 +0200 Cedric BAIL  said:

> On Mon, Jun 20, 2011 at 6:26 PM, Eduardo Lima (Etrunko)
>  wrote:
> > On Mon, Jun 20, 2011 at 1:23 PM, Eduardo Lima (Etrunko)
> >  wrote:
> >> Hmm. I found a weird behavior with the clock after noon and 24h mode.
> >> Screenshot attached:
> >>
> >
> > Damn, hit the send button too fast. Forgot to add that it happens only
> > at when you click on the clock and the popup shows. The next update of
> > the clock it will display the time correctly.
> 
> Yes, it seems like hour are not updated correctly the first time.
> That's another bug not related to the wrong one we repported this
> morning (or maybe that was yesterday afternoon for Raster).

as i keep saying.. i can't reproduce it. it's workign fine here.

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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-20 Thread Cedric BAIL
On Mon, Jun 20, 2011 at 6:26 PM, Eduardo Lima (Etrunko)
 wrote:
> On Mon, Jun 20, 2011 at 1:23 PM, Eduardo Lima (Etrunko)
>  wrote:
>> Hmm. I found a weird behavior with the clock after noon and 24h mode.
>> Screenshot attached:
>>
>
> Damn, hit the send button too fast. Forgot to add that it happens only
> at when you click on the clock and the popup shows. The next update of
> the clock it will display the time correctly.

Yes, it seems like hour are not updated correctly the first time.
That's another bug not related to the wrong one we repported this
morning (or maybe that was yesterday afternoon for Raster).
-- 
Cedric BAIL

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Engage Window covering

2011-06-20 Thread hannes.janet...@gmail.com
Hi,

On Mon, Jun 20, 2011 at 5:55 PM, Andreas Volz  wrote:
> Hello,
>
> Now I started using engage on my desktop and I like it. Great work!!
>
> But some time ago I approved some E border placement code that windows
> doesn't cover shelves to much. I experienced now that I've similar
> problems with engage. So I assume E internal engage is not a shelve,
> correct?
>
> If I now dig again into this E code, could you tell me how I detect
> engage bars in the code? I like that engage behaves with the same
> configuration settings as shelves.

it's on my todo, but I can't tell when I get to it. Engage would need
to register itself as some kind of shelf (hackish) or as some other
obstacle to be used by e_resist and e_place. Imo one could reuse
e_container_shape for this (which needs to be extended to know the
window type and stacking then) and modify e_place/resist to work only
on e_container_shapes.

As a workaround you can add an invisible shelf with nothing in it on
the edge where engage is for now :)

Regards,
Hannes

>
> regards
>  Andreas
>
> --
> Technical Blog 
>
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Engage animation covering windows

2011-06-20 Thread Andreas Volz
Hello,

I also found out that the sizing animation in engage prevents me from
clicking to the most lower part of a window. This is e.g. problematic
while using xchat in maximized state. 

Did you experience the same?

I've no really concept idea to solve this. Anyone creative?

regards
Andreas

-- 
Technical Blog 

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-20 Thread Eduardo Lima (Etrunko)
Hmm. I found a weird behavior with the clock after noon and 24h mode.
Screenshot attached:



On Thu, Jun 16, 2011 at 4:47 AM, Tom Hacohen
 wrote:
> On Thu, 2011-06-16 at 16:42 +0900, Carsten Haitzler wrote:
>> you have the source luke. :)
>
> But I don't have a time machine, so until then, it'll have to wait :)
>
> --
> Tom.
>
>
>
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>



-- 
Eduardo de Barros Lima
ebl...@gmail.com
<>--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] e17 todo list -> clock+calendar thing done

2011-06-20 Thread Eduardo Lima (Etrunko)
On Mon, Jun 20, 2011 at 1:23 PM, Eduardo Lima (Etrunko)
 wrote:
> Hmm. I found a weird behavior with the clock after noon and 24h mode.
> Screenshot attached:
>

Damn, hit the send button too fast. Forgot to add that it happens only
at when you click on the clock and the popup shows. The next update of
the clock it will display the time correctly.

Best regards, Etrunko

-- 
Eduardo de Barros Lima
ebl...@gmail.com

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Engage Window covering

2011-06-20 Thread Andreas Volz
Hello,

Now I started using engage on my desktop and I like it. Great work!!

But some time ago I approved some E border placement code that windows
doesn't cover shelves to much. I experienced now that I've similar
problems with engage. So I assume E internal engage is not a shelve,
correct?

If I now dig again into this E code, could you tell me how I detect
engage bars in the code? I like that engage behaves with the same
configuration settings as shelves.

regards
  Andreas

-- 
Technical Blog 

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elm_animator API

2011-06-20 Thread Daniel Juyung Seo
> if you want to  - deprecate the api and then remove it in a few weeks. :)

+1.
I think this is valid until elm reaches to 1.0.

Daniel Juyung Seo (SeoZ)

On Mon, Jun 20, 2011 at 4:56 PM, Carsten Haitzler  wrote:
> On Sat, 18 Jun 2011 09:14:24 +0900 ChunEon Park said:
>
> i'm happy to deprecate it :) if you want to  - deprecate the api and then
> remove it in a few weeks. :)
>
>>
>> discomfitor!
>>
>> We don't know who are using which elm APIs even elm didn't reach the 1.0 yet.
>>
>> I don't wanna make them inconvenient.
>>
>>
>>
>> 
>> Let's run together for the best moment!
>> -Regards, Hermet-
>>
>> -Original Message-
>> From: "Mike Blumenkrantz"
>> To: "ChunEon Park"
>> Cc: jgas...@profusion.mobi; enlightenment-devel@lists.sourceforge.net
>> Sent: 11-06-18(토) 08:53:54
>> Subject: Re: [E-devel] elm_animator APIOn Fri, 17 Jun 2011 02:25:06 +0900
>> ChunEon Park wrote:
>> >
>> > Hi.
>> >
>> > Yes, i guess it would be a bug and
>> > animator has a lack of functions for users (includes paused_get).
>> >
>> > However, ecore_animator is expanding it's functionalities,
>> > and elm_animator could be covered by elm_transit.
>> >
>> > Hence, elm_animator should be deprecated at this time or soon 
>> > unfortunately.
>> Is it really necessary to deprecate something in a lib that hasn't even
>> reached 1.0? You could probably just delete it...
>> >
>> > Do developers agree with it?
>> >
>> > If it's ok to deprecate it now, i will leave it in the trash.
>> >
>> > or
>> >
>> > I will fix those oddities as soon.
>> >
>> > 
>> > Let's run together for the best moment!
>> > -Regards, Hermet-
>> >
>> > -Original Message-
>> > From: 
>> > To: enlightenment-devel@lists.sourceforge.net
>> > Cc:
>> > Sent: 11-06-16(목) 22:50:02
>> > Subject: [E-devel] elm_animator APIOn creating the documentation for
>> > elm_animator I noticed some oddities in it's API:
>> > There is no way to know if an animation is paused,
>> > elm_animator_operating_get() returns true even when animation is paused, it
>> > seems to me it would be good if it would return false in that case, if it's
>> > felt that that is not a good idea I suggest creating an
>> > elm_animator_paused_get() function.
>> > The other problem is more serious and while I don't know if it was this way
>> > on purpose I consider it to be a bug. When an animation is paused and then
>> > resumed it jumps(the operating callback is called with a frame much higher
>> > than that with which it was previously called).
>> > The elm_animator documentation, including an example which should make the
>> > mentioned issues easy to spot will be commited later today.
>> > Regards,
>> > Gastal
>> > --
>> > EditLive Enterprise is the world's most technically advanced content
>> > authoring tool. Experience the power of Track Changes, Inline Image
>> > Editing and ensure content is compliant with Accessibility Checking.
>> > http://p.sf.net/sfu/ephox-dev2dev
>> > ___
>> > enlightenment-devel mailing list
>> > enlightenment-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> > --
>> > EditLive Enterprise is the world's most technically advanced content
>> > authoring tool. Experience the power of Track Changes, Inline Image
>> > Editing and ensure content is compliant with Accessibility Checking.
>> > http://p.sf.net/sfu/ephox-dev2dev
>> > ___
>> > enlightenment-devel mailing list
>> > enlightenment-devel@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> --
>> Mike Blumenkrantz
>> Zentific: Coding in binary since '10.
>> --
>> EditLive Enterprise is the world's most technically advanced content
>> authoring tool. Experience the power of Track Changes, Inline Image
>> Editing and ensure content is compliant with Accessibility Checking.
>> http://p.sf.net/sfu/ephox-dev2dev
>> ___
>> 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
>
>
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2

Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data types.

2011-06-20 Thread Hyoyoung Chang
Oops. I missed remove deprecated structures.
Also I attached new version of this patch.

Thank you

> -Original Message-
> From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> Sent: Monday, June 20, 2011 8:08 PM
> To: Hyoyoung Chang
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data
> types.
> 
> On Mon, 20 Jun 2011 16:24:00 +0900 Hyoyoung Chang
> 
> said:
> 
> well the patches do conflict. this one i didn't put in as it conflicts
> with the
> last one i mentioned that it seemed to do the same things, but missing uri
> data
> type check.
> 
> if you want me to look at this patch - can u gen one that.. doesnt
> conflict? :)
> other patches are in :)
> 
> > Ahh, that's because I can't sure which patches are will be committed.
> >
> > So I sent three patches, it's all based on same revision.
> > ([patch] elm_cnp_helper - determine uri or text data types.
> > [patch] elm_cnp_helper - add user callback handling at text response
> > [patch] elm_cnp_helper - remove pasteimage structure)
> >
> > Each patch is different. So maybe it's bugging to commit.
> > But It's not my intend. I just wanna respect maintainers.
> >
> > PS. If same situation is happen, should I send a patch which bases on
> > previous of it?
> >
> >
> > > -Original Message-
> > > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> > > Sent: Monday, June 20, 2011 4:10 PM
> > > To: Hyoyoung Chang
> > > Cc: enlightenment-devel@lists.sourceforge.net
> > > Subject: Re: [E-devel] [patch] elm_cnp_helper - determine uri or text
> data
> > > types.
> > >
> > > On Wed, 15 Jun 2011 20:38:19 +0900 Hyoyoung Chang
> > > 
> > > said:
> > >
> > > it looks like cnp_rempi.patch.txt replaces cnp_uritext.patch.txt
> having a
> > > look
> > > at these. am i right? it seems some bits are missing like adding
> > > is_uri_type_data()
> > >
> > > > Dear Elementary developers.
> > > >
> > > > I've made a patch about elm_cnp_helper.
> > > > It's contains two things.
> > > >
> > > > First is remove pastedimages variable (unused variable)
> > > > Other thing is about determine type.
> > > > When a user is trying to paste data, elm_cnp_helper call
> > > > notify_handler_targets.
> > > > In notify_handler_targets, it enumerates atoms and figure out
> matching
> > > > types.
> > > > Atom types are sorted by rich types to simple types.
> > > > So if a user's trying to paste simple text type, it will match uri
> type.
> > > > Because uri type also can be a text type.
> > > > However in uri type handling functions, there are no fallback to
> text
> > > type.
> > > > This patch makes if pasting data is just text, do not pass it as a
> uri.
> > > >
> > > > Thank you.
> > > >
> > > > --
> > > > Hyoyoung CHANG
> > > > Engineer
> > > >
> > > > SAMSUNG ELECTRONICS, Co., Ltd.
> > > > E-mail: hyoyoung.ch...@samsung.com
> > > > --
> > >
> > >
> > > --
> > > - 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
Index: elm_cnp_helper.c
===
--- elm_cnp_helper.c(리비전 60520)
+++ elm_cnp_helper.c(작업 사본)
@@ -620,6 +620,29 @@
 
return EINA_TRUE;
 }
+
+static Eina_Bool
+is_uri_type_data(Cnp_Selection *sel, Ecore_X_Event_Selection_Notify *notify)
+{
+   Ecore_X_Selection_Data *data;
+   Ecore_X_Selection_Data_Files *files;
+   char *p;
+
+   data = notify->data;
+   cnp_debug("data->format is %d %p %p\n", data->format, notify, data);
+   if (data->content == ECORE_X_SELECTION_CONTENT_FILES) return EINA_TRUE;
+   else p = (char *)data->data;
+
+   if (!p) return EINA_TRUE;
+   cnp_debug("Got %s\n", p);
+   if (strncmp(p, "file://", 7))
+ {
+if (*p != '/') return EINA_FALSE;
+ }
+
+   return EINA_TRUE;
+}
+
 /*
  * Callback to handle a targets response on a selection request:
  * So pick the format we'd like; and then request it.
@@ -643,6 +666,11 @@
   {
  if ((atoms[j].atom == atomlist[i]) && (atoms[j].notify))
{
+  if ((j == CNP_ATOM_text_uri) ||
+  (j == CNP_ATOM_text_urilist))
+{
+  if(!is_uri_type_data(sel, notify)) continue;
+}
   cnp_debug("Atom %s matches\n",atoms[j].name);
   goto done;
}
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-d

Re: [E-devel] epp and open() mode

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 09:38:23 +0200 (CEST) Vincent Torri 
said:

i dont see how it could or should be - the open syscall allows for adding a
mode FOr writes.. it should ignore it on read only opens. depends on the open
syscall impl/support.

> 
> 
> On Sat, 18 Jun 2011, Carsten Haitzler (The Rasterman) wrote:
> 
> > On Fri, 17 Jun 2011 23:27:13 +0200 (CEST) Vincent Torri
> >  said:
> >
> > open is O_RDONLY in all cases... so it doesnt even matter and u dont even
> > have to pass the mask.
> 
> well, i was wondering if that could be a pb on Windows...
> 
> Vincent
> 
> >
> >>
> >> Hey
> >>
> >> epp is using open() with mode 0666. Shouldn't it be 0644 instead ?
> >>
> >> Vincent
> >>
> >> --
> >> EditLive Enterprise is the world's most technically advanced content
> >> authoring tool. Experience the power of Track Changes, Inline Image
> >> Editing and ensure content is compliant with Accessibility Checking.
> >> http://p.sf.net/sfu/ephox-dev2dev
> >> ___
> >> 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
> >
> >
> 


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data types.

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 16:24:00 +0900 Hyoyoung Chang 
said:

well the patches do conflict. this one i didn't put in as it conflicts with the
last one i mentioned that it seemed to do the same things, but missing uri data
type check.

if you want me to look at this patch - can u gen one that.. doesnt conflict? :)
other patches are in :)

> Ahh, that's because I can't sure which patches are will be committed.
> 
> So I sent three patches, it's all based on same revision.
> ([patch] elm_cnp_helper - determine uri or text data types.
> [patch] elm_cnp_helper - add user callback handling at text response
> [patch] elm_cnp_helper - remove pasteimage structure)
> 
> Each patch is different. So maybe it's bugging to commit. 
> But It's not my intend. I just wanna respect maintainers.
> 
> PS. If same situation is happen, should I send a patch which bases on
> previous of it?
> 
> 
> > -Original Message-
> > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> > Sent: Monday, June 20, 2011 4:10 PM
> > To: Hyoyoung Chang
> > Cc: enlightenment-devel@lists.sourceforge.net
> > Subject: Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data
> > types.
> > 
> > On Wed, 15 Jun 2011 20:38:19 +0900 Hyoyoung Chang
> > 
> > said:
> > 
> > it looks like cnp_rempi.patch.txt replaces cnp_uritext.patch.txt having a
> > look
> > at these. am i right? it seems some bits are missing like adding
> > is_uri_type_data()
> > 
> > > Dear Elementary developers.
> > >
> > > I've made a patch about elm_cnp_helper.
> > > It's contains two things.
> > >
> > > First is remove pastedimages variable (unused variable)
> > > Other thing is about determine type.
> > > When a user is trying to paste data, elm_cnp_helper call
> > > notify_handler_targets.
> > > In notify_handler_targets, it enumerates atoms and figure out matching
> > > types.
> > > Atom types are sorted by rich types to simple types.
> > > So if a user's trying to paste simple text type, it will match uri type.
> > > Because uri type also can be a text type.
> > > However in uri type handling functions, there are no fallback to text
> > type.
> > > This patch makes if pasting data is just text, do not pass it as a uri.
> > >
> > > Thank you.
> > >
> > > --
> > > Hyoyoung CHANG
> > > Engineer
> > >
> > > SAMSUNG ELECTRONICS, Co., Ltd.
> > > E-mail: hyoyoung.ch...@samsung.com
> > > --
> > 
> > 
> > --
> > - 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
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/evas: . src/lib src/lib/canvas

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 16:05:11 +0900 Mike McCormack 
said:

done.

> On 06/18/2011 08:50 AM, Carsten Haitzler (The Rasterman) wrote:
> > On Fri, 17 Jun 2011 13:41:43 -0300 Rafael Antognolli
> >  said:
> 
> >>> -
> >>> +* Allow to get packign location of table child
> 
>  ^ typo
> 
> >>> + * Get packgin location of a child of table
> 
> ^ typo
> 
> Not the most exciting task, I know... :-/
> 
> thanks,
> 
> Mike
> 
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] ELM GLView updates

2011-06-20 Thread The Rasterman
On Mon, 20 Jun 2011 11:18:56 +0900 "Sung W. Park"  said:

in svn as it pretty much fixes things. comments here;

1. not totally into the idea of setting engine explicitly before u create the
window :( if its not a gl engine this test cant really work and that config is
controls system-wide for gl apps atm. this SHOULD work without the gl engine
via a software mesa fallback so setting the engine kind of will hide that fact
that that isnt done yet :)
2. thought i really don't like the resize callback i'll let it pass as this is
some kind of bastard son of both efl and opengl and there isn't really a pure
"one true way" and there is very little you can do to make both sides totally
happy as there is a fundamental design philosophy difference between them in
certain areas :(

> Hi all,
> 
> Upon reviewing the elm_glview, I've realized a few issues and mistakes that
> i've made originally so I've made some changes/ updates to elm_glview
> 
> 1.)  GL Resource Deletion in ELM_GLView
> 
> In order to delete GL resources, the current approach simply registered a
> delete callback to the GLView object and handled resource deletion there.
> Unfortunately, using the delete callback did not guarantee the glview
> context to be
> current.  In order to guarantee that the current context was the glview
> context, the make_current call needs to be called explicitly.  Since we were
> hiding all the
> make current details in elm_glview, i've decided to add an API that registers
> a delete callback function. I know that this may seem redundant since
> there is already
> a delete callback that you can register with glview objects.
> Unfortunately, this is the
> only option that we have apart from exposing make_current, which is
> something that
> went again what we are trying to do with elm_glview.
> 
> Since adding delete callback alone seemed a little out of place, i've
> taken the liberty
> to add other callback functions to make it seem consistent.
> 
> void elm_glview_init_func_set(Evas_Object *obj, Elm_GLView_Func func);
> void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func func);
> void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func func);
> 
> resize callback can be controversial as well but I want to argue that
> adding this callback
> makes the render function a lot cleaner.  To handle resize
> differently, the user in
> render function needs to manually compare and see if the size has changed, and
> then handle the cases.  Doing all of this internally once makes the
> developers life
> a lot easier in my opinion.
> 
> these callback functions do make the render function a lot cleaner.
> You can check
> out the updated test_glview.c or newly added test_glview_simple.
> 
> 2.) Minor bug fixes/changes
> 
> elm_glview_scale_policy_set() was supposed to be elm_glview_resize_policy_set
> () but it somehow evaded our reviews.  That has been fixed.
> 
> Also, in _glview_resize, after updating the surface, it was explicitly
> calling the
> render function.  It is actually unnecessary here and calling it here
> will cause
> problems if resize gets called before everything else is setup
> properly.  So that has
> been commented out.
> 
> 3.) test_glview & test_glview_simple
> 
> elementary_test case for glview has been updated to reflect the api changes.
> when you run the elmentary_test, you need to make sure that you set
> ELM_ENGINE=gl as glview currently only runs on gl backend.
> 
> test_glview runs the gears example.  For testing purposes I've included a
> simple glview test case that renders a triangle and changing background color.
> 
> 4.) Attached Files: elm_glview_update.patch, test_glview_simple.c
>   - copy test_glview_simple.c to elementary/src/bin directory
>   - apply patch using patch -p0 elm_glview_update.patch
>   - Do make, make install
>   - run by
>  %ELM_ENGINE=gl elmentary_test
> 
> 
> Comments and suggestions would be much appreciated.
> 
> thanks a bunch!
> Sung


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Backlight improvements

2011-06-20 Thread The Rasterman
On Sun, 19 Jun 2011 18:23:23 +0200 Mathieu Taillefumier
 said:

h but not so simple. when screensaver kicks in, we still get a black screen
as no one "took over being the custom screensaver". e's infra just lets
whatever the current screensaver is work - and thats x's default "create big
black window" screensaver. you need to modify e_screensaver.c ANd ecore_x to
add support to use XScreenSaverSetAttributes() to set up a custom screensaver
window. that's easily done - you define the p[ixmap to be used (just use 0),
x,y, widht, height et.c and colormap and so on.. what u want is to just get x
to create a dummy window offscreen so give it x, y of -1 -1 and width and
height of 1x1 (the rest is rather irrelevant so it can have default colormap
and visial and depth etc.).. but more importantly.. this makes x NOT display a
big black window. you'll have to add an ecore_x call to do this (and so e
becomes the default screensaver client). now e_screensaver needs to know about
this and "do something".

e_backlight needs to register a handler with e_screensaver of some sort to say
"hey - i'll handle the screensave event by dimming". if no one registers,
e_screensaver should do its own thing (eg popup big black window). :) so you're
on your way there. but there is more to do. also you still have your sleep
timer in the patch that you dont use (the value in config).

:) sorry i'm making this hard, but along the way you'll learn a lot about x,
efl, e etc. :)

> Hei,
> 
> 
> > Also, many userspace applications can work with that. Mplayer (and
> > other mediaplayers) for example regularly sends events to keep
> > xscreensaver disabled, thus keeping everything like it should be while
> > watching a movie without manually disabling the behaviour. This, like
> > all the things raster mentioned, would be desirable to keep with the
> > dim feature.
> 
> Here is the answer. Enclosed is the second version the patch 
> implementing the backlight dimming. Contrary to the first version, it is 
> based on the screensaver extension but the dimming will only work when 
> the screensaver is activated.
> 
> Cheers Mathieu


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] Change backlight on mouse scroll

2011-06-20 Thread The Rasterman
On Sun, 19 Jun 2011 17:08:57 +0800 P Purkayastha  said:

> Hi,
> 
>I am just attaching a small patch, mostly taken from mixer module, 
> which allows one to change the backlight via mouse scroll on the gadget.
> 
> ( Hope the attachment doesn't get stripped off :S )

looks all good to me! well done man! in svn it is! :)

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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_progressbar patch

2011-06-20 Thread The Rasterman
On Thu, 02 Jun 2011 12:44:13 + (GMT) PRINCE KUMAR DUBEY
 said:

elm_widget would have to store the text you set per named text part and on
theme hooks u need to call some elm_widget call to "reset labels" base on this
list elm_widget manages.

btw - are you going to do this? yoz is suggesting he can get it done in a few
weeks if you don't.

> 
>how we are going to manage theme changability ? i mean to say how texts are
>going to reset again on theme changes if we do not handle it at each widget
>level.
> 
>can you please provide your suggestions over it.
> 
> 
>--- Original Message ---
> 
>Sender : Carsten Haitzler
> 
>Date : Jun 02, 2011 14:28 (GMT+05:30)
> 
>Title : Re: [E-devel] [Patch] elm_progressbar patch
> 
> 
>On Wed, 01 Jun 2011 09:47:01 + (GMT) PRINCE KUMAR DUBEY
>said:
>yeah... all i can imagine being better is this being generic like signal
>emit
>hooks
>>
>>Hi Mr Park,
>>
>>
>>Thanks for your comment.
>>
>>
>>I already had discussion with Rasterman about this new API.
>>
>>Please visit this link for reference
>>[1]http://sourceforge.net/mailarchive/message.php?msg_id=27444784.
>>
>>
>>and this API would not make widget to break theme changing feature as
>we
>> are handling this in _theme_hook().
>>
>>
>>Regards,
>>
>>Prince
>>
>>
>>
>>--- Original Message ---
>>
>>Sender : ChunEon Park
>>
>>Date : Jun 01, 2011 14:19 (GMT+05:30)
>>
>>Title : RE: RE: [E-devel] [Patch] elm_progressbar patch
>>
>>
>>Hi, prince.
>>
>>
>>I checked your patch right before.
>>
>>
>>But I dont like these new APIs.
>>
>>
>>Currently progressbar provides label_set API for normal case.
>>
>>
>>and  people  could add extra text with text-part in separted layout or
>>elm_label or something else if they need.
>>
>>
>>This kind of API would make the widget break theme changing.
>>
>>
>>Doesn't it?
>>
>>
>>Thanks.
>>
>>
>>
>>Let's run together for the best moment!
>>-Regards, Hermet-
>>
>>
>>-Original Message-
>>From: "ChunEon Park"
>>To: "'ChunEon Park'";
>>"'EFL'"
>>Cc: prince.du...@samsung.com
>>Sent: 11-05-26(목) 11:17:05
>>Subject: RE: [E-devel] [Patch] elm_progressbar patchOops, I missed
>patch
>>file.
>>Try it again! :p
>>-Original Message-
>>From: ChunEon Park [mailto:her...@naver.com]
>>Sent: Thursday, May 26, 2011 11:14 AM
>>To: EFL
>>Cc: prince.du...@samsung.com
>>Subject: [E-devel] [Patch] elm_progressbar patch
>>Hi,
>>This patch is sent by Prince Kumar Dubey (prince.du...@samsung.com)
>>Could somebody review this patch?
>>If nobody review this, then I will later.
>>Thanks.
>>
>>Let's run together for the best moment!
>>-Regards, Hermet-
>>
> ---
>-
>>--
>>vRanger cuts backup time in half-while increasing security.
>>With the market-leading solution for virtual backup and recovery,
>>you get blazing-fast, flexible, and affordable data protection.
>>Download your free trial now.
>>[2]http://p.sf.net/sfu/quest-d2dcopy1
>>___
>>enlightenment-devel mailing list
>>enlightenment-devel@lists.sourceforge.net
>>https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>>
> [azUrp6pvpx30FrF0FAUdtH3Xp6UqFSdZ74lRhoRmb405MrE5pHkSpB0gbrJRbXk5pZloWr
>d=.gi
>>f]
>>
>>
>>
>>
>>[cid:Z5JE7EUABGFC@namo.co.kr]
>>
>>[SeenTimeChecker?
>> do=705252d8974533167eb145fa4cffa29fcda6ab03264f2db82f03c9b1
>>
>
> 9f0b6f57ba777c355c197185c465c2cf80a2b7ef9aba4bb3b2b5ca43ddd7e184e0604d958075
>> b6b33f32d245b7f8aafe245478a5f1d21d5ebee74427cf878f9a26ce15a0]
>>
>> References
>>
>>1. http://sourceforge.net/mailarchive/message.php?msg_id=27444784
>>2. http://p.sf.net/sfu/quest-d2dcopy1
>--
>- Codito, ergo sum - "I code, therefore I am" --
>The Rasterman (Carsten Haitzler)ras...@rasterman.com
> 
> 
> 
> 
>[cid:BEI0XT4NZ5JE@namo.co.kr]
> 
>[SeenTimeChecker?
> do=705252d897453316976d3cb8ecc95312a7ef2b7ff18712432f03c9b1
> 9f0b6f57ba777c355c197185c465c2cf80a2b7ef9aba4bb3b2b5ca43ddd7e184e0604d958075
> b6b33f32d245b7f8aafe245478a5f1d21d5ebee74427cf878f9a26ce15a0]


-- 
- Codito, ergo sum - "I code, the

Re: [E-devel] [Patch] make elm_genlist contatin multiline entries

2011-06-20 Thread The Rasterman
On Fri, 17 Jun 2011 18:26:28 +0900 Sohyun Kim  said:

genlist 6 test.. sitting here watching it flicker madly on resizes... :( still
the same problem :( it doesn't need to re-realize. it needs to resize and
re-calc min size with the new width and re-layout visible items.

> I made a patch again with latest elm_genlist
> 
> ONLY realized items and the items block will be resized horizontally using
> changed_job. 
> In the function, it just recalculate item min size again.
> After that, it is already realized and min size is calculated, so it is not
> re-realized again and just block size is recalculated.
> If it is deleted and re-realized again, loop will be
> infinite.(deleted->realized->changed_job->deleted->realized->changed_job
> )
> 
> Also, the unrealized items and the items block will be not resized
> horizontally.
> 
> Please review this patch again carefully.
> If multiline entries can be added to genlist, it is good to use genlist
> functions like editing, reordering and expendables with entries.
> 
> Thanks,
> 
> -Original Message-
> From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> Sent: Thursday, June 02, 2011 6:22 PM
> To: Sohyun Kim
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] [Patch] make elm_genlist contatin multiline entries
> 
> On Wed, 01 Jun 2011 18:07:05 +0900 Sohyun Kim 
> said:
> 
> there is a downside of this patch resizes of the genlist horizontally
> lead to horrible flickering as the items are deleted and re-realized AFTER a
> redraw happened... this isn't too good :( btw - attached updated patch as i
> had to merge changes after i put in other patches in upstream efl. :(
> 
> > Hello, this is Sohyun.
> > 
> > I made a patch for elm_genlist.
> > Elm_genlist cannot contain multiline entries because the height of 
> > multiline entry is decided after calculating elm_genlist_item height.
> > 
> > I added changed_size_hint event callback for elm_genlist icons.
> > When an icon size is changed, elm_genlist recalculates the item height.
> > In other words, if multiline entry height is decided, elm_genlist_item 
> > height is recalculated.
> > 
> > Elm_genlist may have many multiline entries, so I added recalculating 
> > routine as a job.
> > If many multiline entries are resized, the elm_genlist recalculating 
> > routine will be run once.
> > 
> > You can check elementary_test > genlist 6
> > 
> > Thanks
> > 
> 
> 
> --
> - 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-20 Thread The Rasterman
On Fri, 17 Jun 2011 18:05:02 +0900 cnook  said:

vincent - any comments on this?

> Dear All,
> 
> Hello~
> I add some enumeration variables for building on Windows.
> 
> And.. One question,
> nl_langinfo(CODESET) gives return value properly on MinGW?
> 
> 
> Sincerely,
> Shinwoo Kim.


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elm_animator API

2011-06-20 Thread The Rasterman
On Sat, 18 Jun 2011 09:14:24 +0900 ChunEon Park said:

i'm happy to deprecate it :) if you want to  - deprecate the api and then
remove it in a few weeks. :)

>  
> discomfitor!
>  
> We don't know who are using which elm APIs even elm didn't reach the 1.0 yet. 
>  
> I don't wanna make them inconvenient. 
>  
>  
>  
> 
> Let's run together for the best moment!
> -Regards, Hermet-
>  
> -Original Message-
> From: "Mike Blumenkrantz" 
> To: "ChunEon Park"
> Cc: jgas...@profusion.mobi; enlightenment-devel@lists.sourceforge.net
> Sent: 11-06-18(토) 08:53:54
> Subject: Re: [E-devel] elm_animator APIOn Fri, 17 Jun 2011 02:25:06 +0900
> ChunEon Park wrote:
> > 
> > Hi.
> > 
> > Yes, i guess it would be a bug and
> > animator has a lack of functions for users (includes paused_get). 
> > 
> > However, ecore_animator is expanding it's functionalities, 
> > and elm_animator could be covered by elm_transit. 
> > 
> > Hence, elm_animator should be deprecated at this time or soon unfortunately.
> Is it really necessary to deprecate something in a lib that hasn't even
> reached 1.0? You could probably just delete it...
> > 
> > Do developers agree with it?
> > 
> > If it's ok to deprecate it now, i will leave it in the trash. 
> > 
> > or
> > 
> > I will fix those oddities as soon. 
> > 
> > 
> > Let's run together for the best moment!
> > -Regards, Hermet-
> > 
> > -Original Message-
> > From:  
> > To: enlightenment-devel@lists.sourceforge.net
> > Cc: 
> > Sent: 11-06-16(목) 22:50:02
> > Subject: [E-devel] elm_animator APIOn creating the documentation for
> > elm_animator I noticed some oddities in it's API:
> > There is no way to know if an animation is paused, 
> > elm_animator_operating_get() returns true even when animation is paused, it 
> > seems to me it would be good if it would return false in that case, if it's 
> > felt that that is not a good idea I suggest creating an 
> > elm_animator_paused_get() function.
> > The other problem is more serious and while I don't know if it was this way
> > on purpose I consider it to be a bug. When an animation is paused and then 
> > resumed it jumps(the operating callback is called with a frame much higher 
> > than that with which it was previously called).
> > The elm_animator documentation, including an example which should make the 
> > mentioned issues easy to spot will be commited later today.
> > Regards,
> > Gastal
> > --
> > EditLive Enterprise is the world's most technically advanced content
> > authoring tool. Experience the power of Track Changes, Inline Image
> > Editing and ensure content is compliant with Accessibility Checking.
> > http://p.sf.net/sfu/ephox-dev2dev
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > --
> > EditLive Enterprise is the world's most technically advanced content
> > authoring tool. Experience the power of Track Changes, Inline Image
> > Editing and ensure content is compliant with Accessibility Checking.
> > http://p.sf.net/sfu/ephox-dev2dev
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> -- 
> Mike Blumenkrantz
> Zentific: Coding in binary since '10.
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch][elm_conform]

2011-06-20 Thread The Rasterman
On Thu, 16 Jun 2011 18:43:09 +0900 cnook  said:

> Dear All,
> 
> Hello~
> 
> When the indicator is displayed initially and use elm_confrom as parent by
> using elm_conformant_content_area_get, the indicator area (wd->shelf) does
> not display properly.
> Because any interested ECORE_X_EVENT_WINDOW_PROPERTY does not notify.
> In this case, we have got to evaluate size, when EVAS_CALLBACK_RESIZE
> occurs.

hmmm i see a problem. you add the resize callback (technically you should do it
on BOTH a move AND), but you dont remove the callbacks added once the illume
zone property change event comes in so we have this being called multiple
times. maybe you want to just add the move and resize callback handling on
widget create (like you do with resize alone) and remove the code that adds the
event handlers in _prop_change() ?

> And I have a query...
> When the event with ECORE_X_ATOM_E_ILLUME_ZONE occurs?

e sets this property on the client window itself. this property has in it the
window id that contains zone information (different screens looking at the same
root window will see different "zones"). this property is SET when the illume
policy get a border add (thus letting the app be able to know where to get zone
info). it will happen after a map request by a client then, so when the app
sees the prop change it knows the wm has now managed it and told it where to
find zone info so it can get indicator and other info correctly for that zone.

see policy.c from the illume2 module. ecore_x_e_illume_zone_set(0 sets the prop
on the client window. :)

> 
> Sincerely,
> Shinwoo Kim.


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] epp and open() mode

2011-06-20 Thread Vincent Torri


On Sat, 18 Jun 2011, Carsten Haitzler (The Rasterman) wrote:

> On Fri, 17 Jun 2011 23:27:13 +0200 (CEST) Vincent Torri 
> said:
>
> open is O_RDONLY in all cases... so it doesnt even matter and u dont even have
> to pass the mask.

well, i was wondering if that could be a pb on Windows...

Vincent

>
>>
>> Hey
>>
>> epp is using open() with mode 0666. Shouldn't it be 0644 instead ?
>>
>> Vincent
>>
>> --
>> EditLive Enterprise is the world's most technically advanced content
>> authoring tool. Experience the power of Track Changes, Inline Image
>> Editing and ensure content is compliant with Accessibility Checking.
>> http://p.sf.net/sfu/ephox-dev2dev
>> ___
>> 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
>
>

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data types.

2011-06-20 Thread Hyoyoung Chang
Ahh, that's because I can't sure which patches are will be committed.

So I sent three patches, it's all based on same revision.
([patch] elm_cnp_helper - determine uri or text data types.
[patch] elm_cnp_helper - add user callback handling at text response
[patch] elm_cnp_helper - remove pasteimage structure)

Each patch is different. So maybe it's bugging to commit. 
But It's not my intend. I just wanna respect maintainers.

PS. If same situation is happen, should I send a patch which bases on
previous of it?


> -Original Message-
> From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> Sent: Monday, June 20, 2011 4:10 PM
> To: Hyoyoung Chang
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data
> types.
> 
> On Wed, 15 Jun 2011 20:38:19 +0900 Hyoyoung Chang
> 
> said:
> 
> it looks like cnp_rempi.patch.txt replaces cnp_uritext.patch.txt having a
> look
> at these. am i right? it seems some bits are missing like adding
> is_uri_type_data()
> 
> > Dear Elementary developers.
> >
> > I've made a patch about elm_cnp_helper.
> > It's contains two things.
> >
> > First is remove pastedimages variable (unused variable)
> > Other thing is about determine type.
> > When a user is trying to paste data, elm_cnp_helper call
> > notify_handler_targets.
> > In notify_handler_targets, it enumerates atoms and figure out matching
> > types.
> > Atom types are sorted by rich types to simple types.
> > So if a user's trying to paste simple text type, it will match uri type.
> > Because uri type also can be a text type.
> > However in uri type handling functions, there are no fallback to text
> type.
> > This patch makes if pasting data is just text, do not pass it as a uri.
> >
> > Thank you.
> >
> > --
> > Hyoyoung CHANG
> > Engineer
> >
> > SAMSUNG ELECTRONICS, Co., Ltd.
> > E-mail: hyoyoung.ch...@samsung.com
> > --
> 
> 
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] els_scroller simple bug

2011-06-20 Thread The Rasterman
On Thu, 16 Jun 2011 00:31:22 + (GMT) Jaehwan Kim 
said:

well thats a bit of an oppsie bug! in svn it goes! thanks!

> 
> els_scroller in elementary has a simple bug.
> 
> In the function "_smart_scrollto_x", it makes the animator
> 'sd->scrollto.x.animator', if the animator does not exist. But
> "_smart_anim_start" before ecore_animator_add can make 2 animators. If the
> function which be called by _smart_anim_start call
> "elm_scroller_region_bring_in", "_smart_scrollto_x" be called again and make
> the animator. After the function which be called by _smart_snim_start ends,
> the next line will make the animtor again. Despite the code checks the
> animator, it can make 2 animators. So we have to change the order of the code
> like patch file. Please check the patch file.
> 
> Thanks.

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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] Add Ecore_IMF API to set the attirbute of input panel

2011-06-20 Thread The Rasterman
On Tue, 14 Jun 2011 20:29:59 +0900 Jihoon Kim  said:

thanks! not a lot to review really but it all looks formatted right and does
very simply work. in svn! :)

> Hi, EFL developers.
> 
> For supporting virtual keyboard, I'd like to add
> ecore_imf_context_input_panel_enabled_set/get APIs.
> The detail description of each API is included in the patch file as doxygen
> format.
> 
> If input panel is in 'enabled' status, the immodule will request to show the
> input panel automatically 
> When the input widget such as entry is clicked or has focus.
> In some case, application programmers want to control the input panel
> manually (not automatically), 
> so I implement this API.
> 
> Would you please review this patch?
> 


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - remove pasteimage structure

2011-06-20 Thread The Rasterman
On Fri, 17 Jun 2011 22:37:45 +0900 Hyoyoung Chang 
said:

makes sense. in svn! :)

> Dear Elementary developers.
> 
> I've made a patch about elm_cnp_helper.
> Due to previous my patch, 
> 'struct _Paste_Image' and related allocation/free functions are can be
> removed.
> It's just cleanup patch.
> 
> Thank you.
> 
> --
> Hyoyoung CHANG
> Engineer
> 
> SAMSUNG ELECTRONICS, Co., Ltd.
> E-mail: hyoyoung.ch...@samsung.com
> --
> 


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - add user callback handling at text response

2011-06-20 Thread The Rasterman
On Thu, 16 Jun 2011 21:36:58 +0900 Hyoyoung Chang 
said:

thanks! in svn :)

> Dear Elementary developers.
> 
> I've made a patch about elm_cnp_helper.
> When using elm_selection_get, a user can set own handling function.
> It works on html type and image type. 
> However elm_cnp_helper missed text type handling.
> It's small patch about it.
> 
> Thank you.
> 
> --
> Hyoyoung CHANG
> Engineer
> 
> SAMSUNG ELECTRONICS, Co., Ltd.
> E-mail: hyoyoung.ch...@samsung.com
> --
> 


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data types.

2011-06-20 Thread The Rasterman
On Wed, 15 Jun 2011 20:38:19 +0900 Hyoyoung Chang 
said:

it looks like cnp_rempi.patch.txt replaces cnp_uritext.patch.txt having a look
at these. am i right? it seems some bits are missing like adding
is_uri_type_data()

> Dear Elementary developers.
> 
> I've made a patch about elm_cnp_helper.
> It's contains two things.
> 
> First is remove pastedimages variable (unused variable)
> Other thing is about determine type.
> When a user is trying to paste data, elm_cnp_helper call
> notify_handler_targets.
> In notify_handler_targets, it enumerates atoms and figure out matching
> types.
> Atom types are sorted by rich types to simple types.
> So if a user's trying to paste simple text type, it will match uri type.
> Because uri type also can be a text type. 
> However in uri type handling functions, there are no fallback to text type.
> This patch makes if pasting data is just text, do not pass it as a uri.
> 
> Thank you.
> 
> --
> Hyoyoung CHANG
> Engineer
> 
> SAMSUNG ELECTRONICS, Co., Ltd.
> E-mail: hyoyoung.ch...@samsung.com
> --


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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request

2011-06-20 Thread Hyoyoung Chang
Sure. Actually I sent a patch (the title is [patch] elm_cnp_helper -
determine uri or text data types)
I added type checking at determine routine.
Could you review it?

I also sent another patches.
it's not related with this issue. 

> -Original Message-
> From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> Sent: Monday, June 20, 2011 4:02 PM
> To: Hyoyoung Chang
> Cc: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request
> 
> On Wed, 15 Jun 2011 20:32:21 +0900 Hyoyoung Chang
> 
> said:
> 
> this means you'll send a new patch?
> 
> > omitting to mention about 'file://' that is my mistake.
> > Anyway, my intend is making fallback to text paste.
> > also I think just making fallback is not good idea than detecting
> targets.
> > I write a small patch to determine data type.(such as uri or text)
> >
> > > -Original Message-
> > > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> > > Sent: Wednesday, June 15, 2011 6:43 PM
> > > To: Hyoyoung Chang
> > > Cc: enlightenment-devel@lists.sourceforge.net
> > > Subject: Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request
> > >
> > > On Mon, 13 Jun 2011 20:41:21 +0900 Hyoyoung Chang
> > > 
> > > said:
> > >
> > > fyi i dont think your patch does what you say it does. :) cnp helper
> > > ignores
> > > uris if they DONT start with either file:// or /.
> > >
> > > what i'd like to know is.. why do you have to patch this behavior?
> > >
> > > > Dear Elementary developers.
> > > >
> > > > I've made a patch about elm_cnp_helper.
> > > > When pasting cnp_helper recognizes mark up text as a uri list, then
> cnp
> > > > helper ignore it if it's not starting with "/".
> > > > I modified this with if it's not starting with "/" then it's pasting
> to
> > > > entry.
> > > >
> > > > Thank you.
> > > >
> > > > --
> > > > Hyoyoung CHANG
> > > > Engineer
> > > >
> > > > SAMSUNG ELECTRONICS, Co., Ltd.
> > > > E-mail: hyoyoung.ch...@samsung.com
> > > > --
> > > >
> > >
> > >
> > > --
> > > - 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
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/evas: . src/lib src/lib/canvas

2011-06-20 Thread Mike McCormack
On 06/18/2011 08:50 AM, Carsten Haitzler (The Rasterman) wrote:
> On Fri, 17 Jun 2011 13:41:43 -0300 Rafael Antognolli
>  said:

>>> -
>>> +* Allow to get packign location of table child

 ^ typo

>>> + * Get packgin location of a child of table

^ typo

Not the most exciting task, I know... :-/

thanks,

Mike

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] XRender engine causes ecore build failure

2011-06-20 Thread The Rasterman
On Thu, 16 Jun 2011 06:35:25 +0200 Ulrich Eckhardt  said:

ok - it's in svn. as such patch is acceptable as it doesnt break binary compat.
it just permanently makes the ecore_evas xrender calls error/do nothing which
is what they would do without an xrender engine in evas anyway. so patch is
acceptable. put in svn with changelog added etc. thanks! :)

> On Saturday 11 June 2011 16:43:55 Christopher Michael wrote:
> > On 06/11/2011 06:11 AM, Ulrich Eckhardt wrote:
> > > On Saturday 11 June 2011 10:19:40 Ulrich Eckhardt wrote:
> > >> I'm trying to create a patch which does just that, which I'll post
> > >> lateron.
> > > 
> > > Here it comes.
> > > 
> > > There are a few observations which I'm not sure how to resolve:
> > > 1. configure.ac
> > > There is a check for the Xcursor support, which uses "-l Xrender" as
> > > additional library. I wonder if that is necessary.
> > 
> > That is the X11 XRender Extenstion, not the same as the evas/ecore X
> > Render Engine. Yes, that check is necessary. XCursor uses the XRender
> > extension to check if the screen supports alpha.
> 
> Okay, the patch didn't touch that anyway.
> 
> > > 3. ecore_x
> > > This uses XRender when ECORE_XRENDER is defined and looking at
> > > _ecore_x_composite_init() it seems to really want that. I'm not sure how
> > > to handle that case, so I left all that in and really only adapted the
> > > ecore_evas part.
> > 
> > Same case as above, ecore_x_composite_init uses the X11 XRender
> > Extension (not the same as the evas/ecore xrender engine).
> 
> Neither did the patch touch these parts.
> 
> > > 2. ecore_evas
> > > There is a switch over the different engine types, where there are still
> > > a few places left where XRender is handled, grep for "xrender" or
> > > "XRENDER" and you will find them. The question is whether to just return
> > > NULL in order to signal that this engine is not supported or to remove
> > > the whole thing. The latter could break binary compatibility, therefore
> > > I left those stubs in.
> 
> Question remains is if the changes to ecore_evas are acceptable or if even
> the remaining places should be removed.
> 
> Thanks!
> 
> Uli
> 
> --
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> ___
> 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request

2011-06-20 Thread The Rasterman
On Wed, 15 Jun 2011 20:32:21 +0900 Hyoyoung Chang 
said:

this means you'll send a new patch?

> omitting to mention about 'file://' that is my mistake.
> Anyway, my intend is making fallback to text paste.
> also I think just making fallback is not good idea than detecting targets.
> I write a small patch to determine data type.(such as uri or text)
> 
> > -Original Message-
> > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> > Sent: Wednesday, June 15, 2011 6:43 PM
> > To: Hyoyoung Chang
> > Cc: enlightenment-devel@lists.sourceforge.net
> > Subject: Re: [E-devel] [patch] elm_cnp_helper - pasting at uri request
> > 
> > On Mon, 13 Jun 2011 20:41:21 +0900 Hyoyoung Chang
> > 
> > said:
> > 
> > fyi i dont think your patch does what you say it does. :) cnp helper
> > ignores
> > uris if they DONT start with either file:// or /.
> > 
> > what i'd like to know is.. why do you have to patch this behavior?
> > 
> > > Dear Elementary developers.
> > >
> > > I've made a patch about elm_cnp_helper.
> > > When pasting cnp_helper recognizes mark up text as a uri list, then cnp
> > > helper ignore it if it's not starting with "/".
> > > I modified this with if it's not starting with "/" then it's pasting to
> > > entry.
> > >
> > > Thank you.
> > >
> > > --
> > > Hyoyoung CHANG
> > > Engineer
> > >
> > > SAMSUNG ELECTRONICS, Co., Ltd.
> > > E-mail: hyoyoung.ch...@samsung.com
> > > --
> > >
> > 
> > 
> > --
> > - 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


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel