Commit Graph

191 Commits

Author SHA1 Message Date
Shinwoo Kim 04d10ab68d [naviframe] rebuild broken accessibility feature on title area.
SVN revision: 82685
2013-01-12 06:41:21 +00:00
Daniel Juyung Seo 13d9833110 elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>
On Sun, Jan 6, 2013 at 2:23 PM, 조재현 <jae_hyun_cho@naver.com> wrote:
Dear all,

Hello. This is Jaehyun Cho.
Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is going to be appended to the item's text_list.
However, if the customized text parts change the text label when the text parts are in the item's text_list, naviframe does not emit state signals for them.
To resolve this issue, I added additional case in _item_text_set_hook to handle the text part which is in the item's text_list. (elementary/src/lib/elc_naviframe.c)
Please review this.

Thank you,
Jaehyun Cho.

SVN revision: 82300
2013-01-06 14:15:52 +00:00
ChunEon Park 6302d12079 elementary/naviframe - removed duplicated string data
SVN revision: 82260
2013-01-05 04:24:22 +00:00
ChunEon Park dcc29483af elementary/naviframe - fixed some unacceptable stuffs.
SVN revision: 82061
2013-01-03 11:41:10 +00:00
ChunEon Park 1dd2144a7c elementary/naviframe - use the layout intead of the edje_object
SVN revision: 82060
2013-01-03 11:26:57 +00:00
ChunEon Park fc6a4a4db7 elementary/naviframe - removed unnecessary string buf copy
SVN revision: 82031
2013-01-03 04:20:11 +00:00
JaeHyun Cho 6282ede9d3 elementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text correctly
Dear all,

Hello. This is Jaehyun Cho.
The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c)
To resolve this issue, I sent different arguments to edje_object_part_text_set for each case.
Please review this patch.

Thank you,
Jaehyun Cho.

Signed-Off-By: JaeHyun Cho <jae_hyun_cho@naver.com>



SVN revision: 82030
2013-01-03 04:10:45 +00:00
ChunEon Park ee5a6cf126 elementary/naviframe - don't access data after user callback function. because they can delete widget itself.
SVN revision: 81141
2012-12-17 14:05:13 +00:00
Jiyoun Park 58dd704606 if application delete naviframe item,
naviframe cannot set top object to resize object 


SVN revision: 80908
2012-12-14 03:29:21 +00:00
Stefan Schmidt 0cc6bf40f8 elm/naviframe: Fix potential deref of freed memory.
We should not free it and then access the same data again on line below.

SVN revision: 80862
2012-12-13 14:17:29 +00:00
WooHyun Jung aa3edaa8e6 elementary/naviframe : Restore dummy_edje to naviframe. Now dummy_edje is always smart member of naviframe, so it cannot be removed before deleting naviframe.
SVN revision: 80739
2012-12-12 08:58:03 +00:00
WooHyun Jung 5a7e0de603 elementary/naviframe : Remove dummy_edje. Naviframe should be shown with at least one item, and don't have to care about the state there is no item.
Additionally, it's not a smart member of naviframe, there is no guarantee when this object will be deleted.


SVN revision: 80628
2012-12-11 07:33:27 +00:00
Daniel Juyung Seo f11ad7850a elm: fixed build break caused by my two commits.
SVN revision: 80533
2012-12-08 18:39:24 +00:00
Daniel Juyung Seo b818236056 elm elc_naviframe.c: Use EINA_LIST_FREE instead of EINA_LIST_FOREACH + eina_list_free.
SVN revision: 80529
2012-12-08 18:17:12 +00:00
ChunEon Park b230457c42 elementary/naviframe - set main content to naviframe sub object to keep the obj-sub tree.
it needs to set other item contnets to be sub object.



