summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-30 18:56:29 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-30 18:56:29 +0900
commitc7c245da67038ae70d66b8091346a0b8503659ce (patch)
treea2df4df2cc4ffa479cf4e10e6ce908fb2ef253c2 /NEWS
parentcbd7446f0bf413ad821ac40703d2a2ca728758ef (diff)
downloadelementary-c7c245da67038ae70d66b8091346a0b8503659ce.tar.gz
elm_slider: Step set/get API additions.
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6876073e5..3d59bc787 100644
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,7 @@ Additions:
* Add signals "spinner,drag,start" and "spinner,drag,stop" to the spinner widget.
* Add support for "clicked" callback on Return/space/KP_Enter key press for image.
* Add "virtualkeypad,size,changed" callback on virtualkeypad min size change for conformant.
+ * Add elm_slider_step_get(), elm_slider_step_set() for slider.
Improvements: