Commit Graph

15 Commits

Author SHA1 Message Date
Daniel Zaoui 187d6bf8de Elementary: replace eo_data_get for objects data referencing. 2013-05-01 11:04:09 +03:00
ChunEon Park d7d77edf42 elementary/naviframe - don't try to pop the naviframe item multiple times. 2013-04-17 22:08:41 +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 02cd629c71 elementary/naviframe - add elm_naviframe_item_pop_cb_set() 2013-03-07 21:28:03 +09: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 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 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 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
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
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
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
ChunEon Park 512278bba2 elementry/naviframe - [E-devel] Elc_Naviframe: Animation optimization patch
Hi All,

Please find attached patch for naviframe animation optimization.
This patch makes sure animation happens smoothly even if content is heavy.
i.e, this patch makes sure animation is deferred so that it is visible(showing full transition time)
even if content takes more time in creation.

Change description:
Naviframe Animation optimization for smoother animation.

Signed-off by: Shilpa Singh<shilpa.singh@samsung.com>

Thanks & Regards
Shilpa Singh



SVN revision: 76929
2012-09-21 05:28:55 +00:00
ChunEon Park f22fb9ee6d elementary/naviframe - [E-devel] elc_naviframe: generic parts signals missing bug fix patch
Hi All,

Please find attached elc_naviframe bug fix patch.
Change description:
Generic text parts and content parts signals not sent hence UI not coming properly issue fixed.

Thanks & Regards
Shilpa Singh

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



SVN revision: 75803
2012-08-29 00:34:13 +00:00
Gustavo Lima Chaves cead79a22d [elm] Naviframe now inheritable.
SVN revision: 74686
2012-07-31 22:06:26 +00:00