summaryrefslogtreecommitdiff
path: root/src/bin/test_slider.c
Commit message (Collapse)AuthorAgeFilesLines
* slider: remove duplicated lines in slider test.Amitesh Singh2015-04-281-4/+0
| | | | | | | | | | | | Reviewers: seoz, raster, Hermet Reviewed By: Hermet Subscribers: cedric, seoz Differential Revision: https://phab.enlightenment.org/D2389 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* test_slider: Fix wrong slider description.Daniel Juyung Seo2014-11-231-1/+1
|
* 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-1/+2
| | | | | | - refer commit 64fd5a825b24591aedb9cac695d03f5b4d867442 for the detail explanation. - also move evas_object_resize(win, xx) alongside evas_object_show(win).
* [slider] show/hide slider popupAnil Kumar Nahak2013-12-021-0/+14
| | | | | | | | Summary: elementary_test->slider Reviewers: singh.amitesh, seoz, raster Differential Revision: https://phab.enlightenment.org/D347
* 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.
* elm_slider: Step set/get API additions.Daniel Juyung Seo2013-10-301-0/+25
| | | | | | | | | | | | | | | | | | | | | Issue: As step size was hard coded in the widget, when slider indicator is dragged using a key event or during accessibility the value was not exactly incremented/decremented instead same value was shown more than1 time/values were skipped. Solution: Two APIs added which will set/get step size. Reviewer: SeoZ Reviewer Comment: This is a manual merge of D293 due to arc issue on Shilpa. I modified some codes from her original code. She'll use arc next time. fixed documentation fixed typos. fixed indentation used macro added some guide codes. removed unnecessary empty line. updated NEWS and ChangeLog.
* elm_test: __UNUSED__ -> EINA_UNUSED.Daniel Juyung Seo2013-09-011-8/+8
|
* test_slider.c: added delay,changed callback usage.Daniel Juyung Seo2013-09-011-0/+7
|
* test_slider.c: small refactoring of test code.Daniel Juyung Seo2013-08-221-40/+49
| | | | | | | | | 1. added frame for a better layout. 2. moved the first slider to second to see the indicator better. 3. use correct parent parameter. 4. added more comments. 5. set correct indicator format. 6. removed trailing whitespaces.
* test hoversel/slider: use Eina_Bool for horizontal setter parameters.Daniel Juyung Seo2013-04-091-2/+2
|
* improve slider test to test more cases and not mess up 1 icon.Carsten Haitzler (Rasterman)2013-04-011-8/+9
|
* elm test_slider.c: fixed typo.Daniel Juyung Seo2013-02-081-1/+1
| | | | SVN revision: 83777
* add test case to sliderCarsten Haitzler2013-02-081-15/+78
| | | | SVN revision: 83775
* [elm] And now remove deprecated calls usage (WRTGustavo Lima Chaves2012-05-281-6/+6
| | | | | | | | icon/image thing). SVN revision: 71473
* elm bin: Use convenient utility function elm_win_util_standard_add()Daniel Juyung Seo2012-04-021-8/+2
| | | | | | | 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-2/+8
| | | | | | | | 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-8/+2
| | | | | | 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
* elementary: unbork elm_slider vertical test.Cedric BAIL2012-03-121-3/+3
| | | | SVN revision: 69261
* elm: change elm_object_content_part_set/get/unset to ↵Boris Faure2011-11-171-6/+6
| | | | | | elm_object_part_content_set/get/unset SVN revision: 65349
* elementary - modified content_set/get/unset part names to be simple names. ChunEon Park2011-11-161-6/+6
| | | | | | | | | | | | | | | 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
* elementary - slider, scroller, progressbar, radioChunEon Park2011-10-311-6/+6
| | | | | | | | applied elm_object_content_set/get/unset APIs. SVN revision: 64542
* From: Jérémy Zurcher <jeremy@asynk.ch>Jérémy Zurcher2011-08-251-6/+6
| | | | | | | | | | | | | | | | 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
* elm test: Refactoring. Changed 1 to EINA_TRUE for Eina_Bool parameter of ↵Daniel Juyung Seo2011-07-251-1/+1
| | | | | | elm_win_autodel_set() API. SVN revision: 61695
* Elm slider: Fix the tests to use the new elm_object_text_set/get API.Tom Hacohen2011-06-301-8/+8
| | | | SVN revision: 60863
* Elementary src/bin: Removed all trailing whitespaces.Daniel Juyung Seo2011-04-081-2/+2
| | | | SVN revision: 58491
* Fixing problems in disabled sliderOtávio Pontes2010-12-091-0/+2
| | | | SVN revision: 55420
* From: Jihoon Kim <jihoon48.kim@samsung.com>Jihoon Kim2010-12-071-6/+76
| | | | | | | | | | | | | | | | Subject: [E-devel] [PATCH] elm_slider patch for disable state elm_slider does not support disable state, so I make this patch. Please review it and upload in svn if it is ok. (nb - also fixed vertical slider sizing in defaul theme and changed jihoons changes to slider test to make the vertical sliders in a horizontal box so they dont get silly long windows) SVN revision: 55340
* Better handling of mouse wheel events for sliders.Gustavo Lima Chaves2010-12-061-5/+18
| | | | SVN revision: 55323
* Fix some Wextra complains on elm binBruno Dilly2010-10-191-3/+5
| | | | SVN revision: 53636
* New API functions for elm slider.Gustavo Lima Chaves2010-09-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | EAPI void elm_slider_end_set(Evas_Object *obj, Evas_Object *end); will set a *right* aligned sub-object relative to the slider. EAPI const Evas_Object *elm_slider_end_get(const Evas_Object *obj); Getter for that object. EAPI Evas_Object *elm_slider_end_unset(Evas_Object *obj); Unparent a previously set end object. EAPI Evas_Object *elm_slider_icon_unset(Evas_Object *obj); The same for the icon sub-object. EAPI void elm_slider_indicator_show_set(Evas_Object *obj, Eina_Bool show); EAPI Eina_Bool elm_slider_indicator_show_get(const Evas_Object *obj); Set/get whether the slider should display the augmented knob (indicator) at mouse drag at all. SVN revision: 52852
* Elm map : Put the evas_object which represent a marker in a cache to avoid ↵Jonathan Atton2009-12-181-1/+15
| | | | | | create/delete the objects when the zoom change. SVN revision: 44546
* EVAS_HINT_EXPAND/EVAS_HINT_FILL changes in mass.Christopher Michael2009-09-281-10/+12
| | | | | | | | (Built and tested) SVN revision: 42779
* some moreCarsten Haitzler2009-09-141-1/+2
| | | | SVN revision: 42483
* * Split up elementary test.c in several files, one per widgetDavide Andreoli2009-08-131-0/+88
SVN revision: 41749