Commit Graph

222 Commits

Author SHA1 Message Date
Shinwoo Kim 3df6097679 [access][navifram] revert accessibility focus chain 2013-04-22 14:55:07 +09:00
ChunEon Park d7d77edf42 elementary/naviframe - don't try to pop the naviframe item multiple times. 2013-04-17 22:08:41 +09:00
ChunEon Park 4a70bee664 elementary/naviframe - renamed internal signal names for compress mode 2013-04-05 15:56:35 +09:00
ChunEon Park 58fab58ae7 elementary/naviframe - fixed typo 2013-04-04 20:46:25 +09:00
ChunEon Park 268b2bb5bd elementary/naviframe - don't handle the key event if the key is already on holding. 2013-04-04 20:45:11 +09:00
Daniel Juyung Seo 74b3eed5fd elm: print the error message inside elm_widget_sub_object_add().
1. Do not need to print the same error message from all the widget codes.
2. Even though elm_widget_sub_object_add() can be used internally, there should be no error message at all.
   Elm devs should fix it beforehand.
   So it looks ok to print the error message in elm_widget_sub_object_add() to force elm devs to fix it.
3. Got additional code cleanups.
2013-04-03 11:28:53 +09:00
ChunEon Park ddf7f65810 elementary/naviframe - Now item popping can be cancelled if user returns
the EINA_FALSE in the pop_cb().
2013-03-22 19:04:12 +09:00
Tom Hacohen d75cb616da Change usage of eo_do_super to the new prototype. 2013-03-18 16:15:12 +00:00
WooHyun Jung b6bd065d2e elementary/naviframe : Fixed a formatting. 2013-03-11 22:02:24 +09:00
WooHyun Jung 2f204dd7ee elementary/naviframe : Don need to check whether current item has content or not. 2013-03-11 20:08:52 +09:00
WooHyun Jung 2cb1f66c54 elementary/naviframe : Naviframe is now supporting focus_direction. 2013-03-11 17:03:21 +09:00
WooHyun Jung cfe2ab206e elementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after changing evenry item to elm_layout. 2013-03-11 16:38:45 +09:00
ChunEon Park ac3ab1c465 elementary/naviframe - added FIXME: 2013-03-08 21:47:07 +09:00
ChunEon Park 059c0f7252 naviframe - missed delcaring the prototype in head of the file. 2013-03-08 21:15:29 +09:00
ChunEon Park 7e575bab38 naviframe - remove the back button callback if the button is unset on the naviframe 2013-03-08 21:13:25 +09:00
ChunEon Park 02cd629c71 elementary/naviframe - add elm_naviframe_item_pop_cb_set() 2013-03-07 21:28:03 +09:00
Gustavo Lima Chaves 312d0217a0 An internal layout error, on a widget set, is a CRITICAL error. 2013-03-01 23:04:31 -03:00
ChunEon Park ee1daa1eec elementary/naviframe - guarantee that new pushed item to be the top layer in a naviframe.
SVN revision: 84276
2013-02-21 08:40:09 +00:00
ChunEon Park b17a158181 elementary/naviframe - remove del callback function before deleting the object.
SVN revision: 84269
2013-02-21 02:55:02 +00:00
ChunEon Park f801eec4d2 elementary/naviframe - fix some trivial bugs.
SVN revision: 83998
2013-02-16 14:33:16 +00:00
ChunEon Park a69c304b39 elementary/naviframe - removed duplicated strings.
SVN revision: 83992
2013-02-16 14:16:50 +00:00
ChunEon Park 46f7abc6df elementary/naviframe - don't call the parent smart_theme. Actually navifram itself is nothing to do about theme.
SVN revision: 83986
2013-02-16 12:33:52 +00:00
ChunEon Park e91c97418c elementary/naviframe - improve the naviframe to not apply it's items style multiple time when theme or styles are changed.
SVN revision: 83985
2013-02-16 12:08:42 +00:00
ChunEon Park 9256895f98 elementary/widget, naviframe, popup, label, button
let elm_wdg_orientation_set() have return value and call the elm_wdg_theme() inside.

since every widgets tend to do same task with smart_theme() when it's orient mode is changed.



SVN revision: 83981
2013-02-16 11:11:25 +00:00
ChunEon Park 55d595b44e elementary/naviframe,button,label - support naviframe, button, label orientation mode
SVN revision: 83947
2013-02-15 11:22:09 +00:00
Daniel Zaoui cdd1eea853 Replace supported_types
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 83803
2013-02-10 07:52:31 +00:00
Shinwoo Kim 45b38d3403 [access][naviframe] export access object of title text.
we would need a function to export access object which is inside of widget


SVN revision: 83513
2013-01-31 11:35:26 +00:00
ChunEon Park 12269ae711 elementary/naviframe - Apply disply mode to all views of a naviframe if the display mode of th e views are changed. Sometimes views are couldn't be recoverved to a previou s status if they are stacked into more depth.
SVN revision: 83055
2013-01-22 05:28:31 +00:00
ChunEon Park a945ba944e elementary/naviframe - don't do it if the display mode are exactly same.
since the on_obj_size_hints_changed are called in various case(hint changed, display mode changed),

it needs to check.



SVN revision: 83053
2013-01-22 04:46:28 +00:00
Shinwoo Kim 7f91ad4183 [access] read default text for naviframe next, back button which have no label.
SVN revision: 82926
2013-01-17 09:03:23 +00:00
Shinwoo Kim a9cb727876 [access] use acessibility own part for the naviframe title.
SVN revision: 82857
2013-01-16 06:34:49 +00:00
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