[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
e set the alpha to 0 to avoid blending for such images in the graphics pipeline. This will be an optimization for rendering once the image is loaded from eet file as alpha blending can be avoided for such images. Signed-Off-By: RAJEEV RANJAN Please review the same and provide your feedbacks.

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
e 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

[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, sa

[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-18 Thread Rajeev Ranjan
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] [Patch] [Elementary] Fix for sliding animation in various notify orientations

2012-06-05 Thread Rajeev Ranjan
the signal names and sources. Also removed unnecessary programs from notify edc. Note: "Signals like elm,action,show" and "elm,action,hide" are not being emitted for the widget's base edje object. Signed-Off-By: Rajeev Ranjan Thank You. Regards. Rajeev elm_notify.patch

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 Shinwoo 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 attention to this! 2012/6/5 K

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

2012-06-09 Thread Rajeev Ranjan
transition effect. [Change Description]: Handled NULL transition setting in C code and sent the appropriate signal to indicate the next and previous action for image slide. Updated sample code also. Modified the sample code to incorporate transition with No effect. Signed-Off-By: Rajeev Ran

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

2012-06-19 Thread Rajeev Ranjan
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. >

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 p

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 excl

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 BA 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 sessions. Kindly publis

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

2012-08-24 Thread Rajeev Ranjan
since 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 Signed-Off-By: Rajeev Ranjan Than

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

2012-08-24 Thread Rajeev Ranjan
/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. >> >> [Chan

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

2012-08-27 Thread Rajeev Ranjan
Hi Daniel, I noticed the point you were raising and yes, we intend to negate the second strncmp as well. Attached is the modified patch with the fix. Thank you Regards, Rajeev --- Original Message --- Sender : Rajeev Ranjan Chief Engineer/SISO-BSG/Samsung Electronics Date : Aug 24

[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
nd the min/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: B

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

[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. I

[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 respe

[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 widg

[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*, const char*,

[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. Fo

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

2011-04-27 Thread RAJEEV RANJAN
o set the title and action areas if needed. Thanks. Regards, Rajeev --- Original Message --- Sender : RAJEEV RANJAN Lead Engineer/SISO-Linux Platform Lab/Samsung Electronics Date : Apr 27, 2011 12:31 (GMT+05:30) Title : Re: [E-devel] Proposal on exte

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

2011-05-03 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 Haitzler Date : May 04, 2011 03

[E-devel] [Patch] elm_panes patch

2012-02-01 Thread Rajeev Ranjan
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 In the current API elm_panes_fixed_set, we don't disable the content regions, just divider is set to fixed at the current positio

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, mor

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

2012-02-02 Thread Rajeev Ranjan
theme. Regards, Rajeev P.S.: Resending the mail as the previous one's content was not sent to the community. --- Original Message --- Sender : Christopher Michael Date : Feb 02, 2012 14:36 (GMT+05:30) Title : Re: [E-devel] [Patch] elm_panes patch On 02/02/12 01:15, Rajeev Ranjan w

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

2012-02-02 Thread Rajeev Ranjan
ge --- Sender : Michael Blumenkrantz Date : Feb 02, 2012 21:19 (GMT+05:30) Title : Re: [E-devel] [Patch] elm_panes patch On Thu, 02 Feb 2012 10:46:33 -0500 Christopher Michael wrote: > On 02/02/12 10:41, Michael Blumenkrantz wrote: > > On Thu, 02 Feb 2012 10:38:20 -0500 > >

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

2012-02-03 Thread Rajeev Ranjan
[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 >>&

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. http://www.accelacomm.com/jaw

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 Hacohen 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 wonder > what it

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

2012-02-22 Thread Rajeev Ranjan
in applying for file doc/widget/Makefile.am as Pager's entry from Maklefile was removed later. Thank you. Regards, Rajeev -Original Message- From: "Rajeev Ranjan" To: "Enlightenment developer list" Cc: "SUBRAMANIAM CHINNACHAMY" Sent: 12-02-17(?) 21:15:48 Sub

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

2012-03-01 Thread Rajeev Ranjan
atest svn revision 68142, so there should not be any >> problem in applying it. In the last one, there was an issue in applying for >> file doc/widget/Makefile.am as Pager's entry from Maklefile was removed >> later. Thank you. Regards, >> Rajeev >> -Orig

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 Koziarek Junior Software Engineer/SPRC-Linux Platform (SSD)/Samsung Electronics Date : Oct 18, 2012

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 : Bluezery Date : Oct 19, 2012 12:30 (GMT+09:00) Title : [E-devel] [E-Devel][Patch][Elementary] Gengrid: Bug fix Dear all, There is a bu

[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) colo

[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 Thank you. Regards, Rajeev elm_gengrid.diff Description: Binary data

[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 as

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

2013-02-15 Thread Rajeev Ranjan
Hi, > --- Original Message --- > Sender : Carsten Haitzler > 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 +0000 (GMT) Rajeev Ranjan

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 Haitzler > 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 +0000 (GMT) Rajeev Ran

[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 and

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 Seo > 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: >> H

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] 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 Dudek 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 (http://docs.enlightenment.o

[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 Date: Fri Feb 14 10:01:30 2014 +0900 eina: fix in eina_rectangle_pool to make

[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 Date: Thu Jun 19 14:35:37 2014 +0200 evas: improvement of Eina Rectangle Pool and

[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 Date: Fri Jun 20 10:12:03 2014 +0200 evas: fix invalid read reported in

[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 li

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