Commit Graph

26 Commits

Author SHA1 Message Date
Gustavo Lima Chaves 83d85fe5bd [elm] Naviframe now ported.
Man, this one was tough (though there are toughers). Please help me
test it in the real, wild, world.



SVN revision: 71635
2012-06-01 21:56:09 +00:00
Gustavo Lima Chaves bbf0a4345e [elm] And now remove deprecated calls usage (WRT
icon/image thing).



SVN revision: 71473
2012-05-28 21:50:11 +00:00
Gustavo Lima Chaves 4f8b51b1aa [elm] And here comes image, icon and photo on the
new schema.
els_icon smart object was brought to be the base of the image widget,
in the form of an image class.

An elm icon is now a elm image, with a little more on top of it.

An elm photo is a now base widget aggregating an icon.

Toolbar's internal usage of the former els_icon is now changed to
icons, instead.

Some naviframe instantiations were set to enable events during
transitions, because this code is buggy and my chages exposed the
problem. It will be fixed as soon as I get to port Naviframe.



SVN revision: 71429
2012-05-25 19:53:59 +00:00
Mike Blumenkrantz cf8ab5c674 for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS
SVN revision: 69764
2012-03-29 19:27:13 +00:00
ChunEon Park 43dcac275d elementary/naviframe - added overlap style and updated test case.
SVN revision: 69666
2012-03-27 13:11:13 +00:00
Daniel Juyung Seo 134eca8437 elm test_naviframe.c: Revised codes.
SVN revision: 69526
2012-03-20 17:28:12 +00:00
ChunEon Park b8f373d7de elementary/naviframe - fixed incorrect argument
thanks woohyun for reporting



SVN revision: 69216
2012-03-12 04:38:30 +00:00
ChunEon Park 591481d4ae elementary/naviframe - missed changes.
SVN revision: 69005
2012-03-07 16:56:19 +00:00
Sanjeev BA 075aa63bc1 Remove __UNUSED__ for used params.
Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>

SVN revision: 68561
2012-03-01 03:38:53 +00:00
ChunEon Park 56a881bd35 elementary/menu, ctxpopup, index, segment_control, diskselector, multibuttonentry, toolbar, naviframe, slideshow, hoversel, filpselector - deprecated xxxx_item_del() APIs.
But instead,  made to use the elm_object_item_del() APIs
for this, elm_widget_item needed to provide elm_widget_item_del_pre_hook.




SVN revision: 67010
2012-01-10 05:02:11 +00:00
Mike Blumenkrantz f2f274ebde add tooltips to naviframe buttons for hahas
SVN revision: 66089
2011-12-10 17:24:06 +00:00
ChunEon Park 2138dc7779 elementary/naviframe - added test case for elm_naviframe_item_promote
SVN revision: 65419
2011-11-20 04:35:55 +00:00
Boris Faure 9761b693a0 elm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_content_set/get/unset
SVN revision: 65351
2011-11-17 21:02:52 +00:00
Boris Faure 3b1da7df04 elm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get
SVN revision: 65350
2011-11-17 21:02:43 +00:00
Boris Faure 1112d30a41 elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset
SVN revision: 65349
2011-11-17 21:02:31 +00:00
ChunEon Park 236192cd9a elementary - modified content_set/get/unset part names to be simple names.
Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);




SVN revision: 65295
2011-11-16 12:51:53 +00:00
Mike Blumenkrantz d1b7585cec remove unused var
SVN revision: 64831
2011-11-06 15:58:20 +00:00
ChunEon Park d602f78c45 elementary/naviframe - updated test.
SVN revision: 64720
2011-11-04 04:46:09 +00:00
ChunEon Park 771202d8f8 elementray/naviframe - added more macros.
these macros are more clear than part names in using content/text_part_set/get/unset functions.



SVN revision: 64525
2011-10-30 16:10:16 +00:00
ChunEon Park 8d85b136bf elementary/button -> use elm_object_content_set/get/unset
SVN revision: 64370
2011-10-25 01:23:25 +00:00
Jérémy Zurcher a0366f0ef1 From: Jérémy Zurcher <jeremy@asynk.ch>
Subject: [E-devel] patch : eina_prefix + elementary_test

please find attached a small patch for eina_prefix

it prevent segfault when for instance
no elm_app_compile_*_dir_set is called prior to elm_app_info_set

and another one for elementary/src/bin/test*.c which tends to replace
usage of PACKAGE_DATA_DIR with elm_app_data_dir_get



SVN revision: 62796
2011-08-25 10:01:59 +00:00
ChunEon Park 2b4f061b56 elementary/elm_naviframe - modified to use elm_object_item common_apis
SVN revision: 62097
2011-08-04 16:37:36 +00:00
ChunEon Park 067e8f4ad9 elementary/naviframe - is updating according to elm_object_item.
SVN revision: 62083
2011-08-04 08:17:30 +00:00
Daniel Juyung Seo d473e343eb elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of elm_win_autodel_set() API.
SVN revision: 61695
2011-07-25 14:22:19 +00:00
ChunEon Park 5d0a7c26d9 elementary/naviframe - removed white spaces.
SVN revision: 61316
2011-07-13 05:15:35 +00:00
ChunEon Park 696b5aa58d elementary/naviframe - added new widget.
This widget is for application's view manager such as elm_pager
But has optional functions more for users convenience. 
Not completed yet for decorations. but basic frame is completed. 

Need to have a review. 



SVN revision: 61313
2011-07-13 04:21:50 +00:00