[E-devel] [Patch] elm_conform patch

2011-12-27 Thread PRINCE KUMAR DUBEY
Hi,

Attachment to the mail is elm_conform patch.

Change Description:
  When no geometry information of ind/sft/kbd, resetting the geometry.

Thanks,
Prince



elm_conform.patch
Description: Binary data
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-27 Thread The Rasterman
On Tue, 27 Dec 2011 14:02:26 + (GMT) PRINCE KUMAR DUBEY
prince.du...@samsung.com said:

indeed good point. patch in svn! tnx! :)

 Hi,
 
 Attachment to the mail is elm_conform patch.
 
 Change Description:
   When no geometry information of ind/sft/kbd, resetting the geometry.
 
 Thanks,
 Prince
 


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


--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-07 Thread Sachiel
2011/12/7 PRINCE KUMAR DUBEY prince.du...@samsung.com:
 The problem is how focus will pass from parent through conformant (an edje 
 object) to its children and vice-versa.

The same way the elm_layout does it internally?

 Thanks.
 --- Original Message ---
 Sender : ???woo_hyun0...@naver.com
 Date : Dec 07, 2011 07:41 (GMT+05:30)
 Title : RE: Re: [E-devel] [Patch] elm_conform patch

 Hello ~ Prince.

 With current elm_conformant's codes, focus tree doesn't have any problem 
 because,
 every content, which is set by elm_conformant_content_set_func, will be a 
 sub-object of elm_conformant.
 (you can check elm_widget_sub_object_add in _content_set_hook function)

 I cannot remember well but we've discussed about this patch long time before.
 So can I know the exact problem about this focus-fixing patch ?

 Thanks.
 -Original Message-
 From: Carsten Haitzlerras...@rasterman.com
 To: prince.du...@samsung.com
 Cc: Enlightenment developer listenlightenment-devel@lists.sourceforge.net
 Sent: 11-12-07(?) 09:00:31
 Subject: Re: [E-devel] [Patch] elm_conform patch
 On Tue, 06 Dec 2011 14:48:16 + (GMT) PRINCE KUMAR DUBEY
 prince.du...@samsung.com said:

 May be I didn't explain the problem properly.
 The issue is:
 focus is not traversing from parent window through conformant to its content
 or vice versa. Since, conformant is an edje object, focus chain breaks here.
 For that, I added elm_layout widget so, in widget hierarchy focus can
 traverse from top(or bottom) to bottom(or top) through conformant.

 yes - and that's a hack. most widgets in elm are/have edje objects and they
 handle passing focus to the child via a function. look at
 _elm_frame_focus_next_hook() in elm_frame.c - the passing focus to the layout
 is a fallback for ultra simple widgets that just stuff elm widgets directly
 as children. there is an edje object in between here. just add that func into
 conformant and register it, don't add a layout in addition to the current edje
 obj.

 Thanks,
 Prince
 --- Original Message ---
 Sender : Carsten Haitzlerras...@rasterman.com
 Date : Dec 06, 2011 15:10 (GMT+05:30)
 Title : Re: [E-devel] [Patch] elm_conform patch

 On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Park said:

 i'd say - don't use anything. elm_conformant should be doing this by itself
 just like layout, box, frame etc. manage it too.

  Then use a box. Box does not need more style and simple to use.
  Thank you.
  
  -Regards, Hermet-
 
  -Original Message-
  From: Carsten Haitzlerras...@rasterman.com
  To: Enlightenment developer
  listenlightenment-devel@lists.sourceforge.net Cc: PRINCE KUMAR
  DUBEYprince.du...@samsung.com Sent: 11-12-06(?) 18:17:21
  Subject: Re: [E-devel] [Patch] elm_conform patch
  On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
  prince.du...@samsung.com said:
  
   Hi,
  
   Attachment to the mail is elm_conform patch.
   Change Log:
   1. Focus chain issue fix by inserting elm_layout in hierarchy .
  i think this is a bit of a hack... i don't like this. so reject because of
  this. i think conformant is just not handling focus next/hook stuff right.
  look at other widgets for example (eg frame).
   2. When no geometry information of indicator/softkey/keyboard, resetting
   the geometry.
  i could accept this bit of the patch if you split it. or re-submit with
  above stuff fixed/improved :)
   Please review it.
   I'd appreciate any comments on this.
  
   Thank you,
   Prince
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler) ras...@rasterman.com
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  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

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

2011-12-06 Thread ChunEon Park
Does it need to use layout? how about box?
and Don't please mix your changes in one patch.

