[E-devel] [PROPOSAL] [Evas] Optimizing smooth scaling of Evas in software backend

2014-12-16 Thread Rajeev Ranjan
Hi, This is a proposal related to optimizing the smooth scaling of Evas with software backend. There is an open source library called libyuv (Reference: http://code.google.com/p/libyuv/ as part of chromium project released under BSD license) which provides scaling among other operations

Re: [E-devel] [PROPOSAL] [Evas] Optimizing smooth scaling of Evas in software backend

2014-12-16 Thread Rajeev Ranjan
Hi, On 16/12/14 19:13, Tom Hacohen wrote: On 16/12/14 13:26, Cedric BAIL wrote: Hello, On Tue, Dec 16, 2014 at 1:56 PM, Rajeev Ranjan wrote: There is an open source library called libyuv (Reference: http://code.google.com/p/libyuv/ as part of chromium project released under BSD license

[EGIT] [core/efl] master 01/01: evas: fix invalid read reported in eina_rectangle_pool_free by valgrind.

2014-06-20 Thread Rajeev Ranjan
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7a35f5ffdb5ffaca0f372c3a2193578af5d7e1ba commit 7a35f5ffdb5ffaca0f372c3a2193578af5d7e1ba Author: Rajeev Ranjan rajee...@samsung.com Date: Fri Jun 20 10:12:03 2014 +0200 evas: fix invalid read

[EGIT] [core/efl] master 01/01: evas: improvement of Eina Rectangle Pool and integration with Evas GL backend.

2014-06-19 Thread Rajeev Ranjan
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bd65b5db5ddcada0255c5ccbaaa1280279ea5679 commit bd65b5db5ddcada0255c5ccbaaa1280279ea5679 Author: Rajeev Ranjan rajee...@samsung.com Date: Thu Jun 19 14:35:37 2014 +0200 evas: improvement of Eina

[EGIT] [core/efl] master 01/01: eina: fix in eina_rectangle_pool to make sorting effective

2014-02-13 Thread Rajeev Ranjan
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=743d7da92fcdf032455af5ca3d67add0edd28d43 commit 743d7da92fcdf032455af5ca3d67add0edd28d43 Author: Rajeev Ranjan rajee...@samsung.com Date: Fri Feb 14 10:01:30 2014 +0900 eina: fix

Re: [E-devel] use the widget plug?

2013-06-06 Thread Rajeev Ranjan
Hi, You can check in elementary/src/bin/test_win_plug.c. Regards, Rajeev --- Original Message --- Sender : Karol Dudekkarol.du...@comarch.com Date : Jun 06, 2013 17:56 (GMT+09:00) Title : [E-devel] use the widget plug? Hello, where can I find an example of using the widget plug

Re: [E-devel] [Edje] Cropped Image render

2013-06-04 Thread Rajeev Ranjan
Hi, You can use evas_object_image_fill_set in order to specify the region of the image you want to read from. In case you want to use it in edje, you can use image.fill property. description { .. fill { smooth: 0-1; origin {

Re: [E-devel] [Query][Elementary] Regarding signal emit hook support in elm_notify

2013-03-18 Thread Rajeev Ranjan
Hi , --- Original Message --- Sender : Daniel Juyung Seoseojuyu...@gmail.com Date : Mar 08, 2013 18:04 (GMT+09:00) Title : Re: [E-devel] [Query][Elementary] Regarding signal emit hook support in elm_notify On Wed, Mar 6, 2013 at 4:19 PM, Rajeev Ranjan wrote: Hi, I want to add

[E-devel] [Query][Elementary] Regarding signal emit hook support in elm_notify

2013-03-05 Thread Rajeev Ranjan
Hi, I want to add some effect while hiding the notify instances. In order to achieve this in a generic way, I think it is better to use signal emit hook similar to one supported in elm_layout and all of the widgets inherited through it. Currently API elm_object_signal_emit works for layout

Re: [E-devel] [Query] Controlling further eventing on an edje draggable part programmatically

2013-02-18 Thread Rajeev Ranjan
Hi Raster, --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : Feb 18, 2013 12:39 (GMT+09:00) Title : Re: [E-devel] [Query] Controlling further eventing on an edje draggable part programmatically On Fri, 15 Feb 2013 11:43:21 + (GMT) Rajeev Ranjan

[E-devel] [Query] Controlling further eventing on an edje draggable part programmatically

2013-02-15 Thread Rajeev Ranjan
Hi, I have a requirement where on certain event like on resize I dont want to keep allowing dragging for an edje draggable part even if mouse,up/touch,up has not yet been done after mouse,down. For this, I used pointer_mode: NOGRAB for draggable part but it didn't work in case of draggable

Re: [E-devel] [Query] Controlling further eventing on an edje draggable part programmatically

2013-02-15 Thread Rajeev Ranjan
Hi, --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : Feb 15, 2013 20:15 (GMT+09:00) Title : Re: [E-devel] [Query] Controlling further eventing on an edje draggable part programmatically On Fri, 15 Feb 2013 11:02:13 + (GMT) Rajeev Ranjan said: Hi

[E-devel] [Patch] [Elementary] Documentation update for gengrid

2012-11-07 Thread Rajeev Ranjan
Hi, Attached is a patch to update documentation for gengrid related to changing longpress_timeout value in gengrid. Signed-off by: Rajeev Ranjan rajee...@samsung.com Thank you. Regards, Rajeev elm_gengrid.diff Description: Binary data

[E-devel] [Elementary] Query related to sideeffect of genlist using clipper for changing color in disabled state for its text and swallow parts of items

2012-10-30 Thread Rajeev Ranjan
Hi, I am encountering an issue when using a widget which has its own color change(using its theme implementation) on being disabled in Genlist item in disabled state. When an item is disabled, the clipper part's(disclip) color in genlist is changed, as a result the clippie(swallow part)

Re: [E-devel] [patch][elementary] Additional safety checks in elm_layout

2012-10-18 Thread Rajeev Ranjan
Hi, I checked this patch and it looks good to me to add these safety checks in case of box. Regards, Rajeev --- Original Message --- Sender : Beata Koziarekb.kozia...@samsung.com Junior Software Engineer/SPRC-Linux Platform (SSD)/Samsung Electronics

Re: [E-devel] [E-Devel][Patch][Elementary] Gengrid: Bug fix

2012-10-18 Thread Rajeev Ranjan
Hi, I reviewed this patch and it looks good to me. Thanks. Regards, Rajeev --- Original Message --- Sender : Bluezeryohpo...@gmail.com Date : Oct 19, 2012 12:30 (GMT+09:00) Title : [E-devel] [E-Devel][Patch][Elementary] Gengrid: Bug fix Dear

[E-devel] [Patch] [Elementary] elm_datetime widget bug fix: elm_datetime_field_limit_set() API is not working for min/max boundary conditions

2012-08-31 Thread Rajeev Ranjan
/max limit boundary values are included as API input. Signed-Off-By: Sumanth Krishna (sumant...@samsung.com) Signed-Off-By: Rajeev Ranjan (rajee...@samsung.com) Thank You. Regards, Rajeev elm_datetime.diff Description: Binary data

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-27 Thread Rajeev Ranjan
Linux Platform (SLP)/Samsung Electronics Date : Aug 24, 2012 19:06 (GMT+05:30) Title : Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales Hello, On 08/24/2012 02:03 PM, Rajeev Ranjan wrote: [Root cause]: Some locales don't have

[E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Rajeev Ranjan
they strictly follow 24 HR format and the this case is not handled in datetime widget. [Change Description]: Datetime widget is modified to display default AM/PM strings incase, if, it is not present in the locale. Signed-Off-By: Sumanth Krishna sumant...@samsung.com Signed-Off-By: Rajeev

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-24 Thread Rajeev Ranjan
bug fix : Display AM/PM string(s) in all locales Hello, On 08/24/2012 02:03 PM, Rajeev Ranjan wrote: [Root cause]: Some locales don't have AM/PM string since they strictly follow 24 HR format and the this case is not handled in datetime widget. [Change Description]: Datetime

Re: [E-devel] [e-users] EFL Developer Day

2012-07-29 Thread Rajeev Ranjan
Hi, I too would like to go through the recordings of the sessions. :) Regards, Rajeev --- Original Message --- Sender : Sanjeev BAeflel...@gmail.com Date : Jul 30, 2012 03:36 (GMT+05:30) Title : Re: [E-devel] [e-users] EFL Developer Day It would be great to see the recordings of the

Re: [E-devel] [patch][elementary] popup - getting proper geometry value

2012-07-25 Thread Rajeev Ranjan
Hi, Till now I didn't feel any need for getting the geometry of the popup however I agree that evas_object_geometry_get being a generic Evas level API, it needs to be supported by all Elementary widgets as well. The flip side of the current patch is that user can get the geometry of popup

Re: [E-devel] edje multisense

2012-07-17 Thread Rajeev Ranjan
Hi, Multisense in edje is for supporting various type of feedbacks like sound, vibration etc at edje level based on the events. This feature can be used by applications using edje's edc interfaces. Each type of multisense feedback can have various attributes eg. sound can have amplitude as a

Re: [E-devel] [Patch][Elementary]Patch for switching in slideshow with no transition effect

2012-06-19 Thread Rajeev Ranjan
Date : Jun 11, 2012 19:58 (GMT+05:30) Title : Re: [E-devel] [Patch][Elementary]Patch for switching in slideshow with no transition effect * Rajeev Ranjan [2012-06-09 07:10:11 +]: Hi, Please review the attached patch for supporting simple transition without any effect in slideshow widget

[E-devel] [Patch][Elementary]Patch for switching in slideshow with no transition effect

2012-06-09 Thread Rajeev Ranjan
Hi, Please review the attached patch for supporting simple transition without any effect in slideshow widget. [Current Issue]: transition,end singal does not get emitted when the transition is set to NULL or has not been set. This signal is used normal to detect the end of the slideshow

Re: [E-devel] [Patch][elementary] datetime module, delete callback

2012-06-08 Thread Rajeev Ranjan
Hi, I went through your patch. Looks good to me. Regards, Rajeev --- Original Message --- Sender : Kim Shinwookimcinoo@gmail.com Date : Jun 08, 2012 11:47 (GMT+05:30) Title : Re: [E-devel] [Patch][elementary] datetime module, delete callback Hey, I would like to bring your

[E-devel] [PATCH][EDJE] Patch to remove the alpha from image header while saving if the alpha is set to 1 but the image is fully opaque

2012-04-19 Thread Rajeev Ranjan
from image header while saving if the alpha is set to 1 but the image is fully opaque On Mon, 16 Apr 2012 07:05:14 + (GMT) Rajeev Ranjan said: Hi Gustavo, Thanks for your information on evas_image_loader when pixels are being scanned and sparse_alpha flag is being set. But this common

[E-devel] [Query][E-Notify] Enotification sending does not work if sender and receiver(running the notification daemon) run under different user

2012-04-18 Thread Rajeev Ranjan
Hi, While working with E-Notify, I found that notification sent by a sender app does not get received by the receiver(running the daemon such as Enlightenment window manager or some other app) if both run under different user. One can test this by running e-notify-send under some other user,

Re: [E-devel] [PATCH][EET] Patch to remove the alpha from image header while saving if the alpha is set to 1 but the image is fully opaque

2012-04-16 Thread Rajeev Ranjan
but the image is fully opaque On 04/13/12 22:55, Gustavo Sverzut Barbieri wrote: On Fri, 13 Apr 2012 13:54:50 + (GMT) Rajeev Ranjan said: Hi Rajeev, As far as I remember there is already an alpha analysis being done by Evas image loaders to set sparse alpha flag. I believe the same

[E-devel] [PATCH][EET] Patch to remove the alpha from image header while saving if the alpha is set to 1 but the image is fully opaque

2012-04-13 Thread Rajeev Ranjan
Hi, Attached to the mail is a patch to set the alpha information for an image header to 0 with alpha present but all the texels being opaque. The objective of this patch is to avoid the alpha blending for the images which don't use alpha but while creating, the alpha channel has been added

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-03-01 Thread Rajeev Ranjan
Hi Raster, Following are my comments inlined to your queries. -- From: Carsten Haitzler (The Rasterman) ras...@rasterman.com Sent: Thursday, March 01, 2012 4:34 PM To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Subject:

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-02-22 Thread Rajeev Ranjan
Hi, Can someone provide review comments on the newly proposed widget Popup. Please consider my previous responses while doing so. Thanks. Regards, Rajeev == Date: Mon, 20 Feb 2012 20:07:24 +0900 From: woohyun Subject: Re: [E-devel] [Patch]

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-02-17 Thread Rajeev Ranjan
-- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service.

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-02-17 Thread Rajeev Ranjan
Hi, On Thu, Feb 16, 2012 at 9:30 AM, Tom Hacohentom.haco...@samsung.com wrote: Your patch doesn't apply. Won't review. Some updates done during my patch creation mailing time :( I will update and post it soon ). On 16/02/12 16:38, Gustavo Sverzut Barbieri wrote: aside from that I

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

2012-02-03 Thread Rajeev Ranjan
: Re: [E-devel] [Patch] elm_panes patch On 02/03/12 00:12, Rajeev Ranjan wrote: Hi, On 02/02/12 10:41, Michael Blumenkrantz wrote: I'd like to see: This patch addresses the issue of API elm_panes_fixed_set 'size_fixed_set' renamed to elm_panes_size_fixed_set

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

2012-02-02 Thread Rajeev Ranjan
-- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps,

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

2012-02-02 Thread Rajeev Ranjan
Signed-Off-By: RAJEEV RANJAN In the current API elm_panes_fixed_set, we don't disable the content regions, just divider is set to fixed at the current position. We are not implementing this using disable_hook as I could not find any disable_hook for similar containers like panel, box etc

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

2012-02-02 Thread Rajeev Ranjan
Christopher Michael wrote: On 02/02/12 10:41, Michael Blumenkrantz wrote: On Thu, 02 Feb 2012 10:38:20 -0500 Christopher Michael wrote: On 02/02/12 08:40, Rajeev Ranjan wrote: Hi Michael, Without this patch even if one sets the second parameter of API elm_panes_fixed_set(Evas_Object obj

[E-devel] [Patch] elm_panes patch

2012-02-01 Thread Rajeev Ranjan
this property is set to TRUE, then the handler gets invisible and user can't change the relative size of the contents by dragging it. Signed-Off-By: RAJEEV RANJAN rajee...@samsumg.com In the current API elm_panes_fixed_set, we don't disable the content regions, just divider is set to fixed at the current

[E-devel] [Patch] Some memory issue fixes for elementary

2011-09-21 Thread Rajeev Ranjan
Hi all, I found few memory related issues in elementary package when performed static analysis on it. These issues include: Array indices getting out of bounds, freed memory address being passed to a function as parameter, memory not getting cleaned up because of earlier return statement.

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

2011-06-01 Thread RAJEEV RANJAN
Hi Hermet, Adding a text part using edje text part in edc is possible however if we use this approach then we won't be able to provide i18n support as this support is not there at edje level as of now. As far as breaking of themability is concerned, as the name of parts along

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-05-04 Thread RAJEEV RANJAN
Hi Raster, I got the opinion from you and many others in EFL community and I'm working on elc_popup which uses elm_notify internally. :) Thanks for the feedback. Regards, Rajeev --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-27 Thread RAJEEV RANJAN
anything to the libs you should analyze if it's generic enough to be relevant. My 2 cents. -- Tom. On Tue, 2011-04-26 at 14:47 +0200, Atton Jonathan wrote: hum. Maybe you should create a new widget which use elm_notify ? 2011/4/26 RAJEEV RANJAN

[E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-26 Thread RAJEEV RANJAN
Hi All, I am planning to use elm_notify which provides a nice functionality for showing alert message/important information on the screen. In addition to the existing functionalities, we need to have title support so that we can show the title to the notify if needed.

[E-devel] Proposal on providing internationalization support for EDC TEXT

2011-03-18 Thread Rajeev Ranjan
Hi, TEXT/TEXTBLOCK supports setting a string directly in edc. So how to internationalize this string? We thought of few approaches. I am listing down them here. Approach 1: Widgets/Applications based on elementary can use API edje_object_part_text_set(Evas_Object*obj, const

[E-devel] Opinion regarding auto-expansion of some of the elementary widgets based on their content

2011-02-11 Thread Rajeev Ranjan
Hello all, This is regarding the auto-resizing of some of the elementary widgets when their content get modified. For example, in case of elm_button when we modify the text of the button then the button size gets changed. This happens in this widget by resetting the min size hint of the

[E-devel] How to stack internal smart members of a smart object correctly against any other Evas Object

2010-12-31 Thread RAJEEV RANJAN
Hi, this is Rajeev. I want to create a widget in which there are some smart members(created using evas_object_smart_member_add). I am animating these members(layouts) to achieve some sort of effect. Now I want to stack these smart members internally in such a way that it