SVN revision: 80520
2012-12-08 09:39:19 +00:00
ChunEon Park 0040b9e8fd elementary/naviframe - removed unnecessary line. it was compared already in widget api
SVN revision: 80518
2012-12-08 08:53:38 +00:00
ChunEon Park f353378e8b elementary/naviframe - only set the top item to be the resize object.
SVN revision: 80517
2012-12-08 08:09:44 +00:00
ChunEon Park 558f84a6ff elementary/naviframe - fix the title part which name of fixed wrongly.
SVN revision: 80514
2012-12-08 07:23:30 +00:00
ChunEon Park 4733715962 elementary/naviframe - Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.
Hi All,

Please find attached bug fix patch for Naviframe.
This patch fixes crash in naviframe which happens when evas_object_del
is called immediately after item_pop.

Change description:
elc_naviframe: Crash on calling evas_object_del of naviframe immediately after item_pop fixed.

Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)

Thanks & Regards
Shilpa Singh

Signed-Off-By: Shilpa Onkar Singh<shilpa.singh@samsung.com>



SVN revision: 80442
2012-12-07 12:31:07 +00:00
ChunEon Park dde0849bd9 elementary/naviframe - [E-devel] [Elc_Naviframe]: Removal of hide signals emissions before Object creation
Hi All, 

Please find attached bug fix patch for Naviframe. 
As hide signal was sent even before object was created, the theme did not work 
properly. 
Change description: 
elm_naviframe: Removal of hide signals emissions before Object creation. 
Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com) 

Thanks & Regards 
Shilpa Singh

Signed-Off-By: Shilpa Onkar Singh<shilpa.singh@samsung.com>



SVN revision: 80207
2012-12-05 04:01:55 +00:00
ChunEon Park a024e65f0b elementary/naviframe - trivial change
SVN revision: 80130
2012-12-04 07:40:28 +00:00
ChunEon Park 04c082606e elementary/naviframe - sorry here is my mistake. naviframe title content pari needs to keep the current content.
SVN revision: 80126
2012-12-04 04:16:48 +00:00
Daniel Juyung Seo ba3a32d45a elm elc_naviframe.c: Fixed naviframe smart theme breakage.
SVN revision: 80123
2012-12-04 02:18:12 +00:00
Daniel Juyung Seo 358b8c281d elm elc_naviframe.c: get smart data from evas object.
This fixes ticket #1910.

SVN revision: 80114
2012-12-03 23:21:27 +00:00
ChunEon Park a11a5becda elementary/naviframe - fix the naviframe crash if naviframe_item_pop and naviframe deletion is performed in serial.
even if the naviframe widget is deleted, the popped item's animator callback can be called.
Now keep the popping item list to handle this.



SVN revision: 80065
2012-12-03 13:27:57 +00:00
ChunEon Park d9180c9658 elementary/naviframe - To correct context, item should be passed to animator callback.
SVN revision: 80059
2012-12-03 12:10:18 +00:00
ChunEon Park 87e650b1de elementary/naviframe - -- useless line.
SVN revision: 80052
2012-12-03 12:01:34 +00:00
ChunEon Park 4deb162774 elementary/naviframe - useless check
SVN revision: 80051
2012-12-03 11:52:21 +00:00
ChunEon Park 226fa8ad54 elementary/naviframe - remove the pair if new content was swallowed into other part.
SVN revision: 80036
2012-12-03 10:21:09 +00:00
ChunEon Park 6f54233bcc elementary/naviframe - items have the title contents pointer to handle them much easily.
SVN revision: 80034
2012-12-03 10:10:17 +00:00
ChunEon Park 4029295408 elementary/naviframe - optimize code
SVN revision: 79893
2012-11-30 13:27:56 +00:00
ChunEon Park cd5eac4cc9 elementary/naviframe - no you can't removed.
SVN revision: 79891
2012-11-30 13:25:29 +00:00
ChunEon Park 8776fa93cb elementary/naviframe - fix the naviframe to send the signals one time for content show/hide, text show/hide
SVN revision: 79890
2012-11-30 13:16:11 +00:00
ChunEon Park 552f1b3964 elementary/naviframe - move the animator to item. now animator can be managed by each item properly.
SVN revision: 79888
2012-11-30 12:17:04 +00:00
ChunEon Park 3447a10e29 elementary/naviframe - make item have pair the compress mode signals
SVN revision: 79870
2012-11-30 07:50:56 +00:00
ChunEon Park 0501c64ddd elementary/naviframe - fix the naviframe to resize it's items which are inserted.
SVN revision: 79862
2012-11-30 06:22:48 +00:00
Daniel Zaoui 0c915e9023 Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79682
2012-11-26 09:29:01 +00:00
Yakov Goldberg 5c98343198 We have ported to Eo all the widgets of elementary. We didn't change the inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism.
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79668
2012-11-26 06:32:53 +00:00
ChunEon Park 65ce400db9 elementary/naviframe - free the text parts when it's item is deleted.x
SVN revision: 79633
2012-11-24 12:43:31 +00:00
ChunEon Park ebdd689cec elementary/naviframe - Clear the title contents when it's naviframe item is deleted.
Signed-Off-By: Shilpa Singh(shilap.singh@samsung.com)



