[EGIT] [core/elementary] master 01/01: List: Focus does not move if it's set on item content object.

2014-06-10 Thread efl
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=115320a892c9fd12f4e1154ab07c0097329fbc26 commit 115320a892c9fd12f4e1154ab07c0097329fbc26 Author: efl Date: Wed Jun 11 14:14:28 2014 +0900 List: Focus does not move if it's set on

[EGIT] [core/elementary] master 01/01: List: Focus set on item content objects, the item content objects should be checked whether type widget or not.

2014-06-10 Thread efl
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=e82967fa9815a75a78bf67db18dfa9ca01345eac commit e82967fa9815a75a78bf67db18dfa9ca01345eac Author: efl Date: Wed Jun 11 14:07:01 2014 +0900 List: Focus set on item content objects, the item

[EGIT] [core/elementary] master 01/01: Gengrid: Added horizontal item loop feature.

2014-06-09 Thread efl
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7aaa5c8d0a4a5714b4f1bf79e5f15c255df1996c commit 7aaa5c8d0a4a5714b4f1bf79e5f15c255df1996c Author: efl Date: Tue Jun 10 14:55:56 2014 +0900 Gengrid: Added horizontal item loop feature

[EGIT] [core/elementary] master 01/01: Gengrid: Fixed _elm_gengrid_item_edge_check for ELM_FOCUS_LEFT and ELM_FOCUS_RIGHT in horizontal mode.

2014-05-28 Thread efl
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c0d93aa4bfbed577493a9ff4d7de3c6586d9bc2c commit c0d93aa4bfbed577493a9ff4d7de3c6586d9bc2c Author: efl Date: Wed May 28 18:21:10 2014 +0900 Gengrid: Fixed _elm_gengrid_item_edge_check for

Re: [E-devel] [Patch][elementary_test] test_gengrid

2012-03-04 Thread Elevate Efl
+ GRID_TOOLTIP_ETC, Does it mean "etcetra"? If yes, can we be more specific with enums. case GRID_ITEM_CLASS_SET: /* 8 */ No need to specify constants in comments. I see some formatting issues in the code (callback decalrations.) Kindly fix and resubmit. On Mon, Mar 5, 2012 at 4:04 PM, cn

Re: [E-devel] [Patch][elementary_test] test_hover

2012-03-04 Thread Elevate Efl
Looks good to me. Tested and in svn. Regards Sanjeev On Mon, Mar 5, 2012 at 4:07 PM, cnook wrote: > Dear All, Hello. > > I have attached a patch for test_hover. Please review the patch and > give any feedbacks. Thanks. > > Sincerely, > Shinwoo kim. > > >

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8

2012-03-02 Thread Elevate Efl
Cool. On Sat, Mar 3, 2012 at 2:41 AM, Enlightenment SVN < [email protected]> wrote: > Log: > elev8: Test for the existence of Object::HasOwnProperty() > > Author: acidx > Date: 2012-03-02 09:41:22 -0800 (Fri, 02 Mar 2012) > New Revision: 68631 > Trac: http://trac.en

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8/src: bin modules/dbus modules/elm modules/http

2012-03-02 Thread Elevate Efl
Ubuntu 11.10. I am upgrading to 12.04 beta and it has 3.6.X version. Let me try. Regards Sanjeev On Fri, Mar 2, 2012 at 11:42 PM, Leandro Pereira wrote: > Sanjeev, > > On 03/01/2012 11:27 PM, Elevate Efl wrote: > > > > Object::HasOwnProperty() is not to be found in v8.h.

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8/src: bin modules/dbus modules/elm modules/http

2012-03-01 Thread Elevate Efl
Do you think it is a good idea to add version check in configure.ac script? On Fri, Mar 2, 2012 at 1:13 PM, Elevate Efl wrote: > I am using 11.10. I will add the ppa to the version you have specified. > > > On Fri, Mar 2, 2012 at 1:06 PM, Lucas De Marchi < > lucas.demar...@pro

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8/src: bin modules/dbus modules/elm modules/http

2012-03-01 Thread Elevate Efl
I am using 11.10. I will add the ppa to the version you have specified. On Fri, Mar 2, 2012 at 1:06 PM, Lucas De Marchi < [email protected]> wrote: > On Thu, Mar 1, 2012 at 11:27 PM, Elevate Efl wrote: > > Dear Leandro, > > > > This is very nice comm

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8/src: bin modules/dbus modules/elm modules/http

2012-03-01 Thread Elevate Efl
Dear Leandro, This is very nice commit for elev8 modularization. Thanks. I have some problems compiling in my machine. Object::HasOwnProperty() is not to be found in v8.h. I did an apt-get update/upgrade and I did not find this in v8.h (version - 3.1.8.22) . The reference API page does provide t

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/http