-Regards, Hermet-
 
-Original Message-
From: PRINCE KUMAR DUBEYlt;prince.du...@samsung.comgt; 
To: 
enlightenment-devel@lists.sourceforge.netlt;enlightenment-devel@lists.sourceforge.netgt;
Cc: 
Sent: 11-12-05(월) 22:19:03
Subject: Re: [E-devel] [Patch] elm_conform patch
Hi,
Can anyone review the patch, attached to the below mail ?
Thanks,
Prince
--- Original Message ---
Sender : PRINCE KUMAR DUBEY Lead Engineer/SISO-Linux Platform Lab/Samsung 
Electronics
Date : Nov 25, 2011 18:36 (GMT+05:30)
Title : Re: [E-devel] [Patch] elm_conform patch
Hi,
Attachment to the mail is elm_conform patch.
Change Log:
1. Focus chain issue fix by inserting elm_layout in hierarchy .
2. When no geometry information of indicator/softkey/keyboard, resetting the 
geometry.
Please review it.
I'd appreciate any comments on this.
Thank you,
Prince
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-06 Thread The Rasterman
On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
prince.du...@samsung.com said:

 
 Hi,
 
 Attachment to the mail is elm_conform patch.
 Change Log:
 1. Focus chain issue fix by inserting elm_layout in hierarchy .

i think this is a bit of a hack... i don't like this. so reject because of
this. i think conformant is just not handling focus next/hook stuff right. look
at other widgets for example (eg frame).

 2. When no geometry information of indicator/softkey/keyboard, resetting the
 geometry.

i could accept this bit of the patch if you split it. or re-submit with above
stuff fixed/improved :)

 Please review it.
 I'd appreciate any comments on this.
 
 Thank you,
 Prince

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


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-06 Thread The Rasterman
On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Parkher...@naver.com said:

i'd say - don't use anything. elm_conformant should be doing this by itself just
like layout, box, frame etc. manage it too.

 Then use a box. Box does not need more style and simple to use. 
 Thank you. 
 
 -Regards, Hermet-
  
 -Original Message-
 From: Carsten Haitzlerlt;ras...@rasterman.comgt; 
 To: Enlightenment developer
 listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: PRINCE KUMAR
 DUBEYlt;prince.du...@samsung.comgt; Sent: 11-12-06(화) 18:17:21
 Subject: Re: [E-devel] [Patch] elm_conform patch
 On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
 lt;prince.du...@samsung.comgt; said:
  
  Hi,
  
  Attachment to the mail is elm_conform patch.
  Change Log:
  1. Focus chain issue fix by inserting elm_layout in hierarchy .
 i think this is a bit of a hack... i don't like this. so reject because of
 this. i think conformant is just not handling focus next/hook stuff right.
 look at other widgets for example (eg frame).
  2. When no geometry information of indicator/softkey/keyboard, resetting the
  geometry.
 i could accept this bit of the patch if you split it. or re-submit with above
 stuff fixed/improved :)
  Please review it.
  I'd appreciate any comments on this.
  
  Thank you,
  Prince
 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler) ras...@rasterman.com
 --
 Cloud Services Checklist: Pricing and Packaging Optimization
 This white paper is intended to serve as a reference, checklist and point of 
 discussion for anyone considering optimizing the pricing and packaging model 
 of a cloud services business. Read Now!
 http://www.accelacomm.com/jaw/sfnl/114/51491232/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 --
 Cloud Services Checklist: Pricing and Packaging Optimization
 This white paper is intended to serve as a reference, checklist and point of 
 discussion for anyone considering optimizing the pricing and packaging model 
 of a cloud services business. Read Now!
 http://www.accelacomm.com/jaw/sfnl/114/51491232/
 ___
 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


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-06 Thread PRINCE KUMAR DUBEY
May be I didn't explain the problem properly.
The issue is:
focus is not traversing from parent window through conformant to its content or 
vice versa.
Since, conformant is an edje object, focus chain breaks here.
For that, I added elm_layout widget so, in widget hierarchy focus can traverse 
from top(or bottom) to bottom(or top) through conformant.

Thanks,
Prince
--- Original Message ---
Sender : Carsten Haitzlerras...@rasterman.com
Date : Dec 06, 2011 15:10 (GMT+05:30)
Title : Re: [E-devel] [Patch] elm_conform patch

On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Park said:

