efl/player: rename 'play' property to 'pause'
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 24 Sep 2019 15:18:57 +0000 (11:18 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Sep 2019 21:11:54 +0000 (06:11 +0900)
commitdc0c9728236ef5d73d4cb5df7347a61a856aa546
treeec06f56159fc607bf1a031b11377ad94ef7b9997
parent2401c6f3c5247ee57e81e2b6b5b3fa5566fa5dd6
efl/player: rename 'play' property to 'pause'

this is a bit of an overhaul wherein the existing 'play' mechanics are
all inverted. 'pause' is a state which stops playback but does not affect
the playback_position property.

this patch also includes implementations of Efl.Player::playing for
a couple classes which (now) only implement pause, as this is a requirement
for the objects to actually activate their animations

test cases:
* unit tests
* all elm_test animation cases
* elm_test video
* rage

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10114
24 files changed:
src/bin/elementary/test_efl_anim_pause.c
src/bin/elementary/test_efl_anim_repeat.c
src/bin/elementary/test_evas_snapshot.c
src/bin/elementary/test_gfx_filters.c
src/bin/elementary/test_photocam.c
src/lib/edje/edje_legacy.c
src/lib/edje/edje_smart.c
src/lib/edje/efl_canvas_layout.eo
src/lib/efl/interfaces/efl_player.eo
src/lib/elementary/efl_ui_image.c
src/lib/elementary/efl_ui_image.eo
src/lib/elementary/efl_ui_image_zoomable.c
src/lib/elementary/efl_ui_image_zoomable.eo
src/lib/elementary/efl_ui_image_zoomable_private.h
src/lib/elementary/efl_ui_spotlight_manager_stack.c
src/lib/elementary/efl_ui_video.c
src/lib/elementary/efl_ui_video.eo
src/lib/elementary/efl_ui_widget_image.h
src/lib/emotion/efl_canvas_video.eo
src/lib/emotion/emotion_smart.c
src/lib/evas/canvas/efl_canvas_animation_player.c
src/lib/evas/canvas/efl_canvas_animation_player.eo
src/lib/evas/canvas/efl_canvas_animation_player_private.h
src/lib/evas/canvas/evas_object_intercept.c