[E-devel] [Patch][elementary] elm_menu, fix improper indentation.

2012-05-03 Thread cnook
Hi! I have just modified the elm_menu.c because there are some improper indentation. That's it... Thanks. Sincerely, Shinwoo Kim. elm.menu.indentation.patch Description: Binary data -- Live Security Virtual Conference E

[E-devel] [Patch][elm_map] Add elm_map_overlays_get & elm_map_overlay_visible_get

2012-05-03 Thread Bluezery
Dear EFL developers, I want to add 2 new APIs (elm_map_overlays_get & elm_map_overlay_visible_get). There are no way to get the group overlays because group overlay, something like virtual overlay, is created and deleted dynamically. So elm_map_overlays_get returns total overlay's list and user c

[E-devel] [Patch]Add new APIs in multibuttonentry

2012-05-03 Thread GoUn Lee
Dear all, I've attached patch to add new API which is elm_multibuttonentry_input_panel_enabled_get/set() This is similar to elm_entry_input_panel_enabled_set/get(). Multibuttonentry handles input panel manually. it shows when multibuttonentry is focused and hides when it losts focus. But sometim

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2012-05-03 Thread Kim Shinwoo
Please leave your attention from the previous patch. I have newly revised the patch on both backport and trunk. 2012/5/4 Kim Shinwoo : > Dear Tom, > > I have attached a patch to make proper edje which uses the textblock > with ellipsis! > Please review the patch and keep it on upstream. > > Sincer

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2012-05-03 Thread Kim Shinwoo
Dear Tom, I have attached a patch to make proper edje which uses the textblock with ellipsis! Please review the patch and keep it on upstream. Sincerely, Shinwoo Kim. 2012/5/4 Kim Shinwoo : > Dear Tom, Good afternoon again! ;p > I'm back with gd news!! The "fixed:1 x" resolved this issue > f

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2012-05-03 Thread Kim Shinwoo
Dear Tom, Good afternoon again! ;p I'm back with gd news!! The "fixed:1 x" resolved this issue finally. Thank you for your help!! 2012/5/4 Kim Shinwoo : > Dear Tom, Good afternoon! :p > Thanks for your response. Tomorrow.. actually today.. I will check it with > revised edje which has "fixed:1

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2012-05-03 Thread Cedric BAIL
On Thu, May 3, 2012 at 8:57 PM, Vincent Torri wrote: > is it normal that no check is done when calloc is called ? It's a good question. In E17, there isn't much handling of this situation. I am wrong in assuming that on all unix supported by E17, when it start returning NULL, it would be way to l

Re: [E-devel] Emotion problem

2012-05-03 Thread Cedric BAIL
Hi, On Fri, May 4, 2012 at 1:44 AM, Flávio Ceolin wrote: > On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin > wrote: >> Hi folks, >> >> I've got a problem when using emotion. The signal "playback_started" is >> never called. I also have checked the emotion examples and the same >> happens. The oth

[E-devel] New elm internal code

2012-05-03 Thread Gustavo Lima Chaves
(O)h(a)i, people. So, another time uploding the work on Elementary, which comprises of internal rewriting WRT the form widgets are created. There's an extensive thread explaining the reasons and means of this task, so please refer to it for technical questions. I have now removed the theme chan

Re: [E-devel] New evas image cache server

2012-05-03 Thread Iván Briano
O HAI We took a little bit more time than expected, but CServe2 is now in SVN for everyone to use, test and enjoy. >From the commit message: Introducing Cache Serve 2. This cache server will initially load images for clients connected to it. It starts slave processes to load these images, and s

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2012-05-03 Thread Kim Shinwoo
Dear Tom, Good afternoon! :p Thanks for your response. Tomorrow.. actually today.. I will check it with revised edje which has "fixed:1 x";. > maybe a calculation hmm.. it would be able to be caused by calculation, then we cannot say.. "Now, issue is resolved."? Doesn't the calculation problem occ

Re: [E-devel] Emotion problem

2012-05-03 Thread Flávio Ceolin
On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin wrote: > Hi folks, > > I've got a problem when using emotion. The signal "playback_started" is > never called. I also have checked the emotion examples and the same > happens. The others signals like "playback_finished" and "open_done" are > working a

[E-devel] [PATCHES] Some random warning fixes for our beloved buildbot as well as a DSO fix

2012-05-03 Thread Stefan Schmidt
Hello. Just 3 small fixes to get our warning count down. The tempget one should actually save us against wrong reads. Also a small DSO fix reported and confirmed in IRC. Please review and apply. regards Stefan Schmidt >From 2bfa5810d01c4e39fd0f8c84eed45812e39adb8a Mon Sep 17 00:00:00 2001 From:

[E-devel] Emotion problem