i'd say - don't use anything. elm_conformant should be doing this by itself just
like layout, box, frame etc. manage it too.

 Then use a box. Box does not need more style and simple to use. 
 Thank you. 
 
 -Regards, Hermet-
  
 -Original Message-
 From: Carsten Haitzlerras...@rasterman.com 
 To: Enlightenment developer
 listenlightenment-devel@lists.sourceforge.net Cc: PRINCE KUMAR
 DUBEYprince.du...@samsung.com Sent: 11-12-06(?) 18:17:21
 Subject: Re: [E-devel] [Patch] elm_conform patch
 On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
 prince.du...@samsung.com said:
  
  Hi,
  
  Attachment to the mail is elm_conform patch.
  Change Log:
  1. Focus chain issue fix by inserting elm_layout in hierarchy .
 i think this is a bit of a hack... i don't like this. so reject because of
 this. i think conformant is just not handling focus next/hook stuff right.
 look at other widgets for example (eg frame).
  2. When no geometry information of indicator/softkey/keyboard, resetting the
  geometry.
 i could accept this bit of the patch if you split it. or re-submit with above
 stuff fixed/improved :)
  Please review it.
  I'd appreciate any comments on this.
  
  Thank you,
  Prince
 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler) ras...@rasterman.com
 --
 Cloud Services Checklist: Pricing and Packaging Optimization
 This white paper is intended to serve as a reference, checklist and point of 
 discussion for anyone considering optimizing the pricing and packaging model 
 of a cloud services business. Read Now!
 http://www.accelacomm.com/jaw/sfnl/114/51491232/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 --
 Cloud Services Checklist: Pricing and Packaging Optimization
 This white paper is intended to serve as a reference, checklist and point of 
 discussion for anyone considering optimizing the pricing and packaging model 
 of a cloud services business. Read Now!
 http://www.accelacomm.com/jaw/sfnl/114/51491232/
 ___
 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
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-06 Thread The Rasterman
On Tue, 06 Dec 2011 14:48:16 + (GMT) PRINCE KUMAR DUBEY
prince.du...@samsung.com said:

 May be I didn't explain the problem properly.
 The issue is:
 focus is not traversing from parent window through conformant to its content
 or vice versa. Since, conformant is an edje object, focus chain breaks here.
 For that, I added elm_layout widget so, in widget hierarchy focus can
 traverse from top(or bottom) to bottom(or top) through conformant.

yes - and that's a hack. most widgets in elm are/have edje objects and they
handle passing focus to the child via a function. look at
_elm_frame_focus_next_hook() in elm_frame.c - the passing focus to the layout
is a fallback for ultra simple widgets that just stuff elm widgets directly
as children. there is an edje object in between here. just add that func into
conformant and register it, don't add a layout in addition to the current edje
obj.

 Thanks,
 Prince
 --- Original Message ---
 Sender : Carsten Haitzlerras...@rasterman.com
 Date : Dec 06, 2011 15:10 (GMT+05:30)
 Title : Re: [E-devel] [Patch] elm_conform patch
 
 On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Park said:
 
 i'd say - don't use anything. elm_conformant should be doing this by itself
 just like layout, box, frame etc. manage it too.
 
  Then use a box. Box does not need more style and simple to use. 
  Thank you. 
  
  -Regards, Hermet-
   
  -Original Message-
  From: Carsten Haitzlerras...@rasterman.com 
  To: Enlightenment developer
  listenlightenment-devel@lists.sourceforge.net Cc: PRINCE KUMAR
  DUBEYprince.du...@samsung.com Sent: 11-12-06(?) 18:17:21
  Subject: Re: [E-devel] [Patch] elm_conform patch
  On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
  prince.du...@samsung.com said:
   
   Hi,
   
   Attachment to the mail is elm_conform patch.
   Change Log:
   1. Focus chain issue fix by inserting elm_layout in hierarchy .
  i think this is a bit of a hack... i don't like this. so reject because of
  this. i think conformant is just not handling focus next/hook stuff right.
  look at other widgets for example (eg frame).
   2. When no geometry information of indicator/softkey/keyboard, resetting
   the geometry.
  i could accept this bit of the patch if you split it. or re-submit with
  above stuff fixed/improved :)
   Please review it.
   I'd appreciate any comments on this.
   
   Thank you,
   Prince
  -- 
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler) ras...@rasterman.com
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  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


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-06 Thread 정우현
 
Hello ~ Prince. 
 
