summaryrefslogtreecommitdiff
path: root/legacy/elementary/src/bin/test_index.c
Commit message (Collapse)AuthorAgeFilesLines
* index: rename elm_index_priority_set to elm_index_standard_priority_setChunEon Park2015-09-081-4/+4
| | | | | this change is also for consistency with elm_toolbar_standard_priority_set conceptually the priority meaning here is same.
* index: add index item priority APIs for support multilingualwoochan lee2015-08-041-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: I add the APIs for supporting multi language on index. "elm_index_item_priority_set()" API can give the priority value for each item. it will be grouping with each priority items when index start to draw the item. It can get a 0 or 1 (default : -1) -1 priority item show always even priority changed. "elm_index_priority_set()" API can changed the current priority in manually. priority will be up automatically when user send move event into last of priority 1 group item. otherwise, priority will be down automatically when user send move event into first of priority 0 group item. "elm_index_priority_get()" API can get a current index priority. @feature Test Plan: I added the test application in test_index with give the name as "test_index3" (It's for only show how to handle the priority APIs and show the how does it works for multi language so it doesn't operate with genlist.) You can check the how it works and how APIs works for it as well. Reviewers: eunue, seoz, woohyun, Hermet Subscribers: SanghyeonLee, eagleeye Differential Revision: https://phab.enlightenment.org/D2729 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* elm_test: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
| | | | being pedantic.
* elm_test: call evas_object_show(win) after its content creation.Daniel Juyung Seo2013-12-151-6/+9
| | | | | | - refer commit 64fd5a825b24591aedb9cac695d03f5b4d867442 for the detail explanation. - also move evas_object_resize(win, xx) alongside evas_object_show(win).
* test_index.c: added index clear example and use activated callback for entry.Daniel Juyung Seo2013-11-151-0/+19
|
* test_index.c: internal refactoring of test code.Daniel Juyung Seo2013-11-151-33/+33
| | | | | | 1. Set internal function as static. 2. Put prefix '_' for internal functions. 3. Moved window resize/show code.
* elementary_test: remove ELM_LIB_QUICKLAUNCHJean-Philippe Andre2013-11-051-2/+1
| | | | | Refer to the previous commits for the reason. Remove all #ifndef ELM_LIB_QUICKLAUNCH from the test files.
* test_index.c: Internal refactoring. Reduce the window size and do not expand ↵Daniel Juyung Seo2013-11-041-5/+2
| | | | | | the button. Now it looks nicer and still shows the index clipping sample.
* elm: Longwaited trailing white space removal. Clean elm up!Daniel Juyung Seo2013-09-301-2/+2
|
* elm_test: __UNUSED__ -> EINA_UNUSED.Daniel Juyung Seo2013-09-011-17/+17
|
* test_index.c: added index omit feature enable, disable option.Daniel Juyung Seo2013-04-191-1/+21
|
* elementary: as previously stated sizeof (long) != sizeof (void*)Cedric BAIL2013-02-171-2/+2
| | | | SVN revision: 84014
* elm test_index.c: Added elm_index_delay_change_time_set() API usecase.Daniel Juyung Seo2013-01-261-0/+5
| | | | SVN revision: 83356
* elm index: Call elm_index_level_go(). It's a must.Daniel Juyung Seo2013-01-101-0/+1
| | | | SVN revision: 82555
* elm test_index.c: Added horizontal index sample.Daniel Juyung Seo2012-11-291-0/+56
| | | | SVN revision: 79819
* no - i meant that expand hint. :)Carsten Haitzler2012-11-231-0/+2
| | | | SVN revision: 79554
* elm test_index.c: Fixed wrong button size.Daniel Juyung Seo2012-11-231-1/+0
| | | | SVN revision: 79553
* modify index test to test autohide disable before items added and..Carsten Haitzler2012-11-221-3/+12
| | | | | | | | | make index packed into a table cell that occupies only part of the screen. SVN revision: 79551
* elm test_index.c: 1. do not need to call elm_list_selected_item_get(). ↵Daniel Juyung Seo2012-11-141-9/+9
| | | | | | event_info is a selected item. 2. check index item before using it. SVN revision: 79282
* elm test: Correct elm_win_resize_object_set() usage. Call ↵Daniel Juyung Seo2012-11-141-4/+2
| | | | | | evas_object_size_hint_weight_set() before calling elm_win_resize_object_set(). SVN revision: 79281
* [elm] fix typos in elementary_testJihoon Kim2012-07-251-1/+1
| | | | SVN revision: 74362
* elm bin: Use convenient utility function elm_win_util_standard_add()Daniel Juyung Seo2012-04-021-16/+4
| | | | | | | instead of elm_win_add() + elm_bg_add(). This is for normal style (ELM_WIN_BASIC) window. SVN revision: 69848
* Revert a wrong commit. Un-wanted files are committed together.Daniel Juyung Seo2012-04-021-4/+16
| | | | | | | | Revert "elm bin: Use convenient utility function elm_win_util_standard_add() instead of elm_win_add() + elm_bg_add(). This is for normal style (ELM_WIN_BASIC) window." This reverts commit 31b24a0edb0028528d7c859070e03236ba42867b. SVN revision: 69847
* elm bin: Use convenient utility function elm_win_util_standard_add() instead ↵Daniel Juyung Seo2012-04-021-16/+4
| | | | | | of elm_win_add() + elm_bg_add(). This is for normal style (ELM_WIN_BASIC) window. SVN revision: 69845
* for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. ↵Mike Blumenkrantz2012-03-291-1/+1
| | | | | | AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS SVN revision: 69764
* elm: Fixed formatting. Added a space after 'if/while/for'Daniel Juyung Seo2012-03-291-1/+1
| | | | SVN revision: 69744
* elementary/index - removed some codes should not be pushed inChunEon Park2012-03-091-175/+0
| | | | SVN revision: 69103
* elemenatry/colorselector - finally first implementation going onChunEon Park2012-03-091-0/+175
| | | | | | | | Signed-Off-By: ShilpaOnkar Singh(shilpa.singh@samsung.com) SVN revision: 69100
* Fix warnings and build errors.Sanjeev BA2012-03-071-2/+4
| | | | | | Signed-off-by: Sanjeev BA <eflelev8@gmail.com> SVN revision: 68906
* elementray/index - some test code(should not be commited yet) reverted ChunEon Park2012-03-071-181/+0
| | | | SVN revision: 68876
* elementary/index - Re: [E-devel] [Patch][elementary_test] test_indexcnook2012-03-071-8/+23
| | | | | | | | | | | | | | | | | Dear All, Hello. I have attached patch for test_index. Please review the patch and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Signed-Off-By: cnook <kimcinoo@gmail.com> SVN revision: 68875
* elementary/dayselector - New widget Elc_dayselectorChunEon Park2012-03-071-6/+186
| | | | | | | | | | | | | | | | Hi Raster, Please find the modified patch after the suggested changes. [ APIs are provided for setting week_start, weekend_start & weekend_length.Default values are fetched from elm_config instead of edc styles.] Please review the patch and push it to svn. Thanks, Sumanth Signed-Off-By: Sumanth Krishna Mannam(sumanth.m@samsung.com) SVN revision: 68868
* [elementary/index] Some APIs were modified or removed + fix buildWooHyun Jung2012-03-051-7/+13
| | | | | | | break. SVN revision: 68690
* elementary: updated sources to fix warnings.Aharon Hillel2012-02-231-5/+5
| | | | | | Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com> SVN revision: 68336
* elementary: Updated test_index.c to do API testingAharon Hillel2012-02-231-3/+122
| | | | | | Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com> SVN revision: 68333
* elm test_index.c: Use more descriptive callback names.Daniel Juyung Seo2012-02-091-6/+6
| | | | SVN revision: 67789
* elementary/list - deprecated elm_list_item_del()ChunEon Park2012-01-301-2/+2
| | | | | | | | please use elm_object_item_del(). SVN revision: 67598
* elementary/genlist - Elm_Genlist_Item -> Elm_Object_ItemChunEon Park2012-01-201-6/+7
| | | | SVN revision: 67370
* Elementary/list - Elm_List_Item -> Elm_Object_ItemChunEon Park2012-01-121-16/+16
| | | | SVN revision: 67110
* elementary/menu, ctxpopup, index, segment_control, diskselector, ↵ChunEon Park2012-01-101-2/+2
| | | | | | | | | | | | 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
* Elementary Test Index: Cast list item to object itemBruno Dilly2012-01-051-2/+2
| | | | | | | Cast them when using elm_object_item functions. SVN revision: 66904
* elm list: Applied recent list changes.Daniel Juyung Seo2012-01-041-6/+6
| | | | SVN revision: 66823
* stop using deprecated calls.Carsten Haitzler2011-12-301-2/+2
| | | | SVN revision: 66681
* elementary/index - deprecated apis.ChunEon Park2011-12-301-4/+4
| | | | SVN revision: 66673
* elementary/index - Elm_Index_Item -> Elm_Object_ItemChunEon Park2011-12-301-9/+9
| | | | SVN revision: 66659
* elementary: API break ! using Elm_Index_Item instead of the item's data in ↵Michael BOUCHAUD2011-12-061-10/+9
| | | | | | the index widget. This was applied for function and smart callbacks SVN revision: 65956
* elm gengrid/genlist: Changed 'label_get' to 'text_get' according to theDaniel Juyung Seo2011-12-011-2/+2
| | | | | | | | | | | | | | | | | | | | recent elementary api corrections. I changed item class's 'label_get' to 'text_get'. But 'label_get' is still supported by union structure. So 'label_get' will just give you deprecated warnings while compiling but it's recommended to fix your apps to 'text_get'. Sometimes when you initialize item class using braces, you will get 'missing braces around initializer' but ignore this. That warning will be gone after I remove 'label_get' backport. I will remove this 'label_get' backport after I finish below jobs. [TODO] 1. Fix all apps in trunk. 2. Change edc "labels" to "texts" as well. I haven't done this yet. SVN revision: 65751
* Elementary Index Test: avoid leakBruno Dilly2011-10-311-1/+1
| | | | | | | | | Avoid leak caused by not updated signal name. Btw, Mr. Valgrind is sad with elm developers. Lots of warnings regarding uninitialised values. SVN revision: 64582
* elm gen/gengrid/genlist: Changed item class's icon_get to content_get.Daniel Juyung Seo2011-10-241-1/+1
| | | | | | | | | | | | | Do not limit the swallowed objects to icon. This had to be done before elm 1.0 and now it's time to break. This will break all applications which are using gengrid/genlist. Please fix it icon_get -> content_get. TODO 1. fix theme as well. 2. fix documents. SVN revision: 64344
* elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of ↵Daniel Juyung Seo2011-07-251-2/+2
| | | | | | elm_win_autodel_set() API. SVN revision: 61695