2012-03-01 Thread Elevate Efl
-Eina_Bool data_callback(void *data, int type, void *event) > +Eina_Bool data_callback(void *data, int, void *event) > Why not use __UNUSED__ like the rest of EFL. > { >Ecore_Con_Event_Url_Data *url_data = (Ecore_Con_Event_Url_Data *)event; >void *ptr = ecore_con_url_data_

Re: [E-devel] Patch for deprecating enum.

2012-02-29 Thread Elevate Efl
. Created with elm_calendar_mark_add() and > deleted with elm_calendar_mark_del(). */ > Oops..unintended typo. Will fix that one. > > Thanks! > > Daniel Juyung Seo (SeoZ) > > On Thu, Mar 1, 2012 at 11:26 AM, Elevate Efl wrote: > &g

[E-devel] Patch for deprecating enum.

2012-02-29 Thread Elevate Efl
Kindly suggest if there is a better way. Regards, Sanjeev From e416dc65d91ade776aa83bcb558faebf84045939 Mon Sep 17 00:00:00 2001 From: Sanjeev BA Date: Thu, 1 Mar 2012 11:22:55 +0900 Subject: [PATCH 3/3] Rename enum based on review comment. Signed-off-by: Sanjeev BA --- trunk/elementary/doc/ex

Re: [E-devel] [patch] elm_genlist - add item flip set/get

2012-02-29 Thread Elevate Efl
Const for param? On Feb 29, 2012 9:19 PM, "Hyoyoung Chang" wrote: > Dear all. > > I made a patch to introduce new genlist item mode. > Two public apis are added. > +EAPI void elm_genlist_item_flip_set(Elm_Object_Item *it, Eina_Bool flip); > +EAPI Eina_Bool elm_genlist_item_flip_get(Elm_Object_Ite

Re: [E-devel] Fwd: timeline is not in line

2012-02-29 Thread Elevate Efl
Awesome. On Mar 1, 2012 3:56 AM, "Davide Andreoli" wrote: > Il giorno 29 febbraio 2012 13:20, Bertrand Jacquin ha > scritto: > > > This is now up to date. > > Beber > > > > Super!! thnks ! > > > > > > D'ar Wednesday 29 a viz February 2012 e 11 eur 18, « Bertrand Jacquin » > he > > deus skriv

Re: [E-devel] elm_panes.h

2012-02-28 Thread Elevate Efl
In svn. http://trac.enlightenment.org/e/changeset/68527 Thanks, Sanjeev On Wed, Feb 29, 2012 at 11:49 AM, Daniel Juyung Seo wrote: > Hello, > > On Wed, Feb 29, 2012 at 1:09 AM, J??r??my Zurcher wrote: > > > we have 2 body less functions in elm_panes > > - elm_panes_content_right_size_get > >

Re: [E-devel] [patch] elm_cnp - revise document

2012-02-27 Thread Elevate Efl
Agree. Hyoyoung already has the relevant links. He can provide them. Also, some typos can be fixed in this patch. It's not = It does not Format is used for specified its type = Format is used to specify its type Clear all informations = Clear all information Regards, Sanjeev On Tue, Feb 28, 20

Re: [E-devel] elev8: Function/parameter/class naming scheme

2012-02-27 Thread Elevate Efl
gt; [email protected] > wrote: > > > >>> On Sat, Feb 25, 2012 at 4:27 AM, Daniel Juyung Seo < > > > [email protected] > wrote: > > > >>>> Good topic. > > > >>>> Agreed on my side :) > > > >>>> elev

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8: data/javascript src/modules/elm

2012-02-24 Thread Elevate Efl
Works pretty neat. Good. Thanks, Sanjeev On Sat, Feb 25, 2012 at 5:13 AM, Enlightenment SVN < [email protected]> wrote: > Log: > elev8: Implement naviframe object. > > Included naviframe.js is adapted from pager.js. > > > > Author: acidx > Date: 2012-02-24 12:13:40 -0800

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

2012-02-24 Thread Elevate Efl
;_MAX' for apps that use and depend on it. Isn't that good enough a reason for not having _MAX? I don't want to consider other libraries in EFL for this specific case, since I find it inconsistent across libraries. (for ex., elementary has ~50 enums and only one in genlist uses _MAX).

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

2012-02-23 Thread Elevate Efl
ah..missed that one. Thanks. On Fri, Feb 24, 2012 at 3:50 PM, Enlightenment SVN < [email protected]> wrote: > Log: > elenmentary/route - --warning. > > > > Author: hermet > Date: 2012-02-23 22:50:48 -0800 (Thu, 23 Feb 2012) > New Revision: 68384 > Trac: http://trac.

Re: [E-devel] elev8: Function/parameter/class naming scheme

2012-02-23 Thread Elevate Efl
This complaint was raised already, thought about and rejected, because elev8 was in prototype phase and we wanted to follow EFL style to be consistent with the rest of the code base. For the advanced use cases, I do see your point. Users of elev8 'API' might end up having a mix of their

Re: [E-devel] E SVN: sanjeev IN trunk/elementary/src: bin lib

2012-02-23 Thread Elevate Efl
I agree it is helpful. Done. On Fri, Feb 24, 2012 at 1:21 AM, Daniel Juyung Seo wrote: > I encourage you to add deprecated apis into elm_deprecated.h and edit > ElementaryChanges wiki page. Without them, many people will waste > their time on tracing down the changes. > http://trac.enlightenment.

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

2012-02-23 Thread Elevate Efl
No. *_MAX really doesn't give the app. developer anything useful. It has been added for the convenience (bounds checking) of the widget implementation. If we expose _MAX we need to tell the app. developer what is the expected behaviour if he uses it, which is unnecessary. On Fri, Feb 24, 201

Re: [E-devel] E SVN: sanjeev IN trunk/elementary/src: edje_externals lib

2012-02-21 Thread Elevate Efl
I am inclined to use a more generic name like source or uri. 'uri' would be consistent with ecore_con API, ecore_con_url_url_set (Ecore_Con_Url *url_con, const char *url) but it doesn't convey the meaning of 'local file'. 'source' would be more generic but not consistent with either evas or ecor

Re: [E-devel] E SVN: sanjeev trunk/espionnage/src/bin

2012-02-20 Thread Elevate Efl
As per emotion_smart.c -> emotion_object_last_position_load(), it should. On Tue, Feb 21, 2012 at 3:34 PM, Vincent Torri wrote: > On Tue, Feb 21, 2012 at 6:53 AM, Enlightenment SVN > wrote: > > Log: > > Fix elm_video_uri_set usage in esopinage. > > > > Signed-off-by: Sanjeev BA > > > > Author