With current elm_conformant's codes, focus tree doesn't have any problem 
because, 
every content, which is set by elm_conformant_content_set_func, will be a 
sub-object of elm_conformant.
(you can check elm_widget_sub_object_add in _content_set_hook function)
I cannot remember well but we've discussed about this patch long time before. 
So can I know the exact problem about this focus-fixing patch ? 
 
Thanks.
-Original Message-
From: Carsten Haitzlerlt;ras...@rasterman.comgt; 
To: prince.du...@samsung.com
Cc: Enlightenment developer 
listlt;enlightenment-devel@lists.sourceforge.netgt;
Sent: 11-12-07(수) 09:00:31
Subject: Re: [E-devel] [Patch] elm_conform patch
On Tue, 06 Dec 2011 14:48:16 + (GMT) PRINCE KUMAR DUBEY
lt;prince.du...@samsung.comgt; said:
 May be I didn't explain the problem properly.
 The issue is:
 focus is not traversing from parent window through conformant to its content
 or vice versa. Since, conformant is an edje object, focus chain breaks here.
 For that, I added elm_layout widget so, in widget hierarchy focus can
 traverse from top(or bottom) to bottom(or top) through conformant.
yes - and that's a hack. most widgets in elm are/have edje objects and they
handle passing focus to the child via a function. look at
_elm_frame_focus_next_hook() in elm_frame.c - the passing focus to the layout
is a fallback for ultra simple widgets that just stuff elm widgets directly
as children. there is an edje object in between here. just add that func into
conformant and register it, don't add a layout in addition to the current edje
obj.
 Thanks,
 Prince
 --- Original Message ---
 Sender : Carsten Haitzlerlt;ras...@rasterman.comgt;
 Date : Dec 06, 2011 15:10 (GMT+05:30)
 Title : Re: [E-devel] [Patch] elm_conform patch
 
 On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Park said:
 
 i'd say - don't use anything. elm_conformant should be doing this by itself
 just like layout, box, frame etc. manage it too.
 
  Then use a box. Box does not need more style and simple to use. 
  Thank you. 
  
  -Regards, Hermet-
  
  -Original Message-
  From: Carsten Haitzlerlt;ras...@rasterman.comgt; 
  To: Enlightenment developer
  listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: PRINCE KUMAR
  DUBEYlt;prince.du...@samsung.comgt; Sent: 11-12-06(?) 18:17:21
  Subject: Re: [E-devel] [Patch] elm_conform patch
  On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
  lt;prince.du...@samsung.comgt; said:
   
   Hi,
   
   Attachment to the mail is elm_conform patch.
   Change Log:
   1. Focus chain issue fix by inserting elm_layout in hierarchy .
  i think this is a bit of a hack... i don't like this. so reject because of
  this. i think conformant is just not handling focus next/hook stuff right.
  look at other widgets for example (eg frame).
   2. When no geometry information of indicator/softkey/keyboard, resetting
   the geometry.
  i could accept this bit of the patch if you split it. or re-submit with
  above stuff fixed/improved :)
   Please review it.
   I'd appreciate any comments on this.
   
   Thank you,
   Prince
  -- 
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler) ras...@rasterman.com
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  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
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering

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

2011-12-06 Thread PRINCE KUMAR DUBEY
The problem is how focus will pass from parent through conformant (an edje 
object) to its children and vice-versa.
Thanks.
--- Original Message ---
Sender : ???woo_hyun0...@naver.com
Date : Dec 07, 2011 07:41 (GMT+05:30)
Title : RE: Re: [E-devel] [Patch] elm_conform patch

Hello ~ Prince. 

With current elm_conformant's codes, focus tree doesn't have any problem 
because, 
every content, which is set by elm_conformant_content_set_func, will be a 
sub-object of elm_conformant.
(you can check elm_widget_sub_object_add in _content_set_hook function)

I cannot remember well but we've discussed about this patch long time before. 
So can I know the exact problem about this focus-fixing patch ? 

Thanks.
-Original Message-
From: Carsten Haitzlerras...@rasterman.com 
To: prince.du...@samsung.com
Cc: Enlightenment developer listenlightenment-devel@lists.sourceforge.net
Sent: 11-12-07(?) 09:00:31
Subject: Re: [E-devel] [Patch] elm_conform patch
On Tue, 06 Dec 2011 14:48:16 + (GMT) PRINCE KUMAR DUBEY
prince.du...@samsung.com said:

 May be I didn't explain the problem properly.
 The issue is:
 focus is not traversing from parent window through conformant to its content
 or vice versa. Since, conformant is an edje object, focus chain breaks here.
 For that, I added elm_layout widget so, in widget hierarchy focus can
 traverse from top(or bottom) to bottom(or top) through conformant.