2012-05-03 Thread Flavio Ceolin
Hi folks, I've got a problem when using emotion. The signal "playback_started" is never called. I also have checked the emotion examples and the same happens. The others signals like "playback_finished" and "open_done" are working as expected. Bellow is my example: #include #include #include #

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2012-05-03 Thread Tom Hacohen
Dear Shinwoo, I've checked your issue and I indeed managed to reproduce it using your patch (actually, only half of your patch was needed, the text was enough, no need for the style). It's not really a textblock issue. It's just a matter of a bad edje, or maybe a calculation, can't tell. The p

Re: [E-devel] Randr Patch

2012-05-03 Thread Chris Michael
> -Original Message- > From: Cedric BAIL [mailto:cedric.b...@free.fr] > Sent: 03 May 2012 09:50 > To: Enlightenment developer list > Subject: Re: [E-devel] Randr Patch > > On Thu, May 3, 2012 at 4:43 PM, wrote: > > And here's another small patch to cleanup the long standing e_randr > com

Re: [E-devel] Container Patch

2012-05-03 Thread Chris Michael
> -Original Message- > From: Cedric BAIL [mailto:cedric.b...@free.fr] > Sent: 03 May 2012 09:48 > To: Enlightenment developer list > Subject: Re: [E-devel] Container Patch > > On Thu, May 3, 2012 at 4:35 PM, wrote: > > Would someone please apply this attached patch (almost immediately) >

Re: [E-devel] Randr Patch

2012-05-03 Thread Cedric BAIL
On Thu, May 3, 2012 at 4:43 PM, wrote: > And here's another small patch to cleanup the long standing e_randr compiler > warnings too. (Tired of looking at them sit there for several months or more > now) ;) Please apply asap. In svn also. -- Cedric BAIL --

Re: [E-devel] Container Patch

2012-05-03 Thread Cedric BAIL
On Thu, May 3, 2012 at 4:35 PM, wrote: > Would someone please apply this attached patch (almost immediately) ?? Fixes > for horrible compiler warning on e_container. As I was playing with that file, I put your patch in at the same time. So it's in ! -- Cedric BAIL

Re: [E-devel] Elc_Naviframe: text hide/show signal related trivial bug fix patch.

2012-05-03 Thread Daniel Juyung Seo
Backported! http://trac.enlightenment.org/e/changeset/70688 Daniel Juyung Seo (SeoZ) On Thu, May 3, 2012 at 2:51 PM, Daniel Juyung Seo wrote: > In SVN! > Thanks! > > Daniel Juyung Seo (SeoZ) > > On Thu, May 3, 2012 at 2:30 PM, SHILPA ONKAR SINGH > wrote: >> Hi All, >> >> Please find attached, p

[E-devel] [Patch][elementary] accessibility for mobile device.

2012-05-03 Thread cnook
Dear All, Hello. I would like to add accessibility feature for the mobile device. The mobile device environment is different with desktop environment. On the desktop environment, you can make MOUSE_IN event without previous MOUSE_DOWN event. but.. on the mobile device environment, you should start

[E-devel] Celebrating elementary 1.0

2012-05-03 Thread Jérôme Pinot
Start a new thread for clarity, So far, meeting is planned for Sunday, May 6 in Seoul. People interested and who could maybe come: Hyoyoung Chang Cedric BAIL Daniel Juyung Seo ChunEon Park Kim Shinwoo myself Sorry for Raster, but we will surely do another meeting later :-) For meeting place/tim

[E-devel] Randr Patch

2012-05-03 Thread cpmichael1
And here's another small patch to cleanup the long standing e_randr compiler warnings too. (Tired of looking at them sit there for several months or more now) ;) Please apply asap. Cheers, dh Index: e_randr_11_serialization.c =

[E-devel] Container Patch

2012-05-03 Thread cpmichael1
Hi All, Would someone please apply this attached patch (almost immediately) ?? Fixes for horrible compiler warning on e_container. Cheers, dh Index: e_container.c === --- e_container.c (revision 70686) +++ e_container.c (work

Re: [E-devel] [Elementary]: Test case fail fixes. - hover, flipselector, genlist, multibuttonentry

2012-05-03 Thread woohyun
Hello. Shilpa :) Because elementary 1.0 was released, we should also maintain backport as Daniel did ~ http://trac.enlightenment.org/e/changeset/70520 And for trunk, you should update ChangeLog as Herment did ~ http://trac.enlightenment.org/e/changeset/70621 Can you make new patch including

[E-devel] [Edje]: Bug Fix: Edje draggable jumps when external events is used.

2012-05-03 Thread SHILPA ONKAR SINGH
Hi All, Please find attached bug fix patch for edje draggable jump issue when external event area is used. Bug: When an external event area is used for edje draggable and when after mouse move if immediate mouse down is done then the draggable jumps back to its original position. Analysis: In