SVN revision: 79544
2012-11-22 15:15:26 +00:00
ChunEon Park c6fc9dcb51 elementary/naviframe - let's remove contents which are preserved on set if the naviframe is deleted.
SVN revision: 79541
2012-11-22 14:47:08 +00:00
Shinwoo Kim 4c4b54c993 [naviframe] enhance access feature
1. add title icon to focus chain, title icon would be an widget
     such as segment control which is able to get focus.
  2. add smart_access(); to register, unregister access object.
  3. call _item_text_set_hook(); if item_new() has title_label,
     previously the _item_text_set_hook() is called even though
     the title_label is NULL.
  4. remove unnecessary variables from elm_widget_naviframe.h
  5. add _access_focus_set() to give focus propery. 


SVN revision: 79511
2012-11-21 13:41:03 +00:00
ChunEon Park 56913bba3f elementary/naviframe - unnecessary job stuff.
I don't know why this code are here. But these are definetly removed.

I guess this job stuff was in at shilpa's patch.



SVN revision: 79496
2012-11-21 05:55:25 +00:00
Bruno Dilly f03c6ecb12 Revert "elementary: hide naviframe itens added but not on
top"

This reverts commit r78006.



SVN revision: 78069
2012-10-16 18:01:21 +00:00
Daniel Juyung Seo 81a4e7317c elm elc_naviframe.c: Initialize on declaration.
SVN revision: 78028
2012-10-16 02:54:59 +00:00
Daniel Juyung Seo 08943b1664 elm elc_naviframe.c: Line breaks.
SVN revision: 78019
2012-10-15 23:44:39 +00:00
Bruno Dilly 53c51e0512 elementary: hide naviframe itens added but not on top
SVN revision: 78006
2012-10-15 16:26:22 +00:00
Bruno Dilly 0e626b7e08 elementary: fix naviframe insert before func
Adding before a unique item was segfaulting



SVN revision: 78005
2012-10-15 16:26:11 +00:00
Mike McCormack a32e6997d4 elementary: Fix a bunch of warnings
elc_naviframe.c: In function ‘_on_obj_size_hints_changed’:
elc_naviframe.c:1027:7: warning: assignment from incompatible pointer type
elc_naviframe.c:1020:34: warning: unused parameter ‘data’
elc_naviframe.c:1020:46: warning: unused parameter ‘e’
elc_naviframe.c:1020:73: warning: unused parameter ‘event_info’

Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77969
2012-10-14 20:15:09 +00:00
Jiyoun Park 997824fba0 Modify Elm conformant widget to notify display mode change
to child widget related with keypad state change.
elm naviframe check this change and deal with this using theme


SVN revision: 77965
2012-10-14 14:48:02 +00:00