yes - and that's a hack. most widgets in elm are/have edje objects and they
handle passing focus to the child via a function. look at
_elm_frame_focus_next_hook() in elm_frame.c - the passing focus to the layout
is a fallback for ultra simple widgets that just stuff elm widgets directly
as children. there is an edje object in between here. just add that func into
conformant and register it, don't add a layout in addition to the current edje
obj.

 Thanks,
 Prince
 --- Original Message ---
 Sender : Carsten Haitzlerras...@rasterman.com
 Date : Dec 06, 2011 15:10 (GMT+05:30)
 Title : Re: [E-devel] [Patch] elm_conform patch
 
 On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Park said:
 
 i'd say - don't use anything. elm_conformant should be doing this by itself
 just like layout, box, frame etc. manage it too.
 
  Then use a box. Box does not need more style and simple to use. 
  Thank you. 
  
  -Regards, Hermet-
  
  -Original Message-
  From: Carsten Haitzlerras...@rasterman.com 
  To: Enlightenment developer
  listenlightenment-devel@lists.sourceforge.net Cc: PRINCE KUMAR
  DUBEYprince.du...@samsung.com Sent: 11-12-06(?) 18:17:21
  Subject: Re: [E-devel] [Patch] elm_conform patch
  On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
  prince.du...@samsung.com said:
   
   Hi,
   
   Attachment to the mail is elm_conform patch.
   Change Log:
   1. Focus chain issue fix by inserting elm_layout in hierarchy .
  i think this is a bit of a hack... i don't like this. so reject because of
  this. i think conformant is just not handling focus next/hook stuff right.
  look at other widgets for example (eg frame).
   2. When no geometry information of indicator/softkey/keyboard, resetting
   the geometry.
  i could accept this bit of the patch if you split it. or re-submit with
  above stuff fixed/improved :)
   Please review it.
   I'd appreciate any comments on this.
   
   Thank you,
   Prince
  -- 
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler) ras...@rasterman.com
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  --
  Cloud Services Checklist: Pricing and Packaging Optimization
  This white paper is intended to serve as a reference, checklist and point
  of discussion for anyone considering optimizing the pricing and packaging
  model of a cloud services business. Read Now!
  http://www.accelacomm.com/jaw/sfnl/114/51491232/
  ___
  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

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

2011-12-06 Thread Christopher Michael
As the author of illume stuff, this is a hack. I agree. Fix it proper, 
or don't fix it. As always, patches are welcome...but improper patches 
do get rejected. Using 'layout' to Avoid the problem is no solution.

dh

On 12/06/11 19:00, Carsten Haitzler (The Rasterman) wrote:
 On Tue, 06 Dec 2011 14:48:16 + (GMT) PRINCE KUMAR DUBEY
 prince.du...@samsung.com  said:

 May be I didn't explain the problem properly.
 The issue is:
 focus is not traversing from parent window through conformant to its content
 or vice versa. Since, conformant is an edje object, focus chain breaks here.
 For that, I added elm_layout widget so, in widget hierarchy focus can
 traverse from top(or bottom) to bottom(or top) through conformant.

 yes - and that's a hack. most widgets in elm are/have edje objects and they
 handle passing focus to the child via a function. look at
 _elm_frame_focus_next_hook() in elm_frame.c - the passing focus to the layout
 is a fallback for ultra simple widgets that just stuff elm widgets directly
 as children. there is an edje object in between here. just add that func into
 conformant and register it, don't add a layout in addition to the current edje
 obj.

 Thanks,
 Prince
 --- Original Message ---
 Sender : Carsten Haitzlerras...@rasterman.com
 Date : Dec 06, 2011 15:10 (GMT+05:30)
 Title : Re: [E-devel] [Patch] elm_conform patch

 On Tue, 06 Dec 2011 18:31:48 +0900 ChunEon Park said:

 i'd say - don't use anything. elm_conformant should be doing this by itself
 just like layout, box, frame etc. manage it too.

 Then use a box. Box does not need more style and simple to use.
 Thank you.
 
 -Regards, Hermet-

 -Original Message-
 From: Carsten Haitzlerras...@rasterman.com
 To: Enlightenment developer
 listenlightenment-devel@lists.sourceforge.net  Cc: PRINCE KUMAR
 DUBEYprince.du...@samsung.com  Sent: 11-12-06(?) 18:17:21
 Subject: Re: [E-devel] [Patch] elm_conform patch
 On Fri, 25 Nov 2011 13:06:27 + (GMT) PRINCE KUMAR DUBEY
 prince.du...@samsung.com  said:

 Hi,

 Attachment to the mail is elm_conform patch.
 Change Log:
 1. Focus chain issue fix by inserting elm_layout in hierarchy .
 i think this is a bit of a hack... i don't like this. so reject because of
 this. i think conformant is just not handling focus next/hook stuff right.
 look at other widgets for example (eg frame).
 2. When no geometry information of indicator/softkey/keyboard, resetting
 the geometry.
 i could accept this bit of the patch if you split it. or re-submit with
 above stuff fixed/improved :)
 Please review it.
 I'd appreciate any comments on this.

 Thank you,
 Prince
 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler) ras...@rasterman.com
 --
 Cloud Services Checklist: Pricing and Packaging Optimization
 This white paper is intended to serve as a reference, checklist and point
 of discussion for anyone considering optimizing the pricing and packaging
 model of a cloud services business. Read Now!
 http://www.accelacomm.com/jaw/sfnl/114/51491232/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 --
 Cloud Services Checklist: Pricing and Packaging Optimization
 This white paper is intended to serve as a reference, checklist and point
 of discussion for anyone considering optimizing the pricing and packaging
 model of a cloud services business. Read Now!
 http://www.accelacomm.com/jaw/sfnl/114/51491232/
 ___
 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



--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-12-05 Thread PRINCE KUMAR DUBEY
Hi,
Can anyone review the patch, attached to the below mail ?
Thanks,
Prince

--- Original Message ---
Sender : PRINCE KUMAR DUBEY Lead Engineer/SISO-Linux Platform Lab/Samsung 
Electronics
Date : Nov 25, 2011 18:36 (GMT+05:30)
Title : Re: [E-devel] [Patch] elm_conform patch


Hi,

Attachment to the mail is elm_conform patch.
Change Log:
1. Focus chain issue fix by inserting elm_layout in hierarchy .
2. When no geometry information of indicator/softkey/keyboard, resetting the 
geometry.

Please review it.
I'd appreciate any comments on this.

Thank you,
Prince
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-11-25 Thread PRINCE KUMAR DUBEY

Hi,

Attachment to the mail is elm_conform patch.
Change Log:
1. Focus chain issue fix by inserting elm_layout in hierarchy .
2. When no geometry information of indicator/softkey/keyboard, resetting the 
geometry.

Please review it.
I'd appreciate any comments on this.

Thank you,
Prince

elm_conform.patch
Description: Binary data
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_conform patch from Prince

2011-07-08 Thread Daniel Juyung Seo
In SVN. Thanks Prince.

Daniel Juyung Seo (SeoZ)

On Thu, May 26, 2011 at 11:22 AM, Daniel Juyung Seo
juyung@samsung.com wrote:
 Dear all,
 This is a elm_conform patch from Prince.
 Please find the attachment and email.

 If there is no comments in a couple of days, I will commit this in.
 It's already reviewed by raster.
 Thanks.

 Daniel Juyung Seo (SeoZ)

 --- Original Message ---
 Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com Lead
 Engineer/SISO-Linux Platform Lab/Samsung Electronics
 Date : 2011-05-20 17:41 (GMT+09:00)
 Title : [E-devel] [Patch] elm_conform patch

 Hi Mr Seo,
 Can you please send the attached patch of elm_conformant to EFL ope-src
 community.
 Change Log:
 Eina_Bool parameter is added to API elm_widget_show_region_set  to set the
 show region always. Earlier, the API expects
 some change, to redo the job.
 This enhancement is already approved by raster in gerrit review.

 Thank you.
 Regards,

 Prince


 --
 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.
 http://p.sf.net/sfu/quest-d2dcopy1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [Patch] elm_conform patch from Prince

2011-05-25 Thread Daniel Juyung Seo
Dear all, 
This is a elm_conform patch from Prince.
Please find the attachment and email.

If there is no comments in a couple of days, I will commit this in.
It's already reviewed by raster.
Thanks.

Daniel Juyung Seo (SeoZ)

--- Original Message ---
Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com Lead
Engineer/SISO-Linux Platform Lab/Samsung Electronics
Date : 2011-05-20 17:41 (GMT+09:00)
Title : [E-devel] [Patch] elm_conform patch

Hi Mr Seo,
Can you please send the attached patch of elm_conformant to EFL ope-src
community.
Change Log:
Eina_Bool parameter is added to API elm_widget_show_region_set  to set the
show region always. Earlier, the API expects
some change, to redo the job.
This enhancement is already approved by raster in gerrit review.

Thank you.
Regards,

Prince



elm_conform.patch
Description: Binary data
--
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. 
http://p.sf.net/sfu/quest-d2dcopy1___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_conform patch from Prince

2011-05-19 Thread Daniel Juyung Seo
In SVN! Thanks!
I just fixed warnings.

Daniel Juyung Seo (SeoZ)

On Fri, May 13, 2011 at 6:18 PM, Carsten Haitzler ras...@rasterman.com wrote:
 On Wed, 04 May 2011 15:57:11 +0900 Daniel Juyung Seo juyung@samsung.com
 said:

 +1. commit it :)

 Dear all, this is revised patch from Prince.
 Please find his email and attached patch.
 Please review this.
 Thanks.
 Daniel Juyung Seo.

 --- Original Message ---
 Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com
 Date : 2011-04-29 17:33 (GMT+09:00)
 Title : Re: [Patch] elm_conform patch

 Dear Mr. Seo,
 The below issues have been fixed. Verified with and without
 HAVE_ELEMENTARY_X flags.
 So, Can you please post the attached elm_conformant patch.

 Change Log: 1.  Virtual Keypad support added.
 2. Support added to look up for Top most Scroller in the focused object
 hierarchy inside conformant
 and its Resize Event is handled to realign the Visible content area.
 3. New API  elm_conformant_content_area_get added to get the content area
 of the widget.

 Thank You,

 Regards,
 Prince


 -Original Message-
 From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
 Sent: Tuesday, May 03, 2011 8:09 PM
 To: Daniel Juyung Seo
 Cc: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] [Patch] elm_conform patch from Prince

 On Fri, 29 Apr 2011 09:38:01 +0900 Daniel Juyung Seo
 juyung@samsung.com
 said:

 small things:

 +   Evas_Object *conformant = (Evas_Object *) data;
                                              ^ remove space before data

 +EAPI Evas_Object*
                 ^ add space before *

 otherwise... commit! :)

  Dear all, this is an email from Prince.
  Please find his email and attachment.
  Thanks.
  Daniel Juyung Seo (SeoZ)
 
  --- Original Message ---
 
  Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com
  Date : 2011-04-28 17:38 (GMT+09:00)
  Title : elm_conformant SVN Patch.
 
  Dear Mr Seo,
 
  Can you please post the attached elm_conform patch to EFL community.
  This patch consist of:
  1. Virtual Keypad Support.
  2. New API elm_conformant_content_area_get added.
 
  Please let me know if you want more information.
 
  Thank You,
  Regards,
  Prince
 


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


 --
 Achieve unprecedented app performance and reliability
 What every C/C++ and Fortran developer should know.
 Learn how Intel has extended the reach of its next-generation tools
 to help boost performance applications - inlcuding clusters.
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_conform patch from Prince

2011-05-13 Thread The Rasterman
On Wed, 04 May 2011 15:57:11 +0900 Daniel Juyung Seo juyung@samsung.com
said:

+1. commit it :)

 Dear all, this is revised patch from Prince.
 Please find his email and attached patch.
 Please review this.
 Thanks.
 Daniel Juyung Seo.
 
 --- Original Message ---
 Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com 
 Date : 2011-04-29 17:33 (GMT+09:00)
 Title : Re: [Patch] elm_conform patch
 
 Dear Mr. Seo,
 The below issues have been fixed. Verified with and without
 HAVE_ELEMENTARY_X flags.
 So, Can you please post the attached elm_conformant patch.
 
 Change Log: 1.  Virtual Keypad support added.
 2. Support added to look up for Top most Scroller in the focused object
 hierarchy inside conformant
 and its Resize Event is handled to realign the Visible content area.
 3. New API  elm_conformant_content_area_get added to get the content area
 of the widget.
 
 Thank You,
 
 Regards,
 Prince
 
 
 -Original Message-
 From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] 
 Sent: Tuesday, May 03, 2011 8:09 PM
 To: Daniel Juyung Seo
 Cc: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] [Patch] elm_conform patch from Prince
 
 On Fri, 29 Apr 2011 09:38:01 +0900 Daniel Juyung Seo
 juyung@samsung.com
 said:
 
 small things:
 
 +   Evas_Object *conformant = (Evas_Object *) data;
  ^ remove space before data
 
 +EAPI Evas_Object*
 ^ add space before *
 
 otherwise... commit! :)
 
  Dear all, this is an email from Prince.
  Please find his email and attachment.
  Thanks.
  Daniel Juyung Seo (SeoZ)
  
  --- Original Message ---
  
  Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com
  Date : 2011-04-28 17:38 (GMT+09:00)
  Title : elm_conformant SVN Patch.
  
  Dear Mr Seo,
  
  Can you please post the attached elm_conform patch to EFL community.
  This patch consist of:
  1. Virtual Keypad Support.
  2. New API elm_conformant_content_area_get added.
   
  Please let me know if you want more information.
   
  Thank You,
  Regards,
  Prince
  
 
 
 -- 
 - 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


--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_conform patch from Prince

2011-05-04 Thread Daniel Juyung Seo
Dear all, this is revised patch from Prince.
Please find his email and attached patch.
Please review this.
Thanks.
Daniel Juyung Seo.

--- Original Message ---
Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com 
Date : 2011-04-29 17:33 (GMT+09:00)
Title : Re: [Patch] elm_conform patch

Dear Mr. Seo,
The below issues have been fixed. Verified with and without
HAVE_ELEMENTARY_X flags.
So, Can you please post the attached elm_conformant patch.

Change Log: 1.  Virtual Keypad support added.
2. Support added to look up for Top most Scroller in the focused object
hierarchy inside conformant
and its Resize Event is handled to realign the Visible content area.
3. New API  elm_conformant_content_area_get added to get the content area
of the widget.

Thank You,

Regards,
Prince


-Original Message-
From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] 
Sent: Tuesday, May 03, 2011 8:09 PM
To: Daniel Juyung Seo
Cc: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] [Patch] elm_conform patch from Prince

On Fri, 29 Apr 2011 09:38:01 +0900 Daniel Juyung Seo
juyung@samsung.com
said:

small things:

+   Evas_Object *conformant = (Evas_Object *) data;
 ^ remove space before data

+EAPI Evas_Object*
^ add space before *

otherwise... commit! :)

 Dear all, this is an email from Prince.
 Please find his email and attachment.
 Thanks.
 Daniel Juyung Seo (SeoZ)
 
 --- Original Message ---
 
 Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com
 Date : 2011-04-28 17:38 (GMT+09:00)
 Title : elm_conformant SVN Patch.
 
 Dear Mr Seo,
 
 Can you please post the attached elm_conform patch to EFL community.
 This patch consist of:
 1. Virtual Keypad Support.
 2. New API elm_conformant_content_area_get added.
  
 Please let me know if you want more information.
  
 Thank You,
 Regards,
 Prince
 


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



elm_conformant.patch
Description: Binary data
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_conform patch from Prince

2011-05-03 Thread The Rasterman
On Fri, 29 Apr 2011 09:38:01 +0900 Daniel Juyung Seo juyung@samsung.com
said:

small things:

+   Evas_Object *conformant = (Evas_Object *) data;
 ^ remove space before data

+EAPI Evas_Object*
^ add space before *

otherwise... commit! :)

 Dear all, this is an email from Prince.
 Please find his email and attachment.
 Thanks.
 Daniel Juyung Seo (SeoZ)
 
 --- Original Message ---
 
 Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com
 Date : 2011-04-28 17:38 (GMT+09:00)
 Title : elm_conformant SVN Patch.
 
 Dear Mr Seo,
 
 Can you please post the attached elm_conform patch to EFL community.
 This patch consist of:
 1. Virtual Keypad Support.
 2. New API elm_conformant_content_area_get added.
  
 Please let me know if you want more information.
  
 Thank You,
 Regards,
 Prince
 


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


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [Patch] elm_conform patch from Prince

2011-04-28 Thread Daniel Juyung Seo
Dear all, this is an email from Prince.
Please find his email and attachment.
Thanks.
Daniel Juyung Seo (SeoZ)

--- Original Message ---

Sender : PRINCE KUMAR DUBEYprince.du...@samsung.com
Date : 2011-04-28 17:38 (GMT+09:00)
Title : elm_conformant SVN Patch.

Dear Mr Seo,

Can you please post the attached elm_conform patch to EFL community.
This patch consist of:
1. Virtual Keypad Support.
2. New API elm_conformant_content_area_get added.
 
Please let me know if you want more information.
 
Thank You,
Regards,
Prince



elm_conformant.patch
Description: Binary data
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel